2021-12-07 12:41:31.584 | + ./stack.sh:main:469 : exec 2021-12-07 12:41:31.585 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-12-07-124131' 2021-12-07 12:41:31.585 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-12-07-124131.summary.2021-12-07-124131 2021-12-07 12:41:31.585 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 12:41:31.585 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-12-07-124131 2021-12-07 12:41:31.585 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-07-124131 /opt/stack/logs/stack.sh.log 2021-12-07 12:41:31.585 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-07-124131.summary.2021-12-07-124131 /opt/stack/logs/stack.sh.log.summary 2021-12-07 12:41:31.585 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:583 : local real_path 2021-12-07 12:41:31.585 | ++ functions:check_path_perm_sanity:584 : readlink -f /opt/stack 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:584 : real_path=/opt/stack 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:585 : local rebuilt_path= 2021-12-07 12:41:31.585 | ++ functions:check_path_perm_sanity:586 : tr / ' ' 2021-12-07 12:41:31.585 | ++ functions:check_path_perm_sanity:586 : echo /opt/stack 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:586 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:587 : rebuilt_path=/opt 2021-12-07 12:41:31.585 | ++ functions:check_path_perm_sanity:589 : stat -c %a /opt 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:589 : [[ 755 = 700 ]] 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:586 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:587 : rebuilt_path=/opt/stack 2021-12-07 12:41:31.585 | ++ functions:check_path_perm_sanity:589 : stat -c %a /opt/stack 2021-12-07 12:41:31.585 | + functions:check_path_perm_sanity:589 : [[ 755 = 700 ]] 2021-12-07 12:41:31.585 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-12-07 12:41:31.585 | + ./stack.sh:main:542 : trap err_trap ERR 2021-12-07 12:41:31.585 | + ./stack.sh:main:555 : set -o errexit 2021-12-07 12:41:31.586 | + ./stack.sh:main:558 : uname -a 2021-12-07 12:41:31.587 | Linux dv-neutron-ussuri-2-hyperv 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-12-07 12:41:31.590 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-12-07 12:41:31.591 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-12-07 12:41:31.595 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-12-07 12:41:31.619 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-12-07 12:41:31.633 | + ./stack.sh:main:572 : fetch_plugins 2021-12-07 12:41:31.636 | + functions-common:fetch_plugins:1677 : local plugins= 2021-12-07 12:41:31.637 | + functions-common:fetch_plugins:1678 : local plugin 2021-12-07 12:41:31.639 | + functions-common:fetch_plugins:1681 : [[ -z '' ]] 2021-12-07 12:41:31.641 | + functions-common:fetch_plugins:1682 : return 2021-12-07 12:41:31.643 | + ./stack.sh:main:576 : run_phase override_defaults 2021-12-07 12:41:31.645 | + functions-common:run_phase:1759 : local mode=override_defaults 2021-12-07 12:41:31.647 | + functions-common:run_phase:1760 : local phase= 2021-12-07 12:41:31.648 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-07 12:41:31.650 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-07 12:41:31.652 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-07 12:41:31.654 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-07 12:41:31.656 | + functions-common:run_phase:1769 : local extra 2021-12-07 12:41:31.658 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-07 12:41:31.661 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-07 12:41:31.662 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-07 12:41:31.664 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-07 12:41:31.666 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-12-07 12:41:31.668 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-07 12:41:31.680 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:41:31.682 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-07 12:41:31.684 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-07 12:41:31.685 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-07 12:41:31.687 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-07 12:41:31.689 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-07 12:41:31.690 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-07 12:41:31.692 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-12-07 12:41:31.694 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-12-07 12:41:31.696 | + functions-common:run_phase:1780 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-07 12:41:31.697 | + functions-common:run_phase:1783 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-07 12:41:31.700 | + functions-common:run_phase:1784 : plugin_override_defaults 2021-12-07 12:41:31.702 | + functions-common:plugin_override_defaults:1718 : local plugins= 2021-12-07 12:41:31.703 | + functions-common:plugin_override_defaults:1719 : local plugin 2021-12-07 12:41:31.705 | + functions-common:plugin_override_defaults:1722 : [[ -z '' ]] 2021-12-07 12:41:31.707 | + functions-common:plugin_override_defaults:1723 : return 2021-12-07 12:41:31.709 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-12-07 12:41:31.726 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-12-07 12:41:31.728 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-12-07 12:41:31.741 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:41:31.743 | +++ lib/tls:source:43 : hostname -f 2021-12-07 12:41:31.747 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-12-07 12:41:31.749 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-12-07 12:41:31.751 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-12-07 12:41:31.753 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-12-07 12:41:31.755 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-12-07 12:41:31.757 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-12-07 12:41:31.758 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-12-07 12:41:31.761 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-12-07 12:41:31.763 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-12-07 12:41:31.764 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-12-07 12:41:31.769 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-12-07 12:41:31.780 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-12-07 12:41:31.810 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-12-07 12:41:31.822 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-12-07 12:41:31.835 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-12-07 12:41:31.860 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-12-07 12:41:31.891 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-12-07 12:41:31.965 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-12-07 12:41:31.986 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-12-07 12:41:32.022 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-12-07 12:41:32.069 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-12-07 12:41:32.109 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future 2021-12-07 12:41:32.201 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-12-07 12:41:32.214 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-12-07 12:41:32.226 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-12-07 12:41:32.238 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-12-07 12:41:32.330 | + ./stack.sh:main:605 : run_phase source 2021-12-07 12:41:32.332 | + functions-common:run_phase:1759 : local mode=source 2021-12-07 12:41:32.334 | + functions-common:run_phase:1760 : local phase= 2021-12-07 12:41:32.336 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-07 12:41:32.339 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-07 12:41:32.341 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-07 12:41:32.343 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-07 12:41:32.345 | + functions-common:run_phase:1769 : local extra 2021-12-07 12:41:32.348 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-07 12:41:32.351 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-07 12:41:32.353 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-07 12:41:32.356 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-07 12:41:32.358 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-12-07 12:41:32.360 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-07 12:41:32.374 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:41:32.376 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-12-07 12:41:32.378 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-12-07 12:41:32.414 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-12-07 12:41:32.416 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-12-07 12:41:32.419 | + functions-common:run_phase:1780 : [[ source == \s\o\u\r\c\e ]] 2021-12-07 12:41:32.421 | + functions-common:run_phase:1781 : load_plugin_settings 2021-12-07 12:41:32.423 | + functions-common:load_plugin_settings:1695 : local plugins= 2021-12-07 12:41:32.425 | + functions-common:load_plugin_settings:1696 : local plugin 2021-12-07 12:41:32.428 | + functions-common:load_plugin_settings:1699 : [[ -z '' ]] 2021-12-07 12:41:32.430 | + functions-common:load_plugin_settings:1700 : return 2021-12-07 12:41:32.432 | + functions-common:run_phase:1782 : verify_disabled_services 2021-12-07 12:41:32.435 | + functions-common:verify_disabled_services:2042 : local service 2021-12-07 12:41:32.437 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.439 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-12-07 12:41:32.442 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.444 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-12-07 12:41:32.446 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.449 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-12-07 12:41:32.451 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.454 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-12-07 12:41:32.456 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.458 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-12-07 12:41:32.460 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.463 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-12-07 12:41:32.466 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.468 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-12-07 12:41:32.470 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.472 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-12-07 12:41:32.475 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.477 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-12-07 12:41:32.480 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.482 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-12-07 12:41:32.485 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.487 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2021-12-07 12:41:32.489 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.491 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-12-07 12:41:32.493 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.496 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-12-07 12:41:32.499 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.501 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-12-07 12:41:32.504 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.506 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-12-07 12:41:32.508 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.511 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-12-07 12:41:32.514 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.517 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-12-07 12:41:32.519 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.521 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-12-07 12:41:32.523 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.526 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-12-07 12:41:32.528 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.530 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-12-07 12:41:32.532 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.535 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-12-07 12:41:32.537 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.539 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-12-07 12:41:32.541 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.544 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-12-07 12:41:32.547 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.549 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-12-07 12:41:32.552 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.554 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-12-07 12:41:32.556 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.559 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-12-07 12:41:32.561 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.563 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-12-07 12:41:32.566 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.568 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2021-12-07 12:41:32.570 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.572 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-12-07 12:41:32.575 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.577 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-12-07 12:41:32.580 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.582 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-12-07 12:41:32.584 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.586 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-12-07 12:41:32.588 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.591 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-12-07 12:41:32.593 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.595 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-12-07 12:41:32.597 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.599 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-12-07 12:41:32.602 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.604 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-12-07 12:41:32.606 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.609 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-12-07 12:41:32.611 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.613 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-12-07 12:41:32.615 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.618 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-12-07 12:41:32.621 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.623 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-12-07 12:41:32.626 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.628 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-12-07 12:41:32.631 | + functions-common:verify_disabled_services:2043 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 12:41:32.633 | + functions-common:verify_disabled_services:2044 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-12-07 12:41:32.636 | + ./stack.sh:main:676 : initialize_database_backends 2021-12-07 12:41:32.639 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-07 12:41:32.641 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-12-07 12:41:32.655 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:41:32.658 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-12-07 12:41:32.660 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-07 12:41:32.663 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-12-07 12:41:32.678 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:41:32.680 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-12-07 12:41:32.683 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-12-07 12:41:32.685 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-12-07 12:41:32.688 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-12-07 12:41:32.690 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-12-07 12:41:32.692 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-12-07 12:41:32.694 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-12-07 12:41:32.697 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-12-07 12:41:32.700 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-07 12:41:32.702 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-12-07 12:41:32.705 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-07 12:41:32.707 | + lib/database:initialize_database_backends:104 : return 0 2021-12-07 12:41:32.710 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-12-07 12:41:32.710 | Using mysql database backend 2021-12-07 12:41:32.712 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-12-07 12:41:32.727 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-12-07 12:41:32.742 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:41:32.744 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-12-07 12:41:32.761 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-12-07 12:41:32.776 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:41:32.780 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-12-07 12:41:32.799 | + ./stack.sh:main:704 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-12-07 12:41:32.815 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-12-07 12:41:32.830 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:41:32.833 | + ./stack.sh:main:724 : is_service_enabled nova 2021-12-07 12:41:32.848 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:41:32.850 | + ./stack.sh:main:724 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-12-07 12:41:32.853 | + ./stack.sh:main:734 : is_service_enabled s-proxy 2021-12-07 12:41:32.868 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:41:32.872 | + ./stack.sh:main:738 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-12-07 12:41:32.887 | + ./stack.sh:main:740 : [[ -z '' ]] 2021-12-07 12:41:32.889 | + ./stack.sh:main:740 : [[ False == \T\r\u\e ]] 2021-12-07 12:41:32.892 | + ./stack.sh:main:746 : save_stackenv 746 2021-12-07 12:41:32.894 | + functions-common:save_stackenv:60 : local tag=746 2021-12-07 12:41:32.897 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-07 12:41:32.901 | + functions-common:save_stackenv:62 : time_stamp=2021-12-07-124132 2021-12-07 12:41:32.903 | + functions-common:save_stackenv:63 : echo '# 2021-12-07-124132 746' 2021-12-07 12:41:32.905 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.908 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-07 12:41:32.910 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.913 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-07 12:41:32.915 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.918 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-07 12:41:32.920 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.923 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 12:41:32.925 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.927 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2021-12-07 12:41:32.930 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.932 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.24/identity 2021-12-07 12:41:32.935 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.937 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2021-12-07 12:41:32.939 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.942 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-07-124131 2021-12-07 12:41:32.944 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.946 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-07 12:41:32.949 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.951 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2021-12-07 12:41:32.954 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.956 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-07 12:41:32.958 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.961 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-07 12:41:32.963 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.965 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-07 12:41:32.968 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:41:32.970 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-07 12:41:32.973 | + ./stack.sh:main:757 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/ussuri 2021-12-07 12:41:32.975 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-12-07 12:41:32.977 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-12-07 12:41:32.980 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:41:32.982 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:41:32.985 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:41:32.988 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:41:32.990 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:41:32.993 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:41:33.008 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:41:33.010 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:41:33.012 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:41:33.015 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:41:33.016 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:41:33.020 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-12-07 12:41:33.022 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:41:33.025 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-12-07 12:41:33.027 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:41:33.028 | + functions-common:git_clone:593 : head -1 2021-12-07 12:41:33.031 | e99c1532 Merge "update constraint for python-novaclient to new release 17.0.1" into stable/ussuri 2021-12-07 12:41:33.033 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:41:33.036 | + ./stack.sh:main:761 : echo_summary 'Installing package prerequisites' 2021-12-07 12:41:33.038 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 12:41:33.041 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-12-07 12:41:33.044 | + ./stack.sh:main:762 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-12-07 12:41:33.046 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-12-07 12:41:33.049 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-12-07 12:41:33.051 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-12-07 12:41:33.054 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-12-07 12:41:33.056 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-12-07 12:41:33.059 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-12-07 12:41:33.062 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-12-07 12:41:33.067 | ++ tools/install_prereqs.sh:source:47 : NOW=1638880893 2021-12-07 12:41:33.070 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-12-07 12:41:33.074 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-12-07 12:41:33.077 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-12-07 12:41:33.079 | ++ tools/install_prereqs.sh:source:49 : DELTA=1638880893 2021-12-07 12:41:33.082 | ++ tools/install_prereqs.sh:source:50 : [[ 1638880893 -lt 7200 ]] 2021-12-07 12:41:33.084 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-12-07 12:41:33.087 | ++ functions-common:export_proxy_variables:2149 : isset http_proxy 2021-12-07 12:41:33.089 | ++ functions-common:isset:169 : [[ -v http_proxy ]] 2021-12-07 12:41:33.092 | ++ functions-common:export_proxy_variables:2152 : isset https_proxy 2021-12-07 12:41:33.094 | ++ functions-common:isset:169 : [[ -v https_proxy ]] 2021-12-07 12:41:33.096 | ++ functions-common:export_proxy_variables:2155 : isset no_proxy 2021-12-07 12:41:33.099 | ++ functions-common:isset:169 : [[ -v no_proxy ]] 2021-12-07 12:41:33.102 | +++ 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 12:41:33.147 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-12-07 12:41:33.148 | apache2-dev 2021-12-07 12:41:33.148 | bc 2021-12-07 12:41:33.148 | bsdmainutils 2021-12-07 12:41:33.148 | curl 2021-12-07 12:41:33.148 | g++ 2021-12-07 12:41:33.148 | gcc 2021-12-07 12:41:33.148 | gettext 2021-12-07 12:41:33.148 | git 2021-12-07 12:41:33.148 | graphviz 2021-12-07 12:41:33.148 | iputils-ping 2021-12-07 12:41:33.148 | libapache2-mod-proxy-uwsgi 2021-12-07 12:41:33.148 | libffi-dev 2021-12-07 12:41:33.148 | libjpeg-dev 2021-12-07 12:41:33.148 | libmysqlclient-dev 2021-12-07 12:41:33.148 | libpcre3-dev 2021-12-07 12:41:33.148 | libpq-dev 2021-12-07 12:41:33.148 | libssl-dev 2021-12-07 12:41:33.148 | libsystemd-dev 2021-12-07 12:41:33.148 | libxml2-dev 2021-12-07 12:41:33.148 | libxslt1-dev 2021-12-07 12:41:33.148 | libyaml-dev 2021-12-07 12:41:33.148 | lsof 2021-12-07 12:41:33.148 | openssh-server 2021-12-07 12:41:33.148 | openssl 2021-12-07 12:41:33.148 | pkg-config 2021-12-07 12:41:33.148 | psmisc 2021-12-07 12:41:33.148 | python3-dev 2021-12-07 12:41:33.148 | python3-venv 2021-12-07 12:41:33.148 | tar 2021-12-07 12:41:33.148 | tcpdump 2021-12-07 12:41:33.148 | unzip 2021-12-07 12:41:33.148 | uuid-runtime 2021-12-07 12:41:33.148 | wget 2021-12-07 12:41:33.149 | wget 2021-12-07 12:41:33.149 | zlib1g-dev 2021-12-07 12:41:33.149 | libkrb5-dev 2021-12-07 12:41:33.149 | libldap2-dev 2021-12-07 12:41:33.149 | libsasl2-dev 2021-12-07 12:41:33.149 | memcached 2021-12-07 12:41:33.149 | python3-mysqldb 2021-12-07 12:41:33.149 | sqlite3 2021-12-07 12:41:33.149 | conntrack 2021-12-07 12:41:33.149 | curl 2021-12-07 12:41:33.149 | dnsmasq-base 2021-12-07 12:41:33.149 | dnsmasq-utils 2021-12-07 12:41:33.149 | ebtables 2021-12-07 12:41:33.149 | gawk 2021-12-07 12:41:33.149 | genisoimage 2021-12-07 12:41:33.149 | iptables 2021-12-07 12:41:33.149 | iputils-arping 2021-12-07 12:41:33.149 | kpartx 2021-12-07 12:41:33.149 | libjs-jquery-tablesorter 2021-12-07 12:41:33.149 | libmysqlclient-dev 2021-12-07 12:41:33.149 | parted 2021-12-07 12:41:33.149 | pm-utils 2021-12-07 12:41:33.149 | python3-mysqldb 2021-12-07 12:41:33.149 | socat 2021-12-07 12:41:33.149 | sqlite3 2021-12-07 12:41:33.149 | sudo 2021-12-07 12:41:33.149 | vlan 2021-12-07 12:41:33.149 | lvm2 2021-12-07 12:41:33.149 | open-iscsi 2021-12-07 12:41:33.149 | qemu-utils 2021-12-07 12:41:33.149 | thin-provisioning-tools 2021-12-07 12:41:33.149 | acl 2021-12-07 12:41:33.149 | dnsmasq-base 2021-12-07 12:41:33.149 | dnsmasq-utils 2021-12-07 12:41:33.149 | ebtables 2021-12-07 12:41:33.149 | haproxy 2021-12-07 12:41:33.150 | iptables 2021-12-07 12:41:33.150 | iputils-arping 2021-12-07 12:41:33.150 | iputils-ping 2021-12-07 12:41:33.150 | libmysqlclient-dev 2021-12-07 12:41:33.150 | postgresql-server-dev-all 2021-12-07 12:41:33.150 | python3-mysqldb 2021-12-07 12:41:33.150 | sqlite3 2021-12-07 12:41:33.150 | sudo 2021-12-07 12:41:33.150 | vlan 2021-12-07 12:41:33.150 | ipset 2021-12-07 12:41:33.150 | conntrack 2021-12-07 12:41:33.150 | conntrackd 2021-12-07 12:41:33.150 | keepalived 2021-12-07 12:41:33.150 | dstat 2021-12-07 12:41:33.150 | lvm2 2021-12-07 12:41:33.150 | open-iscsi 2021-12-07 12:41:33.150 | qemu-utils 2021-12-07 12:41:33.150 | thin-provisioning-tools 2021-12-07 12:41:33.150 | curl 2021-12-07 12:41:33.150 | liberasurecode-dev 2021-12-07 12:41:33.150 | make 2021-12-07 12:41:33.150 | memcached 2021-12-07 12:41:33.150 | sqlite3 2021-12-07 12:41:33.150 | xfsprogs' 2021-12-07 12:41:33.152 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-12-07 12:41:33.170 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-12-07 12:41:33.170 | apache2-dev 2021-12-07 12:41:33.170 | bc 2021-12-07 12:41:33.170 | bsdmainutils 2021-12-07 12:41:33.170 | curl 2021-12-07 12:41:33.170 | g++ 2021-12-07 12:41:33.170 | gcc 2021-12-07 12:41:33.170 | gettext 2021-12-07 12:41:33.170 | git 2021-12-07 12:41:33.170 | graphviz 2021-12-07 12:41:33.170 | iputils-ping 2021-12-07 12:41:33.170 | libapache2-mod-proxy-uwsgi 2021-12-07 12:41:33.170 | libffi-dev 2021-12-07 12:41:33.170 | libjpeg-dev 2021-12-07 12:41:33.170 | libmysqlclient-dev 2021-12-07 12:41:33.170 | libpcre3-dev 2021-12-07 12:41:33.170 | libpq-dev 2021-12-07 12:41:33.170 | libssl-dev 2021-12-07 12:41:33.170 | libsystemd-dev 2021-12-07 12:41:33.170 | libxml2-dev 2021-12-07 12:41:33.170 | libxslt1-dev 2021-12-07 12:41:33.170 | libyaml-dev 2021-12-07 12:41:33.170 | lsof 2021-12-07 12:41:33.170 | openssh-server 2021-12-07 12:41:33.170 | openssl 2021-12-07 12:41:33.170 | pkg-config 2021-12-07 12:41:33.171 | psmisc 2021-12-07 12:41:33.171 | python3-dev 2021-12-07 12:41:33.171 | python3-venv 2021-12-07 12:41:33.171 | tar 2021-12-07 12:41:33.171 | tcpdump 2021-12-07 12:41:33.171 | unzip 2021-12-07 12:41:33.171 | uuid-runtime 2021-12-07 12:41:33.171 | wget 2021-12-07 12:41:33.171 | wget 2021-12-07 12:41:33.171 | zlib1g-dev 2021-12-07 12:41:33.171 | libkrb5-dev 2021-12-07 12:41:33.171 | libldap2-dev 2021-12-07 12:41:33.171 | libsasl2-dev 2021-12-07 12:41:33.171 | memcached 2021-12-07 12:41:33.171 | python3-mysqldb 2021-12-07 12:41:33.171 | sqlite3 2021-12-07 12:41:33.171 | conntrack 2021-12-07 12:41:33.171 | curl 2021-12-07 12:41:33.171 | dnsmasq-base 2021-12-07 12:41:33.171 | dnsmasq-utils 2021-12-07 12:41:33.171 | ebtables 2021-12-07 12:41:33.171 | gawk 2021-12-07 12:41:33.171 | genisoimage 2021-12-07 12:41:33.171 | iptables 2021-12-07 12:41:33.171 | iputils-arping 2021-12-07 12:41:33.171 | kpartx 2021-12-07 12:41:33.171 | libjs-jquery-tablesorter 2021-12-07 12:41:33.171 | libmysqlclient-dev 2021-12-07 12:41:33.171 | parted 2021-12-07 12:41:33.171 | pm-utils 2021-12-07 12:41:33.171 | python3-mysqldb 2021-12-07 12:41:33.171 | socat 2021-12-07 12:41:33.171 | sqlite3 2021-12-07 12:41:33.171 | sudo 2021-12-07 12:41:33.172 | vlan 2021-12-07 12:41:33.172 | lvm2 2021-12-07 12:41:33.172 | open-iscsi 2021-12-07 12:41:33.172 | qemu-utils 2021-12-07 12:41:33.172 | thin-provisioning-tools 2021-12-07 12:41:33.172 | acl 2021-12-07 12:41:33.172 | dnsmasq-base 2021-12-07 12:41:33.172 | dnsmasq-utils 2021-12-07 12:41:33.172 | ebtables 2021-12-07 12:41:33.172 | haproxy 2021-12-07 12:41:33.172 | iptables 2021-12-07 12:41:33.172 | iputils-arping 2021-12-07 12:41:33.172 | iputils-ping 2021-12-07 12:41:33.172 | libmysqlclient-dev 2021-12-07 12:41:33.172 | postgresql-server-dev-all 2021-12-07 12:41:33.172 | python3-mysqldb 2021-12-07 12:41:33.172 | sqlite3 2021-12-07 12:41:33.172 | sudo 2021-12-07 12:41:33.172 | vlan 2021-12-07 12:41:33.172 | ipset 2021-12-07 12:41:33.172 | conntrack 2021-12-07 12:41:33.172 | conntrackd 2021-12-07 12:41:33.172 | keepalived 2021-12-07 12:41:33.172 | dstat 2021-12-07 12:41:33.172 | lvm2 2021-12-07 12:41:33.172 | open-iscsi 2021-12-07 12:41:33.172 | qemu-utils 2021-12-07 12:41:33.172 | thin-provisioning-tools 2021-12-07 12:41:33.172 | curl 2021-12-07 12:41:33.172 | liberasurecode-dev 2021-12-07 12:41:33.172 | make 2021-12-07 12:41:33.172 | memcached 2021-12-07 12:41:33.172 | sqlite3 2021-12-07 12:41:33.172 | xfsprogs ' 2021-12-07 12:41:33.172 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-12-07 12:41:33.175 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:41:33.177 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:41:33.180 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-12-07 12:41:33.180 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-07 12:41:33.185 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-07 12:41:33.187 | ++ functions-common:install_package:1333 : update_package_repo 2021-12-07 12:41:33.190 | ++ functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:41:33.192 | ++ functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:41:33.194 | ++ functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:41:33.196 | ++ functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:41:33.199 | ++ functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:41:33.201 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:41:33.203 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:41:33.205 | ++ functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:41:33.207 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:41:33.210 | ++ functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:41:33.212 | ++ functions-common:apt_get_update:1069 : return 2021-12-07 12:41:33.215 | ++ functions-common:install_package:1334 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-07 12:41:33.217 | ++ functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:41:33.220 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:41:33.222 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:41:33.224 | ++ functions-common:real_install_package:1320 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-07 12:41:33.246 | ++ functions-common:apt_get:1109 : 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++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-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-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 gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lvm2 open-iscsi qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 open-iscsi qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-07 12:41:33.365 | Reading package lists... 2021-12-07 12:41:33.626 | Building dependency tree... 2021-12-07 12:41:33.627 | Reading state information... 2021-12-07 12:41:33.889 | acl is already the newest version (2.2.52-3build1). 2021-12-07 12:41:33.889 | acl set to manually installed. 2021-12-07 12:41:33.889 | bc is already the newest version (1.07.1-2). 2021-12-07 12:41:33.889 | bc set to manually installed. 2021-12-07 12:41:33.889 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-12-07 12:41:33.889 | bsdmainutils set to manually installed. 2021-12-07 12:41:33.889 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-12-07 12:41:33.889 | gawk set to manually installed. 2021-12-07 12:41:33.889 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-12-07 12:41:33.889 | iptables set to manually installed. 2021-12-07 12:41:33.889 | libpcre3-dev is already the newest version (2:8.39-9). 2021-12-07 12:41:33.889 | lsof is already the newest version (4.89+dfsg-0.1). 2021-12-07 12:41:33.889 | lsof set to manually installed. 2021-12-07 12:41:33.889 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-12-07 12:41:33.889 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-12-07 12:41:33.889 | ebtables set to manually installed. 2021-12-07 12:41:33.889 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-12-07 12:41:33.889 | git is already the newest version (1:2.17.1-1ubuntu0.9). 2021-12-07 12:41:33.889 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-12-07 12:41:33.889 | parted is already the newest version (3.2-20ubuntu0.2). 2021-12-07 12:41:33.889 | parted set to manually installed. 2021-12-07 12:41:33.889 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-12-07 12:41:33.890 | psmisc set to manually installed. 2021-12-07 12:41:33.890 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-12-07 12:41:33.890 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-12-07 12:41:33.890 | wget set to manually installed. 2021-12-07 12:41:33.890 | The following packages were automatically installed and are no longer required: 2021-12-07 12:41:33.890 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:41:33.890 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:41:33.890 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:41:33.890 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:41:33.890 | python3-twisted-bin python3-zope.interface 2021-12-07 12:41:33.890 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:41:33.890 | The following additional packages will be installed: 2021-12-07 12:41:33.890 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-12-07 12:41:33.890 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-12-07 12:41:33.890 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-12-07 12:41:33.890 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-12-07 12:41:33.890 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-12-07 12:41:33.890 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-12-07 12:41:33.890 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-12-07 12:41:33.890 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-12-07 12:41:33.890 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-12-07 12:41:33.890 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-12-07 12:41:33.890 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-12-07 12:41:33.890 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-12-07 12:41:33.890 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-12-07 12:41:33.890 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-12-07 12:41:33.890 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-12-07 12:41:33.890 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-12-07 12:41:33.890 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-12-07 12:41:33.890 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-12-07 12:41:33.891 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-12-07 12:41:33.891 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-12-07 12:41:33.891 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-12-07 12:41:33.891 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-12-07 12:41:33.891 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-12-07 12:41:33.891 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-12-07 12:41:33.891 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-12-07 12:41:33.891 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-12-07 12:41:33.891 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-12-07 12:41:33.891 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-12-07 12:41:33.891 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-12-07 12:41:33.891 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-12-07 12:41:33.891 | mysql-common openssh-client openssh-sftp-server po-debconf 2021-12-07 12:41:33.891 | postgresql-client-common postgresql-common postgresql-server-dev-10 2021-12-07 12:41:33.891 | python-pip-whl python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-12-07 12:41:33.891 | uuid-dev uwsgi-core vbetool x11-common 2021-12-07 12:41:33.892 | Suggested packages: 2021-12-07 12:41:33.892 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-12-07 12:41:33.892 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-12-07 12:41:33.892 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-12-07 12:41:33.893 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev gsfonts graphviz-doc 2021-12-07 12:41:33.893 | vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc uwsgi bzr libisal2 2021-12-07 12:41:33.893 | libjerasure2 libgd-tools libglib2.0-doc libgraphite2-utils krb5-user icu-doc 2021-12-07 12:41:33.893 | libtool-doc postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-12-07 12:41:33.893 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-12-07 12:41:33.893 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-12-07 12:41:33.893 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-12-07 12:41:33.893 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-12-07 12:41:33.893 | libterm-readkey-perl keychain libpam-ssh monkeysphere ssh-askpass 2021-12-07 12:41:33.893 | molly-guard rssh cpufrequtils wireless-tools radeontool libmail-box-perl 2021-12-07 12:41:33.893 | libjson-perl default-mysql-server | virtual-mysql-server 2021-12-07 12:41:33.893 | python-egenix-mxdatetime python3-mysqldb-dbg debootstrap sharutils-doc 2021-12-07 12:41:33.893 | bsd-mailx | mailx sqlite3-doc openssl-blacklist systemd-container ncompress 2021-12-07 12:41:33.893 | tar-scripts tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev 2021-12-07 12:41:34.144 | The following NEW packages will be installed: 2021-12-07 12:41:34.144 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-12-07 12:41:34.144 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-12-07 12:41:34.144 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-12-07 12:41:34.144 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-12-07 12:41:34.144 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-12-07 12:41:34.144 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-12-07 12:41:34.145 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-12-07 12:41:34.145 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-12-07 12:41:34.145 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-12-07 12:41:34.145 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-12-07 12:41:34.145 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-12-07 12:41:34.145 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-12-07 12:41:34.145 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-12-07 12:41:34.145 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-12-07 12:41:34.145 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-12-07 12:41:34.145 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-12-07 12:41:34.145 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-12-07 12:41:34.145 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-12-07 12:41:34.145 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-12-07 12:41:34.145 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-12-07 12:41:34.145 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-12-07 12:41:34.145 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-12-07 12:41:34.145 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-12-07 12:41:34.145 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-12-07 12:41:34.145 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-12-07 12:41:34.145 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-12-07 12:41:34.145 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-12-07 12:41:34.145 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-12-07 12:41:34.145 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-12-07 12:41:34.145 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-12-07 12:41:34.145 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-12-07 12:41:34.145 | libxslt1-dev libxt6 libyaml-dev libzmq5 m4 make memcached mysql-common 2021-12-07 12:41:34.145 | pkg-config pm-utils po-debconf postgresql-client-common postgresql-common 2021-12-07 12:41:34.146 | postgresql-server-dev-10 postgresql-server-dev-all python-pip-whl 2021-12-07 12:41:34.146 | python3-mysqldb python3-venv python3.6-venv qemu-block-extra qemu-utils 2021-12-07 12:41:34.146 | sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip uuid-dev 2021-12-07 12:41:34.146 | uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-12-07 12:41:34.146 | The following packages will be upgraded: 2021-12-07 12:41:34.146 | curl dnsmasq-base libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-12-07 12:41:34.146 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-12-07 12:41:34.146 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-12-07 12:41:34.146 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-12-07 12:41:34.147 | libxslt1.1 lvm2 open-iscsi openssh-client openssh-server openssh-sftp-server 2021-12-07 12:41:34.147 | openssl sudo systemd tar tcpdump uuid-runtime 2021-12-07 12:41:34.338 | 34 upgraded, 193 newly installed, 0 to remove and 164 not upgraded. 2021-12-07 12:41:34.338 | Need to get 81.2 MB of archives. 2021-12-07 12:41:34.338 | After this operation, 260 MB of additional disk space will be used. 2021-12-07 12:41:34.338 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-12-07 12:41:35.198 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.52 [105 kB] 2021-12-07 12:41:35.217 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.52 [107 kB] 2021-12-07 12:41:35.250 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2,913 kB] 2021-12-07 12:41:35.871 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] 2021-12-07 12:41:35.975 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-12-07 12:41:35.976 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2021-12-07 12:41:35.978 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-12-07 12:41:35.981 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1,302 kB] 2021-12-07 12:41:36.290 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-12-07 12:41:36.293 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-12-07 12:41:36.309 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-12-07 12:41:36.309 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-12-07 12:41:36.311 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-12-07 12:41:36.313 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 2021-12-07 12:41:36.313 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 2021-12-07 12:41:36.386 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-12-07 12:41:36.387 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-12-07 12:41:36.390 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8,050 kB] 2021-12-07 12:41:37.809 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.4 [664 kB] 2021-12-07 12:41:37.943 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.20 [1,071 kB] 2021-12-07 12:41:38.111 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.20 [84.2 kB] 2021-12-07 12:41:38.114 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.20 [160 kB] 2021-12-07 12:41:38.121 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.20 [95.1 kB] 2021-12-07 12:41:38.283 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-12-07 12:41:38.500 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2021-12-07 12:41:38.573 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-12-07 12:41:38.598 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-12-07 12:41:38.651 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-12-07 12:41:38.703 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2021-12-07 12:41:38.750 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-12-07 12:41:39.053 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2021-12-07 12:41:39.095 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-12-07 12:41:39.102 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-12-07 12:41:39.118 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-12-07 12:41:39.125 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-12-07 12:41:39.233 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-12-07 12:41:39.234 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-12-07 12:41:39.235 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1,171 kB] 2021-12-07 12:41:39.503 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 2021-12-07 12:41:39.760 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-12-07 12:41:39.860 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-12-07 12:41:39.886 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-12-07 12:41:39.951 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-12-07 12:41:39.958 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-12-07 12:41:39.977 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-sftp-server amd64 1:7.6p1-4ubuntu0.5 [45.5 kB] 2021-12-07 12:41:39.985 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-server amd64 1:7.6p1-4ubuntu0.5 [332 kB] 2021-12-07 12:41:40.100 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 2021-12-07 12:41:40.245 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-12-07 12:41:40.330 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-12-07 12:41:40.337 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-12-07 12:41:40.339 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-12-07 12:41:40.349 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-12-07 12:41:40.480 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.10 [261 kB] 2021-12-07 12:41:40.529 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-12-07 12:41:40.597 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-12-07 12:41:40.605 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-12-07 12:41:40.631 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-12-07 12:41:40.687 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-12-07 12:41:40.756 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-12-07 12:41:40.810 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-12-07 12:41:40.837 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-12-07 12:41:40.839 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-12-07 12:41:40.850 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-12-07 12:41:40.851 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-12-07 12:41:40.856 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-12-07 12:41:40.856 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-12-07 12:41:40.884 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-12-07 12:41:40.901 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-12-07 12:41:40.975 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-12-07 12:41:40.984 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-12-07 12:41:41.269 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-12-07 12:41:41.271 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-12-07 12:41:41.314 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-12-07 12:41:41.498 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.20 [178 kB] 2021-12-07 12:41:41.537 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2021-12-07 12:41:41.765 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-12-07 12:41:43.501 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-12-07 12:41:43.501 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-12-07 12:41:43.502 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-12-07 12:41:43.508 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-12-07 12:41:43.511 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-12-07 12:41:43.550 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.16 [159 kB] 2021-12-07 12:41:43.613 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.16 [220 kB] 2021-12-07 12:41:43.670 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-12-07 12:41:43.694 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.5 [307 kB] 2021-12-07 12:41:43.761 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.5 [13.3 kB] 2021-12-07 12:41:43.848 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-12-07 12:41:43.858 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-12-07 12:41:43.862 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-12-07 12:41:43.876 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-12-07 12:41:43.957 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-12-07 12:41:43.977 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-12-07 12:41:44.077 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-12-07 12:41:44.079 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-12-07 12:41:44.086 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-12-07 12:41:44.093 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-12-07 12:41:44.183 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-12-07 12:41:44.184 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-12-07 12:41:44.188 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] 2021-12-07 12:41:44.212 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.18.04.1 [186 kB] 2021-12-07 12:41:44.377 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-12-07 12:41:44.472 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.5 [119 kB] 2021-12-07 12:41:44.558 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-12-07 12:41:44.747 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-12-07 12:41:44.766 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-12-07 12:41:44.767 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-12-07 12:41:44.768 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-12-07 12:41:44.769 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-12-07 12:41:44.906 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-12-07 12:41:44.911 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-12-07 12:41:45.198 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-12-07 12:41:45.199 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-12-07 12:41:45.200 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-12-07 12:41:45.205 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2021-12-07 12:41:45.207 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2021-12-07 12:41:45.208 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-12-07 12:41:45.209 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-12-07 12:41:45.283 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-12-07 12:41:45.383 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-12-07 12:41:45.457 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-12-07 12:41:45.461 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-12-07 12:41:45.462 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-12-07 12:41:45.519 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-12-07 12:41:45.664 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-12-07 12:41:45.691 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-12-07 12:41:45.727 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-12-07 12:41:45.743 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-12-07 12:41:45.749 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.2 [179 kB] 2021-12-07 12:41:45.865 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-12-07 12:41:45.866 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-12-07 12:41:45.867 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-12-07 12:41:45.867 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-12-07 12:41:45.868 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-12-07 12:41:45.906 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-12-07 12:41:46.221 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-12-07 12:41:46.265 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-12-07 12:41:46.275 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-12-07 12:41:46.287 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-12-07 12:41:46.296 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-12-07 12:41:46.307 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2021-12-07 12:41:46.316 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-12-07 12:41:46.355 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-12-07 12:41:46.355 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-12-07 12:41:46.367 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-12-07 12:41:46.377 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-12-07 12:41:46.377 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-12-07 12:41:46.378 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-12-07 12:41:46.379 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.8 [68.5 kB] 2021-12-07 12:41:46.383 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.8 [102 kB] 2021-12-07 12:41:46.410 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-12-07 12:41:46.468 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-12-07 12:41:46.509 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.8 [1,386 kB] 2021-12-07 12:41:46.905 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-12-07 12:41:46.906 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-12-07 12:41:46.907 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-12-07 12:41:46.908 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-12-07 12:41:46.908 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-12-07 12:41:46.909 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.2 [19.0 kB] 2021-12-07 12:41:46.910 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-12-07 12:41:46.911 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.2 [8,894 kB] 2021-12-07 12:41:48.923 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-12-07 12:41:48.950 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-12-07 12:41:48.955 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-12-07 12:41:48.960 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2021-12-07 12:41:48.985 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-12-07 12:41:48.985 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-12-07 12:41:48.986 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-12-07 12:41:49.005 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-12-07 12:41:49.006 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-12-07 12:41:49.026 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-12-07 12:41:49.042 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-12-07 12:41:49.043 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-12-07 12:41:49.045 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-12-07 12:41:49.075 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-12-07 12:41:49.076 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.36-0ubuntu0.18.04.1 [689 kB] 2021-12-07 12:41:49.142 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.13 [1,568 kB] 2021-12-07 12:41:49.300 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.36-0ubuntu0.18.04.1 [1,017 kB] 2021-12-07 12:41:49.386 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-12-07 12:41:49.405 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-12-07 12:41:49.498 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.13 [1,220 kB] 2021-12-07 12:41:49.571 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-12-07 12:41:49.576 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.19-0ubuntu0.18.04.1 [108 kB] 2021-12-07 12:41:49.579 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.19-0ubuntu0.18.04.1 [219 kB] 2021-12-07 12:41:49.586 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.10 [2,725 kB] 2021-12-07 12:41:50.087 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.10 [923 kB] 2021-12-07 12:41:50.153 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB] 2021-12-07 12:41:50.174 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB] 2021-12-07 12:41:50.195 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-12-07 12:41:50.201 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.52 [184 kB] 2021-12-07 12:41:50.256 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-12-07 12:41:50.362 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.4 [757 kB] 2021-12-07 12:41:50.562 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-12-07 12:41:50.567 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-12-07 12:41:50.580 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-12-07 12:41:50.715 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-12-07 12:41:50.757 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-12-07 12:41:50.761 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-12-07 12:41:50.762 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-12-07 12:41:50.764 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-12-07 12:41:50.764 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-12-07 12:41:50.770 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.19-0ubuntu0.18.04.1 [841 kB] 2021-12-07 12:41:50.920 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-12-07 12:41:50.964 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.5 [1,653 kB] 2021-12-07 12:41:51.259 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-12-07 12:41:51.262 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.4 [6,188 B] 2021-12-07 12:41:51.263 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-12-07 12:41:51.263 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.38 [41.8 kB] 2021-12-07 12:41:51.267 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.38 [869 kB] 2021-12-07 12:41:51.355 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-12-07 12:41:51.368 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-12-07 12:41:51.442 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-12-07 12:41:51.472 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-12-07 12:41:51.558 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.2 [522 kB] 2021-12-07 12:41:51.575 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-12-07 12:41:51.575 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-12-07 12:41:51.576 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-12-07 12:41:51.578 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-12-07 12:41:51.579 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 kpartx amd64 0.7.4-2ubuntu3.1 [27.8 kB] 2021-12-07 12:41:51.580 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.2 [10.2 kB] 2021-12-07 12:41:51.581 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-12-07 12:41:51.582 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-12-07 12:41:51.615 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-12-07 12:41:51.657 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-12-07 12:41:51.658 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-12-07 12:41:51.663 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-12-07 12:41:51.692 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-12-07 12:41:53.364 | Preconfiguring packages ... 2021-12-07 12:41:53.635 | Fetched 81.2 MB in 18s (4,632 kB/s) 2021-12-07 12:41:53.886 | (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 ... 64649 files and directories currently installed.) 2021-12-07 12:41:53.888 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-12-07 12:41:54.070 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-12-07 12:41:54.637 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-12-07 12:41:55.405 | (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 ... 64649 files and directories currently installed.) 2021-12-07 12:41:55.408 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.52_amd64.deb ... 2021-12-07 12:41:55.624 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-07 12:41:56.081 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.52_amd64.deb ... 2021-12-07 12:41:56.230 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-07 12:41:56.825 | Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... 2021-12-07 12:41:57.095 | Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-07 12:41:58.637 | Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... 2021-12-07 12:41:58.796 | Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10.25) ... 2021-12-07 12:41:59.287 | Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... 2021-12-07 12:41:59.758 | (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 ... 64649 files and directories currently installed.) 2021-12-07 12:41:59.762 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-12-07 12:41:59.875 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-12-07 12:42:00.341 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-12-07 12:42:00.845 | (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 ... 64649 files and directories currently installed.) 2021-12-07 12:42:00.848 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-12-07 12:42:01.016 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-12-07 12:42:01.647 | Selecting previously unselected package libapr1:amd64. 2021-12-07 12:42:01.654 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-12-07 12:42:01.707 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-12-07 12:42:02.297 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 2021-12-07 12:42:02.475 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-12-07 12:42:03.285 | Selecting previously unselected package libaprutil1:amd64. 2021-12-07 12:42:03.292 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-12-07 12:42:03.353 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-12-07 12:42:03.768 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-12-07 12:42:03.955 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-12-07 12:42:04.422 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-12-07 12:42:04.429 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-12-07 12:42:04.490 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-12-07 12:42:04.802 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-07 12:42:04.930 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-12-07 12:42:05.411 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-07 12:42:05.576 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-12-07 12:42:06.023 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 2021-12-07 12:42:06.144 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-12-07 12:42:06.620 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-12-07 12:42:06.790 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-12-07 12:42:07.218 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-12-07 12:42:07.225 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-12-07 12:42:07.275 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-12-07 12:42:07.693 | Selecting previously unselected package liblua5.2-0:amd64. 2021-12-07 12:42:07.699 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-12-07 12:42:07.761 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-12-07 12:42:08.195 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.2_amd64.deb ... 2021-12-07 12:42:08.353 | Unpacking libicu60:amd64 (60.2-3ubuntu3.2) over (60.2-3ubuntu3) ... 2021-12-07 12:42:10.099 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ... 2021-12-07 12:42:10.293 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-12-07 12:42:10.811 | Selecting previously unselected package apache2-bin. 2021-12-07 12:42:10.818 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-07 12:42:10.873 | Unpacking apache2-bin (2.4.29-1ubuntu4.20) ... 2021-12-07 12:42:11.447 | Selecting previously unselected package apache2-utils. 2021-12-07 12:42:11.454 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-07 12:42:11.519 | Unpacking apache2-utils (2.4.29-1ubuntu4.20) ... 2021-12-07 12:42:11.892 | Selecting previously unselected package apache2-data. 2021-12-07 12:42:11.899 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.20_all.deb ... 2021-12-07 12:42:11.949 | Unpacking apache2-data (2.4.29-1ubuntu4.20) ... 2021-12-07 12:42:12.567 | Selecting previously unselected package apache2. 2021-12-07 12:42:12.574 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-07 12:42:12.661 | Unpacking apache2 (2.4.29-1ubuntu4.20) ... 2021-12-07 12:42:13.171 | Selecting previously unselected package fonts-dejavu-core. 2021-12-07 12:42:13.177 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-12-07 12:42:13.224 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-12-07 12:42:13.692 | Selecting previously unselected package fonts-liberation. 2021-12-07 12:42:13.700 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-12-07 12:42:13.767 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-12-07 12:42:14.376 | Selecting previously unselected package fontconfig-config. 2021-12-07 12:42:14.383 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-12-07 12:42:14.439 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-12-07 12:42:14.891 | Selecting previously unselected package libfontconfig1:amd64. 2021-12-07 12:42:14.897 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-12-07 12:42:14.944 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-12-07 12:42:15.441 | Selecting previously unselected package fontconfig. 2021-12-07 12:42:15.447 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-12-07 12:42:15.509 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-12-07 12:42:15.959 | Selecting previously unselected package liblua5.3-0:amd64. 2021-12-07 12:42:15.966 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:42:16.006 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-12-07 12:42:16.544 | Selecting previously unselected package haproxy. 2021-12-07 12:42:16.550 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-12-07 12:42:16.613 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-12-07 12:42:17.241 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-12-07 12:42:17.248 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-12-07 12:42:17.298 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-07 12:42:17.818 | Selecting previously unselected package x11-common. 2021-12-07 12:42:17.825 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-12-07 12:42:17.908 | dpkg-query: no packages found matching nux-tools 2021-12-07 12:42:17.919 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-12-07 12:42:18.353 | Selecting previously unselected package libice6:amd64. 2021-12-07 12:42:18.360 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-12-07 12:42:18.418 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-12-07 12:42:18.869 | Selecting previously unselected package libsm6:amd64. 2021-12-07 12:42:18.876 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-12-07 12:42:18.938 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-12-07 12:42:19.577 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-12-07 12:42:20.463 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-12-07 12:42:21.395 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-12-07 12:42:21.402 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-12-07 12:42:21.456 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-12-07 12:42:21.891 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-12-07 12:42:22.073 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-12-07 12:42:22.462 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-12-07 12:42:23.074 | (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 ... 65702 files and directories currently installed.) 2021-12-07 12:42:23.078 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-12-07 12:42:23.273 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.56.4-0ubuntu0.18.04.4) ... 2021-12-07 12:42:24.088 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 2021-12-07 12:42:24.286 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-12-07 12:42:25.172 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-12-07 12:42:25.370 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-12-07 12:42:26.059 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:42:26.229 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-07 12:42:26.749 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:42:26.919 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-07 12:42:27.511 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:42:27.698 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-07 12:42:28.270 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:42:28.457 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-12-07 12:42:28.845 | Preparing to unpack .../007-openssh-sftp-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 2021-12-07 12:42:29.038 | Unpacking openssh-sftp-server (1:7.6p1-4ubuntu0.5) over (1:7.6p1-4ubuntu0.3) ... 2021-12-07 12:42:29.732 | Preparing to unpack .../008-openssh-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 2021-12-07 12:42:29.949 | Unpacking openssh-server (1:7.6p1-4ubuntu0.5) over (1:7.6p1-4ubuntu0.3) ... 2021-12-07 12:42:30.756 | Preparing to unpack .../009-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 2021-12-07 12:42:30.932 | Unpacking openssh-client (1:7.6p1-4ubuntu0.5) over (1:7.6p1-4ubuntu0.3) ... 2021-12-07 12:42:31.608 | Preparing to unpack .../010-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:42:31.806 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-12-07 12:42:32.275 | Selecting previously unselected package uuid-dev:amd64. 2021-12-07 12:42:32.282 | Preparing to unpack .../011-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-12-07 12:42:32.326 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-12-07 12:42:32.801 | Selecting previously unselected package libsctp1:amd64. 2021-12-07 12:42:32.808 | Preparing to unpack .../012-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-12-07 12:42:32.913 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-12-07 12:42:33.258 | Selecting previously unselected package libsctp-dev:amd64. 2021-12-07 12:42:33.264 | Preparing to unpack .../013-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-12-07 12:42:33.326 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-12-07 12:42:33.715 | Selecting previously unselected package libapr1-dev. 2021-12-07 12:42:33.721 | Preparing to unpack .../014-libapr1-dev_1.6.3-2_amd64.deb ... 2021-12-07 12:42:33.766 | Unpacking libapr1-dev (1.6.3-2) ... 2021-12-07 12:42:34.532 | Selecting previously unselected package libldap2-dev:amd64. 2021-12-07 12:42:34.540 | Preparing to unpack .../015-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-12-07 12:42:34.577 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-07 12:42:35.229 | Selecting previously unselected package libaprutil1-dev. 2021-12-07 12:42:35.236 | Preparing to unpack .../016-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-12-07 12:42:35.307 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-12-07 12:42:35.902 | Selecting previously unselected package autotools-dev. 2021-12-07 12:42:35.908 | Preparing to unpack .../017-autotools-dev_20180224.1_all.deb ... 2021-12-07 12:42:35.976 | Unpacking autotools-dev (20180224.1) ... 2021-12-07 12:42:36.330 | Selecting previously unselected package m4. 2021-12-07 12:42:36.337 | Preparing to unpack .../018-m4_1.4.18-1_amd64.deb ... 2021-12-07 12:42:36.387 | Unpacking m4 (1.4.18-1) ... 2021-12-07 12:42:36.805 | Selecting previously unselected package autoconf. 2021-12-07 12:42:36.811 | Preparing to unpack .../019-autoconf_2.69-11_all.deb ... 2021-12-07 12:42:36.863 | Unpacking autoconf (2.69-11) ... 2021-12-07 12:42:37.395 | Selecting previously unselected package automake. 2021-12-07 12:42:37.402 | Preparing to unpack .../020-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-12-07 12:42:37.452 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-12-07 12:42:37.818 | Selecting previously unselected package autopoint. 2021-12-07 12:42:37.825 | Preparing to unpack .../021-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-12-07 12:42:37.932 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-12-07 12:42:38.309 | Selecting previously unselected package libtool. 2021-12-07 12:42:38.316 | Preparing to unpack .../022-libtool_2.4.6-2_all.deb ... 2021-12-07 12:42:38.412 | Unpacking libtool (2.4.6-2) ... 2021-12-07 12:42:38.795 | Selecting previously unselected package dh-autoreconf. 2021-12-07 12:42:38.801 | Preparing to unpack .../023-dh-autoreconf_17_all.deb ... 2021-12-07 12:42:38.857 | Unpacking dh-autoreconf (17) ... 2021-12-07 12:42:39.206 | Selecting previously unselected package libarchive-zip-perl. 2021-12-07 12:42:39.214 | Preparing to unpack .../024-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-12-07 12:42:39.269 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-12-07 12:42:39.605 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-12-07 12:42:39.611 | Preparing to unpack .../025-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-12-07 12:42:39.667 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-12-07 12:42:39.976 | Selecting previously unselected package libtimedate-perl. 2021-12-07 12:42:39.982 | Preparing to unpack .../026-libtimedate-perl_2.3000-2_all.deb ... 2021-12-07 12:42:40.038 | Unpacking libtimedate-perl (2.3000-2) ... 2021-12-07 12:42:40.462 | Selecting previously unselected package dh-strip-nondeterminism. 2021-12-07 12:42:40.468 | Preparing to unpack .../027-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-12-07 12:42:40.518 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-12-07 12:42:40.823 | Selecting previously unselected package libdpkg-perl. 2021-12-07 12:42:40.830 | Preparing to unpack .../028-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-12-07 12:42:40.897 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-12-07 12:42:41.263 | Selecting previously unselected package make. 2021-12-07 12:42:41.270 | Preparing to unpack .../029-make_4.1-9.1ubuntu1_amd64.deb ... 2021-12-07 12:42:41.326 | Unpacking make (4.1-9.1ubuntu1) ... 2021-12-07 12:42:41.709 | Selecting previously unselected package dpkg-dev. 2021-12-07 12:42:41.716 | Preparing to unpack .../030-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-12-07 12:42:41.771 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-12-07 12:42:42.303 | Selecting previously unselected package libcroco3:amd64. 2021-12-07 12:42:42.311 | Preparing to unpack .../031-libcroco3_0.6.12-2_amd64.deb ... 2021-12-07 12:42:42.349 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-12-07 12:42:42.737 | Selecting previously unselected package gettext. 2021-12-07 12:42:42.744 | Preparing to unpack .../032-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-12-07 12:42:42.783 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-12-07 12:42:43.681 | Selecting previously unselected package intltool-debian. 2021-12-07 12:42:43.687 | Preparing to unpack .../033-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-12-07 12:42:43.754 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-12-07 12:42:44.074 | Selecting previously unselected package po-debconf. 2021-12-07 12:42:44.081 | Preparing to unpack .../034-po-debconf_1.0.20_all.deb ... 2021-12-07 12:42:44.114 | Unpacking po-debconf (1.0.20) ... 2021-12-07 12:42:44.444 | Selecting previously unselected package debhelper. 2021-12-07 12:42:44.451 | Preparing to unpack .../035-debhelper_11.1.6ubuntu2_all.deb ... 2021-12-07 12:42:44.501 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-12-07 12:42:44.993 | Selecting previously unselected package apache2-dev. 2021-12-07 12:42:45.000 | Preparing to unpack .../036-apache2-dev_2.4.29-1ubuntu4.20_amd64.deb ... 2021-12-07 12:42:45.050 | Unpacking apache2-dev (2.4.29-1ubuntu4.20) ... 2021-12-07 12:42:45.440 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-12-07 12:42:45.447 | Preparing to unpack .../037-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-12-07 12:42:45.497 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-12-07 12:42:46.370 | Selecting previously unselected package g++-7. 2021-12-07 12:42:46.377 | Preparing to unpack .../038-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-12-07 12:42:46.427 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-12-07 12:42:48.210 | Selecting previously unselected package g++. 2021-12-07 12:42:48.217 | Preparing to unpack .../039-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-12-07 12:42:48.267 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-12-07 12:42:48.589 | Selecting previously unselected package build-essential. 2021-12-07 12:42:48.596 | Preparing to unpack .../040-build-essential_12.4ubuntu1_amd64.deb ... 2021-12-07 12:42:48.629 | Unpacking build-essential (12.4ubuntu1) ... 2021-12-07 12:42:48.954 | Selecting previously unselected package conntrack. 2021-12-07 12:42:48.962 | Preparing to unpack .../041-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-12-07 12:42:49.017 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-07 12:42:49.461 | Selecting previously unselected package libnetfilter-queue1. 2021-12-07 12:42:49.468 | Preparing to unpack .../042-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-12-07 12:42:49.531 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-12-07 12:42:49.943 | Selecting previously unselected package conntrackd. 2021-12-07 12:42:49.951 | Preparing to unpack .../043-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-12-07 12:42:50.000 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-07 12:42:50.377 | Preparing to unpack .../044-curl_7.58.0-2ubuntu3.16_amd64.deb ... 2021-12-07 12:42:50.531 | Unpacking curl (7.58.0-2ubuntu3.16) over (7.58.0-2ubuntu3.7) ... 2021-12-07 12:42:50.989 | Preparing to unpack .../045-libcurl4_7.58.0-2ubuntu3.16_amd64.deb ... 2021-12-07 12:42:51.166 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.16) over (7.58.0-2ubuntu3.7) ... 2021-12-07 12:42:51.795 | Selecting previously unselected package dctrl-tools. 2021-12-07 12:42:51.802 | Preparing to unpack .../046-dctrl-tools_2.24-2build1_amd64.deb ... 2021-12-07 12:42:51.841 | Unpacking dctrl-tools (2.24-2build1) ... 2021-12-07 12:42:52.248 | Preparing to unpack .../047-dnsmasq-base_2.79-1ubuntu0.5_amd64.deb ... 2021-12-07 12:42:52.337 | Unpacking dnsmasq-base (2.79-1ubuntu0.5) over (2.79-1) ... 2021-12-07 12:42:52.806 | Selecting previously unselected package dnsmasq-utils. 2021-12-07 12:42:52.813 | Preparing to unpack .../048-dnsmasq-utils_2.79-1ubuntu0.5_amd64.deb ... 2021-12-07 12:42:52.863 | Unpacking dnsmasq-utils (2.79-1ubuntu0.5) ... 2021-12-07 12:42:53.229 | Selecting previously unselected package dstat. 2021-12-07 12:42:53.236 | Preparing to unpack .../049-dstat_0.7.3-1_all.deb ... 2021-12-07 12:42:53.292 | Unpacking dstat (0.7.3-1) ... 2021-12-07 12:42:53.783 | Selecting previously unselected package libfakeroot:amd64. 2021-12-07 12:42:53.790 | Preparing to unpack .../050-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-12-07 12:42:53.840 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-12-07 12:42:54.182 | Selecting previously unselected package fakeroot. 2021-12-07 12:42:54.189 | Preparing to unpack .../051-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-12-07 12:42:54.244 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-12-07 12:42:54.617 | Selecting previously unselected package genisoimage. 2021-12-07 12:42:54.625 | Preparing to unpack .../052-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-12-07 12:42:54.674 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-12-07 12:42:55.130 | Selecting previously unselected package libgraphite2-3:amd64. 2021-12-07 12:42:55.138 | Preparing to unpack .../053-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-12-07 12:42:55.200 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-12-07 12:42:55.600 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-12-07 12:42:55.608 | Preparing to unpack .../054-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-12-07 12:42:55.640 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:42:56.039 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-12-07 12:42:56.046 | Preparing to unpack .../055-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-12-07 12:42:56.091 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:42:56.457 | Selecting previously unselected package libann0. 2021-12-07 12:42:56.464 | Preparing to unpack .../056-libann0_1.1.2+doc-6_amd64.deb ... 2021-12-07 12:42:56.508 | Unpacking libann0 (1.1.2+doc-6) ... 2021-12-07 12:42:56.943 | Selecting previously unselected package libcdt5. 2021-12-07 12:42:56.951 | Preparing to unpack .../057-libcdt5_2.40.1-2_amd64.deb ... 2021-12-07 12:42:57.005 | Unpacking libcdt5 (2.40.1-2) ... 2021-12-07 12:42:57.383 | Selecting previously unselected package libcgraph6. 2021-12-07 12:42:57.390 | Preparing to unpack .../058-libcgraph6_2.40.1-2_amd64.deb ... 2021-12-07 12:42:57.457 | Unpacking libcgraph6 (2.40.1-2) ... 2021-12-07 12:42:57.783 | Selecting previously unselected package libjpeg8:amd64. 2021-12-07 12:42:57.791 | Preparing to unpack .../059-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-12-07 12:42:57.834 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-12-07 12:42:58.234 | Selecting previously unselected package libjbig0:amd64. 2021-12-07 12:42:58.242 | Preparing to unpack .../060-libjbig0_2.1-3.1build1_amd64.deb ... 2021-12-07 12:42:58.295 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-12-07 12:42:58.686 | Selecting previously unselected package libtiff5:amd64. 2021-12-07 12:42:58.693 | Preparing to unpack .../061-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... 2021-12-07 12:42:58.742 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-12-07 12:42:59.192 | Selecting previously unselected package libwebp6:amd64. 2021-12-07 12:42:59.200 | Preparing to unpack .../062-libwebp6_0.6.1-2ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:42:59.255 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ... 2021-12-07 12:42:59.655 | Selecting previously unselected package libxpm4:amd64. 2021-12-07 12:42:59.662 | Preparing to unpack .../063-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-12-07 12:42:59.712 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-12-07 12:43:00.034 | Selecting previously unselected package libgd3:amd64. 2021-12-07 12:43:00.042 | Preparing to unpack .../064-libgd3_2.2.5-4ubuntu0.5_amd64.deb ... 2021-12-07 12:43:00.102 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.5) ... 2021-12-07 12:43:00.480 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-12-07 12:43:00.487 | Preparing to unpack .../065-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-12-07 12:43:00.537 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-12-07 12:43:00.941 | Selecting previously unselected package libpixman-1-0:amd64. 2021-12-07 12:43:00.948 | Preparing to unpack .../066-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-12-07 12:43:01.021 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-12-07 12:43:01.400 | Selecting previously unselected package libxcb-render0:amd64. 2021-12-07 12:43:01.407 | Preparing to unpack .../067-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-12-07 12:43:01.478 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-07 12:43:01.954 | Selecting previously unselected package libxcb-shm0:amd64. 2021-12-07 12:43:01.962 | Preparing to unpack .../068-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-12-07 12:43:02.015 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-07 12:43:02.514 | Selecting previously unselected package libxrender1:amd64. 2021-12-07 12:43:02.521 | Preparing to unpack .../069-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-12-07 12:43:02.593 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-12-07 12:43:03.080 | Selecting previously unselected package libcairo2:amd64. 2021-12-07 12:43:03.087 | Preparing to unpack .../070-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-12-07 12:43:03.141 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-12-07 12:43:03.638 | Selecting previously unselected package libltdl7:amd64. 2021-12-07 12:43:03.645 | Preparing to unpack .../071-libltdl7_2.4.6-2_amd64.deb ... 2021-12-07 12:43:03.707 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-12-07 12:43:04.086 | Selecting previously unselected package libthai-data. 2021-12-07 12:43:04.093 | Preparing to unpack .../072-libthai-data_0.1.27-2_all.deb ... 2021-12-07 12:43:04.177 | Unpacking libthai-data (0.1.27-2) ... 2021-12-07 12:43:04.651 | Selecting previously unselected package libdatrie1:amd64. 2021-12-07 12:43:04.659 | Preparing to unpack .../073-libdatrie1_0.2.10-7_amd64.deb ... 2021-12-07 12:43:04.719 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-12-07 12:43:05.120 | Selecting previously unselected package libthai0:amd64. 2021-12-07 12:43:05.127 | Preparing to unpack .../074-libthai0_0.1.27-2_amd64.deb ... 2021-12-07 12:43:05.171 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-12-07 12:43:05.615 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-12-07 12:43:05.623 | Preparing to unpack .../075-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-12-07 12:43:05.685 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-07 12:43:06.166 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-12-07 12:43:06.173 | Preparing to unpack .../076-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-12-07 12:43:06.211 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-07 12:43:06.737 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-12-07 12:43:06.745 | Preparing to unpack .../077-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-12-07 12:43:06.823 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-07 12:43:07.354 | Selecting previously unselected package libpathplan4. 2021-12-07 12:43:07.361 | Preparing to unpack .../078-libpathplan4_2.40.1-2_amd64.deb ... 2021-12-07 12:43:07.417 | Unpacking libpathplan4 (2.40.1-2) ... 2021-12-07 12:43:07.943 | Selecting previously unselected package libgvc6. 2021-12-07 12:43:07.951 | Preparing to unpack .../079-libgvc6_2.40.1-2_amd64.deb ... 2021-12-07 12:43:08.011 | Unpacking libgvc6 (2.40.1-2) ... 2021-12-07 12:43:08.600 | Selecting previously unselected package libgvpr2. 2021-12-07 12:43:08.608 | Preparing to unpack .../080-libgvpr2_2.40.1-2_amd64.deb ... 2021-12-07 12:43:08.680 | Unpacking libgvpr2 (2.40.1-2) ... 2021-12-07 12:43:09.194 | Selecting previously unselected package liblab-gamut1. 2021-12-07 12:43:09.201 | Preparing to unpack .../081-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-12-07 12:43:09.251 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-12-07 12:43:09.788 | Selecting previously unselected package libxt6:amd64. 2021-12-07 12:43:09.796 | Preparing to unpack .../082-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-12-07 12:43:09.839 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-12-07 12:43:10.354 | Selecting previously unselected package libxmu6:amd64. 2021-12-07 12:43:10.361 | Preparing to unpack .../083-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-12-07 12:43:10.417 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-12-07 12:43:10.884 | Selecting previously unselected package libxaw7:amd64. 2021-12-07 12:43:10.892 | Preparing to unpack .../084-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-12-07 12:43:10.941 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-12-07 12:43:11.383 | Selecting previously unselected package graphviz. 2021-12-07 12:43:11.390 | Preparing to unpack .../085-graphviz_2.40.1-2_amd64.deb ... 2021-12-07 12:43:11.451 | Unpacking graphviz (2.40.1-2) ... 2021-12-07 12:43:12.170 | Selecting previously unselected package libnl-3-200:amd64. 2021-12-07 12:43:12.177 | Preparing to unpack .../086-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-12-07 12:43:12.244 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-07 12:43:12.691 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-12-07 12:43:12.699 | Preparing to unpack .../087-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-12-07 12:43:12.752 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-07 12:43:13.268 | Selecting previously unselected package libibverbs1:amd64. 2021-12-07 12:43:13.276 | Preparing to unpack .../088-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-12-07 12:43:13.337 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-12-07 12:43:13.838 | Selecting previously unselected package ibverbs-providers:amd64. 2021-12-07 12:43:13.845 | Preparing to unpack .../089-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-12-07 12:43:13.897 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-12-07 12:43:14.272 | Selecting previously unselected package icu-devtools. 2021-12-07 12:43:14.280 | Preparing to unpack .../090-icu-devtools_60.2-3ubuntu3.2_amd64.deb ... 2021-12-07 12:43:14.335 | Unpacking icu-devtools (60.2-3ubuntu3.2) ... 2021-12-07 12:43:14.747 | Selecting previously unselected package iputils-arping. 2021-12-07 12:43:14.754 | Preparing to unpack .../091-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-12-07 12:43:14.805 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-12-07 12:43:15.451 | Selecting previously unselected package javascript-common. 2021-12-07 12:43:15.458 | Preparing to unpack .../092-javascript-common_11_all.deb ... 2021-12-07 12:43:15.519 | Unpacking javascript-common (11) ... 2021-12-07 12:43:16.017 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-12-07 12:43:16.024 | Preparing to unpack .../093-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-12-07 12:43:16.131 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-07 12:43:16.598 | Selecting previously unselected package libsensors4:amd64. 2021-12-07 12:43:16.606 | Preparing to unpack .../094-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-12-07 12:43:16.805 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-12-07 12:43:17.229 | Selecting previously unselected package libsnmp-base. 2021-12-07 12:43:17.236 | Preparing to unpack .../095-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-12-07 12:43:17.331 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-07 12:43:17.799 | Selecting previously unselected package libsnmp30:amd64. 2021-12-07 12:43:17.807 | Preparing to unpack .../096-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-12-07 12:43:17.856 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-07 12:43:18.449 | Selecting previously unselected package keepalived. 2021-12-07 12:43:18.457 | Preparing to unpack .../097-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-12-07 12:43:18.523 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-12-07 12:43:19.080 | Selecting previously unselected package libgssrpc4:amd64. 2021-12-07 12:43:19.087 | Preparing to unpack .../098-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:43:19.142 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:43:19.520 | Selecting previously unselected package libkdb5-9:amd64. 2021-12-07 12:43:19.528 | Preparing to unpack .../099-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:43:19.594 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:43:20.097 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-12-07 12:43:20.104 | Preparing to unpack .../100-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:43:20.148 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:43:20.537 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-12-07 12:43:20.545 | Preparing to unpack .../101-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:43:20.598 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:43:20.960 | Selecting previously unselected package comerr-dev:amd64. 2021-12-07 12:43:20.969 | Preparing to unpack .../102-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-12-07 12:43:21.034 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-12-07 12:43:21.364 | Selecting previously unselected package krb5-multidev:amd64. 2021-12-07 12:43:21.372 | Preparing to unpack .../103-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:43:21.411 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:43:22.012 | Selecting previously unselected package libaio1:amd64. 2021-12-07 12:43:22.019 | Preparing to unpack .../104-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-12-07 12:43:22.060 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-12-07 12:43:22.468 | Selecting previously unselected package libalgorithm-diff-perl. 2021-12-07 12:43:22.475 | Preparing to unpack .../105-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-12-07 12:43:22.525 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-12-07 12:43:22.891 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-12-07 12:43:22.898 | Preparing to unpack .../106-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-12-07 12:43:22.937 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-12-07 12:43:23.274 | Selecting previously unselected package libalgorithm-merge-perl. 2021-12-07 12:43:23.281 | Preparing to unpack .../107-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-12-07 12:43:23.331 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-12-07 12:43:23.674 | Selecting previously unselected package libarchive-cpio-perl. 2021-12-07 12:43:23.681 | Preparing to unpack .../108-libarchive-cpio-perl_0.10-1_all.deb ... 2021-12-07 12:43:23.748 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-12-07 12:43:24.147 | Selecting previously unselected package libfile-fcntllock-perl. 2021-12-07 12:43:24.154 | Preparing to unpack .../109-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-12-07 12:43:24.226 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-12-07 12:43:24.661 | Selecting previously unselected package libglib2.0-bin. 2021-12-07 12:43:24.669 | Preparing to unpack .../110-libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-12-07 12:43:24.742 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-12-07 12:43:25.199 | Selecting previously unselected package libglib2.0-dev-bin. 2021-12-07 12:43:25.206 | Preparing to unpack .../111-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-12-07 12:43:25.262 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-12-07 12:43:25.715 | Selecting previously unselected package pkg-config. 2021-12-07 12:43:25.722 | Preparing to unpack .../112-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-12-07 12:43:25.771 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-12-07 12:43:26.091 | Selecting previously unselected package zlib1g-dev:amd64. 2021-12-07 12:43:26.098 | Preparing to unpack .../113-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-12-07 12:43:26.158 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-12-07 12:43:26.617 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-12-07 12:43:26.625 | Preparing to unpack .../114-libglib2.0-dev_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-12-07 12:43:26.679 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-12-07 12:43:27.559 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-12-07 12:43:27.567 | Preparing to unpack .../115-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-12-07 12:43:27.621 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-12-07 12:43:27.975 | Selecting previously unselected package libgts-bin. 2021-12-07 12:43:27.983 | Preparing to unpack .../116-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-12-07 12:43:28.039 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-12-07 12:43:28.451 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-12-07 12:43:28.459 | Preparing to unpack .../117-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-12-07 12:43:28.502 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:43:28.880 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-12-07 12:43:28.887 | Preparing to unpack .../118-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-12-07 12:43:28.942 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:43:29.405 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-12-07 12:43:29.413 | Preparing to unpack .../119-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-12-07 12:43:29.480 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-12-07 12:43:29.959 | Selecting previously unselected package libiculx60:amd64. 2021-12-07 12:43:29.967 | Preparing to unpack .../120-libiculx60_60.2-3ubuntu3.2_amd64.deb ... 2021-12-07 12:43:30.022 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.2) ... 2021-12-07 12:43:30.359 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-12-07 12:43:30.367 | Preparing to unpack .../121-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-12-07 12:43:30.422 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-12-07 12:43:30.776 | Selecting previously unselected package libicu-dev. 2021-12-07 12:43:30.784 | Preparing to unpack .../122-libicu-dev_60.2-3ubuntu3.2_amd64.deb ... 2021-12-07 12:43:30.851 | Unpacking libicu-dev (60.2-3ubuntu3.2) ... 2021-12-07 12:43:32.696 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-12-07 12:43:32.704 | Preparing to unpack .../123-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-12-07 12:43:32.763 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:43:33.428 | Selecting previously unselected package libiscsi7:amd64. 2021-12-07 12:43:33.435 | Preparing to unpack .../124-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-12-07 12:43:33.519 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-12-07 12:43:34.017 | Selecting previously unselected package libjansson4:amd64. 2021-12-07 12:43:34.024 | Preparing to unpack .../125-libjansson4_2.11-1_amd64.deb ... 2021-12-07 12:43:34.091 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-12-07 12:43:34.496 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-12-07 12:43:34.504 | Preparing to unpack .../126-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-12-07 12:43:34.565 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-07 12:43:34.948 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-12-07 12:43:34.955 | Preparing to unpack .../127-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-12-07 12:43:35.015 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-12-07 12:43:35.336 | Selecting previously unselected package libjpeg-dev:amd64. 2021-12-07 12:43:35.344 | Preparing to unpack .../128-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-12-07 12:43:35.432 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-12-07 12:43:35.845 | Selecting previously unselected package libjs-jquery. 2021-12-07 12:43:35.852 | Preparing to unpack .../129-libjs-jquery_3.2.1-1_all.deb ... 2021-12-07 12:43:35.902 | Unpacking libjs-jquery (3.2.1-1) ... 2021-12-07 12:43:36.347 | Selecting previously unselected package libjs-jquery-metadata. 2021-12-07 12:43:36.354 | Preparing to unpack .../130-libjs-jquery-metadata_12-1_all.deb ... 2021-12-07 12:43:36.411 | Unpacking libjs-jquery-metadata (12-1) ... 2021-12-07 12:43:36.771 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-12-07 12:43:36.778 | Preparing to unpack .../131-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-12-07 12:43:36.833 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-12-07 12:43:37.346 | Selecting previously unselected package libltdl-dev:amd64. 2021-12-07 12:43:37.354 | Preparing to unpack .../132-libltdl-dev_2.4.6-2_amd64.deb ... 2021-12-07 12:43:37.410 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-12-07 12:43:37.885 | Selecting previously unselected package libsys-hostname-long-perl. 2021-12-07 12:43:37.893 | Preparing to unpack .../133-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-12-07 12:43:37.948 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-12-07 12:43:38.354 | Selecting previously unselected package libmail-sendmail-perl. 2021-12-07 12:43:38.361 | Preparing to unpack .../134-libmail-sendmail-perl_0.80-1_all.deb ... 2021-12-07 12:43:38.456 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-12-07 12:43:38.987 | Selecting previously unselected package libmatheval1:amd64. 2021-12-07 12:43:38.994 | Preparing to unpack .../135-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-12-07 12:43:39.056 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-12-07 12:43:39.571 | Selecting previously unselected package mysql-common. 2021-12-07 12:43:39.578 | Preparing to unpack .../136-mysql-common_5.8+1.0.4_all.deb ... 2021-12-07 12:43:39.642 | Unpacking mysql-common (5.8+1.0.4) ... 2021-12-07 12:43:40.319 | Selecting previously unselected package libmysqlclient20:amd64. 2021-12-07 12:43:40.327 | Preparing to unpack .../137-libmysqlclient20_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:43:40.399 | Unpacking libmysqlclient20:amd64 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:43:40.902 | Selecting previously unselected package libssl-dev:amd64. 2021-12-07 12:43:40.910 | Preparing to unpack .../138-libssl-dev_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 2021-12-07 12:43:40.964 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 2021-12-07 12:43:41.645 | Selecting previously unselected package libmysqlclient-dev. 2021-12-07 12:43:41.652 | Preparing to unpack .../139-libmysqlclient-dev_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:43:41.719 | Unpacking libmysqlclient-dev (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:43:42.450 | Selecting previously unselected package libnorm1:amd64. 2021-12-07 12:43:42.458 | Preparing to unpack .../140-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-12-07 12:43:42.519 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-12-07 12:43:43.193 | Selecting previously unselected package libnspr4:amd64. 2021-12-07 12:43:43.201 | Preparing to unpack .../141-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-12-07 12:43:43.285 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-12-07 12:43:43.863 | Selecting previously unselected package libnss3:amd64. 2021-12-07 12:43:43.870 | Preparing to unpack .../142-libnss3_2%3a3.35-2ubuntu2.13_amd64.deb ... 2021-12-07 12:43:43.941 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.13) ... 2021-12-07 12:43:44.588 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-12-07 12:43:44.595 | Preparing to unpack .../143-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-12-07 12:43:44.645 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-12-07 12:43:45.177 | Selecting previously unselected package libpq5:amd64. 2021-12-07 12:43:45.184 | Preparing to unpack .../144-libpq5_10.19-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:43:45.250 | Unpacking libpq5:amd64 (10.19-0ubuntu0.18.04.1) ... 2021-12-07 12:43:45.639 | Selecting previously unselected package libpq-dev. 2021-12-07 12:43:45.647 | Preparing to unpack .../145-libpq-dev_10.19-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:43:45.742 | Unpacking libpq-dev (10.19-0ubuntu0.18.04.1) ... 2021-12-07 12:43:46.369 | Selecting previously unselected package librados2. 2021-12-07 12:43:46.377 | Preparing to unpack .../146-librados2_12.2.13-0ubuntu0.18.04.10_amd64.deb ... 2021-12-07 12:43:46.433 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-07 12:43:47.405 | Selecting previously unselected package librbd1. 2021-12-07 12:43:47.412 | Preparing to unpack .../147-librbd1_12.2.13-0ubuntu0.18.04.10_amd64.deb ... 2021-12-07 12:43:47.490 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-07 12:43:48.016 | Selecting previously unselected package libsasl2-dev. 2021-12-07 12:43:48.024 | Preparing to unpack .../148-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-07 12:43:48.085 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-07 12:43:48.555 | Preparing to unpack .../149-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-12-07 12:43:48.736 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-12-07 12:43:49.330 | Selecting previously unselected package libsodium23:amd64. 2021-12-07 12:43:49.338 | Preparing to unpack .../150-libsodium23_1.0.16-2_amd64.deb ... 2021-12-07 12:43:49.399 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-12-07 12:43:49.826 | Selecting previously unselected package libsystemd-dev:amd64. 2021-12-07 12:43:49.834 | Preparing to unpack .../151-libsystemd-dev_237-3ubuntu10.52_amd64.deb ... 2021-12-07 12:43:49.896 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.52) ... 2021-12-07 12:43:50.582 | Selecting previously unselected package libx86-1:amd64. 2021-12-07 12:43:50.590 | Preparing to unpack .../152-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-12-07 12:43:50.656 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-12-07 12:43:51.170 | Selecting previously unselected package libxml2-dev:amd64. 2021-12-07 12:43:51.178 | Preparing to unpack .../153-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ... 2021-12-07 12:43:51.256 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ... 2021-12-07 12:43:52.011 | Preparing to unpack .../154-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-12-07 12:43:52.226 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-12-07 12:43:52.679 | Selecting previously unselected package libxslt1-dev:amd64. 2021-12-07 12:43:52.687 | Preparing to unpack .../155-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-12-07 12:43:52.764 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-12-07 12:43:53.427 | Selecting previously unselected package libzmq5:amd64. 2021-12-07 12:43:53.435 | Preparing to unpack .../156-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-12-07 12:43:53.484 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-12-07 12:43:54.087 | Preparing to unpack .../157-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-12-07 12:43:54.260 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-12-07 12:43:55.661 | Selecting previously unselected package memcached. 2021-12-07 12:43:55.669 | Preparing to unpack .../158-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-12-07 12:43:55.723 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-12-07 12:43:56.113 | Selecting previously unselected package pm-utils. 2021-12-07 12:43:56.122 | Preparing to unpack .../159-pm-utils_1.4.1-17_all.deb ... 2021-12-07 12:43:56.164 | Unpacking pm-utils (1.4.1-17) ... 2021-12-07 12:43:56.691 | Selecting previously unselected package postgresql-client-common. 2021-12-07 12:43:56.698 | Preparing to unpack .../160-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-12-07 12:43:56.758 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-12-07 12:43:57.250 | Selecting previously unselected package ssl-cert. 2021-12-07 12:43:57.258 | Preparing to unpack .../161-ssl-cert_1.0.39_all.deb ... 2021-12-07 12:43:57.330 | Unpacking ssl-cert (1.0.39) ... 2021-12-07 12:43:58.085 | Selecting previously unselected package postgresql-common. 2021-12-07 12:43:58.093 | Preparing to unpack .../162-postgresql-common_190ubuntu0.1_all.deb ... 2021-12-07 12:43:58.247 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-12-07 12:43:58.295 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-12-07 12:43:58.850 | Selecting previously unselected package postgresql-server-dev-10. 2021-12-07 12:43:58.858 | Preparing to unpack .../163-postgresql-server-dev-10_10.19-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:43:58.936 | Unpacking postgresql-server-dev-10 (10.19-0ubuntu0.18.04.1) ... 2021-12-07 12:43:59.708 | Selecting previously unselected package postgresql-server-dev-all. 2021-12-07 12:43:59.717 | Preparing to unpack .../164-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-12-07 12:43:59.804 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-12-07 12:44:00.176 | Selecting previously unselected package python-pip-whl. 2021-12-07 12:44:00.184 | Preparing to unpack .../165-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.5_all.deb ... 2021-12-07 12:44:00.273 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.5) ... 2021-12-07 12:44:00.833 | Selecting previously unselected package python3-mysqldb. 2021-12-07 12:44:00.841 | Preparing to unpack .../166-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-12-07 12:44:00.890 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-12-07 12:44:01.427 | Selecting previously unselected package python3.6-venv. 2021-12-07 12:44:01.435 | Preparing to unpack .../167-python3.6-venv_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 2021-12-07 12:44:01.494 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-12-07 12:44:01.822 | Selecting previously unselected package python3-venv. 2021-12-07 12:44:01.829 | Preparing to unpack .../168-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-12-07 12:44:01.884 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-12-07 12:44:02.347 | Selecting previously unselected package qemu-block-extra:amd64. 2021-12-07 12:44:02.355 | Preparing to unpack .../169-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.38_amd64.deb ... 2021-12-07 12:44:02.410 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-07 12:44:02.741 | Selecting previously unselected package qemu-utils. 2021-12-07 12:44:02.749 | Preparing to unpack .../170-qemu-utils_1%3a2.11+dfsg-1ubuntu7.38_amd64.deb ... 2021-12-07 12:44:02.798 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-07 12:44:03.382 | Selecting previously unselected package sharutils. 2021-12-07 12:44:03.389 | Preparing to unpack .../171-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-12-07 12:44:03.450 | Unpacking sharutils (1:4.15.2-3) ... 2021-12-07 12:44:03.844 | Selecting previously unselected package sqlite3. 2021-12-07 12:44:03.853 | Preparing to unpack .../172-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-12-07 12:44:03.911 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-12-07 12:44:04.416 | Selecting previously unselected package thin-provisioning-tools. 2021-12-07 12:44:04.424 | Preparing to unpack .../173-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-12-07 12:44:04.478 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-12-07 12:44:05.090 | Selecting previously unselected package unzip. 2021-12-07 12:44:05.098 | Preparing to unpack .../174-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-12-07 12:44:05.158 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-12-07 12:44:05.622 | Selecting previously unselected package uwsgi-core. 2021-12-07 12:44:05.629 | Preparing to unpack .../175-uwsgi-core_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-07 12:44:05.684 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:44:06.250 | Selecting previously unselected package vbetool. 2021-12-07 12:44:06.258 | Preparing to unpack .../176-vbetool_1.1-4_amd64.deb ... 2021-12-07 12:44:06.329 | Unpacking vbetool (1.1-4) ... 2021-12-07 12:44:06.803 | Selecting previously unselected package libipset3:amd64. 2021-12-07 12:44:06.811 | Preparing to unpack .../177-libipset3_6.34-1_amd64.deb ... 2021-12-07 12:44:06.890 | Unpacking libipset3:amd64 (6.34-1) ... 2021-12-07 12:44:07.359 | Selecting previously unselected package ipset. 2021-12-07 12:44:07.367 | Preparing to unpack .../178-ipset_6.34-1_amd64.deb ... 2021-12-07 12:44:07.433 | Unpacking ipset (6.34-1) ... 2021-12-07 12:44:07.970 | Selecting previously unselected package ipvsadm. 2021-12-07 12:44:07.978 | Preparing to unpack .../179-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:44:08.038 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-12-07 12:44:08.530 | Selecting previously unselected package kpartx. 2021-12-07 12:44:08.538 | Preparing to unpack .../180-kpartx_0.7.4-2ubuntu3.1_amd64.deb ... 2021-12-07 12:44:08.604 | Unpacking kpartx (0.7.4-2ubuntu3.1) ... 2021-12-07 12:44:09.061 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-12-07 12:44:09.069 | Preparing to unpack .../181-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-07 12:44:09.158 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:44:09.715 | Selecting previously unselected package liberasurecode1:amd64. 2021-12-07 12:44:09.721 | Preparing to unpack .../182-liberasurecode1_1.5.0-1_amd64.deb ... 2021-12-07 12:44:09.787 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-12-07 12:44:10.198 | Selecting previously unselected package liberasurecode-dev. 2021-12-07 12:44:10.206 | Preparing to unpack .../183-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-12-07 12:44:10.358 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-12-07 12:44:10.833 | Selecting previously unselected package libffi-dev:amd64. 2021-12-07 12:44:10.841 | Preparing to unpack .../184-libffi-dev_3.2.1-8_amd64.deb ... 2021-12-07 12:44:10.895 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-12-07 12:44:11.279 | Selecting previously unselected package libkrb5-dev:amd64. 2021-12-07 12:44:11.286 | Preparing to unpack .../185-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-12-07 12:44:11.335 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:44:11.833 | Selecting previously unselected package libyaml-dev:amd64. 2021-12-07 12:44:11.841 | Preparing to unpack .../186-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-12-07 12:44:11.901 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-12-07 12:44:12.358 | Selecting previously unselected package socat. 2021-12-07 12:44:12.366 | Preparing to unpack .../187-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-12-07 12:44:12.432 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-12-07 12:44:12.919 | Selecting previously unselected package vlan. 2021-12-07 12:44:12.926 | Preparing to unpack .../188-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-12-07 12:44:13.004 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-12-07 12:44:13.507 | Setting up libjs-jquery (3.2.1-1) ... 2021-12-07 12:44:13.667 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-12-07 12:44:13.838 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-12-07 12:44:14.032 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.5) ... 2021-12-07 12:44:14.254 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-12-07 12:44:14.553 | Setting up libpathplan4 (2.40.1-2) ... 2021-12-07 12:44:14.753 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-07 12:44:14.929 | Setting up libicu60:amd64 (60.2-3ubuntu3.2) ... 2021-12-07 12:44:15.124 | Setting up make (4.1-9.1ubuntu1) ... 2021-12-07 12:44:15.311 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-12-07 12:44:15.501 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-07 12:44:15.672 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-12-07 12:44:16.084 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-12-07 12:44:16.260 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-12-07 12:44:16.456 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-12-07 12:44:16.637 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-12-07 12:44:16.873 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:44:17.026 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-12-07 12:44:17.415 | Setting up libtimedate-perl (2.3000-2) ... 2021-12-07 12:44:17.598 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-12-07 12:44:17.758 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-07 12:44:18.009 | Setting up fonts-dejavu-core (2.37-1) ... 2021-12-07 12:44:18.947 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-12-07 12:44:19.432 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-12-07 12:44:19.661 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-12-07 12:44:20.850 | update-initramfs: deferring update (trigger activated) 2021-12-07 12:44:23.050 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-12-07 12:44:23.229 | No schema files found: doing nothing. 2021-12-07 12:44:23.305 | Setting up mysql-common (5.8+1.0.4) ... 2021-12-07 12:44:23.634 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-12-07 12:44:23.724 | Setting up sharutils (1:4.15.2-3) ... 2021-12-07 12:44:23.884 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-12-07 12:44:24.055 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-07 12:44:24.215 | Setting up libjansson4:amd64 (2.11-1) ... 2021-12-07 12:44:24.398 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-12-07 12:44:24.625 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-12-07 12:44:24.941 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-07 12:44:25.271 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-12-07 12:44:25.484 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-12-07 12:44:25.694 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-12-07 12:44:25.866 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-12-07 12:44:26.061 | Setting up dctrl-tools (2.24-2build1) ... 2021-12-07 12:44:26.238 | Setting up apache2-data (2.4.29-1ubuntu4.20) ... 2021-12-07 12:44:26.415 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-12-07 12:44:26.591 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-12-07 12:44:26.752 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-07 12:44:26.929 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-12-07 12:44:27.118 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-12-07 12:44:27.268 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-12-07 12:44:37.792 | Setting up pm-utils (1.4.1-17) ... 2021-12-07 12:44:38.112 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-12-07 12:44:38.358 | Setting up m4 (1.4.18-1) ... 2021-12-07 12:44:38.552 | Setting up libipset3:amd64 (6.34-1) ... 2021-12-07 12:44:38.758 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-12-07 12:44:38.975 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-07 12:44:39.135 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:44:39.376 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-12-07 12:44:39.907 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-12-07 12:44:41.969 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-12-07 12:44:42.141 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ... 2021-12-07 12:44:42.301 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-12-07 12:44:43.392 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-12-07 12:44:43.581 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-12-07 12:44:43.740 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-12-07 12:44:43.934 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-12-07 12:44:44.118 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-12-07 12:44:44.352 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-12-07 12:44:44.672 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-12-07 12:44:44.878 | Setting up dnsmasq-utils (2.79-1ubuntu0.5) ... 2021-12-07 12:44:45.078 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-12-07 12:44:45.284 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-12-07 12:44:45.529 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-12-07 12:44:45.849 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-12-07 12:44:46.019 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-12-07 12:44:46.215 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-07 12:44:46.420 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-12-07 12:44:46.803 | Setting up autotools-dev (20180224.1) ... 2021-12-07 12:44:47.049 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-07 12:44:47.266 | Setting up kpartx (0.7.4-2ubuntu3.1) ... 2021-12-07 12:44:47.449 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-12-07 12:44:47.849 | Setting up dstat (0.7.3-1) ... 2021-12-07 12:44:48.243 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 2021-12-07 12:44:48.718 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-12-07 12:44:48.912 | Setting up ipset (6.34-1) ... 2021-12-07 12:44:49.101 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-12-07 12:44:49.345 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-12-07 12:44:49.546 | Setting up systemd (237-3ubuntu10.52) ... 2021-12-07 12:44:49.610 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-12-07 12:44:51.517 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-12-07 12:44:51.518 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-12-07 12:44:51.519 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-12-07 12:44:51.520 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-12-07 12:44:51.666 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-12-07 12:44:51.854 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 2021-12-07 12:44:52.118 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-12-07 12:44:52.357 | Setting up libann0 (1.1.2+doc-6) ... 2021-12-07 12:44:52.551 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-12-07 12:44:52.769 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-12-07 12:44:52.963 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-12-07 12:44:53.146 | Setting up dnsmasq-base (2.79-1ubuntu0.5) ... 2021-12-07 12:44:53.409 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-12-07 12:44:53.631 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-12-07 12:44:53.963 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:45:17.297 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.52) ... 2021-12-07 12:45:17.518 | Setting up libmysqlclient20:amd64 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:45:17.765 | Setting up icu-devtools (60.2-3ubuntu3.2) ... 2021-12-07 12:45:17.959 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-12-07 12:45:18.158 | Setting up libthai-data (0.1.27-2) ... 2021-12-07 12:45:18.439 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-12-07 12:45:18.679 | Setting up javascript-common (11) ... 2021-12-07 12:45:19.057 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-12-07 12:45:19.136 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-12-07 12:45:19.268 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-12-07 12:45:19.565 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-07 12:45:19.959 | Setting up libjs-jquery-metadata (12-1) ... 2021-12-07 12:45:20.204 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-12-07 12:45:21.845 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-12-07 12:45:22.262 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-12-07 12:45:22.467 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-12-07 12:45:22.673 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-12-07 12:45:22.850 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-12-07 12:45:23.044 | Setting up vbetool (1.1-4) ... 2021-12-07 12:45:23.239 | Setting up libcdt5 (2.40.1-2) ... 2021-12-07 12:45:23.427 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-12-07 12:45:23.610 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-12-07 12:45:23.770 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-12-07 12:45:24.106 | Setting up libcgraph6 (2.40.1-2) ... 2021-12-07 12:45:24.501 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-12-07 12:45:24.804 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ... 2021-12-07 12:45:25.021 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-12-07 12:45:25.290 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-07 12:45:25.502 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-12-07 12:45:25.753 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-12-07 12:45:25.947 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-12-07 12:45:26.124 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-12-07 12:45:26.456 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-12-07 12:45:26.735 | Setting up libtool (2.4.6-2) ... 2021-12-07 12:45:26.947 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-12-07 12:45:27.141 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-12-07 12:45:27.296 | Setting up libnss-systemd:amd64 (237-3ubuntu10.52) ... 2021-12-07 12:45:27.496 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-12-07 12:45:27.713 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:45:27.919 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-12-07 12:45:29.717 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-12-07 12:45:30.330 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-12-07 12:45:33.655 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-12-07 12:45:33.861 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-12-07 12:45:34.067 | Setting up libpam-systemd:amd64 (237-3ubuntu10.52) ... 2021-12-07 12:45:34.718 | Setting up libapr1-dev (1.6.3-2) ... 2021-12-07 12:45:34.907 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-12-07 12:45:35.130 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-12-07 12:45:35.592 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-12-07 12:45:35.792 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-12-07 12:45:35.970 | Setting up libgvpr2 (2.40.1-2) ... 2021-12-07 12:45:36.141 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-12-07 12:45:36.364 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-12-07 12:45:37.691 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-12-07 12:45:38.284 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-12-07 12:45:38.478 | Setting up apache2-utils (2.4.29-1ubuntu4.20) ... 2021-12-07 12:45:38.695 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 2021-12-07 12:45:38.861 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-12-07 12:45:39.038 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-12-07 12:45:39.192 | Setting up apache2-bin (2.4.29-1ubuntu4.20) ... 2021-12-07 12:45:39.375 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-07 12:45:39.535 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.13) ... 2021-12-07 12:45:39.719 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:45:39.895 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-12-07 12:45:40.101 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-12-07 12:45:40.364 | Setting up ssl-cert (1.0.39) ... 2021-12-07 12:45:41.221 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-12-07 12:45:41.712 | Setting up autoconf (2.69-11) ... 2021-12-07 12:45:41.981 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-12-07 12:45:42.181 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-12-07 12:45:42.316 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-12-07 12:45:42.455 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-12-07 12:45:42.901 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-12-07 12:45:43.741 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-12-07 12:45:44.015 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-12-07 12:45:44.267 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-12-07 12:45:44.460 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-12-07 12:45:44.764 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-12-07 12:45:44.947 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-12-07 12:45:45.152 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:45:45.341 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-12-07 12:45:45.546 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-12-07 12:45:46.187 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-12-07 12:45:46.793 | Setting up postgresql-common (190ubuntu0.1) ... 2021-12-07 12:45:48.216 | Adding user postgres to group ssl-cert 2021-12-07 12:45:48.525 | 2021-12-07 12:45:48.526 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-12-07 12:45:48.739 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-12-07 12:45:48.739 | Removing obsolete dictionary files: 2021-12-07 12:45:48.975 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-12-07 12:45:49.678 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-12-07 12:45:49.767 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-12-07 12:45:49.861 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:45:50.067 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-12-07 12:45:50.210 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-12-07 12:45:50.376 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-12-07 12:45:50.501 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:45:50.706 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-12-07 12:45:50.884 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:45:51.066 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:45:51.261 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-12-07 12:45:51.857 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-12-07 12:45:52.501 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-12-07 12:45:52.981 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-12-07 12:45:53.198 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-12-07 12:45:53.444 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:45:53.609 | Setting up apache2 (2.4.29-1ubuntu4.20) ... 2021-12-07 12:46:04.779 | Enabling module mpm_event. 2021-12-07 12:46:04.840 | Enabling module authz_core. 2021-12-07 12:46:04.846 | Enabling module authz_host. 2021-12-07 12:46:04.901 | Enabling module authn_core. 2021-12-07 12:46:04.907 | Enabling module auth_basic. 2021-12-07 12:46:04.964 | Enabling module access_compat. 2021-12-07 12:46:05.022 | Enabling module authn_file. 2021-12-07 12:46:05.080 | Enabling module authz_user. 2021-12-07 12:46:05.136 | Enabling module alias. 2021-12-07 12:46:05.192 | Enabling module dir. 2021-12-07 12:46:05.249 | Enabling module autoindex. 2021-12-07 12:46:05.305 | Enabling module env. 2021-12-07 12:46:05.363 | Enabling module mime. 2021-12-07 12:46:05.420 | Enabling module negotiation. 2021-12-07 12:46:05.476 | Enabling module setenvif. 2021-12-07 12:46:05.534 | Enabling module filter. 2021-12-07 12:46:05.590 | Enabling module deflate. 2021-12-07 12:46:05.647 | Enabling module status. 2021-12-07 12:46:05.702 | Enabling module reqtimeout. 2021-12-07 12:46:05.758 | Enabling conf charset. 2021-12-07 12:46:05.814 | Enabling conf localized-error-pages. 2021-12-07 12:46:05.871 | Enabling conf other-vhosts-access-log. 2021-12-07 12:46:05.927 | Enabling conf security. 2021-12-07 12:46:05.982 | Enabling conf serve-cgi-bin. 2021-12-07 12:46:06.038 | Enabling site 000-default. 2021-12-07 12:46:06.085 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-12-07 12:46:06.143 | Enabling conf javascript-common. 2021-12-07 12:46:06.385 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-12-07 12:46:06.778 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-12-07 12:46:08.123 | Setting up libmysqlclient-dev (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:46:08.254 | Setting up po-debconf (1.0.20) ... 2021-12-07 12:46:08.397 | Setting up build-essential (12.4ubuntu1) ... 2021-12-07 12:46:08.501 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-12-07 12:46:08.672 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.5) ... 2021-12-07 12:46:08.854 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-12-07 12:46:09.015 | Setting up librados2 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-07 12:46:09.226 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:46:09.449 | Setting up libpq5:amd64 (10.19-0ubuntu0.18.04.1) ... 2021-12-07 12:46:09.694 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-12-07 12:46:10.872 | Setting up libiculx60:amd64 (60.2-3ubuntu3.2) ... 2021-12-07 12:46:11.094 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-12-07 12:46:11.335 | Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 2021-12-07 12:46:11.757 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-12-07 12:46:14.034 | Regenerating fonts cache... done. 2021-12-07 12:46:14.100 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-12-07 12:46:14.215 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:46:14.352 | Setting up libpq-dev (10.19-0ubuntu0.18.04.1) ... 2021-12-07 12:46:14.472 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.16) ... 2021-12-07 12:46:14.609 | Setting up postgresql-server-dev-10 (10.19-0ubuntu0.18.04.1) ... 2021-12-07 12:46:14.751 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.10) ... 2021-12-07 12:46:14.906 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:46:15.111 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-07 12:46:15.311 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.38) ... 2021-12-07 12:46:15.443 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-12-07 12:46:15.597 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-12-07 12:46:15.774 | Setting up openssh-sftp-server (1:7.6p1-4ubuntu0.5) ... 2021-12-07 12:46:15.957 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-07 12:46:16.077 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:46:16.300 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:46:16.506 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-12-07 12:46:16.683 | Setting up curl (7.58.0-2ubuntu3.16) ... 2021-12-07 12:46:16.843 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-07 12:46:16.969 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:46:17.105 | Setting up openssh-server (1:7.6p1-4ubuntu0.5) ... 2021-12-07 12:46:19.106 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-12-07 12:46:19.272 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-12-07 12:46:19.460 | Setting up libgvc6 (2.40.1-2) ... 2021-12-07 12:46:19.660 | Setting up graphviz (2.40.1-2) ... 2021-12-07 12:46:19.845 | Setting up libicu-dev (60.2-3ubuntu3.2) ... 2021-12-07 12:46:20.020 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ... 2021-12-07 12:46:20.187 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-12-07 12:46:20.420 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-12-07 12:46:20.620 | Setting up debhelper (11.1.6ubuntu2) ... 2021-12-07 12:46:20.792 | Setting up dh-autoreconf (17) ... 2021-12-07 12:46:20.969 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-12-07 12:46:21.141 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-12-07 12:46:21.335 | Setting up apache2-dev (2.4.29-1ubuntu4.20) ... 2021-12-07 12:46:21.529 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-12-07 12:46:21.655 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-12-07 12:46:30.695 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-07 12:46:30.866 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:46:31.146 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:46:31.289 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-12-07 12:46:31.615 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-12-07 12:46:31.734 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-12-07 12:46:34.065 | ++ functions-common:apt_get:1113 : result=0 2021-12-07 12:46:34.068 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:46:34.070 | ++ functions-common:time_stop:2331 : local name 2021-12-07 12:46:34.072 | ++ functions-common:time_stop:2332 : local end_time 2021-12-07 12:46:34.074 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:46:34.076 | ++ functions-common:time_stop:2334 : local total 2021-12-07 12:46:34.079 | ++ functions-common:time_stop:2335 : local start_time 2021-12-07 12:46:34.081 | ++ functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:46:34.083 | ++ functions-common:time_stop:2338 : start_time=1638880893242 2021-12-07 12:46:34.085 | ++ functions-common:time_stop:2340 : [[ -z 1638880893242 ]] 2021-12-07 12:46:34.088 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:46:34.092 | ++ functions-common:time_stop:2343 : end_time=1638881194089 2021-12-07 12:46:34.094 | ++ functions-common:time_stop:2344 : elapsed_time=300847 2021-12-07 12:46:34.096 | ++ functions-common:time_stop:2345 : total=1409 2021-12-07 12:46:34.098 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:46:34.100 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=302256 2021-12-07 12:46:34.102 | ++ functions-common:apt_get:1117 : return 0 2021-12-07 12:46:34.105 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-12-07 12:46:34.107 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-12-07 12:46:34.110 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-12-07 12:46:34.114 | ++ tools/install_prereqs.sh:source:89 : date 2021-12-07 12:46:34.118 | + ./stack.sh:main:765 : [[ False != \T\r\u\e ]] 2021-12-07 12:46:34.120 | + ./stack.sh:main:766 : PYPI_ALTERNATIVE_URL= 2021-12-07 12:46:34.123 | + ./stack.sh:main:766 : /home/ubuntu/devstack/tools/install_pip.sh 2021-12-07 12:46:35.575 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-12-07 12:46:35.577 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-12-07 12:46:35.580 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-12-07 12:46:35.583 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-12-07 12:46:35.585 | + tools/install_pip.sh:main:43 : GetDistro 2021-12-07 12:46:35.586 | + functions-common:GetDistro:371 : GetOSVersion 2021-12-07 12:46:35.588 | + functions-common:GetOSVersion:348 : _ensure_lsb_release 2021-12-07 12:46:35.590 | ++ functions-common:_ensure_lsb_release:322 : command -v lsb_release 2021-12-07 12:46:35.593 | + functions-common:_ensure_lsb_release:322 : [[ -x /usr/bin/lsb_release ]] 2021-12-07 12:46:35.595 | + functions-common:_ensure_lsb_release:323 : return 2021-12-07 12:46:35.597 | ++ functions-common:GetOSVersion:350 : lsb_release -r -s 2021-12-07 12:46:35.672 | + functions-common:GetOSVersion:350 : os_RELEASE=18.04 2021-12-07 12:46:35.675 | ++ functions-common:GetOSVersion:351 : lsb_release -c -s 2021-12-07 12:46:35.751 | + functions-common:GetOSVersion:351 : os_CODENAME=bionic 2021-12-07 12:46:35.754 | ++ functions-common:GetOSVersion:352 : lsb_release -i -s 2021-12-07 12:46:35.829 | + functions-common:GetOSVersion:352 : os_VENDOR=Ubuntu 2021-12-07 12:46:35.831 | + functions-common:GetOSVersion:354 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-12-07 12:46:35.834 | + functions-common:GetOSVersion:355 : os_PACKAGE=deb 2021-12-07 12:46:35.835 | + functions-common:GetOSVersion:360 : typeset -xr os_VENDOR 2021-12-07 12:46:35.837 | + functions-common:GetOSVersion:361 : typeset -xr os_RELEASE 2021-12-07 12:46:35.839 | + functions-common:GetOSVersion:362 : typeset -xr os_PACKAGE 2021-12-07 12:46:35.841 | + functions-common:GetOSVersion:363 : typeset -xr os_CODENAME 2021-12-07 12:46:35.843 | + functions-common:GetDistro:373 : [[ Ubuntu =~ (Ubuntu) ]] 2021-12-07 12:46:35.845 | + functions-common:GetDistro:376 : DISTRO=bionic 2021-12-07 12:46:35.847 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-12-07 12:46:35.849 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-12-07 12:46:35.849 | Distro: bionic 2021-12-07 12:46:35.851 | + tools/install_pip.sh:main:128 : get_versions 2021-12-07 12:46:35.853 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-12-07 12:46:35.857 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-12-07 12:46:35.858 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-12-07 12:46:35.862 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-12-07 12:46:35.864 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-12-07 12:46:36.276 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-12-07 12:46:36.278 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-12-07 12:46:36.278 | pip: 20.2.2 2021-12-07 12:46:36.280 | + tools/install_pip.sh:main:137 : is_fedora 2021-12-07 12:46:36.282 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 12:46:36.284 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 12:46:36.285 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 12:46:36.287 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 12:46:36.289 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 12:46:36.290 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 12:46:36.292 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:46:36.294 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 12:46:36.296 | + tools/install_pip.sh:main:137 : is_suse 2021-12-07 12:46:36.298 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:46:36.300 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:46:36.302 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:46:36.303 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:46:36.305 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:46:36.307 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:46:36.309 | + tools/install_pip.sh:main:138 : uninstall_package python-pip 2021-12-07 12:46:36.310 | + functions-common:uninstall_package:1362 : is_ubuntu 2021-12-07 12:46:36.312 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:46:36.314 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:46:36.316 | + functions-common:uninstall_package:1363 : apt_get purge python-pip 2021-12-07 12:46:36.331 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2021-12-07 12:46:36.456 | Reading package lists... 2021-12-07 12:46:36.727 | Building dependency tree... 2021-12-07 12:46:36.728 | Reading state information... 2021-12-07 12:46:36.948 | Package 'python-pip' is not installed, so not removed 2021-12-07 12:46:36.948 | The following packages were automatically installed and are no longer required: 2021-12-07 12:46:36.949 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:46:36.949 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:46:36.949 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:46:36.949 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:46:36.949 | python3-twisted-bin python3-zope.interface 2021-12-07 12:46:36.949 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:46:37.024 | 0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2021-12-07 12:46:37.028 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:46:37.030 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:46:37.031 | + functions-common:time_stop:2331 : local name 2021-12-07 12:46:37.033 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:46:37.035 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:46:37.037 | + functions-common:time_stop:2334 : local total 2021-12-07 12:46:37.038 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:46:37.040 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:46:37.042 | + functions-common:time_stop:2338 : start_time=1638881196329 2021-12-07 12:46:37.043 | + functions-common:time_stop:2340 : [[ -z 1638881196329 ]] 2021-12-07 12:46:37.045 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:46:37.049 | + functions-common:time_stop:2343 : end_time=1638881197046 2021-12-07 12:46:37.050 | + functions-common:time_stop:2344 : elapsed_time=717 2021-12-07 12:46:37.052 | + functions-common:time_stop:2345 : total=0 2021-12-07 12:46:37.054 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:46:37.055 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=717 2021-12-07 12:46:37.057 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:46:37.059 | + tools/install_pip.sh:main:139 : uninstall_package python3-pip 2021-12-07 12:46:37.061 | + functions-common:uninstall_package:1362 : is_ubuntu 2021-12-07 12:46:37.062 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:46:37.065 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:46:37.067 | + functions-common:uninstall_package:1363 : apt_get purge python3-pip 2021-12-07 12:46:37.083 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-12-07 12:46:37.211 | Reading package lists... 2021-12-07 12:46:37.476 | Building dependency tree... 2021-12-07 12:46:37.477 | Reading state information... 2021-12-07 12:46:37.700 | Package 'python3-pip' is not installed, so not removed 2021-12-07 12:46:37.700 | The following packages were automatically installed and are no longer required: 2021-12-07 12:46:37.701 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:46:37.701 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:46:37.701 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:46:37.701 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:46:37.701 | python3-twisted-bin python3-zope.interface 2021-12-07 12:46:37.701 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:46:37.778 | 0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2021-12-07 12:46:37.781 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:46:37.783 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:46:37.785 | + functions-common:time_stop:2331 : local name 2021-12-07 12:46:37.787 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:46:37.789 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:46:37.790 | + functions-common:time_stop:2334 : local total 2021-12-07 12:46:37.792 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:46:37.794 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:46:37.796 | + functions-common:time_stop:2338 : start_time=1638881197081 2021-12-07 12:46:37.797 | + functions-common:time_stop:2340 : [[ -z 1638881197081 ]] 2021-12-07 12:46:37.800 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:46:37.802 | + functions-common:time_stop:2343 : end_time=1638881197800 2021-12-07 12:46:37.804 | + functions-common:time_stop:2344 : elapsed_time=719 2021-12-07 12:46:37.806 | + functions-common:time_stop:2345 : total=717 2021-12-07 12:46:37.807 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:46:37.809 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=1436 2021-12-07 12:46:37.811 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:46:37.813 | + tools/install_pip.sh:main:142 : install_get_pip 2021-12-07 12:46:37.815 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-12-07 12:46:37.817 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-12-07 12:46:37.819 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2021-12-07 12:46:37.820 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-12-07 12:46:37.822 | + 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-12-07 12:46:37.833 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-12-07 12:46:37.833 | Dload Upload Total Spent Left Speed 2021-12-07 12:46:38.147 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2108k 100 2108k 0 0 6715k 0 --:--:-- --:--:-- --:--:-- 6715k 2021-12-07 12:46:38.152 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-12-07 12:46:38.155 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-12-07 12:46:41.331 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:46:41.537 | Collecting pip 2021-12-07 12:46:41.549 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-12-07 12:46:43.021 | Installing collected packages: pip 2021-12-07 12:46:43.021 | Attempting uninstall: pip 2021-12-07 12:46:43.023 | Found existing installation: pip 20.2.2 2021-12-07 12:46:43.261 | Uninstalling pip-20.2.2: 2021-12-07 12:46:43.276 | Successfully uninstalled pip-20.2.2 2021-12-07 12:46:44.742 | Successfully installed pip-20.2.4 2021-12-07 12:46:44.743 | 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-12-07 12:46:44.881 | + tools/install_pip.sh:install_get_pip:95 : python3_enabled 2021-12-07 12:46:44.882 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-07 12:46:44.884 | + inc/python:python3_enabled:468 : return 0 2021-12-07 12:46:44.892 | + tools/install_pip.sh:main:144 : [[ -n '' ]] 2021-12-07 12:46:44.893 | + tools/install_pip.sh:main:148 : set -x 2021-12-07 12:46:44.895 | + tools/install_pip.sh:main:152 : pip_install_gr setuptools 2021-12-07 12:46:44.897 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-12-07 12:46:44.899 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-07 12:46:44.901 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-12-07 12:46:44.903 | ++ inc/python:get_from_global_requirements:238 : local package=setuptools 2021-12-07 12:46:44.905 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 12:46:44.908 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 12:46:44.908 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:46:44.912 | ++ inc/python:get_from_global_requirements:240 : 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;python_version>='\''3.5'\'' 2021-12-07 12:46:44.912 | 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,<45.0.0;python_version<='\''2.7'\'' ' 2021-12-07 12:46:44.914 | ++ inc/python:get_from_global_requirements:241 : [[ 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;python_version>='3.5' 2021-12-07 12:46:44.914 | 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,<45.0.0;python_version<='2.7' == '' ]] 2021-12-07 12:46:44.915 | ++ inc/python:get_from_global_requirements:244 : 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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\''' 2021-12-07 12:46:44.918 | + 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;python_version>='\''3.5'\'' 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,<45.0.0;python_version<='\''2.7'\''' 2021-12-07 12:46:44.919 | + 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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\''' 2021-12-07 12:46:44.941 | Using python 3.6 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,<45.0.0;python_version<='2.7' because python3_enabled=True 2021-12-07 12:46:44.945 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 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;python_version>='\''3.5'\''' '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,<45.0.0;python_version<='\''2.7'\''' 2021-12-07 12:46:47.572 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:46:47.573 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.573 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.574 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.574 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.575 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.575 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.575 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.576 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.576 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.577 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.577 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.578 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.578 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.579 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.579 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.580 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.580 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.581 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.581 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.582 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.582 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.582 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.583 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.583 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.584 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.584 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.585 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.585 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.586 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.586 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.586 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.587 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.587 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.588 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.588 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.589 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.589 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.590 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.590 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.590 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.591 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.591 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.592 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.592 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.593 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.593 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.594 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.595 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.595 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.596 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.596 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.596 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.597 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.597 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.598 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.598 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.599 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.599 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.600 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.600 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.601 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.601 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.602 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.602 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.603 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.603 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.604 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.604 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.604 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.605 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.605 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.606 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.606 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.607 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.607 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.608 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.608 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.609 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.610 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.611 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.611 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.612 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.612 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.613 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.613 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.614 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.614 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.614 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.615 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.615 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.616 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.616 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.617 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.617 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.617 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.618 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.618 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.619 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.619 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.620 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.620 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.621 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.621 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.621 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.622 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.622 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.623 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.623 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.624 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.624 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.625 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.626 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.626 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.627 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.627 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.628 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.628 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.629 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.629 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.630 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.630 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.631 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.631 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.631 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.632 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.632 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.633 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.633 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.634 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.634 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.635 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.635 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.636 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.636 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.637 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.637 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.638 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.638 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.638 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.639 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.639 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.640 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.640 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.641 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.641 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.642 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.642 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.643 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.643 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.644 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.644 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.644 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.645 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.645 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.646 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.646 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.647 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.648 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.648 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.648 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.649 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.649 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.650 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.650 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.651 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.651 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.652 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.652 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.652 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.653 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.653 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.654 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.654 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.655 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.655 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.656 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.657 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.657 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.658 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.658 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.659 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.659 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.660 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.660 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.660 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.661 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.661 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.661 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.662 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.662 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.663 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.664 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.664 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.665 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.665 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.665 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.666 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.666 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.667 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.667 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.668 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.668 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.669 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.669 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.669 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.670 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.670 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.671 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.672 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.673 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.673 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.674 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.674 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.675 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.675 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.675 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.676 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.677 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.677 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.677 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.678 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.678 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.679 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.679 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.680 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.680 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.681 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.681 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.682 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.682 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.682 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.683 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.683 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.684 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.684 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.685 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.685 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.685 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.686 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.686 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.687 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.687 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.688 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.689 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.689 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.690 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.690 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.690 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.691 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.691 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.692 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.692 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.693 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.693 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.694 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.694 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.695 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.695 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.695 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.696 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.696 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.697 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.697 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.698 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.698 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.699 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.699 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.700 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.700 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.701 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.701 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.701 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.702 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.702 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.703 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.704 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.704 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.705 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.705 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.706 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.706 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.706 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.707 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.707 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.708 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.708 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.709 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.709 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.709 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.710 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.710 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.711 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.711 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.711 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.712 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.712 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.713 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.713 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.714 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.715 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.715 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.716 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.716 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.717 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.717 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.717 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.718 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.718 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.719 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.720 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.720 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.721 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.722 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.722 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.722 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.723 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.723 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.724 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.724 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.725 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.725 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.726 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.726 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.727 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.727 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.728 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.728 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.728 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.729 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.729 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.730 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.730 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.731 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.731 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.732 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.732 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.733 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.733 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.734 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.735 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.735 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.736 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.737 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.737 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.738 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.738 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.758 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.758 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.759 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.759 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.760 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.760 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.760 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.761 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.762 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.762 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.762 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.763 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.763 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.764 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.764 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.765 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.765 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.767 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.767 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.768 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.768 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.768 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.769 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.769 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.770 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.770 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.770 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.771 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.771 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.772 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.772 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.773 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.773 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.774 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.774 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.774 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.775 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.776 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.776 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.776 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.777 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.777 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.778 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.778 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.778 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.779 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.779 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.780 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.780 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.781 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.782 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.782 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.783 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.783 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.784 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.784 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.785 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.785 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.785 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.786 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.786 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.787 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.787 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.788 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.789 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.789 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.789 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.790 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.790 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:46:47.791 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:46:47.791 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:46:47.792 | Ignoring setuptools: markers 'python_version <= "2.7"' don't match your environment 2021-12-07 12:46:47.795 | 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 in /usr/local/lib/python3.6/dist-packages (49.6.0) 2021-12-07 12:46:49.392 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:46:49.392 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:46:49.470 | + inc/python:pip_install:207 : result=0 2021-12-07 12:46:49.472 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:46:49.474 | + functions-common:time_stop:2331 : local name 2021-12-07 12:46:49.476 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:46:49.477 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:46:49.479 | + functions-common:time_stop:2334 : local total 2021-12-07 12:46:49.481 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:46:49.482 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:46:49.484 | + functions-common:time_stop:2338 : start_time=1638881204936 2021-12-07 12:46:49.486 | + functions-common:time_stop:2340 : [[ -z 1638881204936 ]] 2021-12-07 12:46:49.488 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:46:49.491 | + functions-common:time_stop:2343 : end_time=1638881209489 2021-12-07 12:46:49.493 | + functions-common:time_stop:2344 : elapsed_time=4553 2021-12-07 12:46:49.494 | + functions-common:time_stop:2345 : total=0 2021-12-07 12:46:49.496 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:46:49.498 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=4553 2021-12-07 12:46:49.499 | + inc/python:pip_install:210 : return 0 2021-12-07 12:46:49.501 | + tools/install_pip.sh:main:154 : get_versions 2021-12-07 12:46:49.504 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-12-07 12:46:49.507 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-12-07 12:46:49.509 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-12-07 12:46:49.512 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-12-07 12:46:49.512 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-12-07 12:46:49.942 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-12-07 12:46:49.944 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-12-07 12:46:49.944 | pip: 20.2.4 2021-12-07 12:46:49.947 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-12-07 12:46:49.950 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-12-07 12:46:49.954 | + ./stack.sh:main:771 : fixup_all 2021-12-07 12:46:49.956 | + tools/fixup_stuff.sh:fixup_all:220 : fixup_keystone 2021-12-07 12:46:49.958 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-12-07 12:46:49.960 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-12-07 12:46:49.966 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-12-07 12:46:49.966 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-12-07 12:46:49.969 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-12-07 12:46:49.974 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-12-07 12:46:49.976 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-12-07 12:46:49.978 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-12-07 12:46:49.985 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-12-07 12:46:49.989 | + tools/fixup_stuff.sh:fixup_all:221 : fixup_ubuntu 2021-12-07 12:46:49.991 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-12-07 12:46:49.993 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-12-07 12:46:49.995 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:46:49.997 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:46:49.999 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:46:50.002 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:46:50.004 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:46:50.006 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:46:50.009 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:46:50.010 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:46:50.013 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:46:50.015 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:46:50.018 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:46:50.020 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:46:50.022 | + functions-common:install_package:1334 : real_install_package software-properties-common 2021-12-07 12:46:50.024 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:46:50.026 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:46:50.029 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:46:50.031 | + functions-common:real_install_package:1320 : apt_get install software-properties-common 2021-12-07 12:46:50.049 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-12-07 12:46:50.169 | Reading package lists... 2021-12-07 12:46:50.444 | Building dependency tree... 2021-12-07 12:46:50.445 | Reading state information... 2021-12-07 12:46:50.681 | The following packages were automatically installed and are no longer required: 2021-12-07 12:46:50.681 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:46:50.681 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:46:50.681 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:46:50.681 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:46:50.682 | python3-twisted-bin python3-zope.interface 2021-12-07 12:46:50.682 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:46:50.682 | The following additional packages will be installed: 2021-12-07 12:46:50.683 | python3-software-properties 2021-12-07 12:46:50.730 | The following packages will be upgraded: 2021-12-07 12:46:50.730 | python3-software-properties software-properties-common 2021-12-07 12:46:50.993 | 2 upgraded, 0 newly installed, 0 to remove and 162 not upgraded. 2021-12-07 12:46:50.993 | Need to get 33.8 kB of archives. 2021-12-07 12:46:50.993 | After this operation, 0 B of additional disk space will be used. 2021-12-07 12:46:50.993 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.18 [10.1 kB] 2021-12-07 12:46:51.117 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.18 [23.8 kB] 2021-12-07 12:46:51.663 | Fetched 33.8 kB in 0s (90.4 kB/s) 2021-12-07 12:46:51.917 | (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 ... 74379 files and directories currently installed.) 2021-12-07 12:46:51.921 | Preparing to unpack .../software-properties-common_0.96.24.32.18_all.deb ... 2021-12-07 12:46:52.214 | Unpacking software-properties-common (0.96.24.32.18) over (0.96.24.32.9) ... 2021-12-07 12:46:52.930 | Preparing to unpack .../python3-software-properties_0.96.24.32.18_all.deb ... 2021-12-07 12:46:53.282 | Unpacking python3-software-properties (0.96.24.32.18) over (0.96.24.32.9) ... 2021-12-07 12:46:53.762 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:46:54.802 | Setting up python3-software-properties (0.96.24.32.18) ... 2021-12-07 12:46:55.305 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-12-07 12:46:55.459 | Setting up software-properties-common (0.96.24.32.18) ... 2021-12-07 12:46:58.224 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:46:58.226 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:46:58.228 | + functions-common:time_stop:2331 : local name 2021-12-07 12:46:58.231 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:46:58.233 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:46:58.235 | + functions-common:time_stop:2334 : local total 2021-12-07 12:46:58.238 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:46:58.240 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:46:58.242 | + functions-common:time_stop:2338 : start_time=1638881210046 2021-12-07 12:46:58.244 | + functions-common:time_stop:2340 : [[ -z 1638881210046 ]] 2021-12-07 12:46:58.247 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:46:58.250 | + functions-common:time_stop:2343 : end_time=1638881218248 2021-12-07 12:46:58.254 | + functions-common:time_stop:2344 : elapsed_time=8202 2021-12-07 12:46:58.256 | + functions-common:time_stop:2345 : total=302256 2021-12-07 12:46:58.258 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:46:58.266 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=310458 2021-12-07 12:46:58.270 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:46:58.272 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-12-07 12:46:59.073 | 'universe' distribution component is already enabled for all sources. 2021-12-07 12:46:59.100 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-12-07 12:46:59.102 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:train 2021-12-07 12:47:00.039 | Reading package lists... 2021-12-07 12:47:00.332 | Building dependency tree... 2021-12-07 12:47:00.333 | Reading state information... 2021-12-07 12:47:00.590 | The following packages were automatically installed and are no longer required: 2021-12-07 12:47:00.591 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:47:00.591 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:47:00.591 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:47:00.591 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:47:00.592 | python3-twisted-bin python3-zope.interface 2021-12-07 12:47:00.592 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:47:00.644 | The following NEW packages will be installed: 2021-12-07 12:47:00.644 | ubuntu-cloud-keyring 2021-12-07 12:47:00.753 | 0 upgraded, 1 newly installed, 0 to remove and 162 not upgraded. 2021-12-07 12:47:00.753 | Need to get 5,908 B of archives. 2021-12-07 12:47:00.753 | After this operation, 22.5 kB of additional disk space will be used. 2021-12-07 12:47:00.753 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.2 [5,908 B] 2021-12-07 12:47:03.102 | Fetched 5,908 B in 0s (66.4 kB/s) 2021-12-07 12:47:03.288 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-12-07 12:47:03.326 | (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 ... 74379 files and directories currently installed.) 2021-12-07 12:47:03.330 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.2_all.deb ... 2021-12-07 12:47:03.391 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-12-07 12:47:03.937 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-12-07 12:47:06.558 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-12-07 12:47:06.592 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-12-07 12:47:06.636 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-12-07 12:47:06.739 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease [8,767 B] 2021-12-07 12:47:06.740 | Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-12-07 12:47:07.307 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 Packages [171 kB] 2021-12-07 12:47:11.384 | Fetched 179 kB in 1s (137 kB/s) 2021-12-07 12:47:13.230 | Reading package lists... 2021-12-07 12:47:13.292 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-12-07 12:47:13.295 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-12-07 12:47:13.297 | + functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-12-07 12:47:13.299 | + functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-12-07 12:47:13.302 | + functions-common:apt_get_update:1075 : local sudo=sudo 2021-12-07 12:47:13.304 | ++ functions-common:apt_get_update:1076 : id -u 2021-12-07 12:47:13.308 | + functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-12-07 12:47:13.310 | + functions-common:apt_get_update:1079 : time_start apt-get-update 2021-12-07 12:47:13.312 | + functions-common:time_start:2317 : local name=apt-get-update 2021-12-07 12:47:13.314 | + functions-common:time_start:2318 : local start_time= 2021-12-07 12:47:13.317 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 12:47:13.320 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 12:47:13.323 | + functions-common:time_start:2322 : _TIME_START[$name]=1638881233320 2021-12-07 12:47:13.325 | + functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-07 12:47:13.327 | + functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-07 12:47:13.329 | + functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-12-07 12:47:13.542 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-12-07 12:47:13.542 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-12-07 12:47:13.578 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-12-07 12:47:13.622 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-12-07 12:47:13.722 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease [8,767 B] 2021-12-07 12:47:14.305 | Fetched 8,767 B in 1s (12.5 kB/s) 2021-12-07 12:47:16.164 | Reading package lists... 2021-12-07 12:47:16.229 | + functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-12-07 12:47:16.231 | + functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-12-07 12:47:16.233 | + functions-common:time_stop:2331 : local name 2021-12-07 12:47:16.235 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:47:16.238 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:47:16.240 | + functions-common:time_stop:2334 : local total 2021-12-07 12:47:16.242 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:47:16.244 | + functions-common:time_stop:2337 : name=apt-get-update 2021-12-07 12:47:16.246 | + functions-common:time_stop:2338 : start_time=1638881233320 2021-12-07 12:47:16.248 | + functions-common:time_stop:2340 : [[ -z 1638881233320 ]] 2021-12-07 12:47:16.251 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:47:16.254 | + functions-common:time_stop:2343 : end_time=1638881236252 2021-12-07 12:47:16.256 | + functions-common:time_stop:2344 : elapsed_time=2932 2021-12-07 12:47:16.258 | + functions-common:time_stop:2345 : total=3047 2021-12-07 12:47:16.260 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:47:16.263 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5979 2021-12-07 12:47:16.265 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-12-07 12:47:16.276 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-12-07 12:47:16.287 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-12-07 12:47:16.297 | + tools/fixup_stuff.sh:fixup_all:222 : fixup_fedora 2021-12-07 12:47:16.299 | + tools/fixup_stuff.sh:fixup_fedora:109 : is_fedora 2021-12-07 12:47:16.301 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 12:47:16.304 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 12:47:16.306 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 12:47:16.308 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 12:47:16.310 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 12:47:16.312 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 12:47:16.314 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:47:16.316 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 12:47:16.318 | + tools/fixup_stuff.sh:fixup_fedora:110 : return 2021-12-07 12:47:16.320 | + tools/fixup_stuff.sh:fixup_all:223 : fixup_suse 2021-12-07 12:47:16.323 | + tools/fixup_stuff.sh:fixup_suse:181 : is_suse 2021-12-07 12:47:16.325 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:47:16.327 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:47:16.329 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:47:16.332 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:47:16.334 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:47:16.336 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:47:16.339 | + tools/fixup_stuff.sh:fixup_suse:182 : return 2021-12-07 12:47:16.341 | + ./stack.sh:main:774 : pip_install -U os-testr 2021-12-07 12:47:16.359 | Using python 3.6 to install os-testr because python3_enabled=True 2021-12-07 12:47:16.364 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-12-07 12:47:18.999 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:47:19.000 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.001 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.001 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.001 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.002 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.003 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.003 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.004 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.004 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.005 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.005 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.006 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.006 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.007 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.007 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.007 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.008 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.008 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.008 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.009 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.009 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.010 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.010 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.011 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.011 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.012 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.012 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.013 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.013 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.013 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.014 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.014 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.015 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.015 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.016 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.016 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.017 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.017 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.017 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.018 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.019 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.019 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.020 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.020 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.021 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.021 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.022 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.022 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.022 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.023 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.023 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.024 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.024 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.024 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.025 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.025 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.026 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.027 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.027 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.028 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.028 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.028 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.029 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.029 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.030 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.030 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.031 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.031 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.031 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.032 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.032 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.033 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.033 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.034 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.034 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.035 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.035 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.036 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.037 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.037 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.037 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.038 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.038 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.039 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.039 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.040 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.040 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.041 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.041 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.042 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.042 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.042 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.043 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.043 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.044 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.044 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.045 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.045 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.046 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.046 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.046 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.047 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.047 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.048 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.048 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.048 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.049 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.050 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.050 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.050 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.051 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.051 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.052 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.053 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.053 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.053 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.054 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.054 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.055 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.055 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.056 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.056 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.057 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.057 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.057 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.058 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.059 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.059 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.060 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.060 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.061 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.061 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.061 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.062 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.062 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.063 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.063 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.064 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.064 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.065 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.066 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.066 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.066 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.067 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.067 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.068 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.068 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.069 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.069 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.070 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.070 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.071 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.071 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.071 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.072 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.072 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.073 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.074 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.074 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.075 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.075 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.076 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.076 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.077 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.077 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.078 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.078 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.079 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.079 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.079 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.080 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.081 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.082 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.082 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.082 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.083 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.083 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.084 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.084 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.085 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.085 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.085 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.086 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.086 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.087 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.087 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.088 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.088 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.088 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.089 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.090 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.090 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.091 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.091 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.092 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.092 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.092 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.093 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.093 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.094 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.094 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.095 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.095 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.096 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.096 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.097 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.097 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.097 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.098 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.098 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.099 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.099 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.100 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.100 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.101 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.101 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.102 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.102 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.102 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.103 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.103 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.104 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.104 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.105 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.105 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.105 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.106 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.106 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.107 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.107 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.108 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.108 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.109 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.109 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.109 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.110 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.110 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.111 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.111 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.112 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.112 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.113 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.113 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.114 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.114 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.115 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.115 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.116 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.116 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.116 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.117 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.117 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.118 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.118 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.119 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.119 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.120 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.120 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.121 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.121 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.121 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.122 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.122 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.123 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.123 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.124 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.124 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.125 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.125 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.126 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.126 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.126 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.127 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.128 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.129 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.129 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.130 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.130 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.130 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.131 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.131 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.132 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.132 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.133 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.133 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.134 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.134 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.134 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.135 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.135 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.135 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.136 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.136 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.137 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.137 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.138 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.138 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.139 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.139 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.140 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.140 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.141 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.141 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.142 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.142 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.144 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.144 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.144 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.145 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.145 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.146 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.146 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.147 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.147 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.148 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.148 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.149 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.149 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.149 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.150 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.150 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.151 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.151 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.152 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.152 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.153 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.153 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.153 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.154 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.154 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.155 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.155 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.156 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.157 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.157 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.158 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.158 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.159 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.159 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.159 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.160 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.160 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.161 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.162 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.162 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.162 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.163 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.163 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.164 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.164 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.165 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.165 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.165 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.166 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.167 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.167 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.167 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.168 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.168 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.169 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.169 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.170 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.170 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.171 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.171 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.172 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.172 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.172 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.173 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.173 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.173 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.174 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.174 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.175 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.175 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.176 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.176 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.177 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.177 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.177 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.178 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.178 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.179 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.179 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.180 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.180 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.181 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.181 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.181 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.182 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.182 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.183 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.183 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.184 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.184 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.184 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.185 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.185 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.186 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.186 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.187 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.187 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.188 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.188 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.188 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.189 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.189 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.191 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.191 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.192 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.192 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.193 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.193 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.193 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.194 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:19.194 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:19.195 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:19.324 | Collecting os-testr===2.0.0 2021-12-07 12:47:19.332 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-12-07 12:47:19.406 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.4.0) 2021-12-07 12:47:19.426 | Requirement already satisfied, skipping upgrade: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-07 12:47:19.517 | Collecting stestr===3.0.1 2021-12-07 12:47:19.526 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2021-12-07 12:47:19.706 | Collecting python-subunit===1.4.0 2021-12-07 12:47:19.713 | 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-12-07 12:47:19.794 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (1.6.0) 2021-12-07 12:47:19.796 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (1.1.0) 2021-12-07 12:47:19.804 | Requirement already satisfied, skipping upgrade: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-07 12:47:19.807 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (3.0.0) 2021-12-07 12:47:19.818 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (1.4.0) 2021-12-07 12:47:19.821 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (1.0.0) 2021-12-07 12:47:19.918 | Collecting future===0.18.2 2021-12-07 12:47:19.925 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-12-07 12:47:20.931 | Requirement already satisfied, skipping upgrade: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.3.1) 2021-12-07 12:47:20.934 | Requirement already satisfied, skipping upgrade: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.11.7) 2021-12-07 12:47:20.938 | Requirement already satisfied, skipping upgrade: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (3.1.0) 2021-12-07 12:47:20.955 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 334)) (1.4.0) 2021-12-07 12:47:20.957 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) (1.0.0) 2021-12-07 12:47:20.960 | Requirement already satisfied, skipping upgrade: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 749)) (0.8.9) 2021-12-07 12:47:20.976 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.7.2) 2021-12-07 12:47:20.978 | Requirement already satisfied, skipping upgrade: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 735)) (1.32.0) 2021-12-07 12:47:20.984 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (2.4.7) 2021-12-07 12:47:20.988 | Requirement already satisfied, skipping upgrade: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (0.1.9) 2021-12-07 12:47:20.992 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.8.0) 2021-12-07 12:47:20.994 | Building wheels for collected packages: future 2021-12-07 12:47:20.996 | Building wheel for future (setup.py): started 2021-12-07 12:47:22.140 | Building wheel for future (setup.py): finished with status 'done' 2021-12-07 12:47:22.144 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491058 sha256=0ac1b18fc158b1a95d2ae8029877e4291804c9d0ad852d38aa8a8c4d00e613b2 2021-12-07 12:47:22.145 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-12-07 12:47:22.145 | Successfully built future 2021-12-07 12:47:23.551 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-12-07 12:47:24.732 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.0.1 2021-12-07 12:47:24.837 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:47:24.837 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:47:24.947 | + inc/python:pip_install:207 : result=0 2021-12-07 12:47:24.950 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:47:24.952 | + functions-common:time_stop:2331 : local name 2021-12-07 12:47:24.954 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:47:24.957 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:47:24.959 | + functions-common:time_stop:2334 : local total 2021-12-07 12:47:24.961 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:47:24.963 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:47:24.965 | + functions-common:time_stop:2338 : start_time=1638881236355 2021-12-07 12:47:24.967 | + functions-common:time_stop:2340 : [[ -z 1638881236355 ]] 2021-12-07 12:47:24.970 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:47:24.973 | + functions-common:time_stop:2343 : end_time=1638881244970 2021-12-07 12:47:24.975 | + functions-common:time_stop:2344 : elapsed_time=8615 2021-12-07 12:47:24.977 | + functions-common:time_stop:2345 : total=0 2021-12-07 12:47:24.979 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:47:24.981 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=8615 2021-12-07 12:47:24.983 | + inc/python:pip_install:210 : return 0 2021-12-07 12:47:24.986 | + ./stack.sh:main:776 : [[ True == \T\r\u\e ]] 2021-12-07 12:47:24.988 | + ./stack.sh:main:777 : pip_install_gr systemd-python 2021-12-07 12:47:24.990 | + inc/python:pip_install_gr:76 : local name=systemd-python 2021-12-07 12:47:24.993 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-07 12:47:24.996 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2021-12-07 12:47:24.998 | ++ inc/python:get_from_global_requirements:238 : local package=systemd-python 2021-12-07 12:47:25.000 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 12:47:25.004 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:47:25.005 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 12:47:25.009 | ++ inc/python:get_from_global_requirements:240 : required_pkg='systemd-python ' 2021-12-07 12:47:25.011 | ++ inc/python:get_from_global_requirements:241 : [[ systemd-python == '' ]] 2021-12-07 12:47:25.013 | ++ inc/python:get_from_global_requirements:244 : echo systemd-python 2021-12-07 12:47:25.016 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2021-12-07 12:47:25.019 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2021-12-07 12:47:25.037 | Using python 3.6 to install systemd-python because python3_enabled=True 2021-12-07 12:47:25.042 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2021-12-07 12:47:27.675 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:47:27.676 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.677 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.677 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.678 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.678 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.678 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.680 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.681 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.681 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.681 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.682 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.682 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.683 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.683 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.684 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.684 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.685 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.685 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.685 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.686 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.686 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.687 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.687 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.688 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.688 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.689 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.689 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.689 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.690 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.690 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.691 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.691 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.692 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.692 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.693 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.693 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.694 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.694 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.694 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.695 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.695 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.696 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.696 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.697 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.697 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.697 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.698 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.698 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.698 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.699 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.699 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.700 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.700 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.701 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.701 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.702 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.702 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.703 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.703 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.704 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.704 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.705 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.705 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.706 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.706 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.707 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.707 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.708 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.708 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.709 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.709 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.709 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.710 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.710 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.711 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.711 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.712 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.713 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.713 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.713 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.714 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.714 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.715 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.715 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.716 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.716 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.717 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.717 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.717 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.718 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.718 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.719 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.719 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.720 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.720 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.721 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.721 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.722 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.722 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.723 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.723 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.724 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.724 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.724 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.725 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.725 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.726 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.726 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.727 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.727 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.728 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.728 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.729 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.729 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.730 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.730 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.731 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.731 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.732 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.732 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.732 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.733 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.733 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.734 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.734 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.735 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.735 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.736 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.737 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.738 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.738 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.738 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.739 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.739 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.740 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.740 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.741 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.741 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.741 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.742 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.742 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.743 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.743 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.744 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.744 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.745 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.745 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.745 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.746 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.746 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.747 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.747 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.748 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.748 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.749 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.749 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.750 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.750 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.751 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.751 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.752 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.752 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.752 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.753 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.753 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.754 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.754 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.755 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.755 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.756 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.756 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.757 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.757 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.758 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.758 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.758 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.759 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.759 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.760 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.760 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.760 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.761 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.761 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.762 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.762 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.763 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.763 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.763 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.764 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.764 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.765 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.765 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.766 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.766 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.767 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.768 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.768 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.769 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.769 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.770 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.770 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.771 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.771 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.772 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.772 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.773 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.773 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.773 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.774 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.774 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.775 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.775 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.775 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.776 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.777 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.777 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.777 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.778 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.778 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.778 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.779 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.779 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.780 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.780 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.781 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.781 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.782 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.782 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.783 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.784 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.784 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.784 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.785 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.785 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.786 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.786 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.787 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.787 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.788 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.788 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.788 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.789 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.790 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.790 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.790 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.791 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.791 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.792 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.792 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.793 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.793 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.794 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.794 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.795 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.795 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.795 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.796 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.796 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.797 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.797 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.798 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.798 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.798 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.799 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.800 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.800 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.800 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.801 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.801 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.802 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.802 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.803 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.803 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.804 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.804 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.805 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.805 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.805 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.806 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.806 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.807 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.807 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.808 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.808 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.808 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.809 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.809 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.810 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.810 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.810 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.811 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.811 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.812 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.812 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.813 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.813 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.813 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.814 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.815 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.816 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.816 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.817 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.817 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.818 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.818 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.819 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.819 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.819 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.820 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.820 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.821 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.821 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.822 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.822 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.823 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.823 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.824 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.824 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.824 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.825 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.825 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.826 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.826 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.827 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.827 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.828 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.828 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.828 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.829 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.829 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.830 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.831 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.832 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.832 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.833 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.833 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.834 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.834 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.835 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.835 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.836 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.836 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.837 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.837 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.837 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.838 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.838 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.839 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.839 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.840 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.840 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.841 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.841 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.842 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.842 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.843 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.843 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.844 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.844 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.844 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.845 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.845 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.846 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.846 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.847 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.847 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.848 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.848 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.849 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.849 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.849 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.850 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.850 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.850 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.851 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.851 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.852 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.852 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.853 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.853 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.854 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.854 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.855 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.855 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.855 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.856 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.856 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.857 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.857 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.857 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.858 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.858 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.859 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.859 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.860 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.860 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.861 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.861 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.862 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.862 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.862 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.863 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.863 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.864 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.864 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.865 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.865 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.866 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.866 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.867 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.867 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.868 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.868 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.869 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.869 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:27.869 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:27.870 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:27.872 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (234) 2021-12-07 12:47:29.509 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:47:29.509 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:47:29.582 | + inc/python:pip_install:207 : result=0 2021-12-07 12:47:29.584 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:47:29.586 | + functions-common:time_stop:2331 : local name 2021-12-07 12:47:29.589 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:47:29.591 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:47:29.593 | + functions-common:time_stop:2334 : local total 2021-12-07 12:47:29.595 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:47:29.598 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:47:29.600 | + functions-common:time_stop:2338 : start_time=1638881245032 2021-12-07 12:47:29.602 | + functions-common:time_stop:2340 : [[ -z 1638881245032 ]] 2021-12-07 12:47:29.604 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:47:29.608 | + functions-common:time_stop:2343 : end_time=1638881249605 2021-12-07 12:47:29.610 | + functions-common:time_stop:2344 : elapsed_time=4573 2021-12-07 12:47:29.613 | + functions-common:time_stop:2345 : total=8615 2021-12-07 12:47:29.615 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:47:29.617 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=13188 2021-12-07 12:47:29.619 | + inc/python:pip_install:210 : return 0 2021-12-07 12:47:29.621 | + ./stack.sh:main:780 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-12-07 12:47:29.675 | + ./stack.sh:main:781 : sudo systemctl restart systemd-journald 2021-12-07 12:47:29.885 | + ./stack.sh:main:788 : install_infra 2021-12-07 12:47:29.887 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-07 12:47:29.889 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-12-07 12:47:29.892 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-12-07 12:47:32.424 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-07 12:47:32.427 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-12-07 12:47:32.448 | + inc/python:pip_install:200 : 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-12-07 12:47:34.041 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.046 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.049 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.057 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.062 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.064 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.075 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.079 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.082 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.089 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.094 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.097 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.101 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.106 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.108 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.113 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.118 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.120 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.123 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.127 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.130 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.134 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.139 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.141 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.150 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.155 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.157 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.165 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.169 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.172 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.180 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.185 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.187 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.200 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.204 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.208 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.212 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.214 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.216 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.219 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.224 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.226 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.231 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.236 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.238 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.241 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.245 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.247 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.250 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.254 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.258 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.261 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.266 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.269 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.279 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.284 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.287 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.305 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.313 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.318 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.320 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.331 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.336 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.340 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.342 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.347 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.352 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.354 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.362 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.366 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.369 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.371 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.375 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.378 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.383 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.388 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.391 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.416 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.420 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.423 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.425 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.430 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.432 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.437 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.439 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.447 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.452 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.454 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.459 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.464 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.466 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.472 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.477 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.479 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.482 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.487 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.489 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.498 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.503 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.505 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.508 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.512 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.515 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.519 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.524 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.527 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.536 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.541 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.543 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.557 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.561 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.564 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.586 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.592 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.594 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.598 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.603 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.605 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.620 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.622 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.624 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.629 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.632 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.634 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.639 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.652 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.657 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.660 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.688 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.704 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.709 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.712 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.714 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.718 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.721 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.731 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.737 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.739 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.742 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.746 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.749 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.754 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.756 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.762 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.765 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.768 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.772 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.775 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.786 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.790 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.792 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.798 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.803 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.806 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.811 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.813 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.837 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.841 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.844 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.848 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.853 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.855 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.861 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.868 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.874 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.876 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.884 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.888 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.891 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.897 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.902 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.910 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.913 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.920 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.923 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.928 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.933 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.935 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.938 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.944 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.946 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.950 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.955 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.958 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.960 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.964 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.967 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:34.969 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:34.974 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:34.976 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.005 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.010 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.012 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.021 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.026 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.028 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.030 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.035 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.038 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.049 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.053 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.056 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.068 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.070 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.073 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.078 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.080 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.087 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.092 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.095 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.097 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.102 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.104 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.123 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.125 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.128 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.133 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.135 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.137 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.141 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.145 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.148 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.160 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.165 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.167 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.171 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.176 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.178 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.184 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.189 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.192 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.194 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.199 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.201 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.207 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.213 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.215 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.219 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.224 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.226 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.233 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.248 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.253 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.256 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.258 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.263 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.265 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.277 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.281 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.284 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.294 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.299 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.302 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.312 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.318 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.320 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.322 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.327 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.329 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.337 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.342 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.344 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.354 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.365 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.370 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.372 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.376 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.381 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.383 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.394 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.399 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.401 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.407 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.413 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.416 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.435 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.439 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.442 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.444 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.449 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.451 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.454 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.458 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.461 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.463 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.468 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.471 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.475 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.480 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.482 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.485 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.490 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.492 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.498 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.503 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.505 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.516 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.521 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.523 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.552 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.556 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.559 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.566 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.571 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.573 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.584 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.588 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.591 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.593 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.598 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.601 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.614 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.627 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.630 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.632 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.637 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.639 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.643 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.648 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.651 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.658 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.663 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.665 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.687 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.693 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.697 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.699 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.702 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.707 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.709 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.719 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.724 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.726 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.742 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.747 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.750 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.754 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.759 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.761 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.764 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.769 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.771 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.788 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.793 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.795 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.809 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.811 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.817 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.819 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.823 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.828 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.830 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.834 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.855 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.860 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.863 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.867 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.872 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.874 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.884 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.889 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.891 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.899 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.903 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.906 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.913 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.916 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.920 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.925 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.928 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.930 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.934 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.937 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.945 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.952 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.957 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.959 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.965 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.968 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.970 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:35.975 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.978 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.991 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:35.994 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:35.996 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.004 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.006 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.011 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.013 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.017 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.027 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.030 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.034 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.037 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.041 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.052 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.057 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.059 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.061 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.067 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.069 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.073 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.078 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.081 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.084 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.090 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.092 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.106 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.108 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.121 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.126 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.128 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.134 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.137 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.139 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:36.144 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:36.147 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:36.155 | Collecting pbr===5.4.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) 2021-12-07 12:47:36.289 | Downloading http://10.100.0.9:8080/root/pypi/+f/579/170e23f8e0c2f/pbr-5.4.5-py2.py3-none-any.whl (110kB) 2021-12-07 12:47:36.318 | Installing collected packages: pbr 2021-12-07 12:47:36.426 | Successfully installed pbr-5.4.5 2021-12-07 12:47:36.483 | + inc/python:pip_install:207 : result=0 2021-12-07 12:47:36.486 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:47:36.488 | + functions-common:time_stop:2331 : local name 2021-12-07 12:47:36.490 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:47:36.492 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:47:36.494 | + functions-common:time_stop:2334 : local total 2021-12-07 12:47:36.496 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:47:36.498 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:47:36.500 | + functions-common:time_stop:2338 : start_time=1638881252441 2021-12-07 12:47:36.502 | + functions-common:time_stop:2340 : [[ -z 1638881252441 ]] 2021-12-07 12:47:36.505 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:47:36.508 | + functions-common:time_stop:2343 : end_time=1638881256506 2021-12-07 12:47:36.510 | + functions-common:time_stop:2344 : elapsed_time=4065 2021-12-07 12:47:36.512 | + functions-common:time_stop:2345 : total=13188 2021-12-07 12:47:36.514 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:47:36.516 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=17253 2021-12-07 12:47:36.519 | + inc/python:pip_install:210 : return 0 2021-12-07 12:47:36.521 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-12-07 12:47:36.524 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-12-07 12:47:36.544 | + inc/python:pip_install:200 : 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-12-07 12:47:38.157 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.162 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.165 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.173 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.177 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.180 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.190 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.194 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.197 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.204 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.209 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.212 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.216 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.221 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.224 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.228 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.232 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.234 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.238 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.242 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.245 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.249 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.254 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.256 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.265 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.270 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.272 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.279 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.284 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.287 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.294 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.298 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.300 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.313 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.318 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.320 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.325 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.327 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.329 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.333 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.337 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.340 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.344 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.349 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.351 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.353 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.358 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.360 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.363 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.367 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.370 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.374 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.379 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.382 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.392 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.397 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.399 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.418 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.425 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.430 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.432 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.444 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.448 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.452 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.455 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.459 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.464 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.466 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.473 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.478 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.480 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.483 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.488 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.490 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.496 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.500 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.503 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.526 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.531 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.534 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.536 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.541 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.543 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.548 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.550 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.558 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.562 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.565 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.570 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.574 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.576 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.582 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.587 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.589 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.591 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.597 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.599 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.608 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.613 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.615 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.618 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.622 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.625 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.628 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.633 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.636 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.644 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.649 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.652 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.665 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.670 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.672 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.695 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.700 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.702 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.707 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.711 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.714 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.728 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.730 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.733 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.738 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.740 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.742 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.748 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.760 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.765 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.768 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.797 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.812 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.817 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.820 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.822 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.826 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.829 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.840 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.845 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.847 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.849 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.854 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.857 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.862 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.864 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.870 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.873 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.875 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.881 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.883 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.893 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.898 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.900 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.906 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.910 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.914 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.918 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.920 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.943 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.948 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.951 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.954 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.959 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.962 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.967 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.975 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.980 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.982 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:38.990 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:38.995 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:38.997 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.003 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.008 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.016 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.019 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.026 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.028 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.034 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.039 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.041 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.044 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.049 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.052 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.056 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.060 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.062 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.065 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.070 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.072 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.074 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.079 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.081 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.110 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.115 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.117 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.126 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.131 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.133 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.135 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.140 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.142 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.153 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.158 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.161 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.172 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.175 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.178 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.182 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.185 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.192 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.196 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.199 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.201 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.206 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.208 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.226 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.228 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.231 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.235 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.239 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.241 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.244 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.248 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.251 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.263 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.268 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.270 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.274 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.279 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.281 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.287 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.292 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.294 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.296 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.301 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.303 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.309 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.315 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.317 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.321 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.325 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.328 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.335 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.349 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.354 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.356 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.358 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.364 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.366 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.378 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.382 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.385 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.395 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.400 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.402 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.414 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.418 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.421 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.424 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.428 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.431 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.438 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.444 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.446 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.455 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.466 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.471 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.473 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.477 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.482 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.484 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.495 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.500 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.502 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.508 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.513 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.516 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.535 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.540 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.542 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.545 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.549 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.552 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.554 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.558 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.561 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.563 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.568 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.570 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.574 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.580 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.583 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.585 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.589 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.592 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.597 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.602 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.604 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.616 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.620 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.623 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.651 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.655 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.657 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.665 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.669 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.672 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.683 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.688 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.691 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.693 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.697 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.700 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.713 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.726 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.728 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.730 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.735 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.739 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.742 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.747 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.750 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.757 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.762 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.764 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.786 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.791 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.796 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.798 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.801 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.806 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.808 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.817 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.822 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.824 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.839 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.844 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.847 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.851 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.856 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.858 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.861 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.865 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.868 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.886 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.890 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.893 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.906 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.908 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.914 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.916 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.920 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.925 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.927 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.931 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.952 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.957 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.959 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.963 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.968 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.971 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.980 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:39.985 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:39.988 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:39.995 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.000 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.002 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.010 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.012 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.016 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.021 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.024 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.026 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.031 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.033 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.040 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.047 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.051 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.053 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.060 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.062 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.065 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.070 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.072 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.086 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.088 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.090 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.098 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.100 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.105 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.107 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.111 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.121 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.124 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.129 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.131 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.135 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.146 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.151 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.153 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.156 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.160 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.163 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.167 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.171 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.174 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.178 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.183 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.185 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.199 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.201 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.214 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.218 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.221 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.227 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.230 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.232 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:47:40.238 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:47:40.240 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:47:40.242 | Processing /opt/stack/requirements 2021-12-07 12:47:41.585 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) 2021-12-07 12:47:41.652 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-12-07 12:47:41.688 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) 2021-12-07 12:47:41.832 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2021-12-07 12:47:42.464 | Collecting requests===2.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) 2021-12-07 12:47:42.570 | Downloading http://10.100.0.9:8080/root/pypi/+f/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB) 2021-12-07 12:47:42.609 | Collecting packaging===20.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) 2021-12-07 12:47:42.660 | Downloading http://10.100.0.9:8080/root/pypi/+f/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl 2021-12-07 12:47:42.681 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) 2021-12-07 12:47:42.724 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-12-07 12:47:42.783 | Collecting Parsley===1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) 2021-12-07 12:47:42.802 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-12-07 12:47:42.829 | Collecting idna===2.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) 2021-12-07 12:47:42.862 | Downloading http://10.100.0.9:8080/root/pypi/+f/a06/8a21ceac8a4d6/idna-2.9-py2.py3-none-any.whl (58kB) 2021-12-07 12:47:42.882 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) 2021-12-07 12:47:42.998 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-12-07 12:47:43.016 | Collecting six===1.14.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) 2021-12-07 12:47:43.052 | Downloading http://10.100.0.9:8080/root/pypi/+f/8f3/cd2e254d8f793/six-1.14.0-py2.py3-none-any.whl 2021-12-07 12:47:43.063 | Requirement already satisfied: pbr===5.4.5 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) 2021-12-07 12:47:43.069 | Collecting urllib3===1.25.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) 2021-12-07 12:47:43.135 | Downloading http://10.100.0.9:8080/root/pypi/+f/2f3/db8b19923a873/urllib3-1.25.8-py2.py3-none-any.whl (125kB) 2021-12-07 12:47:43.182 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-12-07 12:47:43.205 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2021-12-07 12:47:43.234 | Collecting certifi===2021.10.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) 2021-12-07 12:47:43.285 | Downloading http://10.100.0.9:8080/root/pypi/+f/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149kB) 2021-12-07 12:47:43.306 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2021-12-07 12:47:43.323 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-12-07 12:47:43.337 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2021-12-07 12:47:43.364 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-12-07 12:47:43.394 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) 2021-12-07 12:47:43.415 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-12-07 12:47:43.428 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2021-12-07 12:47:43.449 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-12-07 12:47:43.464 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 334)) 2021-12-07 12:47:43.493 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-12-07 12:47:43.507 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 625)) 2021-12-07 12:47:43.524 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-12-07 12:47:43.535 | Building wheels for collected packages: PyYAML 2021-12-07 12:47:43.536 | Running setup.py bdist_wheel for PyYAML: started 2021-12-07 12:47:43.822 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2021-12-07 12:47:43.823 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-c2xi20qu/PyYAML/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/tmpyntagi6tpip-wheel- --python-tag cp36: 2021-12-07 12:47:43.823 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-12-07 12:47:43.823 | or: -c --help [cmd1 cmd2 ...] 2021-12-07 12:47:43.823 | or: -c --help-commands 2021-12-07 12:47:43.823 | or: -c cmd --help 2021-12-07 12:47:43.823 | 2021-12-07 12:47:43.823 | error: invalid command 'bdist_wheel' 2021-12-07 12:47:43.823 | 2021-12-07 12:47:43.823 | ---------------------------------------- 2021-12-07 12:47:43.823 | Failed building wheel for PyYAML 2021-12-07 12:47:43.823 | Running setup.py clean for PyYAML 2021-12-07 12:47:44.111 | Failed to build PyYAML 2021-12-07 12:47:44.112 | Installing collected packages: chardet, certifi, six, extras, linecache2, traceback2, argparse, unittest2, python-mimeparse, testtools, fixtures, urllib3, PyYAML, idna, requests, pyparsing, packaging, Parsley, openstack-requirements 2021-12-07 12:47:44.992 | Running setup.py install for PyYAML: started 2021-12-07 12:47:54.689 | Running setup.py install for PyYAML: finished with status 'done' 2021-12-07 12:47:55.143 | Running setup.py install for openstack-requirements: started 2021-12-07 12:47:57.350 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-12-07 12:47:57.632 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 certifi-2021.10.8 chardet-3.0.4 extras-1.0.0 fixtures-3.0.0 idna-2.9 linecache2-1.0.0 openstack-requirements-1.2.1.dev3587 packaging-20.3 pyparsing-2.4.7 python-mimeparse-1.6.0 requests-2.23.0 six-1.14.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.8 2021-12-07 12:47:57.770 | + inc/python:pip_install:207 : result=0 2021-12-07 12:47:57.772 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:47:57.774 | + functions-common:time_stop:2331 : local name 2021-12-07 12:47:57.776 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:47:57.778 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:47:57.781 | + functions-common:time_stop:2334 : local total 2021-12-07 12:47:57.783 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:47:57.785 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:47:57.787 | + functions-common:time_stop:2338 : start_time=1638881256538 2021-12-07 12:47:57.789 | + functions-common:time_stop:2340 : [[ -z 1638881256538 ]] 2021-12-07 12:47:57.792 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:47:57.795 | + functions-common:time_stop:2343 : end_time=1638881277792 2021-12-07 12:47:57.797 | + functions-common:time_stop:2344 : elapsed_time=21254 2021-12-07 12:47:57.800 | + functions-common:time_stop:2345 : total=17253 2021-12-07 12:47:57.802 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:47:57.804 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=38507 2021-12-07 12:47:57.806 | + inc/python:pip_install:210 : return 0 2021-12-07 12:47:57.809 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-12-07 12:47:57.811 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-12-07 12:47:57.815 | + inc/python:use_library_from_git:263 : local name=pbr 2021-12-07 12:47:57.817 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:47:57.819 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:47:57.822 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,pbr, ]] 2021-12-07 12:47:57.824 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:47:57.826 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-12-07 12:47:57.847 | Using python 3.6 to install pbr because python3_enabled=True 2021-12-07 12:47:57.851 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-12-07 12:48:00.620 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:48:00.621 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.629 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.630 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.630 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.631 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.631 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.632 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.632 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.632 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.633 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.633 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.634 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.634 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.635 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.635 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.636 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.636 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.637 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.637 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.638 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.638 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.639 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.639 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.639 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.640 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.640 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.641 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.641 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.642 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.642 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.643 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.643 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.644 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.644 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.644 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.645 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.645 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.646 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.646 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.647 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.647 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.648 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.648 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.649 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.649 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.650 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.650 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.651 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.651 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.651 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.652 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.652 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.653 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.653 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.654 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.654 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.655 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.655 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.655 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.656 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.656 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.657 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.658 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.658 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.659 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.659 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.660 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.660 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.661 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.661 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.662 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.662 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.662 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.663 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.663 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.664 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.664 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.665 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.665 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.666 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.666 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.666 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.667 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.667 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.668 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.668 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.669 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.669 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.669 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.670 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.670 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.671 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.671 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.672 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.673 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.674 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.674 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.675 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.675 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.676 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.676 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.677 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.677 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.678 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.678 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.679 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.679 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.679 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.680 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.680 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.681 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.681 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.682 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.683 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.683 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.683 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.684 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.684 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.685 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.685 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.686 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.686 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.686 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.687 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.687 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.688 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.689 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.690 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.690 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.691 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.691 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.692 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.692 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.693 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.693 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.694 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.694 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.694 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.695 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.696 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.696 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.697 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.697 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.698 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.698 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.699 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.699 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.700 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.700 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.700 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.701 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.701 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.702 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.702 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.703 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.703 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.704 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.705 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.705 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.706 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.706 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.706 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.707 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.707 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.708 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.708 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.709 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.709 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.709 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.710 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.710 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.711 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.711 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.711 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.712 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.713 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.713 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.714 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.714 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.715 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.715 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.716 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.716 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.717 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.717 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.718 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.718 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.719 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.719 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.720 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.720 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.721 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.721 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.722 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.722 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.723 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.723 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.724 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.724 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.725 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.725 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.725 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.726 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.726 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.727 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.727 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.728 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.728 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.728 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.729 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.729 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.730 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.730 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.731 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.731 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.731 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.732 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.732 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.733 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.733 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.734 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.734 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.735 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.736 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.737 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.737 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.738 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.738 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.738 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.739 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.739 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.740 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.740 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.741 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.741 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.742 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.742 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.743 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.743 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.744 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.744 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.745 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.745 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.745 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.746 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.746 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.747 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.747 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.748 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.748 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.749 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.749 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.749 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.750 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.751 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.752 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.752 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.753 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.753 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.754 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.754 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.755 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.755 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.756 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.756 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.756 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.757 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.757 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.758 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.758 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.759 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.759 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.760 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.760 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.760 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.761 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.761 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.762 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.762 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.762 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.763 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.764 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.764 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.765 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.765 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.766 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.766 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.767 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.768 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.768 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.769 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.769 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.769 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.770 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.770 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.771 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.772 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.772 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.772 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.773 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.773 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.773 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.774 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.774 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.775 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.775 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.776 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.776 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.777 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.777 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.778 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.778 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.779 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.779 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.780 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.780 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.780 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.782 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.782 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.783 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.783 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.784 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.784 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.784 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.785 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.785 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.786 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.787 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.787 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.787 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.788 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.788 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.789 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.789 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.790 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.790 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.790 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.791 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.792 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.792 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.792 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.793 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.793 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.794 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.794 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.795 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.795 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.796 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.796 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.797 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.797 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.798 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.799 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.799 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.800 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.800 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.801 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.801 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.801 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.802 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.802 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.803 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.803 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.804 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.804 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.805 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.805 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.806 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.806 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.806 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.807 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.807 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.808 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.808 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.808 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.809 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.809 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.810 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.810 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.811 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.811 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.812 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.812 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.812 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.813 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.814 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.815 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.815 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.816 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.816 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.816 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.817 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.818 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.818 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.819 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.819 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.820 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.820 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.820 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:48:00.821 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:48:00.821 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:48:00.974 | Requirement already up-to-date: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-07 12:48:02.810 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:48:02.810 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:48:02.897 | + inc/python:pip_install:207 : result=0 2021-12-07 12:48:02.900 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:48:02.902 | + functions-common:time_stop:2331 : local name 2021-12-07 12:48:02.904 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:48:02.906 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:48:02.909 | + functions-common:time_stop:2334 : local total 2021-12-07 12:48:02.911 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:48:02.913 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:48:02.915 | + functions-common:time_stop:2338 : start_time=1638881277842 2021-12-07 12:48:02.917 | + functions-common:time_stop:2340 : [[ -z 1638881277842 ]] 2021-12-07 12:48:02.920 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:48:02.924 | + functions-common:time_stop:2343 : end_time=1638881282921 2021-12-07 12:48:02.926 | + functions-common:time_stop:2344 : elapsed_time=5079 2021-12-07 12:48:02.929 | + functions-common:time_stop:2345 : total=38507 2021-12-07 12:48:02.931 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:48:02.933 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=43586 2021-12-07 12:48:02.935 | + inc/python:pip_install:210 : return 0 2021-12-07 12:48:02.937 | + ./stack.sh:main:791 : python3 -m venv /opt/stack/bindep-venv 2021-12-07 12:48:05.506 | + ./stack.sh:main:793 : /opt/stack/bindep-venv/bin/pip install bindep 2021-12-07 12:48:07.110 | Collecting bindep 2021-12-07 12:48:07.175 | Downloading http://10.100.0.9:8080/root/pypi/+f/e0f/4305a9599abb5/bindep-2.10.1-py2.py3-none-any.whl 2021-12-07 12:48:07.209 | Collecting packaging; python_version >= "3.6" (from bindep) 2021-12-07 12:48:07.263 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40kB) 2021-12-07 12:48:07.284 | Collecting pbr>=2.0.0 (from bindep) 2021-12-07 12:48:07.373 | Downloading http://10.100.0.9:8080/root/pypi/+f/176/e8560eaf61e12/pbr-5.8.0-py2.py3-none-any.whl (112kB) 2021-12-07 12:48:07.406 | Collecting Parsley (from bindep) 2021-12-07 12:48:07.424 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-12-07 12:48:07.449 | Collecting distro (from bindep) 2021-12-07 12:48:07.475 | Downloading http://10.100.0.9:8080/root/pypi/+f/c87/13330ab31a034/distro-1.6.0-py2.py3-none-any.whl 2021-12-07 12:48:07.489 | Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging; python_version >= "3.6"->bindep) 2021-12-07 12:48:07.621 | Downloading http://10.100.0.9:8080/root/pypi/+f/04f/f808a5b909118/pyparsing-3.0.6-py3-none-any.whl (97kB) 2021-12-07 12:48:07.644 | Installing collected packages: pyparsing, packaging, pbr, Parsley, distro, bindep 2021-12-07 12:48:08.135 | Successfully installed Parsley-1.3 bindep-2.10.1 distro-1.6.0 packaging-21.3 pbr-5.8.0 pyparsing-3.0.6 2021-12-07 12:48:08.208 | + ./stack.sh:main:794 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-12-07 12:48:08.211 | + ./stack.sh:main:794 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-12-07 12:48:08.214 | ++ ./stack.sh:main:797 : _get_plugin_bindep_packages 2021-12-07 12:48:08.231 | + ./stack.sh:main:797 : pkgs= 2021-12-07 12:48:08.233 | + ./stack.sh:main:798 : [[ -n '' ]] 2021-12-07 12:48:08.236 | + ./stack.sh:main:805 : run_phase stack pre-install 2021-12-07 12:48:08.239 | + functions-common:run_phase:1759 : local mode=stack 2021-12-07 12:48:08.244 | + functions-common:run_phase:1760 : local phase=pre-install 2021-12-07 12:48:08.246 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-07 12:48:08.248 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-07 12:48:08.251 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-07 12:48:08.253 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-07 12:48:08.255 | + functions-common:run_phase:1769 : local extra 2021-12-07 12:48:08.258 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-07 12:48:08.262 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-07 12:48:08.265 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-07 12:48:08.268 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-07 12:48:08.270 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-12-07 12:48:08.272 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-07 12:48:08.287 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:48:08.289 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 12:48:08.291 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-07 12:48:08.293 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-12-07 12:48:08.295 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-07 12:48:08.298 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-07 12:48:08.300 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-12-07 12:48:08.302 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-12-07 12:48:08.304 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-12-07 12:48:08.307 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-12-07 12:48:08.309 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-12-07 12:48:08.311 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-12-07 12:48:08.313 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-07 12:48:08.316 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-07 12:48:08.318 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 12:48:08.320 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-07 12:48:08.322 | + functions-common:run_phase:1786 : run_plugins stack pre-install 2021-12-07 12:48:08.325 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-07 12:48:08.327 | + functions-common:run_plugins:1746 : local phase=pre-install 2021-12-07 12:48:08.329 | + functions-common:run_plugins:1748 : local plugins= 2021-12-07 12:48:08.332 | + functions-common:run_plugins:1749 : local plugin 2021-12-07 12:48:08.334 | + ./stack.sh:main:808 : set_systemd_override DefaultLimitNOFILE 2048 2021-12-07 12:48:08.337 | + functions:set_systemd_override:799 : local key=DefaultLimitNOFILE 2021-12-07 12:48:08.339 | + functions:set_systemd_override:800 : local value=2048 2021-12-07 12:48:08.341 | + functions:set_systemd_override:802 : local sysconf=/etc/systemd/system.conf 2021-12-07 12:48:08.344 | + functions:set_systemd_override:803 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-12-07 12:48:08.390 | + functions:set_systemd_override:804 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-12-07 12:48:08.390 | Set systemd system override for DefaultLimitNOFILE=2048 2021-12-07 12:48:08.392 | + functions:set_systemd_override:806 : sudo systemctl daemon-reload 2021-12-07 12:48:08.554 | + ./stack.sh:main:810 : install_rpc_backend 2021-12-07 12:48:08.557 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-12-07 12:48:08.574 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:48:08.577 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-12-07 12:48:08.579 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:48:08.582 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:48:08.584 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:48:08.586 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:48:08.589 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:48:08.591 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:48:08.594 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:48:08.597 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:48:08.599 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:48:08.601 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:48:08.604 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:48:08.606 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:48:08.609 | + functions-common:install_package:1334 : real_install_package rabbitmq-server 2021-12-07 12:48:08.612 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:48:08.615 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:48:08.617 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:48:08.621 | + functions-common:real_install_package:1320 : apt_get install rabbitmq-server 2021-12-07 12:48:08.641 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-12-07 12:48:08.764 | Reading package lists... 2021-12-07 12:48:09.045 | Building dependency tree... 2021-12-07 12:48:09.046 | Reading state information... 2021-12-07 12:48:09.285 | The following packages were automatically installed and are no longer required: 2021-12-07 12:48:09.286 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:48:09.286 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:48:09.286 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:48:09.286 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:48:09.286 | python3-twisted-bin python3-zope.interface 2021-12-07 12:48:09.286 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:48:09.286 | The following additional packages will be installed: 2021-12-07 12:48:09.286 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-12-07 12:48:09.286 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-12-07 12:48:09.286 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-12-07 12:48:09.286 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-12-07 12:48:09.287 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-12-07 12:48:09.289 | Suggested packages: 2021-12-07 12:48:09.289 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-12-07 12:48:09.289 | odbc-postgresql tdsodbc unixodbc-bin 2021-12-07 12:48:09.338 | The following NEW packages will be installed: 2021-12-07 12:48:09.338 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-12-07 12:48:09.338 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-12-07 12:48:09.338 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-12-07 12:48:09.338 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-12-07 12:48:09.339 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-12-07 12:48:09.339 | rabbitmq-server 2021-12-07 12:48:09.443 | 0 upgraded, 26 newly installed, 0 to remove and 178 not upgraded. 2021-12-07 12:48:09.443 | Need to get 24.5 MB of archives. 2021-12-07 12:48:09.443 | After this operation, 40.4 MB of additional disk space will be used. 2021-12-07 12:48:09.443 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2021-12-07 12:48:10.384 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-12-07 12:48:10.493 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-12-07 12:48:10.556 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2021-12-07 12:48:10.560 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-12-07 12:48:10.563 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2021-12-07 12:48:10.662 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-12-07 12:48:10.784 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-12-07 12:48:10.944 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2021-12-07 12:48:11.249 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2021-12-07 12:48:11.258 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-12-07 12:48:11.363 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-12-07 12:48:11.518 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-12-07 12:48:11.568 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-12-07 12:48:11.578 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2021-12-07 12:48:11.591 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-12-07 12:48:11.620 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-12-07 12:48:11.754 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-12-07 12:48:11.783 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2021-12-07 12:48:11.793 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2021-12-07 12:48:12.058 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2021-12-07 12:48:12.061 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-12-07 12:48:12.124 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-12-07 12:48:12.163 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-12-07 12:48:12.281 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2021-12-07 12:48:12.281 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.5 [4,654 kB] 2021-12-07 12:48:13.609 | Fetched 24.5 MB in 4s (6,619 kB/s) 2021-12-07 12:48:13.802 | Selecting previously unselected package erlang-base. 2021-12-07 12:48:13.840 | (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 ... 74385 files and directories currently installed.) 2021-12-07 12:48:13.843 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:13.898 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:15.390 | Selecting previously unselected package erlang-asn1. 2021-12-07 12:48:15.398 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:15.441 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:15.915 | Selecting previously unselected package erlang-mnesia. 2021-12-07 12:48:15.923 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:15.989 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:16.458 | Selecting previously unselected package erlang-runtime-tools. 2021-12-07 12:48:16.466 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:16.510 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:16.893 | Selecting previously unselected package erlang-crypto. 2021-12-07 12:48:16.900 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:16.961 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:17.310 | Selecting previously unselected package erlang-public-key. 2021-12-07 12:48:17.318 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:17.350 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:17.807 | Selecting previously unselected package erlang-ssl. 2021-12-07 12:48:17.815 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:17.904 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:18.458 | Selecting previously unselected package erlang-inets. 2021-12-07 12:48:18.466 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:18.521 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:19.149 | Selecting previously unselected package erlang-corba. 2021-12-07 12:48:19.158 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:19.201 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:20.098 | Selecting previously unselected package erlang-syntax-tools. 2021-12-07 12:48:20.106 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:20.195 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:20.641 | Selecting previously unselected package erlang-diameter. 2021-12-07 12:48:20.649 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:20.709 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:21.178 | Selecting previously unselected package erlang-xmerl. 2021-12-07 12:48:21.186 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:21.258 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:21.727 | Selecting previously unselected package erlang-edoc. 2021-12-07 12:48:21.735 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:21.795 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:22.230 | Selecting previously unselected package erlang-eldap. 2021-12-07 12:48:22.238 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:22.298 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:22.686 | Selecting previously unselected package erlang-erl-docgen. 2021-12-07 12:48:22.695 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:22.777 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:23.121 | Selecting previously unselected package erlang-eunit. 2021-12-07 12:48:23.129 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:23.195 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:23.567 | Selecting previously unselected package erlang-ic. 2021-12-07 12:48:23.574 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:23.635 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:24.338 | Selecting previously unselected package libodbc1:amd64. 2021-12-07 12:48:24.346 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-12-07 12:48:24.515 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-12-07 12:48:24.886 | Selecting previously unselected package erlang-odbc. 2021-12-07 12:48:24.894 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:24.938 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:25.424 | Selecting previously unselected package erlang-snmp. 2021-12-07 12:48:25.431 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:25.497 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:26.258 | Selecting previously unselected package erlang-os-mon. 2021-12-07 12:48:26.266 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:26.332 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:26.709 | Selecting previously unselected package erlang-parsetools. 2021-12-07 12:48:26.717 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:26.772 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:27.149 | Selecting previously unselected package erlang-ssh. 2021-12-07 12:48:27.158 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:27.229 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:27.669 | Selecting previously unselected package erlang-tools. 2021-12-07 12:48:27.677 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-12-07 12:48:27.732 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:28.161 | Selecting previously unselected package erlang-nox. 2021-12-07 12:48:28.169 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-12-07 12:48:28.223 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:28.743 | Selecting previously unselected package rabbitmq-server. 2021-12-07 12:48:28.752 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.5_all.deb ... 2021-12-07 12:48:28.812 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.5) ... 2021-12-07 12:48:29.886 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-12-07 12:48:30.063 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:31.357 | Searching for services which depend on erlang and should be started...none found. 2021-12-07 12:48:31.417 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:48:31.520 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:31.675 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:31.823 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:32.006 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:32.292 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:32.406 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:32.566 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-07 12:48:32.726 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:48:33.018 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:48:33.852 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:33.977 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:34.166 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:34.320 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:34.463 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:34.600 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:34.749 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:34.903 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:35.023 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:35.177 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:35.343 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:35.560 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:35.857 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:36.040 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:36.269 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:36.463 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:36.640 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-12-07 12:48:36.903 | Setting up rabbitmq-server (3.6.10-1ubuntu0.5) ... 2021-12-07 12:48:37.449 | Adding group `rabbitmq' (GID 121) ... 2021-12-07 12:48:37.660 | Done. 2021-12-07 12:48:37.735 | Adding system user `rabbitmq' (UID 115) ... 2021-12-07 12:48:37.735 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-12-07 12:48:38.100 | Not creating home directory `/var/lib/rabbitmq'. 2021-12-07 12:48:38.345 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-12-07 12:48:44.480 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:48:44.743 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:48:47.093 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:48:47.096 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:48:47.098 | + functions-common:time_stop:2331 : local name 2021-12-07 12:48:47.100 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:48:47.102 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:48:47.104 | + functions-common:time_stop:2334 : local total 2021-12-07 12:48:47.107 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:48:47.109 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:48:47.111 | + functions-common:time_stop:2338 : start_time=1638881288638 2021-12-07 12:48:47.113 | + functions-common:time_stop:2340 : [[ -z 1638881288638 ]] 2021-12-07 12:48:47.116 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:48:47.119 | + functions-common:time_stop:2343 : end_time=1638881327117 2021-12-07 12:48:47.122 | + functions-common:time_stop:2344 : elapsed_time=38479 2021-12-07 12:48:47.124 | + functions-common:time_stop:2345 : total=310458 2021-12-07 12:48:47.126 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:48:47.128 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=348937 2021-12-07 12:48:47.131 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:48:47.133 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-12-07 12:48:47.135 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:48:47.138 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:48:47.141 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:48:47.143 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:48:47.145 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:48:47.148 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:48:47.150 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-12-07 12:48:47.152 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 12:48:47.155 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 12:48:47.158 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 12:48:47.160 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 12:48:47.162 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 12:48:47.164 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 12:48:47.167 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:48:47.169 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 12:48:47.171 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-12-07 12:48:47.174 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:48:47.176 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:48:47.178 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:48:47.180 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:48:47.183 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:48:47.185 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:48:47.188 | + ./stack.sh:main:811 : restart_rpc_backend 2021-12-07 12:48:47.190 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-12-07 12:48:47.206 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:48:47.208 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-12-07 12:48:47.210 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 12:48:47.212 | + ./stack.sh:echo_summary:428 : echo -e Starting RabbitMQ 2021-12-07 12:48:47.215 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-12-07 12:48:47.218 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-12-07 12:48:47.222 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-12-07 12:48:47.224 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-12-07 12:48:47.226 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-12-07 12:48:47.228 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-12-07 12:48:47.231 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-12-07 12:48:47.233 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-12-07 12:48:47.236 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-12-07 12:48:48.304 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-12-07 12:48:48.305 | guest [administrator]' 2021-12-07 12:48:48.308 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-12-07 12:48:48.308 | guest [administrator]' 2021-12-07 12:48:48.308 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-12-07 12:48:48.314 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-12-07 12:48:48.316 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-12-07 12:48:48.319 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-12-07 12:48:49.404 | Creating user "stackrabbit" 2021-12-07 12:48:49.472 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-12-07 12:48:50.550 | Setting permissions for user "stackrabbit" in vhost "/" 2021-12-07 12:48:50.603 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-12-07 12:48:50.605 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-12-07 12:48:51.664 | Changing password for user "stackrabbit" 2021-12-07 12:48:51.717 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-12-07 12:48:51.719 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-12-07 12:48:51.721 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-12-07 12:48:52.753 | Deleting user "guest" 2021-12-07 12:48:52.815 | + ./stack.sh:main:813 : is_service_enabled mysql postgresql 2021-12-07 12:48:52.832 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:48:52.834 | + ./stack.sh:main:814 : install_database 2021-12-07 12:48:52.836 | + lib/database:install_database:116 : install_database_mysql 2021-12-07 12:48:52.839 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-12-07 12:48:52.841 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:48:52.844 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:48:52.847 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-12-07 12:48:53.196 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-12-07 12:48:53.199 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-12-07 12:48:53.204 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-12-07 12:48:53.206 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:48:53.208 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:48:53.211 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-12-07 12:48:53.213 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-12-07 12:48:53.215 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-12-07 12:48:53.219 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-12-07 12:48:53.222 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2021-12-07 12:48:53.224 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:48:53.226 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-12-07 12:48:53.229 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 12:48:53.231 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 12:48:53.234 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 12:48:53.236 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 12:48:53.238 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 12:48:53.241 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 12:48:53.243 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:48:53.245 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 12:48:53.248 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-12-07 12:48:53.253 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:48:53.256 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:48:53.258 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:48:53.260 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:48:53.263 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:48:53.265 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:48:53.268 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-12-07 12:48:53.270 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:48:53.272 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:48:53.275 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-12-07 12:48:53.277 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:48:53.280 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:48:53.282 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:48:53.285 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:48:53.287 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:48:53.289 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:48:53.292 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:48:53.294 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:48:53.296 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:48:53.299 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:48:53.301 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:48:53.303 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:48:53.306 | + functions-common:install_package:1334 : real_install_package mysql-server 2021-12-07 12:48:53.308 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:48:53.310 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:48:53.313 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:48:53.315 | + functions-common:real_install_package:1320 : apt_get install mysql-server 2021-12-07 12:48:53.334 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-12-07 12:48:53.457 | Reading package lists... 2021-12-07 12:48:53.742 | Building dependency tree... 2021-12-07 12:48:53.743 | Reading state information... 2021-12-07 12:48:53.983 | The following packages were automatically installed and are no longer required: 2021-12-07 12:48:53.984 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:48:53.984 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:48:53.984 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:48:53.984 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:48:53.985 | python3-twisted-bin python3-zope.interface 2021-12-07 12:48:53.985 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:48:53.985 | The following additional packages will be installed: 2021-12-07 12:48:53.985 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-12-07 12:48:53.985 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-12-07 12:48:53.985 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-12-07 12:48:53.985 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-12-07 12:48:53.986 | mysql-server-5.7 mysql-server-core-5.7 2021-12-07 12:48:53.987 | Suggested packages: 2021-12-07 12:48:53.987 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-12-07 12:48:54.042 | The following NEW packages will be installed: 2021-12-07 12:48:54.042 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-12-07 12:48:54.042 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-12-07 12:48:54.042 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-12-07 12:48:54.043 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-12-07 12:48:54.043 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-12-07 12:48:54.152 | 0 upgraded, 18 newly installed, 0 to remove and 178 not upgraded. 2021-12-07 12:48:54.153 | Need to get 19.6 MB of archives. 2021-12-07 12:48:54.153 | After this operation, 155 MB of additional disk space will be used. 2021-12-07 12:48:54.153 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [6,638 kB] 2021-12-07 12:48:55.007 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [1,942 kB] 2021-12-07 12:48:55.173 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [7,426 kB] 2021-12-07 12:48:56.351 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2021-12-07 12:48:56.359 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.36-0ubuntu0.18.04.1 [2,906 kB] 2021-12-07 12:48:56.823 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-12-07 12:48:56.823 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-12-07 12:48:56.850 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-12-07 12:48:56.860 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-12-07 12:48:56.890 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-12-07 12:48:56.891 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-12-07 12:48:56.899 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-12-07 12:48:56.900 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-12-07 12:48:56.910 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-12-07 12:48:56.910 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-12-07 12:48:56.911 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-12-07 12:48:56.915 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-12-07 12:48:56.927 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.36-0ubuntu0.18.04.1 [9,944 B] 2021-12-07 12:48:57.434 | Preconfiguring packages ... 2021-12-07 12:48:57.738 | Fetched 19.6 MB in 3s (6,836 kB/s) 2021-12-07 12:48:57.846 | Selecting previously unselected package mysql-client-core-5.7. 2021-12-07 12:48:57.886 | (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 ... 76386 files and directories currently installed.) 2021-12-07 12:48:57.890 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:48:57.942 | Unpacking mysql-client-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:48:59.262 | Selecting previously unselected package mysql-client-5.7. 2021-12-07 12:48:59.270 | Preparing to unpack .../01-mysql-client-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:48:59.319 | Unpacking mysql-client-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:00.155 | Selecting previously unselected package mysql-server-core-5.7. 2021-12-07 12:49:00.162 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:49:00.194 | Unpacking mysql-server-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:01.840 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-12-07 12:49:01.848 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-12-07 12:49:01.937 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-12-07 12:49:02.360 | Selecting previously unselected package mysql-server-5.7. 2021-12-07 12:49:02.368 | Preparing to unpack .../04-mysql-server-5.7_5.7.36-0ubuntu0.18.04.1_amd64.deb ... 2021-12-07 12:49:03.234 | Unpacking mysql-server-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:04.462 | Selecting previously unselected package libhtml-tagset-perl. 2021-12-07 12:49:04.470 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-12-07 12:49:04.519 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-12-07 12:49:04.817 | Selecting previously unselected package liburi-perl. 2021-12-07 12:49:04.825 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-12-07 12:49:04.874 | Unpacking liburi-perl (1.73-1) ... 2021-12-07 12:49:05.143 | Selecting previously unselected package libhtml-parser-perl. 2021-12-07 12:49:05.150 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-12-07 12:49:05.194 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-12-07 12:49:05.462 | Selecting previously unselected package libcgi-pm-perl. 2021-12-07 12:49:05.470 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-12-07 12:49:05.514 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-12-07 12:49:05.840 | Selecting previously unselected package libfcgi-perl. 2021-12-07 12:49:05.847 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-12-07 12:49:05.885 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-12-07 12:49:06.194 | Selecting previously unselected package libcgi-fast-perl. 2021-12-07 12:49:06.203 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-12-07 12:49:06.245 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-12-07 12:49:06.554 | Selecting previously unselected package libencode-locale-perl. 2021-12-07 12:49:06.562 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-12-07 12:49:06.633 | Unpacking libencode-locale-perl (1.05-1) ... 2021-12-07 12:49:06.983 | Selecting previously unselected package libhtml-template-perl. 2021-12-07 12:49:06.991 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-12-07 12:49:07.034 | Unpacking libhtml-template-perl (2.97-1) ... 2021-12-07 12:49:07.416 | Selecting previously unselected package libhttp-date-perl. 2021-12-07 12:49:07.424 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-12-07 12:49:07.473 | Unpacking libhttp-date-perl (6.02-1) ... 2021-12-07 12:49:07.817 | Selecting previously unselected package libio-html-perl. 2021-12-07 12:49:07.825 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-12-07 12:49:07.873 | Unpacking libio-html-perl (1.001-1) ... 2021-12-07 12:49:08.188 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-12-07 12:49:08.196 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-12-07 12:49:08.245 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-12-07 12:49:08.571 | Selecting previously unselected package libhttp-message-perl. 2021-12-07 12:49:08.579 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-12-07 12:49:08.633 | Unpacking libhttp-message-perl (6.14-1) ... 2021-12-07 12:49:08.959 | Selecting previously unselected package mysql-server. 2021-12-07 12:49:08.967 | Preparing to unpack .../17-mysql-server_5.7.36-0ubuntu0.18.04.1_all.deb ... 2021-12-07 12:49:09.016 | Unpacking mysql-server (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:09.347 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-12-07 12:49:09.513 | Setting up libhttp-date-perl (6.02-1) ... 2021-12-07 12:49:09.622 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-12-07 12:49:09.708 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:49:09.776 | Setting up libencode-locale-perl (1.05-1) ... 2021-12-07 12:49:09.896 | Setting up mysql-server-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:09.994 | Setting up libio-html-perl (1.001-1) ... 2021-12-07 12:49:10.136 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-12-07 12:49:10.228 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-07 12:49:10.371 | Setting up liburi-perl (1.73-1) ... 2021-12-07 12:49:10.565 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:49:10.862 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-12-07 12:49:11.004 | Setting up libcgi-pm-perl (4.38-1) ... 2021-12-07 12:49:11.164 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:49:13.102 | Setting up libhttp-message-perl (6.14-1) ... 2021-12-07 12:49:13.319 | Setting up mysql-client-core-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:13.479 | Setting up libfcgi-perl (0.78-2build1) ... 2021-12-07 12:49:13.708 | Setting up libhtml-template-perl (2.97-1) ... 2021-12-07 12:49:13.902 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-12-07 12:49:14.073 | Setting up mysql-client-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:14.245 | Setting up mysql-server-5.7 (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:15.853 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-12-07 12:49:15.904 | Renaming removed key_buffer and myisam-recover options (if present) 2021-12-07 12:49:36.491 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-12-07 12:49:37.759 | Setting up mysql-server (5.7.36-0ubuntu0.18.04.1) ... 2021-12-07 12:49:37.988 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:49:38.307 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:49:40.643 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:49:40.646 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:49:40.648 | + functions-common:time_stop:2331 : local name 2021-12-07 12:49:40.650 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:49:40.652 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:49:40.654 | + functions-common:time_stop:2334 : local total 2021-12-07 12:49:40.656 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:49:40.658 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:49:40.661 | + functions-common:time_stop:2338 : start_time=1638881333332 2021-12-07 12:49:40.663 | + functions-common:time_stop:2340 : [[ -z 1638881333332 ]] 2021-12-07 12:49:40.665 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:49:40.669 | + functions-common:time_stop:2343 : end_time=1638881380666 2021-12-07 12:49:40.671 | + functions-common:time_stop:2344 : elapsed_time=47334 2021-12-07 12:49:40.673 | + functions-common:time_stop:2345 : total=348937 2021-12-07 12:49:40.675 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:49:40.678 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=396271 2021-12-07 12:49:40.680 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:49:40.682 | + ./stack.sh:main:816 : '[' -n mysql ']' 2021-12-07 12:49:40.685 | + ./stack.sh:main:817 : install_database_python 2021-12-07 12:49:40.687 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-12-07 12:49:40.690 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-12-07 12:49:40.692 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-12-07 12:49:40.694 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-07 12:49:40.697 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-12-07 12:49:40.700 | ++ inc/python:get_from_global_requirements:238 : local package=PyMySQL 2021-12-07 12:49:40.702 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 12:49:40.705 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:49:40.706 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 12:49:40.710 | ++ inc/python:get_from_global_requirements:240 : required_pkg='PyMySQL ' 2021-12-07 12:49:40.712 | ++ inc/python:get_from_global_requirements:241 : [[ PyMySQL == '' ]] 2021-12-07 12:49:40.714 | ++ inc/python:get_from_global_requirements:244 : echo PyMySQL 2021-12-07 12:49:40.718 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-12-07 12:49:40.720 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-12-07 12:49:40.740 | Using python 3.6 to install PyMySQL because python3_enabled=True 2021-12-07 12:49:40.745 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2021-12-07 12:49:43.392 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:49:43.393 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.394 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.394 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.394 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.395 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.395 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.396 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.396 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.397 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.397 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.398 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.398 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.398 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.399 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.399 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.400 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.400 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.401 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.401 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.402 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.402 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.402 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.403 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.403 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.404 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.404 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.405 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.405 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.406 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.406 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.407 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.407 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.407 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.408 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.409 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.409 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.409 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.410 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.410 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.410 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.411 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.411 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.412 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.412 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.413 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.413 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.414 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.414 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.414 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.415 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.415 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.416 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.416 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.416 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.417 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.418 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.418 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.419 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.419 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.420 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.420 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.421 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.421 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.422 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.422 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.423 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.423 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.424 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.424 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.424 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.425 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.425 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.426 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.426 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.426 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.427 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.428 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.428 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.429 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.429 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.430 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.430 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.430 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.431 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.431 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.432 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.432 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.433 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.433 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.434 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.435 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.435 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.436 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.436 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.436 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.437 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.437 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.438 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.438 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.439 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.439 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.439 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.440 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.440 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.441 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.441 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.441 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.442 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.442 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.443 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.444 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.444 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.445 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.445 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.446 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.446 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.446 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.447 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.448 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.448 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.448 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.449 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.449 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.449 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.450 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.450 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.451 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.451 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.452 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.453 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.453 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.453 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.454 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.454 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.455 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.455 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.456 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.456 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.456 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.457 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.457 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.458 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.458 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.459 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.459 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.460 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.460 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.460 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.461 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.461 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.462 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.462 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.463 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.463 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.464 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.464 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.465 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.465 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.466 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.466 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.467 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.467 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.467 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.468 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.468 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.469 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.469 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.470 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.470 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.471 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.471 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.472 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.472 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.473 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.473 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.473 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.474 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.474 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.475 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.475 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.475 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.476 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.476 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.477 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.477 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.478 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.478 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.478 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.479 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.479 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.480 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.481 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.481 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.482 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.483 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.483 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.483 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.484 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.484 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.485 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.485 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.486 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.486 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.487 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.487 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.488 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.488 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.489 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.489 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.489 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.490 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.490 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.491 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.492 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.492 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.492 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.493 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.493 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.493 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.494 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.494 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.495 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.495 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.496 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.497 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.497 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.498 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.498 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.498 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.499 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.499 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.500 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.500 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.501 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.501 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.502 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.502 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.502 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.503 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.503 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.504 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.504 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.505 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.505 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.505 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.506 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.506 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.507 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.507 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.508 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.508 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.509 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.509 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.510 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.510 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.511 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.511 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.512 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.512 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.512 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.513 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.513 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.514 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.514 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.515 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.515 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.516 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.516 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.516 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.517 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.518 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.518 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.518 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.519 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.519 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.520 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.520 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.521 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.521 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.522 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.522 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.522 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.523 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.523 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.524 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.524 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.524 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.525 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.525 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.526 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.526 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.527 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.527 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.527 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.528 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.528 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.529 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.529 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.530 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.530 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.531 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.531 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.532 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.532 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.533 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.533 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.534 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.534 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.534 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.535 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.535 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.536 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.537 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.537 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.537 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.538 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.538 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.539 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.539 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.539 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.540 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.540 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.541 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.541 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.542 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.542 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.543 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.544 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.544 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.545 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.545 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.546 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.546 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.547 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.548 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.548 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.549 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.549 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.549 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.550 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.550 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.551 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.551 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.552 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.552 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.553 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.553 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.554 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.554 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.554 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.555 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.555 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.556 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.556 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.557 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.557 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.558 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.559 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.559 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.560 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.560 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.561 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.561 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.562 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.562 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.562 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.563 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.563 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.564 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.564 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.564 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.565 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.565 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.566 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.566 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.567 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.567 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.568 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.568 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.568 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.569 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.569 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.570 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.570 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.570 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.571 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.571 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.572 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.572 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.573 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.573 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.573 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.574 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.574 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.575 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.575 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.576 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.576 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.576 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.577 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.577 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.578 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.578 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.579 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.579 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.580 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.580 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.581 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.581 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.582 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.582 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.582 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.583 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.583 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.584 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:49:43.584 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:49:43.585 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:49:43.736 | Collecting PyMySQL===0.9.3 2021-12-07 12:49:43.744 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/394/3fbbbc1e902f4/PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB) 2021-12-07 12:49:45.273 | Installing collected packages: PyMySQL 2021-12-07 12:49:45.494 | Successfully installed PyMySQL-0.9.3 2021-12-07 12:49:45.599 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:49:45.599 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:49:45.677 | + inc/python:pip_install:207 : result=0 2021-12-07 12:49:45.680 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:49:45.682 | + functions-common:time_stop:2331 : local name 2021-12-07 12:49:45.685 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:49:45.687 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:49:45.690 | + functions-common:time_stop:2334 : local total 2021-12-07 12:49:45.692 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:49:45.694 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:49:45.696 | + functions-common:time_stop:2338 : start_time=1638881380735 2021-12-07 12:49:45.698 | + functions-common:time_stop:2340 : [[ -z 1638881380735 ]] 2021-12-07 12:49:45.701 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:49:45.705 | + functions-common:time_stop:2343 : end_time=1638881385702 2021-12-07 12:49:45.707 | + functions-common:time_stop:2344 : elapsed_time=4967 2021-12-07 12:49:45.709 | + functions-common:time_stop:2345 : total=43586 2021-12-07 12:49:45.711 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:49:45.713 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=48553 2021-12-07 12:49:45.716 | + inc/python:pip_install:210 : return 0 2021-12-07 12:49:45.718 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-12-07 12:49:45.721 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-07 12:49:45.723 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-12-07 12:49:45.725 | + ./stack.sh:main:820 : is_service_enabled neutron 2021-12-07 12:49:45.741 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:49:45.744 | + ./stack.sh:main:821 : install_neutron_agent_packages 2021-12-07 12:49:45.747 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-12-07 12:49:45.750 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 12:49:45.750 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-07 12:49:45.755 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 12:49:45.757 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-07 12:49:45.759 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 12:49:45.762 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-07 12:49:45.764 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-12-07 12:49:45.767 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:448 : is_service_enabled q-l3 2021-12-07 12:49:45.781 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:49:45.784 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:449 : install_package radvd 2021-12-07 12:49:45.786 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:49:45.788 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:49:45.791 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:49:45.793 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:49:45.796 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:49:45.798 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:49:45.800 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:49:45.803 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:49:45.805 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:49:45.807 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:49:45.810 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:49:45.812 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:49:45.815 | + functions-common:install_package:1334 : real_install_package radvd 2021-12-07 12:49:45.817 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:49:45.819 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:49:45.822 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:49:45.824 | + functions-common:real_install_package:1320 : apt_get install radvd 2021-12-07 12:49:45.843 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-12-07 12:49:45.969 | Reading package lists... 2021-12-07 12:49:46.243 | Building dependency tree... 2021-12-07 12:49:46.244 | Reading state information... 2021-12-07 12:49:46.484 | The following packages were automatically installed and are no longer required: 2021-12-07 12:49:46.485 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-12-07 12:49:46.485 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-12-07 12:49:46.485 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-12-07 12:49:46.485 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:49:46.485 | python3-twisted-bin python3-zope.interface 2021-12-07 12:49:46.485 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:49:46.532 | The following NEW packages will be installed: 2021-12-07 12:49:46.532 | radvd 2021-12-07 12:49:46.641 | 0 upgraded, 1 newly installed, 0 to remove and 178 not upgraded. 2021-12-07 12:49:46.642 | Need to get 59.0 kB of archives. 2021-12-07 12:49:46.642 | After this operation, 164 kB of additional disk space will be used. 2021-12-07 12:49:46.642 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-12-07 12:49:47.294 | Fetched 59.0 kB in 0s (308 kB/s) 2021-12-07 12:49:47.674 | Selecting previously unselected package radvd. 2021-12-07 12:49:47.715 | (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 ... 76843 files and directories currently installed.) 2021-12-07 12:49:47.719 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-12-07 12:49:47.833 | Unpacking radvd (1:2.16-3) ... 2021-12-07 12:49:48.466 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:49:48.604 | Setting up radvd (1:2.16-3) ... 2021-12-07 12:49:49.865 | Job for radvd.service failed because the control process exited with error code. 2021-12-07 12:49:49.865 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-12-07 12:49:49.867 | invoke-rc.d: initscript radvd, action "start" failed. 2021-12-07 12:49:49.877 | ● radvd.service - Router advertisement daemon for IPv6 2021-12-07 12:49:49.877 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-12-07 12:49:49.877 | Active: failed (Result: exit-code) since Tue 2021-12-07 12:49:49 UTC; 13ms ago 2021-12-07 12:49:49.877 | Docs: man:radvd(8) 2021-12-07 12:49:49.877 | Process: 47947 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-12-07 12:49:49.878 | 2021-12-07 12:49:49.878 | Dec 07 12:49:49 dv-neutron-ussuri-2-hyperv systemd[1]: Starting Router advertisement daemon for IPv6... 2021-12-07 12:49:49.878 | Dec 07 12:49:49 dv-neutron-ussuri-2-hyperv radvd[47947]: can't open /etc/radvd.conf: No such file or directory 2021-12-07 12:49:49.878 | Dec 07 12:49:49 dv-neutron-ussuri-2-hyperv radvd[47947]: Insecure file permissions, but continuing anyway 2021-12-07 12:49:49.878 | Dec 07 12:49:49 dv-neutron-ussuri-2-hyperv radvd[47947]: exiting, failed to read config file 2021-12-07 12:49:49.878 | Dec 07 12:49:49 dv-neutron-ussuri-2-hyperv systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-12-07 12:49:49.878 | Dec 07 12:49:49 dv-neutron-ussuri-2-hyperv systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-12-07 12:49:49.878 | Dec 07 12:49:49 dv-neutron-ussuri-2-hyperv systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-12-07 12:49:49.958 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:49:50.233 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:49:50.696 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:49:53.098 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:49:53.101 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:49:53.103 | + functions-common:time_stop:2331 : local name 2021-12-07 12:49:53.106 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:49:53.108 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:49:53.110 | + functions-common:time_stop:2334 : local total 2021-12-07 12:49:53.112 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:49:53.114 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:49:53.117 | + functions-common:time_stop:2338 : start_time=1638881385840 2021-12-07 12:49:53.119 | + functions-common:time_stop:2340 : [[ -z 1638881385840 ]] 2021-12-07 12:49:53.122 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:49:53.125 | + functions-common:time_stop:2343 : end_time=1638881393123 2021-12-07 12:49:53.128 | + functions-common:time_stop:2344 : elapsed_time=7283 2021-12-07 12:49:53.130 | + functions-common:time_stop:2345 : total=396271 2021-12-07 12:49:53.132 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:49:53.134 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=403554 2021-12-07 12:49:53.137 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:49:53.139 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:452 : is_service_enabled q-agt q-dhcp q-l3 2021-12-07 12:49:53.155 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:49:53.157 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:453 : neutron_plugin_install_agent_packages 2021-12-07 12:49:53.159 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-12-07 12:49:53.162 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-12-07 12:49:53.181 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-12-07 12:49:53.183 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:49:53.186 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:49:53.188 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:49:53.190 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:49:53.193 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:49:53.195 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:49:53.197 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:49:53.200 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:49:53.202 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:49:53.204 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:49:53.206 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:49:53.208 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:49:53.210 | + functions-common:install_package:1334 : real_install_package fakeroot make openvswitch-switch 2021-12-07 12:49:53.213 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:49:53.215 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:49:53.217 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:49:53.219 | + functions-common:real_install_package:1320 : apt_get install fakeroot make openvswitch-switch 2021-12-07 12:49:53.237 | + functions-common:apt_get:1109 : 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-12-07 12:49:53.358 | Reading package lists... 2021-12-07 12:49:53.621 | Building dependency tree... 2021-12-07 12:49:53.622 | Reading state information... 2021-12-07 12:49:53.844 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-12-07 12:49:53.844 | fakeroot set to manually installed. 2021-12-07 12:49:53.844 | make is already the newest version (4.1-9.1ubuntu1). 2021-12-07 12:49:53.844 | The following packages were automatically installed and are no longer required: 2021-12-07 12:49:53.844 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-07 12:49:53.844 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-07 12:49:53.844 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-07 12:49:53.844 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:49:53.845 | python3-twisted-bin python3-zope.interface 2021-12-07 12:49:53.845 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:49:53.845 | The following additional packages will be installed: 2021-12-07 12:49:53.846 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2021-12-07 12:49:53.847 | Suggested packages: 2021-12-07 12:49:53.847 | openvswitch-doc python-sortedcontainers-doc 2021-12-07 12:49:53.901 | The following NEW packages will be installed: 2021-12-07 12:49:53.901 | libunbound2 python3-openvswitch python3-sortedcontainers 2021-12-07 12:49:53.903 | The following packages will be upgraded: 2021-12-07 12:49:53.903 | openvswitch-common openvswitch-switch 2021-12-07 12:49:54.140 | 2 upgraded, 3 newly installed, 0 to remove and 176 not upgraded. 2021-12-07 12:49:54.140 | Need to get 3,088 kB of archives. 2021-12-07 12:49:54.141 | After this operation, 3,129 kB of additional disk space will be used. 2021-12-07 12:49:54.141 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.4 [267 kB] 2021-12-07 12:49:54.271 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 python3-openvswitch all 2.12.1-0ubuntu0.19.10.1~cloud1 [117 kB] 2021-12-07 12:49:54.366 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2021-12-07 12:49:55.099 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-common amd64 2.12.1-0ubuntu0.19.10.1~cloud1 [970 kB] 2021-12-07 12:49:55.720 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-switch amd64 2.12.1-0ubuntu0.19.10.1~cloud1 [1,707 kB] 2021-12-07 12:49:56.575 | Fetched 3,088 kB in 2s (1,476 kB/s) 2021-12-07 12:49:56.840 | Selecting previously unselected package libunbound2:amd64. 2021-12-07 12:49:56.880 | (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 ... 76856 files and directories currently installed.) 2021-12-07 12:49:56.883 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.4_amd64.deb ... 2021-12-07 12:49:57.016 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.4) ... 2021-12-07 12:49:57.473 | Selecting previously unselected package python3-sortedcontainers. 2021-12-07 12:49:57.483 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2021-12-07 12:49:57.541 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2021-12-07 12:49:58.045 | Selecting previously unselected package python3-openvswitch. 2021-12-07 12:49:58.053 | Preparing to unpack .../python3-openvswitch_2.12.1-0ubuntu0.19.10.1~cloud1_all.deb ... 2021-12-07 12:49:58.141 | Unpacking python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-07 12:49:58.625 | Preparing to unpack .../openvswitch-common_2.12.1-0ubuntu0.19.10.1~cloud1_amd64.deb ... 2021-12-07 12:49:58.924 | Unpacking openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud1) over (2.9.8-0ubuntu0.18.04.2) ... 2021-12-07 12:49:59.859 | Preparing to unpack .../openvswitch-switch_2.12.1-0ubuntu0.19.10.1~cloud1_amd64.deb ... 2021-12-07 12:50:00.004 | Unpacking openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud1) over (2.9.8-0ubuntu0.18.04.2) ... 2021-12-07 12:50:01.443 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.4) ... 2021-12-07 12:50:01.610 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:50:01.736 | Setting up openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-07 12:50:01.992 | Setting up python3-sortedcontainers (1.5.7-1) ... 2021-12-07 12:50:02.450 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-07 12:50:02.627 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:50:02.918 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:50:03.844 | Setting up python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-07 12:50:04.444 | Setting up openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud1) ... 2021-12-07 12:50:08.188 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:50:08.190 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:50:08.192 | + functions-common:time_stop:2331 : local name 2021-12-07 12:50:08.194 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:50:08.196 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:50:08.199 | + functions-common:time_stop:2334 : local total 2021-12-07 12:50:08.201 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:50:08.203 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:50:08.205 | + functions-common:time_stop:2338 : start_time=1638881393235 2021-12-07 12:50:08.207 | + functions-common:time_stop:2340 : [[ -z 1638881393235 ]] 2021-12-07 12:50:08.210 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:50:08.213 | + functions-common:time_stop:2343 : end_time=1638881408211 2021-12-07 12:50:08.217 | + functions-common:time_stop:2344 : elapsed_time=14976 2021-12-07 12:50:08.219 | + functions-common:time_stop:2345 : total=403554 2021-12-07 12:50:08.221 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:50:08.223 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=418530 2021-12-07 12:50:08.225 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:50:08.227 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-12-07 12:50:08.230 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:50:08.233 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:50:08.235 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-12-07 12:50:08.237 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-12-07 12:50:08.240 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-12-07 12:50:08.243 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-12-07 12:50:08.247 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-12-07 12:50:08.250 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-12-07 12:50:08.250 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-12-07 12:50:08.254 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-12-07 12:50:08.256 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-12-07 12:50:08.259 | + functions:vercmp:615 : local v1=4.15 2021-12-07 12:50:08.261 | + functions:vercmp:616 : local 'op=<' 2021-12-07 12:50:08.263 | + functions:vercmp:617 : local v2=3.13 2021-12-07 12:50:08.265 | + functions:vercmp:618 : local result 2021-12-07 12:50:08.269 | ++ functions:vercmp:622 : echo -e '4.15\n3.13' 2021-12-07 12:50:08.269 | ++ functions:vercmp:622 : sort -V 2021-12-07 12:50:08.269 | ++ functions:vercmp:622 : head -1 2021-12-07 12:50:08.273 | + functions:vercmp:622 : result=3.13 2021-12-07 12:50:08.275 | + functions:vercmp:624 : case $op in 2021-12-07 12:50:08.278 | + functions:vercmp:634 : '[' 4.15 '!=' 3.13 ']' 2021-12-07 12:50:08.280 | + functions:vercmp:634 : '[' 3.13 = 4.15 ']' 2021-12-07 12:50:08.282 | + functions:vercmp:635 : return 2021-12-07 12:50:08.285 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-12-07 12:50:08.287 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:50:08.289 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart openvswitch-switch 2021-12-07 12:50:08.734 | + ./stack.sh:main:824 : is_service_enabled etcd3 2021-12-07 12:50:08.749 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:50:08.752 | + ./stack.sh:main:825 : install_etcd3 2021-12-07 12:50:08.754 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-12-07 12:50:08.754 | Installing etcd 2021-12-07 12:50:08.757 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-12-07 12:50:08.768 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-12-07 12:50:08.780 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-12-07 12:50:08.784 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-12-07 12:50:08.797 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-12-07 12:50:08.800 | ++ 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-12-07 12:50:08.803 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-07 12:50:08.806 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-07 12:50:08.810 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-12-07 12:50:08.812 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2021-12-07 12:50:08.815 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-12-07 12:50:08.817 | ++ functions:get_extra_file:67 : 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-12-07 12:50:08.845 | --2021-12-07 12:50:08-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-07 12:50:08.882 | Resolving github.com (github.com)... 140.82.121.4 2021-12-07 12:50:08.926 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2021-12-07 12:50:09.100 | HTTP request sent, awaiting response... 302 Found 2021-12-07 12:50:09.100 | 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%2F20211207%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211207T124931Z&X-Amz-Expires=300&X-Amz-Signature=4c1ed4d7db4452a8bd1185ee2cbce831f81f1baf7815768f262a9d348eb4c8c7&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-12-07 12:50:09.100 | --2021-12-07 12:50:09-- 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%2F20211207%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211207T124931Z&X-Amz-Expires=300&X-Amz-Signature=4c1ed4d7db4452a8bd1185ee2cbce831f81f1baf7815768f262a9d348eb4c8c7&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-12-07 12:50:09.101 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... 2021-12-07 12:50:09.125 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. 2021-12-07 12:50:09.757 | HTTP request sent, awaiting response... 200 OK 2021-12-07 12:50:09.757 | Length: 11350736 (11M) [application/octet-stream] 2021-12-07 12:50:09.757 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-12-07 12:50:10.351 | 2021-12-07 12:50:10.985 | 0K ........ .. 100% 8.82M=1.2s 2021-12-07 12:50:10.985 | 2021-12-07 12:50:10.985 | 2021-12-07 12:50:10 (8.82 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-12-07 12:50:10.985 | 2021-12-07 12:50:10.989 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-12-07 12:50:10.991 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-07 12:50:10.993 | ++ functions:get_extra_file:73 : return 2021-12-07 12:50:10.997 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-12-07 12:50:10.999 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-12-07 12:50:11.001 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-12-07 12:50:11.004 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-12-07 12:50:11.131 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-12-07 12:50:11.134 | + 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-12-07 12:50:11.138 | etcd-v3.3.12-linux-amd64/ 2021-12-07 12:50:11.138 | etcd-v3.3.12-linux-amd64/README.md 2021-12-07 12:50:11.138 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-12-07 12:50:11.138 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-12-07 12:50:11.138 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-12-07 12:50:11.139 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-12-07 12:50:11.140 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-12-07 12:50:11.141 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-12-07 12:50:11.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-12-07 12:50:11.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-12-07 12:50:11.144 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-12-07 12:50:11.145 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-12-07 12:50:11.146 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-12-07 12:50:11.147 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-12-07 12:50:11.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-12-07 12:50:11.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-12-07 12:50:11.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-12-07 12:50:11.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-12-07 12:50:11.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-12-07 12:50:11.150 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-12-07 12:50:11.150 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-12-07 12:50:11.150 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-12-07 12:50:11.150 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-12-07 12:50:11.150 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-12-07 12:50:11.150 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-12-07 12:50:11.150 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-12-07 12:50:11.151 | etcd-v3.3.12-linux-amd64/etcdctl 2021-12-07 12:50:11.367 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-12-07 12:50:11.367 | etcd-v3.3.12-linux-amd64/etcd 2021-12-07 12:50:11.632 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-12-07 12:50:11.666 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-12-07 12:50:11.696 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-12-07 12:50:11.700 | + ./stack.sh:main:834 : is_service_enabled tls-proxy 2021-12-07 12:50:11.715 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:50:11.718 | + ./stack.sh:main:844 : install_dstat 2021-12-07 12:50:11.720 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-12-07 12:50:11.735 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:50:11.737 | + ./stack.sh:main:850 : echo_summary 'Installing OpenStack project source' 2021-12-07 12:50:11.740 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 12:50:11.742 | + ./stack.sh:echo_summary:428 : echo -e Installing OpenStack project source 2021-12-07 12:50:11.744 | + ./stack.sh:main:853 : install_libs 2021-12-07 12:50:11.747 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-12-07 12:50:11.750 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-12-07 12:50:11.752 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-12-07 12:50:11.754 | + inc/python:use_library_from_git:263 : local name=automaton 2021-12-07 12:50:11.756 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.758 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.761 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,automaton, ]] 2021-12-07 12:50:11.763 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.766 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-12-07 12:50:11.768 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-12-07 12:50:11.770 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-12-07 12:50:11.772 | + inc/python:use_library_from_git:263 : local name=castellan 2021-12-07 12:50:11.775 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.777 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.779 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,castellan, ]] 2021-12-07 12:50:11.782 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.784 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-12-07 12:50:11.786 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-12-07 12:50:11.788 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-12-07 12:50:11.791 | + inc/python:use_library_from_git:263 : local name=cliff 2021-12-07 12:50:11.793 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.795 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.797 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,cliff, ]] 2021-12-07 12:50:11.799 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.802 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-12-07 12:50:11.804 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-12-07 12:50:11.806 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-12-07 12:50:11.809 | + inc/python:use_library_from_git:263 : local name=cursive 2021-12-07 12:50:11.811 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.813 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.816 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,cursive, ]] 2021-12-07 12:50:11.818 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.820 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-12-07 12:50:11.825 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-12-07 12:50:11.828 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-12-07 12:50:11.830 | + inc/python:use_library_from_git:263 : local name=debtcollector 2021-12-07 12:50:11.832 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.834 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.837 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,debtcollector, ]] 2021-12-07 12:50:11.839 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.841 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-12-07 12:50:11.844 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-12-07 12:50:11.846 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-12-07 12:50:11.848 | + inc/python:use_library_from_git:263 : local name=futurist 2021-12-07 12:50:11.850 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.853 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.856 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,futurist, ]] 2021-12-07 12:50:11.858 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.860 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-12-07 12:50:11.863 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-12-07 12:50:11.865 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-12-07 12:50:11.867 | + inc/python:use_library_from_git:263 : local name=openstacksdk 2021-12-07 12:50:11.869 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.872 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.874 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,openstacksdk, ]] 2021-12-07 12:50:11.877 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.879 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-12-07 12:50:11.881 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-12-07 12:50:11.884 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-12-07 12:50:11.886 | + inc/python:use_library_from_git:263 : local name=osc-lib 2021-12-07 12:50:11.888 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.890 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.893 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,osc-lib, ]] 2021-12-07 12:50:11.895 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.898 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-12-07 12:50:11.900 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-12-07 12:50:11.903 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-12-07 12:50:11.905 | + inc/python:use_library_from_git:263 : local name=osc-placement 2021-12-07 12:50:11.907 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.909 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.912 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,osc-placement, ]] 2021-12-07 12:50:11.914 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.916 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-12-07 12:50:11.919 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-12-07 12:50:11.922 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-12-07 12:50:11.924 | + inc/python:use_library_from_git:263 : local name=os-client-config 2021-12-07 12:50:11.926 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.929 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.931 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-client-config, ]] 2021-12-07 12:50:11.934 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.936 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-12-07 12:50:11.938 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-12-07 12:50:11.941 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-12-07 12:50:11.943 | + inc/python:use_library_from_git:263 : local name=oslo.cache 2021-12-07 12:50:11.945 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.947 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.949 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.cache, ]] 2021-12-07 12:50:11.952 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.954 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-12-07 12:50:11.956 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-12-07 12:50:11.959 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-12-07 12:50:11.961 | + inc/python:use_library_from_git:263 : local name=oslo.concurrency 2021-12-07 12:50:11.963 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.966 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.968 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.concurrency, ]] 2021-12-07 12:50:11.970 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.973 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-12-07 12:50:11.975 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-12-07 12:50:11.977 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-12-07 12:50:11.980 | + inc/python:use_library_from_git:263 : local name=oslo.config 2021-12-07 12:50:11.983 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:11.985 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:11.987 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.config, ]] 2021-12-07 12:50:11.989 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:11.992 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-12-07 12:50:11.994 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-12-07 12:50:11.997 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-12-07 12:50:12.000 | + inc/python:use_library_from_git:263 : local name=oslo.context 2021-12-07 12:50:12.002 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.004 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.006 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.context, ]] 2021-12-07 12:50:12.009 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.011 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-12-07 12:50:12.013 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-12-07 12:50:12.016 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-12-07 12:50:12.018 | + inc/python:use_library_from_git:263 : local name=oslo.db 2021-12-07 12:50:12.020 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.023 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.025 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.db, ]] 2021-12-07 12:50:12.027 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.030 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-12-07 12:50:12.032 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-12-07 12:50:12.034 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-12-07 12:50:12.037 | + inc/python:use_library_from_git:263 : local name=oslo.i18n 2021-12-07 12:50:12.039 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.041 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.044 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.i18n, ]] 2021-12-07 12:50:12.047 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.049 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-12-07 12:50:12.052 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-12-07 12:50:12.054 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-12-07 12:50:12.056 | + inc/python:use_library_from_git:263 : local name=oslo.log 2021-12-07 12:50:12.059 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.062 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.064 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.log, ]] 2021-12-07 12:50:12.066 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.069 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-12-07 12:50:12.071 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-12-07 12:50:12.074 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-12-07 12:50:12.076 | + inc/python:use_library_from_git:263 : local name=oslo.messaging 2021-12-07 12:50:12.079 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.081 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.083 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.messaging, ]] 2021-12-07 12:50:12.086 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.088 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-12-07 12:50:12.090 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-12-07 12:50:12.093 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-12-07 12:50:12.095 | + inc/python:use_library_from_git:263 : local name=oslo.middleware 2021-12-07 12:50:12.097 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.100 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.102 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.middleware, ]] 2021-12-07 12:50:12.105 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.108 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-12-07 12:50:12.110 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-12-07 12:50:12.112 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-12-07 12:50:12.115 | + inc/python:use_library_from_git:263 : local name=oslo.policy 2021-12-07 12:50:12.117 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.119 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.122 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.policy, ]] 2021-12-07 12:50:12.124 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.127 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-12-07 12:50:12.129 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-12-07 12:50:12.131 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-12-07 12:50:12.134 | + inc/python:use_library_from_git:263 : local name=oslo.privsep 2021-12-07 12:50:12.136 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.138 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.141 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.privsep, ]] 2021-12-07 12:50:12.143 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.145 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-12-07 12:50:12.148 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-12-07 12:50:12.150 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-12-07 12:50:12.153 | + inc/python:use_library_from_git:263 : local name=oslo.reports 2021-12-07 12:50:12.155 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.157 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.159 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.reports, ]] 2021-12-07 12:50:12.162 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.164 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-12-07 12:50:12.166 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-12-07 12:50:12.169 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-12-07 12:50:12.172 | + inc/python:use_library_from_git:263 : local name=oslo.rootwrap 2021-12-07 12:50:12.174 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.176 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.178 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-12-07 12:50:12.181 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.184 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-12-07 12:50:12.186 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-12-07 12:50:12.189 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-12-07 12:50:12.191 | + inc/python:use_library_from_git:263 : local name=oslo.serialization 2021-12-07 12:50:12.194 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.196 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.199 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.serialization, ]] 2021-12-07 12:50:12.201 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.203 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-12-07 12:50:12.206 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-12-07 12:50:12.208 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-12-07 12:50:12.211 | + inc/python:use_library_from_git:263 : local name=oslo.service 2021-12-07 12:50:12.213 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.216 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.219 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.service, ]] 2021-12-07 12:50:12.221 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.223 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-12-07 12:50:12.226 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-12-07 12:50:12.228 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-12-07 12:50:12.232 | + inc/python:use_library_from_git:263 : local name=oslo.utils 2021-12-07 12:50:12.234 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.236 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.239 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.utils, ]] 2021-12-07 12:50:12.241 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.243 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-12-07 12:50:12.246 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-12-07 12:50:12.248 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-12-07 12:50:12.250 | + inc/python:use_library_from_git:263 : local name=oslo.versionedobjects 2021-12-07 12:50:12.253 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.255 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.257 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-12-07 12:50:12.260 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.262 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-12-07 12:50:12.264 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-12-07 12:50:12.267 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-12-07 12:50:12.269 | + inc/python:use_library_from_git:263 : local name=oslo.vmware 2021-12-07 12:50:12.271 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.273 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.276 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,oslo.vmware, ]] 2021-12-07 12:50:12.279 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.281 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-12-07 12:50:12.283 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-12-07 12:50:12.285 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-12-07 12:50:12.288 | + inc/python:use_library_from_git:263 : local name=osprofiler 2021-12-07 12:50:12.290 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.293 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.295 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,osprofiler, ]] 2021-12-07 12:50:12.297 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.300 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-12-07 12:50:12.302 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-12-07 12:50:12.304 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-12-07 12:50:12.307 | + inc/python:use_library_from_git:263 : local name=pycadf 2021-12-07 12:50:12.309 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.311 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.313 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,pycadf, ]] 2021-12-07 12:50:12.316 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.318 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-12-07 12:50:12.320 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-12-07 12:50:12.323 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-12-07 12:50:12.325 | + inc/python:use_library_from_git:263 : local name=stevedore 2021-12-07 12:50:12.327 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.330 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.332 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,stevedore, ]] 2021-12-07 12:50:12.334 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.336 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-12-07 12:50:12.339 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-12-07 12:50:12.342 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-12-07 12:50:12.344 | + inc/python:use_library_from_git:263 : local name=taskflow 2021-12-07 12:50:12.346 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.349 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.351 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,taskflow, ]] 2021-12-07 12:50:12.353 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.357 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-12-07 12:50:12.359 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-12-07 12:50:12.361 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-12-07 12:50:12.364 | + inc/python:use_library_from_git:263 : local name=tooz 2021-12-07 12:50:12.367 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.369 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.371 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,tooz, ]] 2021-12-07 12:50:12.374 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.376 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-12-07 12:50:12.379 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-12-07 12:50:12.381 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-12-07 12:50:12.383 | + inc/python:use_library_from_git:263 : local name=os-brick 2021-12-07 12:50:12.386 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.389 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.391 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-brick, ]] 2021-12-07 12:50:12.393 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.396 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-12-07 12:50:12.398 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-12-07 12:50:12.400 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-12-07 12:50:12.403 | + inc/python:use_library_from_git:263 : local name=os-traits 2021-12-07 12:50:12.405 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.408 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.410 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-traits, ]] 2021-12-07 12:50:12.413 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.415 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-12-07 12:50:12.418 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-12-07 12:50:12.421 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-12-07 12:50:12.423 | + inc/python:use_library_from_git:263 : local name=python-barbicanclient 2021-12-07 12:50:12.426 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:12.428 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:12.430 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-barbicanclient, ]] 2021-12-07 12:50:12.433 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:12.435 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-12-07 12:50:12.456 | Using python 3.6 to install etcd3 because python3_enabled=True 2021-12-07 12:50:12.461 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt etcd3 2021-12-07 12:50:15.084 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:50:15.084 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.085 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.085 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.086 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.086 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.087 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.087 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.088 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.088 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.089 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.089 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.090 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.090 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.091 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.091 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.091 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.092 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.092 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.092 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.093 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.093 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.094 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.094 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.095 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.095 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.096 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.096 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.096 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.097 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.097 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.098 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.098 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.099 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.099 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.100 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.100 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.101 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.101 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.101 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.102 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.102 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.103 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.103 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.103 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.104 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.105 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.105 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.106 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.106 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.107 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.107 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.107 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.108 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.108 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.109 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.109 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.110 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.110 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.111 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.111 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.112 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.112 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.113 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.113 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.113 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.114 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.114 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.115 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.115 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.116 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.116 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.116 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.117 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.117 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.118 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.118 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.119 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.119 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.121 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.121 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.121 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.122 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.122 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.123 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.123 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.124 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.124 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.124 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.125 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.125 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.126 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.126 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.127 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.127 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.127 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.128 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.128 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.129 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.129 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.130 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.130 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.130 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.131 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.131 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.132 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.132 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.132 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.133 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.133 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.134 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.134 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.135 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.136 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.136 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.137 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.137 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.137 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.138 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.139 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.139 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.139 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.140 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.140 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.140 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.141 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.141 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.142 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.142 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.143 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.144 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.144 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.144 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.145 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.145 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.146 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.146 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.147 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.147 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.147 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.148 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.148 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.149 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.149 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.150 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.150 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.150 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.151 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.151 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.152 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.152 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.153 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.153 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.154 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.154 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.155 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.155 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.156 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.156 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.157 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.157 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.158 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.158 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.158 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.159 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.159 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.160 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.160 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.161 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.161 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.161 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.162 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.162 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.163 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.163 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.164 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.164 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.165 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.165 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.165 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.166 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.166 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.167 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.168 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.168 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.168 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.169 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.169 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.169 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.170 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.170 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.171 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.172 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.172 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.173 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.173 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.173 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.174 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.174 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.175 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.175 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.176 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.176 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.177 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.177 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.177 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.178 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.178 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.179 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.179 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.180 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.180 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.181 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.181 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.182 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.183 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.183 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.184 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.184 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.184 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.185 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.185 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.186 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.186 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.187 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.187 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.187 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.188 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.188 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.189 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.189 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.190 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.190 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.191 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.191 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.191 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.192 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.192 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.193 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.193 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.193 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.194 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.194 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.195 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.195 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.196 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.196 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.197 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.197 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.198 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.198 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.199 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.199 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.200 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.200 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.201 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.201 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.201 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.202 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.202 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.203 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.203 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.204 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.204 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.204 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.205 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.205 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.206 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.206 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.207 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.207 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.208 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.208 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.208 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.209 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.209 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.210 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.211 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.211 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.211 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.212 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.212 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.212 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.213 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.214 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.214 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.215 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.215 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.216 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.216 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.217 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.217 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.217 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.218 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.218 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.219 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.219 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.220 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.220 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.220 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.221 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.222 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.222 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.223 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.223 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.223 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.224 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.224 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.225 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.225 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.226 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.226 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.227 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.227 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.228 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.228 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.229 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.229 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.229 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.230 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.230 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.231 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.231 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.232 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.232 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.233 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.233 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.234 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.234 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.235 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.235 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.235 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.236 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.236 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.237 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.238 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.238 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.239 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.239 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.240 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.240 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.241 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.241 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.241 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.242 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.242 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.243 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.243 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.244 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.244 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.245 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.246 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.246 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.246 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.247 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.248 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.248 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.248 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.249 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.249 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.250 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.250 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.251 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.251 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.252 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.252 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.252 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.253 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.253 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.254 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.254 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.254 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.255 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.255 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.256 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.256 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.257 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.257 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.257 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.258 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.258 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.259 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.259 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.260 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.260 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.261 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.261 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.261 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.262 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.262 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.263 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.263 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.263 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.264 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.264 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.265 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.265 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.266 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.266 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.266 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.267 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.267 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.268 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.268 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.268 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.269 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.269 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.270 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.270 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.271 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.271 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.272 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.272 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.273 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.273 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.273 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:15.274 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:15.274 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:15.398 | Collecting etcd3===0.12.0 2021-12-07 12:50:15.405 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-12-07 12:50:18.586 | Collecting grpcio===1.28.1 2021-12-07 12:50:18.599 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/16e/1edb367763ea0/grpcio-1.28.1-cp36-cp36m-manylinux2010_x86_64.whl (2.8 MB) 2021-12-07 12:50:19.501 | Collecting protobuf===3.11.3 2021-12-07 12:50:19.512 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/adf/0e4d57b33881d/protobuf-3.11.3-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB) 2021-12-07 12:50:19.610 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-07 12:50:19.612 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 837)) (6.1.0) 2021-12-07 12:50:19.626 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from protobuf===3.11.3->-c /opt/stack/requirements/upper-constraints.txt (line 632)) (49.6.0) 2021-12-07 12:50:19.671 | Building wheels for collected packages: etcd3 2021-12-07 12:50:19.672 | Building wheel for etcd3 (setup.py): started 2021-12-07 12:50:20.502 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-12-07 12:50:20.503 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42858 sha256=e68dbe1021f2cf108e057436f45d24c0a71e0034d0ad685482ddc3453740f0a4 2021-12-07 12:50:20.503 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2021-12-07 12:50:20.505 | Successfully built etcd3 2021-12-07 12:50:21.899 | Installing collected packages: grpcio, protobuf, etcd3 2021-12-07 12:50:23.153 | Successfully installed etcd3-0.12.0 grpcio-1.28.1 protobuf-3.11.3 2021-12-07 12:50:23.261 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:50:23.261 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:50:23.371 | + inc/python:pip_install:207 : result=0 2021-12-07 12:50:23.373 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:50:23.376 | + functions-common:time_stop:2331 : local name 2021-12-07 12:50:23.378 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:50:23.380 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:50:23.382 | + functions-common:time_stop:2334 : local total 2021-12-07 12:50:23.385 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:50:23.387 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:50:23.389 | + functions-common:time_stop:2338 : start_time=1638881412450 2021-12-07 12:50:23.392 | + functions-common:time_stop:2340 : [[ -z 1638881412450 ]] 2021-12-07 12:50:23.395 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:50:23.398 | + functions-common:time_stop:2343 : end_time=1638881423396 2021-12-07 12:50:23.400 | + functions-common:time_stop:2344 : elapsed_time=10946 2021-12-07 12:50:23.402 | + functions-common:time_stop:2345 : total=48553 2021-12-07 12:50:23.404 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:50:23.406 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=59499 2021-12-07 12:50:23.409 | + inc/python:pip_install:210 : return 0 2021-12-07 12:50:23.411 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-12-07 12:50:23.431 | Using python 3.6 to install etcd3gw because python3_enabled=True 2021-12-07 12:50:23.437 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2021-12-07 12:50:26.067 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:50:26.068 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.069 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.069 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.069 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.070 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.070 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.071 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.071 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.072 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.072 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.073 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.074 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.074 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.074 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.075 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.075 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.076 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.076 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.076 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.077 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.077 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.078 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.078 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.079 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.079 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.080 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.080 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.080 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.081 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.081 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.082 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.082 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.083 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.083 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.084 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.084 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.084 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.085 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.085 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.085 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.086 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.086 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.087 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.087 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.088 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.089 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.089 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.089 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.090 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.090 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.091 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.091 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.091 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.092 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.092 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.093 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.093 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.094 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.094 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.095 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.095 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.096 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.096 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.097 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.097 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.097 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.098 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.098 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.099 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.099 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.099 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.100 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.100 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.101 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.101 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.101 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.102 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.103 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.103 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.104 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.104 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.105 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.105 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.106 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.106 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.107 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.107 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.108 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.108 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.109 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.109 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.109 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.110 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.110 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.111 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.111 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.111 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.112 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.112 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.113 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.113 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.114 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.114 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.114 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.115 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.115 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.116 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.116 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.116 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.117 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.118 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.118 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.119 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.119 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.120 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.120 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.121 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.121 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.122 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.122 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.122 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.123 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.123 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.124 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.124 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.124 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.125 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.125 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.126 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.127 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.127 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.127 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.128 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.128 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.129 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.129 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.130 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.130 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.130 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.131 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.131 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.132 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.132 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.133 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.133 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.133 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.134 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.134 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.135 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.136 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.136 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.136 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.137 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.137 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.138 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.138 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.139 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.139 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.140 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.140 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.141 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.141 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.141 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.142 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.142 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.143 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.143 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.144 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.144 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.144 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.145 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.145 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.146 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.146 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.147 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.147 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.148 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.148 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.148 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.149 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.149 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.150 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.150 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.151 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.151 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.152 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.152 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.152 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.153 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.153 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.154 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.155 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.155 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.156 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.156 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.156 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.157 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.157 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.158 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.158 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.159 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.159 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.160 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.160 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.160 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.161 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.161 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.162 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.162 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.163 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.163 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.163 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.164 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.165 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.165 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.165 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.166 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.167 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.167 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.167 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.168 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.168 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.169 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.169 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.170 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.170 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.171 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.171 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.171 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.172 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.172 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.172 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.173 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.173 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.174 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.174 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.175 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.175 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.176 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.176 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.176 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.177 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.177 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.178 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.178 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.179 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.179 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.179 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.180 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.180 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.181 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.181 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.182 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.183 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.184 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.184 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.184 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.185 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.185 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.185 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.186 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.186 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.187 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.187 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.188 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.188 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.189 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.189 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.189 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.190 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.190 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.191 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.191 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.192 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.192 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.193 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.193 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.194 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.194 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.194 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.195 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.195 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.196 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.196 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.196 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.197 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.197 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.198 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.198 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.198 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.199 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.199 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.200 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.200 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.200 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.201 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.201 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.202 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.202 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.203 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.204 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.204 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.204 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.205 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.205 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.206 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.206 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.207 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.207 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.207 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.208 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.208 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.209 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.209 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.210 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.210 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.210 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.211 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.211 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.212 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.212 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.213 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.213 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.214 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.214 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.215 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.215 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.215 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.216 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.216 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.217 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.217 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.218 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.219 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.219 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.220 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.220 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.220 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.221 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.221 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.222 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.222 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.223 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.223 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.224 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.224 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.224 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.225 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.225 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.226 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.226 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.227 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.227 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.228 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.228 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.229 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.229 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.230 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.230 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.231 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.232 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.232 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.232 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.233 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.233 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.234 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.234 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.234 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.235 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.235 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.236 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.236 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.236 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.237 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.237 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.238 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.238 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.239 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.239 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.239 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.240 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.240 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.241 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.241 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.242 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.242 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.242 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.243 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.243 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.244 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.245 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.245 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.246 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.246 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.246 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.247 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.247 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.248 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.248 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.248 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.249 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.249 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.250 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.250 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.250 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.251 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.251 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.252 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.252 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.253 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.253 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.254 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.254 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.255 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.255 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:26.255 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:26.256 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:26.386 | Collecting etcd3gw===0.2.5 2021-12-07 12:50:26.393 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-12-07 12:50:26.471 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 916)) (2.1.1) 2021-12-07 12:50:26.477 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (1.25.8) 2021-12-07 12:50:26.501 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (2.23.0) 2021-12-07 12:50:26.523 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-07 12:50:26.526 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-07 12:50:26.529 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) (2021.10.8) 2021-12-07 12:50:26.531 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2021-12-07 12:50:26.534 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) (2.9) 2021-12-07 12:50:27.947 | Installing collected packages: etcd3gw 2021-12-07 12:50:28.120 | Successfully installed etcd3gw-0.2.5 2021-12-07 12:50:28.228 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:50:28.228 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:50:28.303 | + inc/python:pip_install:207 : result=0 2021-12-07 12:50:28.305 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:50:28.308 | + functions-common:time_stop:2331 : local name 2021-12-07 12:50:28.310 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:50:28.312 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:50:28.314 | + functions-common:time_stop:2334 : local total 2021-12-07 12:50:28.316 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:50:28.319 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:50:28.321 | + functions-common:time_stop:2338 : start_time=1638881423426 2021-12-07 12:50:28.324 | + functions-common:time_stop:2340 : [[ -z 1638881423426 ]] 2021-12-07 12:50:28.326 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:50:28.330 | + functions-common:time_stop:2343 : end_time=1638881428327 2021-12-07 12:50:28.332 | + functions-common:time_stop:2344 : elapsed_time=4901 2021-12-07 12:50:28.334 | + functions-common:time_stop:2345 : total=59499 2021-12-07 12:50:28.336 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:50:28.339 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=64400 2021-12-07 12:50:28.341 | + inc/python:pip_install:210 : return 0 2021-12-07 12:50:28.344 | + ./stack.sh:main:856 : install_apache_uwsgi 2021-12-07 12:50:28.346 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-12-07 12:50:28.348 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-12-07 12:50:28.350 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 12:50:28.353 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 12:50:28.355 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 12:50:28.358 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 12:50:28.360 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 12:50:28.362 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 12:50:28.365 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:50:28.367 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 12:50:28.369 | + lib/apache:install_apache_uwsgi:92 : python3_enabled 2021-12-07 12:50:28.371 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-07 12:50:28.374 | + inc/python:python3_enabled:468 : return 0 2021-12-07 12:50:28.376 | + lib/apache:install_apache_uwsgi:93 : UWSGI_PYTHON_PLUGIN=python3 2021-12-07 12:50:28.379 | + lib/apache:install_apache_uwsgi:98 : is_ubuntu 2021-12-07 12:50:28.381 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:50:28.383 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:50:28.386 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-07 12:50:28.388 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:50:28.390 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:50:28.393 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:50:28.395 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:50:28.397 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:50:28.399 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:50:28.402 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:50:28.405 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:50:28.407 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:50:28.409 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:50:28.412 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:50:28.414 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:50:28.417 | + functions-common:install_package:1334 : real_install_package uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-07 12:50:28.419 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:50:28.422 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:50:28.424 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:50:28.426 | + functions-common:real_install_package:1320 : apt_get install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-07 12:50:28.445 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2021-12-07 12:50:28.568 | Reading package lists... 2021-12-07 12:50:28.844 | Building dependency tree... 2021-12-07 12:50:28.845 | Reading state information... 2021-12-07 12:50:29.076 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.2). 2021-12-07 12:50:29.077 | The following packages were automatically installed and are no longer required: 2021-12-07 12:50:29.077 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-07 12:50:29.077 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-07 12:50:29.077 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-07 12:50:29.077 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:50:29.077 | python3-twisted-bin python3-zope.interface 2021-12-07 12:50:29.077 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:50:29.079 | Suggested packages: 2021-12-07 12:50:29.080 | python-uwsgidecorators python3-uwsgidecorators 2021-12-07 12:50:29.129 | The following NEW packages will be installed: 2021-12-07 12:50:29.129 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-12-07 12:50:29.232 | 0 upgraded, 3 newly installed, 0 to remove and 176 not upgraded. 2021-12-07 12:50:29.232 | Need to get 163 kB of archives. 2021-12-07 12:50:29.232 | After this operation, 634 kB of additional disk space will be used. 2021-12-07 12:50:29.232 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.2 [17.0 kB] 2021-12-07 12:50:29.316 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.2 [72.6 kB] 2021-12-07 12:50:29.386 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.2 [73.2 kB] 2021-12-07 12:50:29.982 | Fetched 163 kB in 0s (587 kB/s) 2021-12-07 12:50:30.284 | Selecting previously unselected package uwsgi. 2021-12-07 12:50:30.325 | (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 ... 76924 files and directories currently installed.) 2021-12-07 12:50:30.330 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-07 12:50:30.415 | Unpacking uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:50:31.095 | Selecting previously unselected package uwsgi-plugin-python. 2021-12-07 12:50:31.103 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-07 12:50:31.181 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:50:31.684 | Selecting previously unselected package uwsgi-plugin-python3. 2021-12-07 12:50:31.691 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.2_amd64.deb ... 2021-12-07 12:50:31.746 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:50:32.133 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:50:32.409 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:50:32.523 | Setting up uwsgi (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:50:33.598 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.2) ... 2021-12-07 12:50:33.941 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:50:34.244 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:50:34.986 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:50:37.353 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:50:37.355 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:50:37.358 | + functions-common:time_stop:2331 : local name 2021-12-07 12:50:37.360 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:50:37.362 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:50:37.365 | + functions-common:time_stop:2334 : local total 2021-12-07 12:50:37.367 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:50:37.370 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:50:37.372 | + functions-common:time_stop:2338 : start_time=1638881428442 2021-12-07 12:50:37.374 | + functions-common:time_stop:2340 : [[ -z 1638881428442 ]] 2021-12-07 12:50:37.377 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:50:37.380 | + functions-common:time_stop:2343 : end_time=1638881437378 2021-12-07 12:50:37.382 | + functions-common:time_stop:2344 : elapsed_time=8936 2021-12-07 12:50:37.385 | + functions-common:time_stop:2345 : total=418530 2021-12-07 12:50:37.387 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:50:37.389 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=427466 2021-12-07 12:50:37.392 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:50:37.394 | + lib/apache:install_apache_uwsgi:134 : is_ubuntu 2021-12-07 12:50:37.396 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:50:37.399 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:50:37.402 | + lib/apache:install_apache_uwsgi:136 : sudo a2enmod proxy 2021-12-07 12:50:37.458 | Enabling module proxy. 2021-12-07 12:50:37.464 | To activate the new configuration, you need to run: 2021-12-07 12:50:37.464 | systemctl restart apache2 2021-12-07 12:50:37.468 | + lib/apache:install_apache_uwsgi:137 : sudo a2enmod proxy_uwsgi 2021-12-07 12:50:37.528 | Considering dependency proxy for proxy_uwsgi: 2021-12-07 12:50:37.528 | Module proxy already enabled 2021-12-07 12:50:37.528 | Enabling module proxy_uwsgi. 2021-12-07 12:50:37.533 | To activate the new configuration, you need to run: 2021-12-07 12:50:37.533 | systemctl restart apache2 2021-12-07 12:50:37.537 | + lib/apache:install_apache_uwsgi:143 : restart_apache_server 2021-12-07 12:50:37.540 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:50:37.542 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:50:37.544 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:50:37.679 | + ./stack.sh:main:859 : install_keystoneauth 2021-12-07 12:50:37.682 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2021-12-07 12:50:37.684 | + inc/python:use_library_from_git:263 : local name=keystoneauth 2021-12-07 12:50:37.687 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.689 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.691 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,keystoneauth, ]] 2021-12-07 12:50:37.694 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.697 | + ./stack.sh:main:860 : install_keystoneclient 2021-12-07 12:50:37.701 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2021-12-07 12:50:37.704 | + inc/python:use_library_from_git:263 : local name=python-keystoneclient 2021-12-07 12:50:37.706 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.709 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.711 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-keystoneclient, ]] 2021-12-07 12:50:37.714 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.716 | + ./stack.sh:main:861 : install_glanceclient 2021-12-07 12:50:37.719 | + lib/glance:install_glanceclient:349 : use_library_from_git python-glanceclient 2021-12-07 12:50:37.721 | + inc/python:use_library_from_git:263 : local name=python-glanceclient 2021-12-07 12:50:37.724 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.726 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.729 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-glanceclient, ]] 2021-12-07 12:50:37.732 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.734 | + ./stack.sh:main:862 : install_cinderclient 2021-12-07 12:50:37.736 | + lib/cinder:install_cinderclient:435 : use_library_from_git python-brick-cinderclient-ext 2021-12-07 12:50:37.739 | + inc/python:use_library_from_git:263 : local name=python-brick-cinderclient-ext 2021-12-07 12:50:37.741 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.743 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.746 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-12-07 12:50:37.749 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.751 | + lib/cinder:install_cinderclient:440 : use_library_from_git python-cinderclient 2021-12-07 12:50:37.753 | + inc/python:use_library_from_git:263 : local name=python-cinderclient 2021-12-07 12:50:37.756 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.758 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.761 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-cinderclient, ]] 2021-12-07 12:50:37.763 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.766 | + ./stack.sh:main:863 : install_novaclient 2021-12-07 12:50:37.768 | + lib/nova:install_novaclient:798 : use_library_from_git python-novaclient 2021-12-07 12:50:37.770 | + inc/python:use_library_from_git:263 : local name=python-novaclient 2021-12-07 12:50:37.773 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.775 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.777 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-novaclient, ]] 2021-12-07 12:50:37.780 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.782 | + ./stack.sh:main:864 : is_service_enabled swift glance horizon 2021-12-07 12:50:37.798 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:50:37.801 | + ./stack.sh:main:865 : install_swiftclient 2021-12-07 12:50:37.803 | + lib/swift:install_swiftclient:750 : use_library_from_git python-swiftclient 2021-12-07 12:50:37.806 | + inc/python:use_library_from_git:263 : local name=python-swiftclient 2021-12-07 12:50:37.809 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.811 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.813 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-swiftclient, ]] 2021-12-07 12:50:37.816 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.818 | + ./stack.sh:main:867 : is_service_enabled neutron nova horizon 2021-12-07 12:50:37.836 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:50:37.839 | + ./stack.sh:main:868 : install_neutronclient 2021-12-07 12:50:37.841 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-12-07 12:50:37.843 | + inc/python:use_library_from_git:263 : local name=python-neutronclient 2021-12-07 12:50:37.846 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.848 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.850 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-neutronclient, ]] 2021-12-07 12:50:37.853 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.856 | + ./stack.sh:main:872 : install_keystonemiddleware 2021-12-07 12:50:37.858 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2021-12-07 12:50:37.861 | + inc/python:use_library_from_git:263 : local name=keystonemiddleware 2021-12-07 12:50:37.863 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:50:37.866 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:50:37.868 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,keystonemiddleware, ]] 2021-12-07 12:50:37.871 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:50:37.874 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2021-12-07 12:50:37.876 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-12-07 12:50:37.878 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-07 12:50:37.882 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-12-07 12:50:37.884 | ++ inc/python:get_from_global_requirements:238 : local package=keystonemiddleware 2021-12-07 12:50:37.888 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 12:50:37.891 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:50:37.892 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 12:50:37.896 | ++ inc/python:get_from_global_requirements:240 : required_pkg='keystonemiddleware ' 2021-12-07 12:50:37.899 | ++ inc/python:get_from_global_requirements:241 : [[ keystonemiddleware == '' ]] 2021-12-07 12:50:37.901 | ++ inc/python:get_from_global_requirements:244 : echo keystonemiddleware 2021-12-07 12:50:37.904 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-12-07 12:50:37.906 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-12-07 12:50:37.925 | Using python 3.6 to install keystonemiddleware because python3_enabled=True 2021-12-07 12:50:37.930 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2021-12-07 12:50:40.601 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:50:40.601 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.607 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.608 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.608 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.608 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.608 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.608 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.609 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.609 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.610 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.610 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.611 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.611 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.611 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.612 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.612 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.613 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.613 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.614 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.614 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.615 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.615 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.615 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.616 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.616 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.617 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.617 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.618 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.618 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.619 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.620 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.620 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.621 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.621 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.621 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.622 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.622 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.623 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.623 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.624 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.624 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.624 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.625 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.625 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.626 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.626 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.626 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.627 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.627 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.628 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.628 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.629 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.629 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.630 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.630 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.631 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.631 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.632 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.632 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.632 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.633 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.633 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.634 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.634 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.635 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.635 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.635 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.636 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.636 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.637 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.638 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.638 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.638 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.639 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.639 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.640 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.640 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.641 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.641 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.642 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.642 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.643 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.643 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.643 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.644 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.644 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.644 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.645 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.645 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.646 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.646 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.647 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.647 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.648 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.648 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.648 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.649 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.649 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.650 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.650 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.651 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.651 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.652 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.652 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.653 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.653 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.654 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.654 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.655 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.655 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.656 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.656 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.656 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.657 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.657 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.657 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.658 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.658 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.659 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.659 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.660 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.661 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.661 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.661 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.662 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.662 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.663 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.663 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.664 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.664 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.664 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.665 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.665 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.666 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.667 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.667 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.668 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.668 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.668 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.669 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.669 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.670 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.670 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.671 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.671 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.672 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.672 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.672 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.673 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.674 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.674 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.674 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.675 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.675 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.676 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.676 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.677 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.677 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.677 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.678 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.678 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.679 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.679 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.680 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.680 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.681 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.681 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.682 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.683 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.683 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.683 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.684 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.684 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.684 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.685 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.685 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.686 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.686 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.687 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.687 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.687 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.688 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.689 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.689 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.689 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.690 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.690 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.691 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.691 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.692 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.692 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.693 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.693 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.693 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.694 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.694 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.695 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.695 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.696 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.696 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.697 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.697 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.697 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.698 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.698 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.699 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.699 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.700 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.700 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.701 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.701 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.701 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.702 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.702 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.703 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.703 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.704 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.704 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.704 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.705 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.705 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.706 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.706 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.706 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.707 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.707 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.708 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.708 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.709 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.709 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.709 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.710 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.710 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.711 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.711 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.712 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.712 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.713 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.713 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.714 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.714 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.715 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.715 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.716 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.716 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.717 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.717 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.718 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.718 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.718 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.719 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.719 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.720 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.720 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.721 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.721 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.722 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.722 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.722 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.723 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.723 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.724 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.724 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.725 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.725 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.726 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.726 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.727 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.727 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.727 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.728 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.729 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.729 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.730 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.730 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.731 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.731 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.732 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.732 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.732 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.733 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.733 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.734 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.734 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.734 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.735 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.735 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.736 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.736 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.737 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.737 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.738 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.738 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.739 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.739 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.740 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.740 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.741 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.741 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.741 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.742 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.742 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.743 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.743 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.744 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.744 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.745 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.745 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.746 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.746 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.746 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.747 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.747 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.748 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.748 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.749 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.749 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.750 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.750 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.750 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.751 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.751 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.752 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.752 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.753 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.754 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.754 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.755 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.755 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.756 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.756 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.756 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.757 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.757 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.758 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.758 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.759 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.760 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.760 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.760 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.760 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.761 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.761 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.762 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.762 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.763 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.763 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.764 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.764 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.765 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.765 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.765 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.766 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.766 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.767 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.767 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.768 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.768 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.768 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.769 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.769 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.770 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.770 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.770 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.771 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.771 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.772 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.772 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.773 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.773 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.773 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.774 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.774 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.775 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.776 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.776 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.777 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.777 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.777 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.778 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.778 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.779 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.779 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.779 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.780 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.780 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.781 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.781 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.782 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.782 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.782 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.783 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.783 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.784 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.784 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.785 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.785 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.785 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.786 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.787 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.787 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.787 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.788 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.788 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.789 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.789 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.790 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:40.790 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:40.791 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:40.793 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 605)) (9.0.0) 2021-12-07 12:50:40.870 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (2.3.1) 2021-12-07 12:50:40.907 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 691)) (8.0.5) 2021-12-07 12:50:40.921 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 720)) (0.9.0) 2021-12-07 12:50:40.925 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 735)) (1.32.0) 2021-12-07 12:50:40.931 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-07 12:50:40.934 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 835)) (1.4.0) 2021-12-07 12:50:40.939 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 880)) (4.0.0) 2021-12-07 12:50:41.007 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 885)) (4.0.0) 2021-12-07 12:50:41.028 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 913)) (4.4.2) 2021-12-07 12:50:41.031 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (4.1.2) 2021-12-07 12:50:41.049 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (2019.3) 2021-12-07 12:50:41.053 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (3.0.0) 2021-12-07 12:50:41.065 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (2.23.0) 2021-12-07 12:50:41.088 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) (4.0.1) 2021-12-07 12:50:41.096 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (1.8.6) 2021-12-07 12:50:41.111 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-12-07 12:50:41.125 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 81)) (5.4.5) 2021-12-07 12:50:41.127 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (4.1.3) 2021-12-07 12:50:41.172 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.0.3) 2021-12-07 12:50:41.178 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.3.1) 2021-12-07 12:50:41.182 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (2.0.1) 2021-12-07 12:50:41.190 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.7.19) 2021-12-07 12:50:41.193 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 620)) (0.1.12) 2021-12-07 12:50:41.196 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (1.7.0) 2021-12-07 12:50:41.200 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (2.4.7) 2021-12-07 12:50:41.204 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 870)) (0.10.9) 2021-12-07 12:50:41.206 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (3.0.4) 2021-12-07 12:50:41.209 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 627)) (2.9) 2021-12-07 12:50:41.213 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 74)) (2021.10.8) 2021-12-07 12:50:41.215 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (1.25.8) 2021-12-07 12:50:41.239 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 937)) (2.8.0) 2021-12-07 12:50:41.243 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (0.6.2) 2021-12-07 12:50:41.248 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 984)) (2.8.1) 2021-12-07 12:50:41.252 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (0.9.6) 2021-12-07 12:50:41.255 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 815)) (1.12.1) 2021-12-07 12:50:42.625 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:50:42.625 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:50:42.707 | + inc/python:pip_install:207 : result=0 2021-12-07 12:50:42.709 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:50:42.712 | + functions-common:time_stop:2331 : local name 2021-12-07 12:50:42.714 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:50:42.716 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:50:42.718 | + functions-common:time_stop:2334 : local total 2021-12-07 12:50:42.720 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:50:42.722 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:50:42.725 | + functions-common:time_stop:2338 : start_time=1638881437920 2021-12-07 12:50:42.727 | + functions-common:time_stop:2340 : [[ -z 1638881437920 ]] 2021-12-07 12:50:42.731 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:50:42.734 | + functions-common:time_stop:2343 : end_time=1638881442732 2021-12-07 12:50:42.736 | + functions-common:time_stop:2344 : elapsed_time=4812 2021-12-07 12:50:42.738 | + functions-common:time_stop:2345 : total=64400 2021-12-07 12:50:42.740 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:50:42.743 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=69212 2021-12-07 12:50:42.746 | + inc/python:pip_install:210 : return 0 2021-12-07 12:50:42.748 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2021-12-07 12:50:42.750 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-12-07 12:50:42.753 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-07 12:50:42.756 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-12-07 12:50:42.758 | ++ inc/python:get_from_global_requirements:238 : local package=python-memcached 2021-12-07 12:50:42.761 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 12:50:42.765 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:50:42.765 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 12:50:42.769 | ++ inc/python:get_from_global_requirements:240 : required_pkg='python-memcached ' 2021-12-07 12:50:42.772 | ++ inc/python:get_from_global_requirements:241 : [[ python-memcached == '' ]] 2021-12-07 12:50:42.774 | ++ inc/python:get_from_global_requirements:244 : echo python-memcached 2021-12-07 12:50:42.778 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-12-07 12:50:42.780 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-12-07 12:50:42.799 | Using python 3.6 to install python-memcached because python3_enabled=True 2021-12-07 12:50:42.804 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2021-12-07 12:50:45.521 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:50:45.521 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.522 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.522 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.523 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.523 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.524 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.524 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.525 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.525 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.526 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.526 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.527 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.527 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.528 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.528 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.528 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.529 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.529 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.530 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.530 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.530 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.531 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.531 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.532 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.532 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.533 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.533 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.534 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.534 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.534 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.535 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.536 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.536 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.536 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.537 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.537 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.538 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.538 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.538 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.539 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.539 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.540 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.540 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.541 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.541 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.541 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.542 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.542 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.543 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.543 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.544 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.544 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.545 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.545 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.545 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.546 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.546 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.547 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.547 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.548 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.548 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.549 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.549 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.550 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.550 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.551 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.551 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.552 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.552 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.553 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.553 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.554 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.554 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.554 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.555 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.556 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.557 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.557 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.558 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.558 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.559 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.559 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.559 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.560 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.560 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.561 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.561 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.562 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.562 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.563 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.563 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.563 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.564 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.564 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.565 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.565 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.566 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.566 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.567 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.567 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.567 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.568 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.568 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.569 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.569 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.569 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.570 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.570 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.571 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.571 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.573 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.573 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.574 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.574 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.575 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.575 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.576 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.576 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.577 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.577 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.577 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.578 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.578 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.579 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.579 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.579 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.580 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.580 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.581 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.582 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.582 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.583 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.583 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.583 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.584 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.584 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.585 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.585 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.585 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.586 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.586 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.587 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.587 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.588 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.588 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.589 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.589 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.590 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.590 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.591 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.591 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.591 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.592 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.592 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.593 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.593 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.594 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.595 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.595 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.595 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.596 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.596 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.597 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.597 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.598 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.598 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.598 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.599 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.599 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.611 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.612 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.613 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.613 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.614 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.614 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.615 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.615 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.616 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.616 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.617 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.617 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.617 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.618 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.618 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.619 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.620 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.620 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.621 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.622 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.622 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.622 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.623 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.623 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.623 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.624 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.624 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.625 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.625 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.626 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.626 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.627 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.627 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.628 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.628 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.628 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.629 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.629 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.630 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.630 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.631 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.631 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.631 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.632 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.632 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.633 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.633 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.634 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.634 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.635 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.635 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.635 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.636 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.637 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.637 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.637 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.638 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.638 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.639 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.639 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.640 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.640 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.641 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.641 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.641 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.642 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.642 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.643 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.643 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.644 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.644 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.645 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.645 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.645 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.646 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.647 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.647 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.647 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.648 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.648 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.649 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.649 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.650 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.650 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.651 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.651 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.651 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.652 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.652 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.653 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.653 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.653 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.654 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.654 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.655 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.655 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.656 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.656 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.656 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.657 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.657 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.658 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.658 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.659 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.659 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.660 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.660 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.661 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.661 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.662 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.662 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.663 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.663 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.663 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.664 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.664 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.665 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.666 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.667 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.667 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.668 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.668 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.668 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.669 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.669 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.670 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.670 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.671 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.671 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.672 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.672 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.673 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.673 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.674 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.674 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.674 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.675 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.676 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.676 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.677 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.677 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.678 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.678 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.679 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.679 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.679 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.680 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.681 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.682 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.682 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.683 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.683 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.684 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.684 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.684 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.685 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.685 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.686 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.686 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.687 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.687 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.688 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.688 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.688 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.689 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.690 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.690 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.690 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.691 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.691 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.692 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.692 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.692 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.693 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.693 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.694 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.694 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.694 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.695 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.695 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.696 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.696 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.697 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.697 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.698 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.698 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.698 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.699 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.700 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.700 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.700 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.701 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.701 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.702 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.702 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.702 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.703 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.703 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.704 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.704 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.705 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.705 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.705 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.706 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.706 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.707 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.707 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.708 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.708 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.708 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.709 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.709 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.710 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.710 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.711 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.711 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.712 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.712 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.713 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.713 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:45.714 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:45.714 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:45.839 | Collecting python-memcached===1.59 2021-12-07 12:50:45.846 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-12-07 12:50:45.917 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 779)) (1.14.0) 2021-12-07 12:50:47.406 | Installing collected packages: python-memcached 2021-12-07 12:50:47.636 | Successfully installed python-memcached-1.59 2021-12-07 12:50:47.745 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:50:47.745 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:50:47.820 | + inc/python:pip_install:207 : result=0 2021-12-07 12:50:47.823 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:50:47.825 | + functions-common:time_stop:2331 : local name 2021-12-07 12:50:47.828 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:50:47.830 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:50:47.832 | + functions-common:time_stop:2334 : local total 2021-12-07 12:50:47.834 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:50:47.836 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:50:47.839 | + functions-common:time_stop:2338 : start_time=1638881442794 2021-12-07 12:50:47.841 | + functions-common:time_stop:2340 : [[ -z 1638881442794 ]] 2021-12-07 12:50:47.844 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:50:47.847 | + functions-common:time_stop:2343 : end_time=1638881447845 2021-12-07 12:50:47.849 | + functions-common:time_stop:2344 : elapsed_time=5051 2021-12-07 12:50:47.852 | + functions-common:time_stop:2345 : total=69212 2021-12-07 12:50:47.854 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:50:47.856 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=74263 2021-12-07 12:50:47.859 | + inc/python:pip_install:210 : return 0 2021-12-07 12:50:47.861 | + ./stack.sh:main:874 : is_service_enabled keystone 2021-12-07 12:50:47.876 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:50:47.879 | + ./stack.sh:main:875 : '[' 10.222.0.24 == 10.222.0.24 ']' 2021-12-07 12:50:47.881 | + ./stack.sh:main:876 : stack_install_service keystone 2021-12-07 12:50:47.884 | + lib/stack:stack_install_service:20 : local service=keystone 2021-12-07 12:50:47.886 | + lib/stack:stack_install_service:21 : type install_keystone 2021-12-07 12:50:47.889 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-07 12:50:47.891 | + lib/stack:stack_install_service:32 : install_keystone 2021-12-07 12:50:47.893 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2021-12-07 12:50:47.919 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:50:47.921 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/ussuri 2021-12-07 12:50:47.923 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2021-12-07 12:50:47.925 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2021-12-07 12:50:47.927 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:50:47.929 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:50:47.932 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:50:47.934 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:50:47.937 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:50:47.939 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:50:47.954 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:50:47.956 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:50:47.958 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:50:47.960 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:50:47.961 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:50:47.965 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2021-12-07 12:50:47.967 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:50:47.969 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2021-12-07 12:50:47.972 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:50:47.972 | + functions-common:git_clone:593 : head -1 2021-12-07 12:50:47.974 | 7941a0b78 Merge "Fix typos in application credential policies" into stable/ussuri 2021-12-07 12:50:47.976 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:50:47.979 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2021-12-07 12:50:47.981 | + inc/python:setup_develop:351 : local bindep 2021-12-07 12:50:47.984 | + inc/python:setup_develop:352 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-07 12:50:47.986 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/keystone 2021-12-07 12:50:47.988 | + inc/python:setup_develop:357 : local extras= 2021-12-07 12:50:47.991 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-12-07 12:50:47.993 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-07 12:50:47.995 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-07 12:50:47.998 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/keystone 2021-12-07 12:50:48.000 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-07 12:50:48.002 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-07 12:50:48.005 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/keystone 2021-12-07 12:50:48.008 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-07 12:50:48.011 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/keystone 2021-12-07 12:50:48.013 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-07 12:50:48.015 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-07 12:50:48.018 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-12-07 12:50:48.023 | + inc/python:_setup_package_with_constraints_edit:396 : name=keystone 2021-12-07 12:50:48.026 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2021-12-07 12:50:49.069 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/keystone -e 2021-12-07 12:50:49.072 | + inc/python:setup_package:430 : local bindep=0 2021-12-07 12:50:49.074 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-07 12:50:49.076 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-07 12:50:49.078 | + inc/python:setup_package:433 : [[ /opt/stack/keystone == -bindep* ]] 2021-12-07 12:50:49.080 | + inc/python:setup_package:438 : local project_dir=/opt/stack/keystone 2021-12-07 12:50:49.082 | + inc/python:setup_package:439 : local flags=-e 2021-12-07 12:50:49.084 | + inc/python:setup_package:440 : local extras= 2021-12-07 12:50:49.086 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-07 12:50:49.090 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-07 12:50:49.092 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-07 12:50:49.094 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-07 12:50:49.096 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-07 12:50:49.098 | + inc/python:setup_package:458 : pip_install -e /opt/stack/keystone 2021-12-07 12:50:49.117 | Using python 3.6 to install /opt/stack/keystone because python3_enabled=True 2021-12-07 12:50:49.121 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2021-12-07 12:50:51.777 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:50:51.778 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:50:51.778 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.779 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.779 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.779 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.780 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.780 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.781 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.781 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.782 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.782 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.783 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.783 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.784 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.784 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.784 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.785 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.785 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.786 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.786 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.787 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.787 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.787 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.788 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.788 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.789 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.791 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.791 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.792 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.792 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.793 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.793 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.794 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.794 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.794 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.795 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.795 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.796 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.796 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.797 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.797 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.797 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.798 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.798 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.798 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.799 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.799 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.800 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.800 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.800 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.801 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.801 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.802 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.802 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.803 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.803 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.804 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.804 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.804 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.805 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.805 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.806 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.807 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.807 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.808 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.809 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.809 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.810 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.810 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.811 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.811 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.812 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.812 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.813 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.813 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.813 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.814 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.814 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.815 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.815 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.816 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.816 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.817 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.817 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.817 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.818 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.818 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.819 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.819 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.820 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.820 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.821 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.821 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.822 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.822 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.823 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.824 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.824 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.824 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.825 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.826 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.826 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.826 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.827 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.827 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.828 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.828 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.829 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.829 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.830 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.830 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.830 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.831 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.831 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.832 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.832 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.833 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.833 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.834 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.834 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.834 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.835 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.835 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.836 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.836 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.837 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.838 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.838 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.839 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.839 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.840 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.840 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.840 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.841 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.841 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.842 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.842 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.843 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.843 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.843 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.844 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.844 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.844 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.845 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.845 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.846 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.846 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.847 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.847 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.848 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.848 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.848 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.849 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.849 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.850 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.850 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.850 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.851 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.851 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.852 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.852 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.853 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.853 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.853 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.854 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.854 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.854 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.855 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.856 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.856 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.856 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.857 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.857 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.858 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.858 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.858 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.859 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.859 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.859 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.860 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.860 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.861 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.861 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.861 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.862 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.862 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.863 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.863 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.863 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.864 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.864 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.865 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.865 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.865 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.866 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.866 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.866 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.867 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.867 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.868 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.868 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.869 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.869 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.869 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.870 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.870 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.871 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.871 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.871 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.872 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.872 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.872 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.873 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.873 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.874 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.874 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.874 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.875 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.875 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.876 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.876 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.876 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.877 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.877 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.878 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.878 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.878 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.879 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.879 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.880 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.880 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.880 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.881 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.882 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.883 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.883 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.884 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.885 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.885 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.886 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.886 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.887 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.887 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.888 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.888 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.888 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.889 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.889 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.890 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.890 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.890 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.891 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.891 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.892 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.892 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.893 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.893 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.893 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.894 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.894 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.895 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.895 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.896 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.896 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.897 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.897 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.897 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.898 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.898 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.899 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.899 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.900 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.901 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.901 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.901 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.902 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.903 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.903 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.903 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.904 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.904 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.904 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.905 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.905 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.906 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.906 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.907 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.907 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.907 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.908 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.908 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.909 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.909 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.909 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.910 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.910 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.910 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.911 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.911 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.912 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.912 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.913 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.913 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.914 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.914 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.914 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.915 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.915 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.916 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.916 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.917 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.917 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.918 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.918 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.918 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.919 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.919 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.920 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.920 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.920 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.921 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.921 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.922 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.922 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.923 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.923 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.923 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.924 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.924 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.925 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.926 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.926 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.927 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.927 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.927 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.928 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.928 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.929 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.929 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.930 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.930 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.930 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.931 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.932 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.932 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.933 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.933 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.934 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.934 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.934 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.935 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.935 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.936 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.936 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.937 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.937 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.937 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.938 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.938 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.939 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.939 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.940 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.940 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.940 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.941 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.941 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.942 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.942 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.943 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.943 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.944 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.944 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.944 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.945 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.945 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.945 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.946 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.947 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.947 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.948 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.948 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.949 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.949 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.950 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.950 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.951 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.951 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.952 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.952 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.952 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.953 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.953 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.954 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.954 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.954 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.955 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.955 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.956 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.956 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.956 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.957 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.957 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.958 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.958 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.958 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.959 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.959 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.960 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.961 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.961 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.961 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.962 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.963 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.963 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.964 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.964 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:50:51.965 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:50:51.965 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:50:51.966 | Obtaining file:///opt/stack/keystone 2021-12-07 12:50:53.616 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-07 12:50:55.406 | Collecting Flask===1.1.2 2021-12-07 12:50:55.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-12-07 12:50:55.614 | Collecting Flask-RESTful===0.3.8 2021-12-07 12:50:55.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2021-12-07 12:50:55.704 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-07 12:50:55.713 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-07 12:50:55.786 | Collecting PyJWT===1.7.1 2021-12-07 12:50:55.793 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 2021-12-07 12:50:55.813 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-07 12:50:55.836 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:50:55.996 | Collecting Werkzeug===1.0.1 2021-12-07 12:50:56.003 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-12-07 12:50:56.188 | Collecting aniso8601===8.0.0 2021-12-07 12:50:56.195 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c03/3f63d028b9a58/aniso8601-8.0.0-py2.py3-none-any.whl (43 kB) 2021-12-07 12:50:56.263 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-07 12:50:56.272 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:50:56.331 | Collecting click===7.1.1 2021-12-07 12:50:56.339 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e34/5d143d80bf5ee/click-7.1.1-py2.py3-none-any.whl (82 kB) 2021-12-07 12:50:56.347 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-07 12:50:56.390 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-07 12:50:56.484 | Collecting itsdangerous===1.1.0 2021-12-07 12:50:56.491 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-12-07 12:50:56.563 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-12-07 12:50:56.595 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (9.0.0) 2021-12-07 12:50:56.658 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.6.2) 2021-12-07 12:50:56.698 | Collecting oauthlib===3.1.0 2021-12-07 12:50:56.705 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2021-12-07 12:50:56.725 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.3.1) 2021-12-07 12:50:56.785 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (8.0.5) 2021-12-07 12:50:56.801 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (3.0.3) 2021-12-07 12:50:56.809 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (8.1.1) 2021-12-07 12:50:56.871 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (4.0.1) 2021-12-07 12:50:56.880 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (4.1.3) 2021-12-07 12:50:56.929 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (12.1.6) 2021-12-07 12:50:57.000 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (4.0.2) 2021-12-07 12:50:57.021 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (3.1.2) 2021-12-07 12:50:57.040 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (3.1.2) 2021-12-07 12:50:57.053 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.1.1) 2021-12-07 12:50:57.083 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (1.0.1) 2021-12-07 12:50:57.093 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (4.1.2) 2021-12-07 12:50:57.112 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (3.1.0) 2021-12-07 12:50:57.257 | Collecting passlib===1.7.2 2021-12-07 12:50:57.264 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/68c/35c98a7968850/passlib-1.7.2-py2.py3-none-any.whl (507 kB) 2021-12-07 12:50:57.359 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (5.4.5) 2021-12-07 12:50:57.362 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (0.7.2) 2021-12-07 12:50:57.364 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (3.0.0) 2021-12-07 12:50:57.378 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 595)) (2.20) 2021-12-07 12:50:57.381 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 602)) (0.9.6) 2021-12-07 12:50:57.383 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 609)) (2.4.7) 2021-12-07 12:50:57.388 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (0.16.0) 2021-12-07 12:50:57.509 | Collecting pysaml2===5.0.0 2021-12-07 12:50:57.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/180/0ef0ab3f5b3c1/pysaml2-5.0.0-py2.py3-none-any.whl (336 kB) 2021-12-07 12:50:57.611 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 651)) (2.8.1) 2021-12-07 12:50:57.617 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 683)) (4.0.0) 2021-12-07 12:50:57.638 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 771)) (2019.3) 2021-12-07 12:50:57.642 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (2.23.0) 2021-12-07 12:50:57.667 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.4.0) 2021-12-07 12:50:57.933 | Collecting scrypt===0.8.13 2021-12-07 12:50:57.940 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/137/7b1adc98c4152/scrypt-0.8.13.tar.gz (53 kB) 2021-12-07 12:50:58.684 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (1.14.0) 2021-12-07 12:50:58.687 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 892)) (0.13.0) 2021-12-07 12:50:58.699 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 893)) (0.3.1) 2021-12-07 12:50:58.702 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (3.3.0) 2021-12-07 12:50:58.704 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 899)) (1.32.0) 2021-12-07 12:50:58.711 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (2.0.1) 2021-12-07 12:50:58.721 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 925)) (0.5.0) 2021-12-07 12:50:58.727 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 926)) (2.4.0) 2021-12-07 12:50:58.747 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 945)) (1.4.0) 2021-12-07 12:50:58.750 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 966)) (1.1.0) 2021-12-07 12:50:58.758 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.25.8) 2021-12-07 12:50:58.780 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 993)) (1.2.3) 2021-12-07 12:50:58.783 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-07 12:50:58.786 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-12-07 12:50:58.805 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-12-07 12:50:58.851 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-07 12:50:58.894 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (4.0.0) 2021-12-07 12:50:58.963 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:50:58.966 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (0.7.19) 2021-12-07 12:50:58.969 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-07 12:50:58.977 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-07 12:50:58.987 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:50:58.991 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-07 12:50:58.995 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-07 12:50:59.000 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-12-07 12:50:59.007 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.6.8) 2021-12-07 12:50:59.053 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-07 12:50:59.062 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (4.0.3) 2021-12-07 12:50:59.076 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-07 12:50:59.084 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-07 12:50:59.095 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-07 12:50:59.105 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-07 12:50:59.113 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-07 12:50:59.115 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-07 12:50:59.119 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.10.9) 2021-12-07 12:50:59.122 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 587)) (19.1.0) 2021-12-07 12:50:59.221 | Collecting defusedxml===0.6.0 2021-12-07 12:50:59.227 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2021-12-07 12:50:59.298 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-07 12:50:59.301 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:50:59.304 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:50:59.307 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-07 12:50:59.309 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 699)) (1.6.0) 2021-12-07 12:50:59.312 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-07 12:50:59.314 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (1.0.0) 2021-12-07 12:50:59.316 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 966)) (1.4.0) 2021-12-07 12:50:59.319 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1003)) (3.1.0) 2021-12-07 12:50:59.331 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.7.0) 2021-12-07 12:50:59.335 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 987)) (1.12.1) 2021-12-07 12:50:59.338 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 656)) (1.0.4) 2021-12-07 12:50:59.340 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-07 12:50:59.348 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.3.0) 2021-12-07 12:50:59.351 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 785)) (0.7) 2021-12-07 12:50:59.359 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-07 12:50:59.365 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.5) 2021-12-07 12:50:59.367 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-07 12:50:59.370 | Building wheels for collected packages: scrypt 2021-12-07 12:50:59.371 | Building wheel for scrypt (setup.py): started 2021-12-07 12:51:02.021 | Building wheel for scrypt (setup.py): finished with status 'done' 2021-12-07 12:51:02.023 | Created wheel for scrypt: filename=scrypt-0.8.13-cp36-cp36m-linux_x86_64.whl size=73192 sha256=be665b03b0e5aad3e5eb0b6b2eb63ccf289ee51a6564a58574a8ec63a06e3e8c 2021-12-07 12:51:02.023 | Stored in directory: /root/.cache/pip/wheels/0c/52/ad/29fdeb2dcf7a0cf9e289bca23d73e0ffde209047e21277a31a 2021-12-07 12:51:02.024 | Successfully built scrypt 2021-12-07 12:51:02.872 | Installing collected packages: click, itsdangerous, Werkzeug, Flask, aniso8601, Flask-RESTful, passlib, scrypt, oauthlib, defusedxml, pysaml2, PyJWT, keystone 2021-12-07 12:51:02.872 | Attempting uninstall: click 2021-12-07 12:51:02.874 | Found existing installation: click 6.7 2021-12-07 12:51:02.880 | Uninstalling click-6.7: 2021-12-07 12:51:02.899 | Successfully uninstalled click-6.7 2021-12-07 12:51:04.356 | Attempting uninstall: oauthlib 2021-12-07 12:51:04.358 | Found existing installation: oauthlib 2.0.6 2021-12-07 12:51:04.366 | Uninstalling oauthlib-2.0.6: 2021-12-07 12:51:04.384 | Successfully uninstalled oauthlib-2.0.6 2021-12-07 12:51:05.215 | Attempting uninstall: PyJWT 2021-12-07 12:51:05.216 | Found existing installation: PyJWT 1.5.3 2021-12-07 12:51:05.221 | Uninstalling PyJWT-1.5.3: 2021-12-07 12:51:05.237 | Successfully uninstalled PyJWT-1.5.3 2021-12-07 12:51:05.332 | Running setup.py develop for keystone 2021-12-07 12:51:07.221 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 PyJWT-1.7.1 Werkzeug-1.0.1 aniso8601-8.0.0 click-7.1.1 defusedxml-0.6.0 itsdangerous-1.1.0 keystone oauthlib-3.1.0 passlib-1.7.2 pysaml2-5.0.0 scrypt-0.8.13 2021-12-07 12:51:07.334 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:51:07.334 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:51:07.436 | + inc/python:pip_install:207 : result=0 2021-12-07 12:51:07.438 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:51:07.440 | + functions-common:time_stop:2331 : local name 2021-12-07 12:51:07.442 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:51:07.444 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:51:07.447 | + functions-common:time_stop:2334 : local total 2021-12-07 12:51:07.449 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:51:07.451 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:51:07.453 | + functions-common:time_stop:2338 : start_time=1638881449112 2021-12-07 12:51:07.455 | + functions-common:time_stop:2340 : [[ -z 1638881449112 ]] 2021-12-07 12:51:07.458 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:51:07.461 | + functions-common:time_stop:2343 : end_time=1638881467459 2021-12-07 12:51:07.464 | + functions-common:time_stop:2344 : elapsed_time=18347 2021-12-07 12:51:07.466 | + functions-common:time_stop:2345 : total=74263 2021-12-07 12:51:07.468 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:51:07.470 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=92610 2021-12-07 12:51:07.472 | + inc/python:pip_install:210 : return 0 2021-12-07 12:51:07.474 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-07 12:51:07.477 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-07 12:51:07.479 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-07 12:51:07.496 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-12-07 12:51:07.507 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/keystone 2021-12-07 12:51:07.510 | + inc/python:use_library_from_git:263 : local name=/opt/stack/keystone 2021-12-07 12:51:07.512 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:51:07.514 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:51:07.517 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-12-07 12:51:07.519 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:51:07.521 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2021-12-07 12:51:07.537 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:07.539 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2021-12-07 12:51:07.542 | + lib/keystone:install_keystone:508 : '[' uwsgi == uwsgi ']' 2021-12-07 12:51:07.544 | + lib/keystone:install_keystone:509 : pip_install uwsgi 2021-12-07 12:51:07.567 | Using python 3.6 to install uwsgi because python3_enabled=True 2021-12-07 12:51:07.572 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt uwsgi 2021-12-07 12:51:10.246 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:51:10.247 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:51:10.247 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.248 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.248 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.249 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.249 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.249 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.250 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.250 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.251 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.251 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.252 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.252 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.252 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.253 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.253 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.254 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.254 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.255 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.255 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.256 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.256 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.256 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.257 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.257 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.258 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.260 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.260 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.261 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.261 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.262 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.262 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.263 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.263 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.263 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.264 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.264 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.265 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.265 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.265 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.266 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.266 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.266 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.267 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.267 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.268 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.268 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.268 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.269 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.269 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.270 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.270 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.271 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.271 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.272 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.272 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.273 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.273 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.273 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.274 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.275 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.276 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.276 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.277 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.278 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.278 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.278 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.279 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.279 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.280 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.281 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.281 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.282 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.282 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.282 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.283 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.283 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.284 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.284 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.284 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.285 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.285 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.286 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.286 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.287 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.287 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.287 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.288 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.288 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.289 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.289 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.290 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.291 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.291 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.292 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.292 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.293 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.293 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.294 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.294 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.295 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.295 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.296 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.296 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.297 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.297 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.298 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.298 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.298 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.299 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.299 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.300 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.300 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.301 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.301 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.301 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.302 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.302 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.303 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.303 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.304 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.304 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.305 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.305 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.305 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.306 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.306 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.307 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.307 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.308 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.308 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.309 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.309 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.309 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.310 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.310 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.310 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.311 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.311 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.312 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.312 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.313 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.313 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.313 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.314 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.314 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.315 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.315 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.316 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.316 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.316 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.317 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.317 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.318 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.318 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.319 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.319 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.319 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.320 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.320 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.320 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.321 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.322 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.322 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.323 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.323 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.324 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.324 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.324 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.325 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.325 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.326 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.326 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.326 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.327 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.327 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.328 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.335 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.335 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.335 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.335 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.335 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.335 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.335 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.336 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.337 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.337 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.338 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.338 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.338 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.339 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.339 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.340 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.340 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.341 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.341 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.341 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.342 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.342 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.342 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.343 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.343 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.344 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.344 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.344 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.345 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.345 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.346 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.346 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.346 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.347 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.347 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.348 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.348 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.348 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.349 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.349 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.350 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.351 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.351 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.352 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.353 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.354 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.354 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.354 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.355 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.356 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.356 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.357 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.357 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.357 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.358 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.358 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.359 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.359 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.359 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.360 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.360 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.361 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.361 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.362 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.362 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.362 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.363 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.363 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.364 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.364 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.364 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.365 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.365 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.366 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.366 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.367 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.367 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.367 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.368 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.369 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.369 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.370 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.370 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.371 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.371 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.372 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.372 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.372 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.373 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.373 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.374 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.374 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.374 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.375 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.375 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.376 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.376 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.376 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.377 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.377 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.378 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.378 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.378 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.379 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.379 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.380 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.380 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.380 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.381 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.381 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.382 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.382 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.383 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.383 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.384 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.384 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.384 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.400 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.400 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.400 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.401 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.401 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.402 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.402 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.403 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.403 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.404 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.404 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.404 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.405 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.405 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.406 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.406 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.406 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.407 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.407 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.408 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.408 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.409 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.410 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.410 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.411 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.411 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.411 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.412 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.412 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.413 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.413 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.414 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.414 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.415 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.416 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.416 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.416 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.417 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.417 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.418 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.418 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.418 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.419 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.419 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.420 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.420 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.421 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.421 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.421 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.422 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.422 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.423 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.423 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.424 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.424 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.424 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.425 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.425 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.426 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.426 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.427 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.427 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.427 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.428 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.428 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.429 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.429 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.430 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.431 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.431 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.431 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.432 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.432 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.433 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.433 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.434 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.434 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.435 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.435 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.436 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.436 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.436 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.437 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.437 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.437 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.438 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.438 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.439 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.439 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.440 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.440 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.440 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.441 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.441 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.442 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.442 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.442 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.443 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.443 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.444 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.444 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.445 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.445 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.446 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.446 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.447 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.447 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:10.448 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:10.448 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:10.586 | Collecting uwsgi 2021-12-07 12:51:10.595 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/88a/b9867d8973d8a/uwsgi-2.0.20.tar.gz (804 kB) 2021-12-07 12:51:11.684 | Building wheels for collected packages: uwsgi 2021-12-07 12:51:11.685 | Building wheel for uwsgi (setup.py): started 2021-12-07 12:51:27.560 | Building wheel for uwsgi (setup.py): finished with status 'done' 2021-12-07 12:51:27.565 | Created wheel for uwsgi: filename=uWSGI-2.0.20-cp36-cp36m-linux_x86_64.whl size=597540 sha256=0121a90901265d674c61c199ce32c9c3f556175f53172a13b9bc7b58248b9ac7 2021-12-07 12:51:27.565 | Stored in directory: /root/.cache/pip/wheels/9a/16/df/02037ed390c1561aad34458ea9eb30a0c78f21377405d3f9e9 2021-12-07 12:51:27.566 | Successfully built uwsgi 2021-12-07 12:51:29.168 | Installing collected packages: uwsgi 2021-12-07 12:51:29.347 | Successfully installed uwsgi-2.0.20 2021-12-07 12:51:29.460 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:51:29.461 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:51:29.586 | + inc/python:pip_install:207 : result=0 2021-12-07 12:51:29.588 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:51:29.591 | + functions-common:time_stop:2331 : local name 2021-12-07 12:51:29.593 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:51:29.595 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:51:29.598 | + functions-common:time_stop:2334 : local total 2021-12-07 12:51:29.601 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:51:29.603 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:51:29.606 | + functions-common:time_stop:2338 : start_time=1638881467558 2021-12-07 12:51:29.608 | + functions-common:time_stop:2340 : [[ -z 1638881467558 ]] 2021-12-07 12:51:29.611 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:51:29.614 | + functions-common:time_stop:2343 : end_time=1638881489612 2021-12-07 12:51:29.616 | + functions-common:time_stop:2344 : elapsed_time=22054 2021-12-07 12:51:29.619 | + functions-common:time_stop:2345 : total=92610 2021-12-07 12:51:29.621 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:51:29.623 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=114664 2021-12-07 12:51:29.626 | + inc/python:pip_install:210 : return 0 2021-12-07 12:51:29.628 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-07 12:51:29.630 | + ./stack.sh:main:877 : configure_keystone 2021-12-07 12:51:29.634 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-12-07 12:51:29.645 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2021-12-07 12:51:29.648 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-12-07 12:51:29.652 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-12-07 12:51:29.666 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:29.669 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-12-07 12:51:29.695 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-12-07 12:51:29.719 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-12-07 12:51:29.749 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-12-07 12:51:29.775 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-12-07 12:51:29.801 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-12-07 12:51:29.828 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-12-07 12:51:29.852 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-12-07 12:51:29.876 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-12-07 12:51:29.879 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-12-07 12:51:29.881 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-12-07 12:51:29.883 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-12-07 12:51:29.886 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-07 12:51:29.888 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 12:51:29.903 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:29.906 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-07 12:51:29.908 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-07 12:51:29.910 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 12:51:29.925 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:29.927 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:51:29.931 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:51:29.957 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 12:51:29.959 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 12:51:29.961 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-12-07 12:51:29.963 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-12-07 12:51:29.966 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-12-07 12:51:29.982 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:29.984 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.24/identity 2021-12-07 12:51:30.011 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.24/identity 2021-12-07 12:51:30.035 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-12-07 12:51:30.037 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-12-07 12:51:30.073 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-12-07 12:51:30.075 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-12-07 12:51:30.078 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-12-07 12:51:30.081 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-12-07 12:51:30.083 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-12-07 12:51:30.086 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-12-07 12:51:30.114 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-12-07 12:51:30.117 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-12-07 12:51:30.120 | + functions:setup_logging:655 : local conf_file=/etc/keystone/keystone.conf 2021-12-07 12:51:30.122 | + functions:setup_logging:656 : local other_cond=False 2021-12-07 12:51:30.125 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 12:51:30.127 | + functions:setup_logging:658 : setup_systemd_logging /etc/keystone/keystone.conf 2021-12-07 12:51:30.129 | + functions:setup_systemd_logging:686 : local conf_file=/etc/keystone/keystone.conf 2021-12-07 12:51:30.132 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 12:51:30.135 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 12:51:30.151 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 12:51:30.153 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 12:51:30.155 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 12:51:30.158 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 12:51:30.160 | + functions:setup_systemd_logging:700 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 12:51:30.187 | + functions:setup_systemd_logging:702 : 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-12-07 12:51:30.215 | + functions:setup_systemd_logging:703 : 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-12-07 12:51:30.239 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 12:51:30.264 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-12-07 12:51:30.288 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-12-07 12:51:30.291 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-12-07 12:51:30.293 | + lib/apache:write_uwsgi_config:264 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-12-07 12:51:30.295 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-12-07 12:51:30.297 | + lib/apache:write_uwsgi_config:266 : local url=/identity 2021-12-07 12:51:30.300 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-07 12:51:30.302 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-07 12:51:30.306 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/keystone-wsgi-public 2021-12-07 12:51:30.309 | + lib/apache:write_uwsgi_config:269 : name=keystone-wsgi-public 2021-12-07 12:51:30.311 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-07 12:51:30.313 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-07 12:51:30.326 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-07 12:51:30.326 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:51:30.334 | d /var/run/uwsgi 0755 ubuntu root 2021-12-07 12:51:30.337 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:51:30.350 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-12-07 12:51:30.353 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-12-07 12:51:30.356 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-12-07 12:51:30.382 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-12-07 12:51:30.406 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-12-07 12:51:30.429 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-12-07 12:51:30.455 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-12-07 12:51:30.479 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-12-07 12:51:30.503 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-12-07 12:51:30.527 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-12-07 12:51:30.551 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-12-07 12:51:30.575 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-07 12:51:30.599 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-12-07 12:51:30.624 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-12-07 12:51:30.647 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-12-07 12:51:30.671 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-07 12:51:30.673 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-07 12:51:30.677 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for keystone-wsgi-public 2021-12-07 12:51:30.679 | ++ lib/apache:apache_site_config_for:196 : local site=keystone-wsgi-public 2021-12-07 12:51:30.682 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-07 12:51:30.684 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:51:30.687 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:51:30.689 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-07 12:51:30.692 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-07 12:51:30.694 | + lib/apache:write_uwsgi_config:314 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-12-07 12:51:30.718 | + lib/apache:write_uwsgi_config:315 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-12-07 12:51:30.744 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-12-07 12:51:30.744 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2021-12-07 12:51:30.751 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-12-07 12:51:30.754 | + lib/apache:write_uwsgi_config:317 : enable_apache_site keystone-wsgi-public 2021-12-07 12:51:30.757 | + lib/apache:enable_apache_site:213 : local site=keystone-wsgi-public 2021-12-07 12:51:30.759 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-07 12:51:30.761 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-07 12:51:30.763 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:51:30.766 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:51:30.768 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:51:30.770 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-07 12:51:30.772 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-07 12:51:30.775 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:51:30.777 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:51:30.779 | + lib/apache:enable_apache_site:217 : sudo a2ensite keystone-wsgi-public 2021-12-07 12:51:30.837 | Enabling site keystone-wsgi-public. 2021-12-07 12:51:30.842 | To activate the new configuration, you need to run: 2021-12-07 12:51:30.842 | systemctl reload apache2 2021-12-07 12:51:30.846 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-07 12:51:30.848 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:51:30.851 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:51:30.854 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:51:30.988 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-12-07 12:51:30.991 | + lib/apache:write_uwsgi_config:264 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-12-07 12:51:30.993 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-12-07 12:51:30.995 | + lib/apache:write_uwsgi_config:266 : local url=/identity_admin 2021-12-07 12:51:30.997 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-07 12:51:31.000 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-07 12:51:31.004 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/keystone-wsgi-admin 2021-12-07 12:51:31.007 | + lib/apache:write_uwsgi_config:269 : name=keystone-wsgi-admin 2021-12-07 12:51:31.009 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-07 12:51:31.012 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-07 12:51:31.024 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-07 12:51:31.024 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:51:31.031 | d /var/run/uwsgi 0755 ubuntu root 2021-12-07 12:51:31.034 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:51:31.048 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-12-07 12:51:31.050 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-12-07 12:51:31.054 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-12-07 12:51:31.080 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-12-07 12:51:31.105 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-12-07 12:51:31.129 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-12-07 12:51:31.153 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-12-07 12:51:31.176 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-12-07 12:51:31.201 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-12-07 12:51:31.225 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-12-07 12:51:31.249 | + lib/apache:write_uwsgi_config:298 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-12-07 12:51:31.274 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-07 12:51:31.297 | + lib/apache:write_uwsgi_config:302 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-12-07 12:51:31.323 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-12-07 12:51:31.346 | + lib/apache:write_uwsgi_config:306 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-12-07 12:51:31.372 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-07 12:51:31.374 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-07 12:51:31.377 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for keystone-wsgi-admin 2021-12-07 12:51:31.379 | ++ lib/apache:apache_site_config_for:196 : local site=keystone-wsgi-admin 2021-12-07 12:51:31.382 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-07 12:51:31.384 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:51:31.386 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:51:31.389 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-07 12:51:31.391 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-07 12:51:31.394 | + lib/apache:write_uwsgi_config:314 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-12-07 12:51:31.418 | + lib/apache:write_uwsgi_config:315 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-12-07 12:51:31.444 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2021-12-07 12:51:31.444 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-12-07 12:51:31.451 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-12-07 12:51:31.455 | + lib/apache:write_uwsgi_config:317 : enable_apache_site keystone-wsgi-admin 2021-12-07 12:51:31.457 | + lib/apache:enable_apache_site:213 : local site=keystone-wsgi-admin 2021-12-07 12:51:31.459 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-07 12:51:31.462 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-07 12:51:31.464 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:51:31.466 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:51:31.469 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:51:31.471 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-07 12:51:31.473 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-07 12:51:31.475 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:51:31.478 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:51:31.481 | + lib/apache:enable_apache_site:217 : sudo a2ensite keystone-wsgi-admin 2021-12-07 12:51:31.540 | Enabling site keystone-wsgi-admin. 2021-12-07 12:51:31.545 | To activate the new configuration, you need to run: 2021-12-07 12:51:31.545 | systemctl reload apache2 2021-12-07 12:51:31.549 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-07 12:51:31.552 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:51:31.554 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:51:31.557 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:51:31.706 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-12-07 12:51:31.735 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-12-07 12:51:31.761 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-12-07 12:51:31.787 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-12-07 12:51:31.790 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-12-07 12:51:31.816 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-12-07 12:51:31.840 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-12-07 12:51:31.865 | + ./stack.sh:main:881 : is_service_enabled swift 2021-12-07 12:51:31.881 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:31.883 | + ./stack.sh:main:882 : is_service_enabled ceilometer 2021-12-07 12:51:31.900 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:31.902 | + ./stack.sh:main:885 : stack_install_service swift 2021-12-07 12:51:31.905 | + lib/stack:stack_install_service:20 : local service=swift 2021-12-07 12:51:31.907 | + lib/stack:stack_install_service:21 : type install_swift 2021-12-07 12:51:31.909 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-07 12:51:31.912 | + lib/stack:stack_install_service:32 : install_swift 2021-12-07 12:51:31.915 | + lib/swift:install_swift:740 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift stable/ussuri 2021-12-07 12:51:31.917 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2021-12-07 12:51:31.919 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2021-12-07 12:51:31.921 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:51:31.923 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:51:31.926 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:51:31.929 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:51:31.931 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:51:31.934 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:51:31.949 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:51:31.951 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:51:31.953 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:51:31.956 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:51:31.956 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:51:31.960 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2021-12-07 12:51:31.963 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:51:31.965 | + functions-common:git_clone:592 : cd /opt/stack/swift 2021-12-07 12:51:31.968 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:51:31.968 | + functions-common:git_clone:593 : head -1 2021-12-07 12:51:31.971 | 4b0d6a87e Merge "symlink: Ensure headers are returned as a list on py3" into stable/ussuri 2021-12-07 12:51:31.973 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:51:31.976 | + lib/swift:install_swift:743 : setup_develop /opt/stack/swift keystone 2021-12-07 12:51:31.979 | + inc/python:setup_develop:351 : local bindep 2021-12-07 12:51:31.981 | + inc/python:setup_develop:352 : [[ /opt/stack/swift == -bindep* ]] 2021-12-07 12:51:31.984 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/swift 2021-12-07 12:51:31.986 | + inc/python:setup_develop:357 : local extras=keystone 2021-12-07 12:51:31.988 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-12-07 12:51:31.991 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-07 12:51:31.993 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/swift == -bindep* ]] 2021-12-07 12:51:31.995 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/swift 2021-12-07 12:51:31.998 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-07 12:51:32.000 | + inc/python:_setup_package_with_constraints_edit:384 : local extras=keystone 2021-12-07 12:51:32.003 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/swift 2021-12-07 12:51:32.005 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-07 12:51:32.008 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/swift 2021-12-07 12:51:32.010 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-07 12:51:32.012 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-07 12:51:32.015 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-12-07 12:51:32.020 | + inc/python:_setup_package_with_constraints_edit:396 : name=swift 2021-12-07 12:51:32.023 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2021-12-07 12:51:33.021 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/swift -e keystone 2021-12-07 12:51:33.025 | + inc/python:setup_package:430 : local bindep=0 2021-12-07 12:51:33.027 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-07 12:51:33.029 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-07 12:51:33.032 | + inc/python:setup_package:433 : [[ /opt/stack/swift == -bindep* ]] 2021-12-07 12:51:33.034 | + inc/python:setup_package:438 : local project_dir=/opt/stack/swift 2021-12-07 12:51:33.036 | + inc/python:setup_package:439 : local flags=-e 2021-12-07 12:51:33.038 | + inc/python:setup_package:440 : local extras=keystone 2021-12-07 12:51:33.041 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-07 12:51:33.043 | + inc/python:setup_package:444 : [[ -z keystone ]] 2021-12-07 12:51:33.045 | + inc/python:setup_package:449 : [[ ! -z keystone ]] 2021-12-07 12:51:33.047 | + inc/python:setup_package:450 : extras='[keystone]' 2021-12-07 12:51:33.050 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-07 12:51:33.052 | + inc/python:setup_package:458 : pip_install -e '/opt/stack/swift[keystone]' 2021-12-07 12:51:33.071 | Using python 3.6 to install /opt/stack/swift because python3_enabled=True 2021-12-07 12:51:33.076 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2021-12-07 12:51:35.717 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:51:35.717 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:51:35.718 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.719 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.719 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.719 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.720 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.720 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.721 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.721 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.721 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.722 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.722 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.723 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.723 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.724 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.724 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.724 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.725 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.725 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.726 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.726 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.727 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.727 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.727 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.728 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.728 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.731 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.731 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.732 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.732 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.733 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.733 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.734 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.734 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.734 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.735 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.735 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.736 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.736 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.736 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.737 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.737 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.737 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.738 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.738 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.739 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.739 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.739 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.740 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.740 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.741 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.741 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.742 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.743 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.743 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.743 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.744 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.744 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.745 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.745 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.746 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.746 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.747 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.747 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.748 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.749 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.749 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.750 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.750 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.751 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.752 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.752 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.752 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.753 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.753 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.753 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.754 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.754 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.755 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.755 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.756 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.756 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.757 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.757 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.758 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.758 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.759 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.759 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.760 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.760 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.761 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.761 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.762 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.762 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.762 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.763 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.763 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.764 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.764 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.765 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.765 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.766 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.767 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.768 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.768 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.768 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.769 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.769 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.770 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.770 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.771 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.771 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.772 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.772 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.772 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.773 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.773 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.774 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.774 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.775 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.775 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.776 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.776 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.776 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.777 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.777 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.778 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.778 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.779 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.779 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.780 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.780 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.780 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.781 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.781 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.782 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.782 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.783 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.783 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.783 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.784 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.784 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.784 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.785 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.785 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.786 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.786 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.787 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.787 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.788 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.788 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.788 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.789 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.789 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.790 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.790 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.790 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.791 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.791 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.792 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.792 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.792 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.793 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.793 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.794 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.794 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.794 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.795 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.795 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.796 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.796 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.796 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.797 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.797 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.798 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.798 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.799 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.799 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.799 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.800 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.800 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.800 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.801 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.801 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.802 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.802 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.802 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.803 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.803 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.804 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.804 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.805 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.805 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.806 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.806 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.806 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.807 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.807 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.808 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.808 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.808 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.809 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.809 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.810 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.810 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.810 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.811 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.811 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.812 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.812 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.812 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.813 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.813 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.814 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.814 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.814 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.815 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.815 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.816 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.816 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.816 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.817 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.817 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.817 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.818 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.818 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.819 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.819 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.819 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.821 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.837 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.837 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.838 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.839 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.839 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.840 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.841 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.841 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.842 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.842 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.843 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.843 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.844 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.844 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.844 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.845 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.845 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.846 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.846 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.847 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.847 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.847 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.848 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.848 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.849 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.849 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.849 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.850 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.850 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.851 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.852 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.852 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.853 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.853 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.854 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.854 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.854 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.855 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.855 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.856 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.856 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.857 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.857 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.858 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.858 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.858 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.859 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.859 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.860 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.860 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.861 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.861 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.861 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.862 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.862 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.863 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.863 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.863 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.864 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.864 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.865 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.865 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.865 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.866 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.866 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.867 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.867 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.868 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.868 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.868 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.869 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.869 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.870 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.870 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.871 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.871 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.871 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.872 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.872 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.873 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.873 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.873 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.874 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.874 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.875 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.875 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.875 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.876 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.876 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.877 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.877 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.878 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.878 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.878 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.879 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.879 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.880 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.880 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.881 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.881 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.882 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.883 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.883 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.884 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.884 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.885 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.885 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.885 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.886 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.886 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.887 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.887 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.888 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.888 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.889 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.889 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.889 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.890 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.890 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.891 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.891 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.892 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.892 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.892 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.893 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.893 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.894 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.894 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.895 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.895 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.896 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.896 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.897 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.897 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.897 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.898 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.899 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.899 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.900 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.900 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.900 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.901 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.901 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.902 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.902 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.902 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.903 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.903 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.904 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.904 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.905 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.905 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.905 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.906 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.907 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.907 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.908 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.908 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.908 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.909 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.909 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.910 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.910 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.910 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.911 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.911 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.912 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.912 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.912 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.913 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.913 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.914 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.915 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.915 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.915 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.916 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.916 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.917 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.917 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.918 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.918 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.919 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.919 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.920 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.920 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.921 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:35.921 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:35.921 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:35.922 | Obtaining file:///opt/stack/swift 2021-12-07 12:51:37.267 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-07 12:51:38.625 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-07 12:51:38.635 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-07 12:51:38.676 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-07 12:51:38.687 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-07 12:51:38.690 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (9.0.0) 2021-12-07 12:51:39.647 | Collecting lxml===4.5.0 2021-12-07 12:51:39.668 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ebe/c08091a22c2be/lxml-4.5.0-cp36-cp36m-manylinux1_x86_64.whl (5.8 MB) 2021-12-07 12:51:39.879 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-12-07 12:51:39.882 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-12-07 12:51:39.885 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.3.1) 2021-12-07 12:51:39.921 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.5) 2021-12-07 12:51:39.935 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.3) 2021-12-07 12:51:39.942 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-12-07 12:51:39.950 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-12-07 12:51:39.995 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-12-07 12:51:40.008 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-12-07 12:51:40.026 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-12-07 12:51:40.028 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (3.0.0) 2021-12-07 12:51:40.169 | Collecting pyeclib===1.6.0 2021-12-07 12:51:40.186 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-12-07 12:51:41.249 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-12-07 12:51:41.251 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-12-07 12:51:41.255 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-12-07 12:51:41.260 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-12-07 12:51:41.281 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-12-07 12:51:41.285 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-12-07 12:51:41.309 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-12-07 12:51:41.313 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-12-07 12:51:41.316 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-12-07 12:51:41.323 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.25.8) 2021-12-07 12:51:41.478 | Collecting xattr===0.9.7 2021-12-07 12:51:41.485 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-12-07 12:51:42.327 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:51:42.331 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-07 12:51:42.333 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-12-07 12:51:42.403 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:51:42.419 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-07 12:51:42.423 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-07 12:51:42.432 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:51:42.435 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-12-07 12:51:42.438 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:51:42.443 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-12-07 12:51:42.447 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-07 12:51:42.450 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:51:42.452 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:51:42.455 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-07 12:51:42.461 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-12-07 12:51:42.472 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-12-07 12:51:42.478 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-07 12:51:42.482 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 988)) (1.12.1) 2021-12-07 12:51:42.485 | Building wheels for collected packages: pyeclib, xattr 2021-12-07 12:51:42.487 | Building wheel for pyeclib (setup.py): started 2021-12-07 12:51:43.725 | Building wheel for pyeclib (setup.py): finished with status 'done' 2021-12-07 12:51:43.727 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53026 sha256=2491dc6c7ddbda64e5f25a3f3d809bfadfc5f7fcec2ee0af79360abea003be13 2021-12-07 12:51:43.727 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2021-12-07 12:51:43.729 | Building wheel for xattr (setup.py): started 2021-12-07 12:51:45.035 | Building wheel for xattr (setup.py): finished with status 'done' 2021-12-07 12:51:45.036 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30927 sha256=60b45d33a67fa81c2d718823f2e735b5b409d9f9e2088a1b3b18bee118e06f4c 2021-12-07 12:51:45.036 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2021-12-07 12:51:45.037 | Successfully built pyeclib xattr 2021-12-07 12:51:46.348 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-12-07 12:51:46.901 | Running setup.py develop for swift 2021-12-07 12:51:48.566 | Successfully installed lxml-4.5.0 pyeclib-1.6.0 swift xattr-0.9.7 2021-12-07 12:51:48.683 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:51:48.683 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:51:48.793 | + inc/python:pip_install:207 : result=0 2021-12-07 12:51:48.797 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:51:48.799 | + functions-common:time_stop:2331 : local name 2021-12-07 12:51:48.801 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:51:48.803 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:51:48.806 | + functions-common:time_stop:2334 : local total 2021-12-07 12:51:48.808 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:51:48.810 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:51:48.813 | + functions-common:time_stop:2338 : start_time=1638881493065 2021-12-07 12:51:48.815 | + functions-common:time_stop:2340 : [[ -z 1638881493065 ]] 2021-12-07 12:51:48.817 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:51:48.821 | + functions-common:time_stop:2343 : end_time=1638881508818 2021-12-07 12:51:48.823 | + functions-common:time_stop:2344 : elapsed_time=15753 2021-12-07 12:51:48.825 | + functions-common:time_stop:2345 : total=114664 2021-12-07 12:51:48.827 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:51:48.830 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=130417 2021-12-07 12:51:48.832 | + inc/python:pip_install:210 : return 0 2021-12-07 12:51:48.834 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-07 12:51:48.837 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-12-07 12:51:48.840 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-12-07 12:51:48.859 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-12-07 12:51:48.871 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/swift 2021-12-07 12:51:48.873 | + inc/python:use_library_from_git:263 : local name=/opt/stack/swift 2021-12-07 12:51:48.876 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:51:48.878 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:51:48.880 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-12-07 12:51:48.883 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:51:48.886 | + lib/swift:install_swift:744 : '[' False == True ']' 2021-12-07 12:51:48.888 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-07 12:51:48.891 | + ./stack.sh:main:886 : configure_swift 2021-12-07 12:51:48.893 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-12-07 12:51:48.895 | + lib/swift:configure_swift:335 : local node_number 2021-12-07 12:51:48.898 | + lib/swift:configure_swift:336 : local swift_node_config 2021-12-07 12:51:48.900 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-12-07 12:51:48.902 | + lib/swift:configure_swift:338 : local user_group 2021-12-07 12:51:48.904 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-12-07 12:51:49.715 | No container-server running 2021-12-07 12:51:49.715 | No object-auditor running 2021-12-07 12:51:49.715 | No account-server running 2021-12-07 12:51:49.715 | No account-auditor running 2021-12-07 12:51:49.715 | No container-replicator running 2021-12-07 12:51:49.715 | No container-updater running 2021-12-07 12:51:49.715 | No object-server running 2021-12-07 12:51:49.715 | No container-sharder running 2021-12-07 12:51:49.715 | No container-reconciler running 2021-12-07 12:51:49.715 | No object-expirer running 2021-12-07 12:51:49.715 | No object-replicator running 2021-12-07 12:51:49.715 | No object-updater running 2021-12-07 12:51:49.715 | No proxy-server running 2021-12-07 12:51:49.715 | No container-auditor running 2021-12-07 12:51:49.715 | No account-replicator running 2021-12-07 12:51:49.715 | No account-reaper running 2021-12-07 12:51:49.715 | No container-sync running 2021-12-07 12:51:49.716 | No object-reconstructor running 2021-12-07 12:51:49.764 | + lib/swift:configure_swift:341 : true 2021-12-07 12:51:49.766 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-12-07 12:51:49.778 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-12-07 12:51:49.789 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-12-07 12:51:49.792 | + lib/swift:configure_swift:355 : sed -e ' 2021-12-07 12:51:49.792 | s/%GROUP%//; 2021-12-07 12:51:49.792 | s/%USER%/ubuntu/; 2021-12-07 12:51:49.792 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-12-07 12:51:49.792 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-12-07 12:51:49.792 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-12-07 12:51:49.799 | uid = ubuntu 2021-12-07 12:51:49.799 | gid = 2021-12-07 12:51:49.799 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-12-07 12:51:49.800 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-12-07 12:51:49.800 | address = 127.0.0.1 2021-12-07 12:51:49.800 | 2021-12-07 12:51:49.800 | [account6612] 2021-12-07 12:51:49.800 | max connections = 25 2021-12-07 12:51:49.800 | path = /opt/stack/data/swift/1/node/ 2021-12-07 12:51:49.800 | read only = false 2021-12-07 12:51:49.800 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-12-07 12:51:49.800 | 2021-12-07 12:51:49.800 | [account6622] 2021-12-07 12:51:49.800 | max connections = 25 2021-12-07 12:51:49.800 | path = /opt/stack/data/swift/2/node/ 2021-12-07 12:51:49.800 | read only = false 2021-12-07 12:51:49.800 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-12-07 12:51:49.800 | 2021-12-07 12:51:49.800 | [account6632] 2021-12-07 12:51:49.800 | max connections = 25 2021-12-07 12:51:49.800 | path = /opt/stack/data/swift/3/node/ 2021-12-07 12:51:49.800 | read only = false 2021-12-07 12:51:49.800 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-12-07 12:51:49.800 | 2021-12-07 12:51:49.800 | [account6642] 2021-12-07 12:51:49.800 | max connections = 25 2021-12-07 12:51:49.800 | path = /opt/stack/data/swift/4/node/ 2021-12-07 12:51:49.800 | read only = false 2021-12-07 12:51:49.800 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-12-07 12:51:49.800 | 2021-12-07 12:51:49.800 | 2021-12-07 12:51:49.800 | [container6611] 2021-12-07 12:51:49.800 | max connections = 25 2021-12-07 12:51:49.800 | path = /opt/stack/data/swift/1/node/ 2021-12-07 12:51:49.800 | read only = false 2021-12-07 12:51:49.800 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-12-07 12:51:49.800 | 2021-12-07 12:51:49.800 | [container6621] 2021-12-07 12:51:49.801 | max connections = 25 2021-12-07 12:51:49.801 | path = /opt/stack/data/swift/2/node/ 2021-12-07 12:51:49.801 | read only = false 2021-12-07 12:51:49.801 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-12-07 12:51:49.801 | 2021-12-07 12:51:49.801 | [container6631] 2021-12-07 12:51:49.801 | max connections = 25 2021-12-07 12:51:49.801 | path = /opt/stack/data/swift/3/node/ 2021-12-07 12:51:49.801 | read only = false 2021-12-07 12:51:49.801 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-12-07 12:51:49.801 | 2021-12-07 12:51:49.801 | [container6641] 2021-12-07 12:51:49.801 | max connections = 25 2021-12-07 12:51:49.801 | path = /opt/stack/data/swift/4/node/ 2021-12-07 12:51:49.801 | read only = false 2021-12-07 12:51:49.801 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-12-07 12:51:49.801 | 2021-12-07 12:51:49.801 | 2021-12-07 12:51:49.801 | [object6613] 2021-12-07 12:51:49.801 | max connections = 25 2021-12-07 12:51:49.801 | path = /opt/stack/data/swift/1/node/ 2021-12-07 12:51:49.801 | read only = false 2021-12-07 12:51:49.801 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-12-07 12:51:49.801 | 2021-12-07 12:51:49.801 | [object6623] 2021-12-07 12:51:49.801 | max connections = 25 2021-12-07 12:51:49.801 | path = /opt/stack/data/swift/2/node/ 2021-12-07 12:51:49.801 | read only = false 2021-12-07 12:51:49.801 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-12-07 12:51:49.802 | 2021-12-07 12:51:49.802 | [object6633] 2021-12-07 12:51:49.802 | max connections = 25 2021-12-07 12:51:49.802 | path = /opt/stack/data/swift/3/node/ 2021-12-07 12:51:49.802 | read only = false 2021-12-07 12:51:49.802 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-12-07 12:51:49.802 | 2021-12-07 12:51:49.802 | [object6643] 2021-12-07 12:51:49.802 | max connections = 25 2021-12-07 12:51:49.802 | path = /opt/stack/data/swift/4/node/ 2021-12-07 12:51:49.802 | read only = false 2021-12-07 12:51:49.802 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-12-07 12:51:49.802 | + lib/swift:configure_swift:361 : is_ubuntu 2021-12-07 12:51:49.805 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:51:49.807 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:51:49.811 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-12-07 12:51:49.827 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-12-07 12:51:49.829 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-12-07 12:51:49.833 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-12-07 12:51:49.838 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-12-07 12:51:49.840 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-12-07 12:51:49.844 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-12-07 12:51:49.869 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.24:8080/v1/ 2021-12-07 12:51:49.891 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-12-07 12:51:49.912 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-12-07 12:51:49.940 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-12-07 12:51:49.960 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-12-07 12:51:49.988 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-12-07 12:51:50.008 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-12-07 12:51:50.036 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-12-07 12:51:50.058 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-12-07 12:51:50.087 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-12-07 12:51:50.107 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-12-07 12:51:50.135 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-12-07 12:51:50.157 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-12-07 12:51:50.172 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:50.174 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-12-07 12:51:50.202 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-12-07 12:51:50.230 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-12-07 12:51:50.257 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-12-07 12:51:50.287 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-12-07 12:51:50.301 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:50.303 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-12-07 12:51:50.332 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-12-07 12:51:50.346 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:50.348 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-12-07 12:51:50.364 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:50.366 | + lib/swift:configure_swift:431 : is_service_enabled s3api 2021-12-07 12:51:50.380 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:50.383 | + lib/swift:configure_swift:434 : swift_pipeline+=' authtoken keystoneauth' 2021-12-07 12:51:50.385 | + lib/swift:configure_swift:437 : swift_pipeline+=' tempauth ' 2021-12-07 12:51:50.387 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-12-07 12:51:50.394 | + lib/swift:configure_swift:440 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-12-07 12:51:50.402 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-12-07 12:51:50.431 | + lib/swift:configure_swift:443 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-12-07 12:51:50.458 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-12-07 12:51:50.489 | + lib/swift:configure_swift:451 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-12-07 12:51:50.519 | + lib/swift:configure_swift:453 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-12-07 12:51:50.548 | + lib/swift:configure_swift:454 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-12-07 12:51:50.550 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2021-12-07 12:51:50.552 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2021-12-07 12:51:50.554 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2021-12-07 12:51:50.556 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-12-07 12:51:50.582 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-12-07 12:51:50.610 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.24/identity 2021-12-07 12:51:50.639 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-12-07 12:51:50.668 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-12-07 12:51:50.696 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-12-07 12:51:50.723 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-12-07 12:51:50.755 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-12-07 12:51:50.785 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-07 12:51:50.819 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-12-07 12:51:50.848 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-12-07 12:51:50.875 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-12-07 12:51:50.909 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-12-07 12:51:50.937 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-12-07 12:51:50.968 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-12-07 12:51:50.998 | + lib/swift:configure_swift:465 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-12-07 12:51:51.019 | + lib/swift:configure_swift:466 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-12-07 12:51:51.051 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-12-07 12:51:51.080 | + lib/swift:configure_swift:471 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-12-07 12:51:51.084 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-12-07 12:51:51.111 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-12-07 12:51:51.136 | + lib/swift:configure_swift:474 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-12-07 12:51:51.160 | + lib/swift:configure_swift:476 : local node_number 2021-12-07 12:51:51.162 | + lib/swift:configure_swift:477 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-12-07 12:51:51.164 | + lib/swift:configure_swift:478 : local swift_node_config=/etc/swift/object-server/1.conf 2021-12-07 12:51:51.166 | + lib/swift:configure_swift:479 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-12-07 12:51:51.170 | + lib/swift:configure_swift:480 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-12-07 12:51:51.172 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-12-07 12:51:51.174 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-12-07 12:51:51.176 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-12-07 12:51:51.178 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-12-07 12:51:51.181 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-12-07 12:51:51.183 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-12-07 12:51:51.185 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-12-07 12:51:51.203 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-12-07 12:51:51.229 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-12-07 12:51:51.247 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-12-07 12:51:51.274 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-12-07 12:51:51.292 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-12-07 12:51:51.320 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-12-07 12:51:51.340 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-12-07 12:51:51.368 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-12-07 12:51:51.386 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-12-07 12:51:51.414 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-12-07 12:51:51.435 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-12-07 12:51:51.463 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-12-07 12:51:51.482 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-12-07 12:51:51.510 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-12-07 12:51:51.529 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-12-07 12:51:51.559 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-12-07 12:51:51.578 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-12-07 12:51:51.604 | + 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-12-07 12:51:51.610 | + lib/swift:configure_swift:481 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-12-07 12:51:51.629 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-12-07 12:51:51.656 | + lib/swift:configure_swift:483 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-12-07 12:51:51.682 | + lib/swift:configure_swift:485 : swift_node_config=/etc/swift/container-server/1.conf 2021-12-07 12:51:51.684 | + lib/swift:configure_swift:486 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-12-07 12:51:51.688 | + lib/swift:configure_swift:487 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-12-07 12:51:51.690 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-12-07 12:51:51.692 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-12-07 12:51:51.695 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-12-07 12:51:51.697 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-12-07 12:51:51.699 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-12-07 12:51:51.702 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-12-07 12:51:51.704 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-12-07 12:51:51.722 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-12-07 12:51:51.748 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-12-07 12:51:51.766 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-12-07 12:51:51.793 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-12-07 12:51:51.811 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-12-07 12:51:51.838 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-12-07 12:51:51.856 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-12-07 12:51:51.884 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-12-07 12:51:51.929 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-12-07 12:51:51.956 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-12-07 12:51:51.975 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-12-07 12:51:52.002 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-12-07 12:51:52.021 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-12-07 12:51:52.047 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-12-07 12:51:52.065 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-12-07 12:51:52.092 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-12-07 12:51:52.110 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-12-07 12:51:52.136 | + 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-12-07 12:51:52.141 | + lib/swift:configure_swift:488 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-12-07 12:51:52.159 | + lib/swift:configure_swift:489 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-12-07 12:51:52.185 | + lib/swift:configure_swift:491 : swift_node_config=/etc/swift/account-server/1.conf 2021-12-07 12:51:52.188 | + lib/swift:configure_swift:492 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-12-07 12:51:52.192 | + lib/swift:configure_swift:493 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-12-07 12:51:52.194 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-12-07 12:51:52.197 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-12-07 12:51:52.199 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-12-07 12:51:52.201 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-12-07 12:51:52.203 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-12-07 12:51:52.205 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-12-07 12:51:52.207 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-12-07 12:51:52.225 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-12-07 12:51:52.252 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-12-07 12:51:52.270 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-12-07 12:51:52.306 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-12-07 12:51:52.324 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-12-07 12:51:52.352 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-12-07 12:51:52.371 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-12-07 12:51:52.396 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-12-07 12:51:52.414 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-12-07 12:51:52.440 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-12-07 12:51:52.458 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-12-07 12:51:52.485 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-12-07 12:51:52.502 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-12-07 12:51:52.529 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-12-07 12:51:52.546 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-12-07 12:51:52.572 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-12-07 12:51:52.590 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-12-07 12:51:52.616 | + 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-12-07 12:51:52.622 | + lib/swift:configure_swift:494 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-12-07 12:51:52.641 | + lib/swift:configure_swift:495 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-12-07 12:51:52.668 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-12-07 12:51:52.696 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-12-07 12:51:52.724 | + lib/swift:configure_swift:501 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-12-07 12:51:52.753 | + lib/swift:configure_swift:503 : testfile=/etc/swift/test.conf 2021-12-07 12:51:52.755 | + lib/swift:configure_swift:504 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-12-07 12:51:52.760 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-12-07 12:51:52.785 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-12-07 12:51:52.811 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-12-07 12:51:52.837 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-12-07 12:51:52.863 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-12-07 12:51:52.889 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-12-07 12:51:52.914 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-12-07 12:51:52.940 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test password4 testing4 2021-12-07 12:51:52.965 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-12-07 12:51:52.989 | + lib/swift:configure_swift:517 : is_service_enabled keystone 2021-12-07 12:51:53.004 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:53.006 | + lib/swift:configure_swift:518 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-12-07 12:51:53.024 | + lib/swift:configure_swift:519 : local auth_vers 2021-12-07 12:51:53.027 | ++ lib/swift:configure_swift:520 : iniget /etc/swift/test.conf func_test auth_version 2021-12-07 12:51:53.046 | + lib/swift:configure_swift:520 : auth_vers=3 2021-12-07 12:51:53.048 | + lib/swift:configure_swift:521 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.24 2021-12-07 12:51:53.073 | + lib/swift:configure_swift:522 : [[ http == \h\t\t\p\s ]] 2021-12-07 12:51:53.076 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_port 80 2021-12-07 12:51:53.100 | + lib/swift:configure_swift:527 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.24/identity 2021-12-07 12:51:53.126 | + lib/swift:configure_swift:528 : [[ 3 == \3 ]] 2021-12-07 12:51:53.128 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-12-07 12:51:53.154 | + lib/swift:configure_swift:533 : is_service_enabled tls-proxy 2021-12-07 12:51:53.168 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:53.171 | + lib/swift:configure_swift:539 : local user_group 2021-12-07 12:51:53.174 | ++ lib/swift:configure_swift:540 : id -g ubuntu 2021-12-07 12:51:53.178 | + lib/swift:configure_swift:540 : user_group=1000 2021-12-07 12:51:53.180 | + lib/swift:configure_swift:541 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-12-07 12:51:53.192 | + lib/swift:configure_swift:543 : local swift_log_dir=/opt/stack/data/swift/logs 2021-12-07 12:51:53.196 | + lib/swift:configure_swift:544 : sudo rm -rf /opt/stack/data/swift/logs 2021-12-07 12:51:53.207 | + lib/swift:configure_swift:545 : local swift_log_group=adm 2021-12-07 12:51:53.209 | + lib/swift:configure_swift:546 : is_suse 2021-12-07 12:51:53.214 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:51:53.216 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:51:53.218 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:51:53.220 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:51:53.223 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:51:53.225 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:51:53.228 | + lib/swift:configure_swift:549 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-12-07 12:51:53.241 | + lib/swift:configure_swift:551 : [[ False != \F\a\l\s\e ]] 2021-12-07 12:51:53.245 | + lib/swift:configure_swift:559 : '[' False == True ']' 2021-12-07 12:51:53.248 | + ./stack.sh:main:889 : is_service_enabled s3api 2021-12-07 12:51:53.264 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:51:53.267 | + ./stack.sh:main:895 : is_service_enabled g-api n-api 2021-12-07 12:51:53.286 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:53.289 | + ./stack.sh:main:897 : stack_install_service glance 2021-12-07 12:51:53.292 | + lib/stack:stack_install_service:20 : local service=glance 2021-12-07 12:51:53.295 | + lib/stack:stack_install_service:21 : type install_glance 2021-12-07 12:51:53.297 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-07 12:51:53.300 | + lib/stack:stack_install_service:32 : install_glance 2021-12-07 12:51:53.305 | + lib/glance:install_glance:358 : glance_store_extras=() 2021-12-07 12:51:53.307 | + lib/glance:install_glance:358 : local glance_store_extras 2021-12-07 12:51:53.311 | + lib/glance:install_glance:360 : is_service_enabled cinder 2021-12-07 12:51:53.328 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:53.330 | + lib/glance:install_glance:361 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-12-07 12:51:53.335 | + lib/glance:install_glance:364 : is_service_enabled swift 2021-12-07 12:51:53.352 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:51:53.355 | + lib/glance:install_glance:365 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-12-07 12:51:53.357 | + lib/glance:install_glance:370 : use_library_from_git glance_store 2021-12-07 12:51:53.360 | + inc/python:use_library_from_git:263 : local name=glance_store 2021-12-07 12:51:53.363 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:51:53.365 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:51:53.368 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,glance_store, ]] 2021-12-07 12:51:53.371 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:51:53.374 | ++ lib/glance:install_glance:375 : join_extras swift cinder 2021-12-07 12:51:53.377 | ++ inc/python:join_extras:29 : local IFS=, 2021-12-07 12:51:53.380 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-12-07 12:51:53.384 | + lib/glance:install_glance:375 : pip_install_gr_extras glance-store swift,cinder 2021-12-07 12:51:53.387 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-12-07 12:51:53.392 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-12-07 12:51:53.394 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-12-07 12:51:53.399 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-12-07 12:51:53.401 | ++ inc/python:get_version_constraints_from_global_requirements:250 : local package=glance-store 2021-12-07 12:51:53.403 | ++ inc/python:get_version_constraints_from_global_requirements:251 : local required_pkg_version_constraint 2021-12-07 12:51:53.407 | +++ inc/python:get_version_constraints_from_global_requirements:253 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:51:53.408 | +++ inc/python:get_version_constraints_from_global_requirements:253 : cut -d# -f1 2021-12-07 12:51:53.412 | ++ inc/python:get_version_constraints_from_global_requirements:253 : required_pkg_version_constraint='!=0.29.0 ' 2021-12-07 12:51:53.415 | ++ inc/python:get_version_constraints_from_global_requirements:254 : [[ !=0.29.0 == '' ]] 2021-12-07 12:51:53.417 | ++ inc/python:get_version_constraints_from_global_requirements:257 : echo '!=0.29.0' 2021-12-07 12:51:53.420 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-12-07 12:51:53.423 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-12-07 12:51:53.442 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 because python3_enabled=True 2021-12-07 12:51:53.448 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2021-12-07 12:51:56.115 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:51:56.115 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:51:56.116 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.116 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.116 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.117 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.117 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.118 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.118 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.119 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.119 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.119 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.120 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.120 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.121 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.121 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.122 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.122 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.122 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.123 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.123 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.124 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.124 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.125 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.125 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.125 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.126 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.128 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.129 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.129 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.129 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.130 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.130 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.131 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.131 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.132 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.133 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.133 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.134 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.134 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.134 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.135 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.135 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.135 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.136 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.136 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.137 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.137 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.137 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.138 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.138 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.139 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.139 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.140 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.140 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.140 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.141 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.141 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.142 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.142 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.143 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.143 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.144 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.144 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.145 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.146 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.146 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.146 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.147 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.148 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.149 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.150 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.150 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.150 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.151 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.151 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.151 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.152 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.152 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.153 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.153 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.154 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.154 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.155 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.155 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.156 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.156 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.156 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.157 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.157 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.158 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.158 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.159 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.159 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.159 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.160 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.161 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.161 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.162 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.162 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.163 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.163 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.164 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.164 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.165 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.165 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.166 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.166 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.167 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.167 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.168 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.168 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.169 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.169 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.169 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.170 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.170 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.171 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.171 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.172 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.172 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.172 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.173 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.174 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.174 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.174 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.175 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.175 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.176 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.176 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.176 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.177 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.177 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.178 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.178 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.179 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.179 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.179 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.180 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.180 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.181 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.181 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.181 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.182 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.182 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.183 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.183 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.184 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.184 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.184 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.185 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.185 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.186 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.186 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.187 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.187 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.187 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.188 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.188 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.188 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.189 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.189 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.190 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.190 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.191 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.191 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.191 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.192 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.192 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.193 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.193 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.194 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.194 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.195 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.195 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.196 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.196 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.197 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.197 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.197 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.198 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.198 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.198 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.199 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.199 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.200 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.200 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.200 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.201 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.201 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.202 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.202 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.202 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.203 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.203 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.204 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.204 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.204 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.205 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.205 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.205 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.206 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.206 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.207 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.207 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.207 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.208 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.208 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.209 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.209 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.209 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.211 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.211 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.211 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.212 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.212 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.213 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.213 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.213 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.214 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.214 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.214 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.215 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.215 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.232 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.233 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.233 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.234 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.234 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.234 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.235 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.235 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.236 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.236 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.237 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.238 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.238 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.239 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.240 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.240 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.241 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.241 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.242 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.242 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.243 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.243 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.243 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.244 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.244 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.244 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.245 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.245 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.246 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.246 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.247 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.247 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.248 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.248 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.248 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.249 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.249 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.250 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.250 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.250 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.251 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.251 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.252 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.252 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.253 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.253 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.253 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.254 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.254 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.255 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.255 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.255 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.256 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.257 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.257 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.258 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.258 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.259 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.259 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.260 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.260 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.260 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.261 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.261 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.261 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.262 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.262 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.263 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.263 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.263 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.264 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.264 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.265 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.265 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.266 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.266 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.266 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.267 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.267 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.268 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.268 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.268 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.269 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.269 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.270 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.270 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.271 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.271 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.271 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.272 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.272 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.273 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.274 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.274 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.274 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.275 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.275 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.276 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.276 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.276 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.277 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.277 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.278 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.278 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.279 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.279 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.280 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.281 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.281 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.281 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.282 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.282 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.283 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.283 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.284 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.284 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.284 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.285 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.285 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.286 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.286 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.287 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.287 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.287 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.288 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.288 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.289 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.289 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.290 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.290 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.291 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.291 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.291 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.292 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.292 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.293 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.293 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.294 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.294 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.295 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.295 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.295 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.296 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.296 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.297 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.297 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.298 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.298 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.298 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.299 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.299 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.300 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.300 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.300 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.301 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.301 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.302 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.302 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.303 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.303 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.304 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.304 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.305 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.305 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.306 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.306 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.307 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.307 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.308 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.308 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.308 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.309 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.309 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.309 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.310 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.310 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.311 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.311 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.311 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.312 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.312 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.313 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.313 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.314 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.314 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.315 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.315 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.316 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.316 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.317 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.317 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.317 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.318 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:51:56.318 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:51:56.319 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:51:56.486 | Collecting glance-store===2.0.1 2021-12-07 12:51:56.494 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a85/dd1de1f97b3c1/glance_store-2.0.1-py2.py3-none-any.whl (209 kB) 2021-12-07 12:51:56.676 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (0.17.2) 2021-12-07 12:51:56.680 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-12-07 12:51:56.712 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-12-07 12:51:57.002 | Collecting os-brick===3.0.8 2021-12-07 12:51:57.019 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/267/0716380e03849/os_brick-3.0.8-py3-none-any.whl (249 kB) 2021-12-07 12:51:57.135 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-12-07 12:51:57.139 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (5.0.2) 2021-12-07 12:51:57.162 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (4.0.3) 2021-12-07 12:51:57.176 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.5) 2021-12-07 12:51:57.191 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.3) 2021-12-07 12:51:57.198 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-12-07 12:51:57.206 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-12-07 12:51:57.252 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (2.1.2) 2021-12-07 12:51:57.269 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (6.0.2) 2021-12-07 12:51:57.274 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-12-07 12:51:57.287 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.1.1) 2021-12-07 12:51:57.316 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-12-07 12:51:57.335 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-12-07 12:51:57.338 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-12-07 12:51:57.341 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-12-07 12:51:57.344 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.16.0) 2021-12-07 12:51:57.518 | Collecting python-cinderclient===7.0.2 2021-12-07 12:51:57.525 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/161/797c9b42827cb/python_cinderclient-7.0.2-py3-none-any.whl (276 kB) 2021-12-07 12:51:57.628 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-12-07 12:51:57.634 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-12-07 12:51:57.773 | Collecting python-swiftclient===3.9.1 2021-12-07 12:51:57.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b7e/4bd4ef6ee026f/python_swiftclient-3.9.1-py2.py3-none-any.whl (84 kB) 2021-12-07 12:51:57.881 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-12-07 12:51:57.886 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-12-07 12:51:57.994 | Collecting retrying===1.3.3 2021-12-07 12:51:58.001 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-12-07 12:51:58.101 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-12-07 12:51:58.106 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 829)) (3.17.0) 2021-12-07 12:51:58.110 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-12-07 12:51:58.113 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-12-07 12:51:58.119 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.25.8) 2021-12-07 12:51:58.142 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 994)) (1.2.3) 2021-12-07 12:51:58.144 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-07 12:51:58.155 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-12-07 12:51:58.201 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-07 12:51:58.246 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-12-07 12:51:58.265 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-07 12:51:58.268 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:51:58.274 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-07 12:51:58.279 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-12-07 12:51:58.282 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-07 12:51:58.290 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:51:58.294 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:51:58.298 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-07 12:51:58.300 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-12-07 12:51:58.304 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-07 12:51:58.316 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:51:58.331 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-07 12:51:58.340 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-07 12:51:58.348 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-07 12:51:58.358 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-12-07 12:51:58.361 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.7.2) 2021-12-07 12:51:58.363 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-07 12:51:58.368 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:51:58.371 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:51:58.373 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-07 12:51:58.376 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-12-07 12:51:58.378 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1004)) (3.1.0) 2021-12-07 12:51:58.391 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 988)) (1.12.1) 2021-12-07 12:51:58.394 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-12-07 12:51:58.397 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.4.0) 2021-12-07 12:51:58.416 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (0.7) 2021-12-07 12:51:58.425 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 967)) (1.1.0) 2021-12-07 12:51:58.432 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 700)) (1.6.0) 2021-12-07 12:51:58.435 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 946)) (1.4.0) 2021-12-07 12:51:58.438 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-07 12:51:58.441 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 967)) (1.4.0) 2021-12-07 12:51:58.444 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.0.0) 2021-12-07 12:51:59.791 | Installing collected packages: python-cinderclient, retrying, os-brick, python-swiftclient, glance-store 2021-12-07 12:52:01.158 | Successfully installed glance-store-2.0.1 os-brick-3.0.8 python-cinderclient-7.0.2 python-swiftclient-3.9.1 retrying-1.3.3 2021-12-07 12:52:01.276 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:52:01.276 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:52:01.367 | + inc/python:pip_install:207 : result=0 2021-12-07 12:52:01.369 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:52:01.372 | + functions-common:time_stop:2331 : local name 2021-12-07 12:52:01.374 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:52:01.376 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:52:01.379 | + functions-common:time_stop:2334 : local total 2021-12-07 12:52:01.381 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:52:01.384 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:52:01.386 | + functions-common:time_stop:2338 : start_time=1638881513437 2021-12-07 12:52:01.388 | + functions-common:time_stop:2340 : [[ -z 1638881513437 ]] 2021-12-07 12:52:01.391 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:52:01.394 | + functions-common:time_stop:2343 : end_time=1638881521392 2021-12-07 12:52:01.397 | + functions-common:time_stop:2344 : elapsed_time=7955 2021-12-07 12:52:01.400 | + functions-common:time_stop:2345 : total=130417 2021-12-07 12:52:01.402 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:52:01.404 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=138372 2021-12-07 12:52:01.407 | + inc/python:pip_install:210 : return 0 2021-12-07 12:52:01.409 | + lib/glance:install_glance:378 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance stable/ussuri 2021-12-07 12:52:01.412 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2021-12-07 12:52:01.414 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2021-12-07 12:52:01.416 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:52:01.419 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:52:01.421 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:52:01.425 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:52:01.427 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:52:01.430 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:52:01.446 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:52:01.448 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:52:01.450 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:52:01.453 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:52:01.454 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:52:01.458 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2021-12-07 12:52:01.461 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:52:01.463 | + functions-common:git_clone:592 : cd /opt/stack/glance 2021-12-07 12:52:01.466 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:52:01.467 | + functions-common:git_clone:593 : head -1 2021-12-07 12:52:01.469 | e11b0e740 Merge "Add 20.1.1 reno" into stable/ussuri 2021-12-07 12:52:01.471 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:52:01.474 | + lib/glance:install_glance:380 : setup_develop /opt/stack/glance 2021-12-07 12:52:01.477 | + inc/python:setup_develop:351 : local bindep 2021-12-07 12:52:01.479 | + inc/python:setup_develop:352 : [[ /opt/stack/glance == -bindep* ]] 2021-12-07 12:52:01.482 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/glance 2021-12-07 12:52:01.484 | + inc/python:setup_develop:357 : local extras= 2021-12-07 12:52:01.487 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-12-07 12:52:01.489 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-07 12:52:01.492 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/glance == -bindep* ]] 2021-12-07 12:52:01.494 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/glance 2021-12-07 12:52:01.497 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-07 12:52:01.499 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-07 12:52:01.502 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/glance 2021-12-07 12:52:01.505 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-07 12:52:01.508 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/glance 2021-12-07 12:52:01.511 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-07 12:52:01.513 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-07 12:52:01.516 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-12-07 12:52:01.521 | + inc/python:_setup_package_with_constraints_edit:396 : name=glance 2021-12-07 12:52:01.525 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2021-12-07 12:52:02.534 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/glance -e 2021-12-07 12:52:02.536 | + inc/python:setup_package:430 : local bindep=0 2021-12-07 12:52:02.539 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-07 12:52:02.541 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-07 12:52:02.543 | + inc/python:setup_package:433 : [[ /opt/stack/glance == -bindep* ]] 2021-12-07 12:52:02.546 | + inc/python:setup_package:438 : local project_dir=/opt/stack/glance 2021-12-07 12:52:02.548 | + inc/python:setup_package:439 : local flags=-e 2021-12-07 12:52:02.551 | + inc/python:setup_package:440 : local extras= 2021-12-07 12:52:02.553 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-07 12:52:02.556 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-07 12:52:02.558 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-07 12:52:02.561 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-07 12:52:02.563 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-07 12:52:02.566 | + inc/python:setup_package:458 : pip_install -e /opt/stack/glance 2021-12-07 12:52:02.585 | Using python 3.6 to install /opt/stack/glance because python3_enabled=True 2021-12-07 12:52:02.590 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2021-12-07 12:52:05.265 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:52:05.265 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:52:05.265 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.266 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.266 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.267 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.267 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.268 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.268 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.269 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.269 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.269 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.270 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.270 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.271 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.271 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.272 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.272 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.272 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.273 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.273 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.274 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.274 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.275 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.275 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.275 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.276 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.278 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.278 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.279 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.279 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.280 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.280 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.281 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.281 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.282 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.282 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.282 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.283 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.283 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.284 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.284 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.284 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.285 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.285 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.285 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.286 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.286 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.287 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.287 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.288 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.289 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.289 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.290 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.290 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.290 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.291 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.291 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.292 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.292 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.293 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.293 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.294 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.294 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.295 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.296 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.296 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.296 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.298 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.298 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.299 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.300 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.300 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.300 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.301 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.301 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.302 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.302 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.302 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.303 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.303 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.304 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.304 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.305 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.305 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.306 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.306 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.306 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.307 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.307 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.308 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.308 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.309 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.309 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.310 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.310 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.311 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.311 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.312 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.312 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.313 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.313 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.314 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.314 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.315 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.315 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.316 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.316 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.317 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.317 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.317 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.318 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.318 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.319 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.320 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.320 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.321 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.321 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.322 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.322 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.323 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.323 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.323 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.324 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.324 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.325 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.325 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.325 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.326 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.327 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.327 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.327 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.328 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.328 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.329 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.329 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.329 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.330 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.330 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.331 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.331 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.332 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.332 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.332 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.333 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.333 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.334 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.335 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.335 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.336 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.336 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.337 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.337 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.338 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.338 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.338 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.339 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.339 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.339 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.340 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.340 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.341 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.341 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.341 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.342 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.342 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.343 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.343 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.344 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.344 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.344 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.345 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.345 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.346 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.346 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.346 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.347 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.347 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.348 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.348 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.349 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.349 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.349 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.350 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.350 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.350 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.351 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.351 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.352 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.352 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.352 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.353 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.353 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.354 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.354 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.355 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.355 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.371 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.372 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.372 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.373 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.373 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.374 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.374 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.374 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.375 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.375 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.376 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.376 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.376 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.377 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.377 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.378 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.378 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.378 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.379 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.379 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.380 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.380 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.381 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.381 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.382 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.383 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.383 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.383 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.384 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.384 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.384 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.385 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.385 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.386 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.386 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.387 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.387 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.388 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.389 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.389 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.390 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.391 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.391 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.392 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.392 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.392 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.393 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.393 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.394 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.394 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.395 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.395 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.395 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.396 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.396 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.397 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.397 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.398 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.398 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.399 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.399 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.399 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.400 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.400 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.401 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.401 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.401 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.402 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.402 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.403 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.403 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.404 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.404 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.404 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.405 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.405 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.406 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.406 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.407 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.407 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.408 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.408 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.408 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.409 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.409 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.410 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.410 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.410 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.411 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.411 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.412 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.412 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.413 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.413 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.414 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.414 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.415 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.415 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.415 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.416 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.416 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.417 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.417 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.418 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.418 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.418 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.419 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.419 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.420 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.420 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.421 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.421 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.421 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.422 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.422 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.423 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.423 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.423 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.424 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.424 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.425 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.425 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.426 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.426 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.426 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.427 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.427 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.428 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.429 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.429 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.430 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.430 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.431 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.431 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.432 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.433 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.433 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.433 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.434 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.434 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.435 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.435 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.436 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.436 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.436 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.437 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.437 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.438 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.438 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.439 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.439 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.439 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.440 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.440 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.441 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.441 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.442 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.442 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.443 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.443 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.443 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.444 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.444 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.445 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.445 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.446 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.446 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.447 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.447 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.448 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.448 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.448 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.449 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.449 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.450 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.450 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.450 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.451 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.451 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.452 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.452 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.453 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.453 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.453 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.454 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.454 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.455 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.455 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.456 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.456 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.457 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.457 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.458 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.458 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.459 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.459 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.460 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.460 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.461 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.461 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.462 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.462 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.463 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.463 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.463 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.464 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.464 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.465 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.465 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.466 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.466 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.466 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.467 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.467 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.468 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.468 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.469 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.470 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.470 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.470 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:05.471 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:05.471 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:05.472 | Obtaining file:///opt/stack/glance 2021-12-07 12:52:06.843 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-07 12:52:08.225 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-07 12:52:08.234 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-07 12:52:08.242 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-07 12:52:08.251 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-07 12:52:08.406 | Collecting WSME===0.10.0 2021-12-07 12:52:08.414 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2021-12-07 12:52:08.515 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:52:08.530 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-07 12:52:08.713 | Collecting castellan===3.0.4 2021-12-07 12:52:08.721 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e01/891bf9bf444e0/castellan-3.0.4-py3-none-any.whl (90 kB) 2021-12-07 12:52:08.833 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-07 12:52:08.977 | Collecting cursive===0.2.2 2021-12-07 12:52:08.984 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-12-07 12:52:09.072 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-07 12:52:09.080 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (0.6.0) 2021-12-07 12:52:09.086 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-07 12:52:09.095 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-12-07 12:52:09.102 | Requirement already satisfied: glance-store===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) (2.0.1) 2021-12-07 12:52:09.191 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.4.15) 2021-12-07 12:52:09.193 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (0.17.2) 2021-12-07 12:52:09.196 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (0.1.12) 2021-12-07 12:52:09.199 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.2.0) 2021-12-07 12:52:09.232 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (4.0.0) 2021-12-07 12:52:09.301 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (9.0.0) 2021-12-07 12:52:09.361 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.5) 2021-12-07 12:52:09.363 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (0.7.19) 2021-12-07 12:52:09.367 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.7.0) 2021-12-07 12:52:09.371 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 463)) (5.0.2) 2021-12-07 12:52:09.394 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.3.1) 2021-12-07 12:52:09.430 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (4.0.3) 2021-12-07 12:52:09.443 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (8.0.5) 2021-12-07 12:52:09.457 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.0.3) 2021-12-07 12:52:09.464 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 486)) (8.1.1) 2021-12-07 12:52:09.517 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (4.0.1) 2021-12-07 12:52:09.528 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (4.1.3) 2021-12-07 12:52:09.574 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (12.1.6) 2021-12-07 12:52:09.640 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (4.0.2) 2021-12-07 12:52:09.685 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (3.1.2) 2021-12-07 12:52:09.703 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.0.1) 2021-12-07 12:52:09.718 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (3.1.2) 2021-12-07 12:52:09.731 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.1.1) 2021-12-07 12:52:09.760 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (1.0.1) 2021-12-07 12:52:09.770 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (4.1.2) 2021-12-07 12:52:09.787 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (3.1.0) 2021-12-07 12:52:09.834 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (5.4.5) 2021-12-07 12:52:09.837 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (0.7.2) 2021-12-07 12:52:09.839 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (5.7.0) 2021-12-07 12:52:09.844 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 588)) (19.1.0) 2021-12-07 12:52:09.860 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (3.0.0) 2021-12-07 12:52:09.873 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 603)) (0.9.6) 2021-12-07 12:52:09.878 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (2.4.7) 2021-12-07 12:52:09.882 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.16.0) 2021-12-07 12:52:10.010 | Collecting python-barbicanclient===4.10.0 2021-12-07 12:52:10.017 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/5b44e5682dc6d/python_barbicanclient-4.10.0-py3-none-any.whl (82 kB) 2021-12-07 12:52:10.111 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 652)) (2.8.1) 2021-12-07 12:52:10.116 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 657)) (1.0.4) 2021-12-07 12:52:10.119 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 684)) (4.0.0) 2021-12-07 12:52:10.140 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 772)) (2019.3) 2021-12-07 12:52:10.144 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 786)) (0.7) 2021-12-07 12:52:10.153 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (2.23.0) 2021-12-07 12:52:10.176 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.3.3) 2021-12-07 12:52:10.181 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.4.0) 2021-12-07 12:52:10.273 | Collecting simplegeneric===0.8.1 2021-12-07 12:52:10.280 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-12-07 12:52:11.019 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (1.14.0) 2021-12-07 12:52:11.023 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 893)) (0.13.0) 2021-12-07 12:52:11.034 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.3.1) 2021-12-07 12:52:11.038 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (3.3.0) 2021-12-07 12:52:11.041 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 900)) (1.32.0) 2021-12-07 12:52:11.217 | Collecting taskflow===4.1.0 2021-12-07 12:52:11.234 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/92b/5da73d9bdbc5d/taskflow-4.1.0-py3-none-any.whl (490 kB) 2021-12-07 12:52:11.389 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 923)) (6.1.0) 2021-12-07 12:52:11.403 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 926)) (2.0.1) 2021-12-07 12:52:11.413 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (0.5.0) 2021-12-07 12:52:11.419 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (2.4.0) 2021-12-07 12:52:11.439 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 947)) (1.4.0) 2021-12-07 12:52:11.443 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.1.0) 2021-12-07 12:52:11.450 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.25.8) 2021-12-07 12:52:11.474 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 989)) (1.12.1) 2021-12-07 12:52:11.477 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 995)) (1.2.3) 2021-12-07 12:52:11.480 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-07 12:52:11.488 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:52:11.494 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:52:11.498 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-07 12:52:11.500 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 325)) (49.6.0) 2021-12-07 12:52:11.546 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-07 12:52:11.591 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (1.6.0) 2021-12-07 12:52:11.611 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-07 12:52:11.616 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-07 12:52:11.621 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:52:11.625 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.6.8) 2021-12-07 12:52:11.673 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-07 12:52:11.676 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-07 12:52:11.683 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-07 12:52:11.690 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (0.6.2) 2021-12-07 12:52:11.694 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-07 12:52:11.706 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.10.9) 2021-12-07 12:52:11.709 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (3.1.0) 2021-12-07 12:52:11.725 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:52:11.728 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:52:11.731 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.9) 2021-12-07 12:52:11.735 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-07 12:52:11.738 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-07 12:52:11.862 | Collecting automaton===2.0.1 2021-12-07 12:52:11.868 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/869/0800a16118ebf/automaton-2.0.1-py3-none-any.whl (22 kB) 2021-12-07 12:52:12.041 | Collecting pydot===1.4.1 2021-12-07 12:52:12.048 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2021-12-07 12:52:12.290 | Collecting networkx===2.4 2021-12-07 12:52:12.300 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/bf698749a5014/networkx-2.4-py3-none-any.whl (1.6 MB) 2021-12-07 12:52:12.466 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-07 12:52:12.469 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 700)) (1.6.0) 2021-12-07 12:52:12.471 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (1.0.0) 2021-12-07 12:52:12.474 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 968)) (1.4.0) 2021-12-07 12:52:12.477 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-07 12:52:12.481 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (2.20) 2021-12-07 12:52:12.484 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1005)) (3.1.0) 2021-12-07 12:52:12.496 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.3.0) 2021-12-07 12:52:12.500 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.8.9) 2021-12-07 12:52:12.516 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (1.8.0) 2021-12-07 12:52:12.519 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 980)) (0.1.9) 2021-12-07 12:52:12.524 | Building wheels for collected packages: simplegeneric 2021-12-07 12:52:12.524 | Building wheel for simplegeneric (setup.py): started 2021-12-07 12:52:13.263 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-12-07 12:52:13.264 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=0b04f89f6e1edfd1fc851075df02a2c5471123bffa039ff56d672a42a794b901 2021-12-07 12:52:13.264 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2021-12-07 12:52:13.265 | Successfully built simplegeneric 2021-12-07 12:52:14.323 | Installing collected packages: automaton, pydot, networkx, taskflow, simplegeneric, WSME, python-barbicanclient, castellan, cursive, glance 2021-12-07 12:52:17.352 | Running setup.py develop for glance 2021-12-07 12:52:18.945 | Successfully installed WSME-0.10.0 automaton-2.0.1 castellan-3.0.4 cursive-0.2.2 glance networkx-2.4 pydot-1.4.1 python-barbicanclient-4.10.0 simplegeneric-0.8.1 taskflow-4.1.0 2021-12-07 12:52:19.069 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:52:19.070 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:52:19.169 | + inc/python:pip_install:207 : result=0 2021-12-07 12:52:19.172 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:52:19.174 | + functions-common:time_stop:2331 : local name 2021-12-07 12:52:19.176 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:52:19.179 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:52:19.181 | + functions-common:time_stop:2334 : local total 2021-12-07 12:52:19.183 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:52:19.185 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:52:19.188 | + functions-common:time_stop:2338 : start_time=1638881522580 2021-12-07 12:52:19.190 | + functions-common:time_stop:2340 : [[ -z 1638881522580 ]] 2021-12-07 12:52:19.193 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:52:19.196 | + functions-common:time_stop:2343 : end_time=1638881539194 2021-12-07 12:52:19.199 | + functions-common:time_stop:2344 : elapsed_time=16614 2021-12-07 12:52:19.201 | + functions-common:time_stop:2345 : total=138372 2021-12-07 12:52:19.203 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:52:19.205 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=154986 2021-12-07 12:52:19.208 | + inc/python:pip_install:210 : return 0 2021-12-07 12:52:19.211 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-07 12:52:19.213 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-12-07 12:52:19.216 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-12-07 12:52:19.234 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-12-07 12:52:19.245 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/glance 2021-12-07 12:52:19.248 | + inc/python:use_library_from_git:263 : local name=/opt/stack/glance 2021-12-07 12:52:19.250 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:52:19.253 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:52:19.255 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-12-07 12:52:19.258 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:52:19.260 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-07 12:52:19.263 | + ./stack.sh:main:898 : configure_glance 2021-12-07 12:52:19.265 | + lib/glance:configure_glance:136 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-12-07 12:52:19.277 | + lib/glance:configure_glance:139 : iniset /etc/glance/glance-registry.conf DEFAULT debug True 2021-12-07 12:52:19.302 | + lib/glance:configure_glance:140 : iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2021-12-07 12:52:19.326 | + lib/glance:configure_glance:141 : iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2021-12-07 12:52:19.350 | + lib/glance:configure_glance:142 : local dburl 2021-12-07 12:52:19.353 | ++ lib/glance:configure_glance:143 : database_connection_url glance 2021-12-07 12:52:19.355 | ++ lib/database:database_connection_url:132 : local db=glance 2021-12-07 12:52:19.358 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-12-07 12:52:19.360 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2021-12-07 12:52:19.362 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-07 12:52:19.365 | + lib/glance:configure_glance:143 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-07 12:52:19.367 | + lib/glance:configure_glance:144 : iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-07 12:52:19.393 | + lib/glance:configure_glance:145 : iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2021-12-07 12:52:19.417 | + lib/glance:configure_glance:146 : iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2021-12-07 12:52:19.442 | + lib/glance:configure_glance:147 : configure_keystone_authtoken_middleware /etc/glance/glance-registry.conf glance 2021-12-07 12:52:19.445 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-registry.conf 2021-12-07 12:52:19.454 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-12-07 12:52:19.456 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-07 12:52:19.459 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password 2021-12-07 12:52:19.485 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-registry.conf keystone_authtoken interface public 2021-12-07 12:52:19.510 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://10.222.0.24/identity 2021-12-07 12:52:19.537 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2021-12-07 12:52:19.561 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-registry.conf keystone_authtoken password Passw0rd 2021-12-07 12:52:19.587 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default 2021-12-07 12:52:19.612 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2021-12-07 12:52:19.638 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default 2021-12-07 12:52:19.663 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-07 12:52:19.690 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers localhost:11211 2021-12-07 12:52:19.715 | + lib/glance:configure_glance:148 : iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messagingv2 2021-12-07 12:52:19.742 | + lib/glance:configure_glance:149 : iniset_rpc_backend glance /etc/glance/glance-registry.conf 2021-12-07 12:52:19.744 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-12-07 12:52:19.747 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-registry.conf 2021-12-07 12:52:19.749 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-07 12:52:19.751 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-07 12:52:19.754 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 12:52:19.774 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:52:19.777 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-07 12:52:19.780 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-07 12:52:19.782 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 12:52:19.797 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:52:19.799 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:52:19.802 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-registry.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:52:19.828 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 12:52:19.830 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 12:52:19.832 | + lib/glance:configure_glance:150 : iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5 2021-12-07 12:52:19.857 | + lib/glance:configure_glance:153 : [[ False == \T\r\u\e ]] 2021-12-07 12:52:19.859 | + lib/glance:configure_glance:163 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-12-07 12:52:19.887 | + lib/glance:configure_glance:164 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-12-07 12:52:19.914 | + lib/glance:configure_glance:165 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-12-07 12:52:19.938 | + lib/glance:configure_glance:166 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-12-07 12:52:19.963 | + lib/glance:configure_glance:167 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-12-07 12:52:19.989 | + lib/glance:configure_glance:168 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-12-07 12:52:20.016 | + lib/glance:configure_glance:169 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-12-07 12:52:20.019 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2021-12-07 12:52:20.023 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-12-07 12:52:20.025 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-07 12:52:20.027 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-12-07 12:52:20.054 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-12-07 12:52:20.079 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.24/identity 2021-12-07 12:52:20.104 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-12-07 12:52:20.128 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-12-07 12:52:20.154 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-12-07 12:52:20.179 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-12-07 12:52:20.204 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-12-07 12:52:20.229 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-07 12:52:20.254 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-12-07 12:52:20.282 | + lib/glance:configure_glance:170 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-12-07 12:52:20.312 | + lib/glance:configure_glance:171 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-12-07 12:52:20.315 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-12-07 12:52:20.317 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-12-07 12:52:20.321 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-07 12:52:20.323 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-07 12:52:20.325 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 12:52:20.341 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:52:20.344 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-07 12:52:20.347 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-07 12:52:20.349 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 12:52:20.365 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:52:20.368 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:52:20.371 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:52:20.396 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 12:52:20.399 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 12:52:20.401 | + lib/glance:configure_glance:172 : '[' libvirt = xenserver ']' 2021-12-07 12:52:20.404 | + lib/glance:configure_glance:176 : '[' libvirt = libvirt ']' 2021-12-07 12:52:20.406 | + lib/glance:configure_glance:176 : '[' kvm = parallels ']' 2021-12-07 12:52:20.408 | + lib/glance:configure_glance:182 : '[' False '!=' True ']' 2021-12-07 12:52:20.411 | + lib/glance:configure_glance:183 : iniset /etc/glance/glance-api.conf DEFAULT enable_v1_api False 2021-12-07 12:52:20.436 | + lib/glance:configure_glance:187 : [[ False == \T\r\u\e ]] 2021-12-07 12:52:20.438 | + lib/glance:configure_glance:199 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-12-07 12:52:20.467 | ++ lib/glance:configure_glance:201 : ipv6_unquote 10.222.0.24 2021-12-07 12:52:20.470 | ++ functions-common:ipv6_unquote:2129 : echo 10.222.0.24 2021-12-07 12:52:20.471 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-12-07 12:52:20.475 | + lib/glance:configure_glance:201 : iniset /etc/glance/glance-api.conf DEFAULT registry_host 10.222.0.24 2021-12-07 12:52:20.500 | + lib/glance:configure_glance:204 : '[' -n '' ']' 2021-12-07 12:52:20.502 | + lib/glance:configure_glance:207 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.24 2021-12-07 12:52:20.531 | + lib/glance:configure_glance:212 : is_service_enabled s-proxy 2021-12-07 12:52:20.546 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:52:20.548 | + lib/glance:configure_glance:213 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-12-07 12:52:20.574 | + lib/glance:configure_glance:214 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-12-07 12:52:20.598 | + lib/glance:configure_glance:215 : python3_enabled 2021-12-07 12:52:20.600 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-07 12:52:20.603 | + inc/python:python3_enabled:468 : return 0 2021-12-07 12:52:20.605 | + lib/glance:configure_glance:216 : iniset /etc/glance/glance-api.conf glance_store swift_store_auth_insecure True 2021-12-07 12:52:20.630 | + lib/glance:configure_glance:219 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-12-07 12:52:20.655 | + lib/glance:configure_glance:220 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-12-07 12:52:20.680 | + lib/glance:configure_glance:221 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-12-07 12:52:20.704 | + lib/glance:configure_glance:222 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-12-07 12:52:20.729 | + lib/glance:configure_glance:224 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-12-07 12:52:20.756 | + lib/glance:configure_glance:226 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-12-07 12:52:20.780 | + lib/glance:configure_glance:227 : python3_enabled 2021-12-07 12:52:20.783 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-07 12:52:20.785 | + inc/python:python3_enabled:468 : return 0 2021-12-07 12:52:20.787 | + lib/glance:configure_glance:230 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.24/identity/v3 2021-12-07 12:52:20.812 | + lib/glance:configure_glance:234 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-12-07 12:52:20.837 | + lib/glance:configure_glance:239 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.24/image 2021-12-07 12:52:20.863 | + lib/glance:configure_glance:241 : is_service_enabled tls-proxy 2021-12-07 12:52:20.879 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:52:20.881 | + lib/glance:configure_glance:249 : is_service_enabled tls-proxy 2021-12-07 12:52:20.897 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:52:20.900 | + lib/glance:configure_glance:254 : setup_logging /etc/glance/glance-api.conf 2021-12-07 12:52:20.902 | + functions:setup_logging:655 : local conf_file=/etc/glance/glance-api.conf 2021-12-07 12:52:20.904 | + functions:setup_logging:656 : local other_cond=False 2021-12-07 12:52:20.906 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 12:52:20.909 | + functions:setup_logging:658 : setup_systemd_logging /etc/glance/glance-api.conf 2021-12-07 12:52:20.911 | + functions:setup_systemd_logging:686 : local conf_file=/etc/glance/glance-api.conf 2021-12-07 12:52:20.914 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 12:52:20.917 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 12:52:20.933 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 12:52:20.936 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 12:52:20.938 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 12:52:20.940 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 12:52:20.942 | + functions:setup_systemd_logging:700 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 12:52:20.972 | + functions:setup_systemd_logging:702 : 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-12-07 12:52:20.998 | + functions:setup_systemd_logging:703 : 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-12-07 12:52:21.023 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 12:52:21.048 | + lib/glance:configure_glance:255 : setup_logging /etc/glance/glance-registry.conf 2021-12-07 12:52:21.050 | + functions:setup_logging:655 : local conf_file=/etc/glance/glance-registry.conf 2021-12-07 12:52:21.052 | + functions:setup_logging:656 : local other_cond=False 2021-12-07 12:52:21.055 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 12:52:21.057 | + functions:setup_logging:658 : setup_systemd_logging /etc/glance/glance-registry.conf 2021-12-07 12:52:21.059 | + functions:setup_systemd_logging:686 : local conf_file=/etc/glance/glance-registry.conf 2021-12-07 12:52:21.061 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 12:52:21.064 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 12:52:21.080 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 12:52:21.083 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 12:52:21.086 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 12:52:21.088 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 12:52:21.090 | + functions:setup_systemd_logging:700 : iniset /etc/glance/glance-registry.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 12:52:21.115 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-registry.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-12-07 12:52:21.140 | + functions:setup_systemd_logging:703 : iniset /etc/glance/glance-registry.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-12-07 12:52:21.166 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-registry.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 12:52:21.192 | + lib/glance:configure_glance:257 : cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2021-12-07 12:52:21.196 | + lib/glance:configure_glance:258 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-12-07 12:52:21.200 | + lib/glance:configure_glance:261 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-12-07 12:52:21.228 | + lib/glance:configure_glance:262 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-12-07 12:52:21.254 | + lib/glance:configure_glance:263 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-12-07 12:52:21.279 | + lib/glance:configure_glance:264 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.24/identity 2021-12-07 12:52:21.305 | + lib/glance:configure_glance:265 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-12-07 12:52:21.329 | + lib/glance:configure_glance:266 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-12-07 12:52:21.355 | + lib/glance:configure_glance:267 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-12-07 12:52:21.382 | ++ lib/glance:configure_glance:268 : ipv6_unquote 10.222.0.24 2021-12-07 12:52:21.385 | ++ functions-common:ipv6_unquote:2129 : echo 10.222.0.24 2021-12-07 12:52:21.385 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-12-07 12:52:21.389 | + lib/glance:configure_glance:268 : iniset /etc/glance/glance-cache.conf DEFAULT registry_host 10.222.0.24 2021-12-07 12:52:21.415 | + lib/glance:configure_glance:271 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-12-07 12:52:21.442 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-12-07 12:52:21.469 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-12-07 12:52:21.496 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-12-07 12:52:21.520 | + lib/glance:configure_glance:278 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-12-07 12:52:21.526 | + lib/glance:configure_glance:280 : 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-12-07 12:52:21.532 | + lib/glance:configure_glance:282 : is_service_enabled tls-proxy 2021-12-07 12:52:21.548 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:52:21.550 | + lib/glance:configure_glance:290 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-07 12:52:21.553 | + lib/glance:configure_glance:291 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-12-07 12:52:21.555 | + lib/apache:write_local_uwsgi_http_config:329 : local file=/etc/glance/glance-uwsgi.ini 2021-12-07 12:52:21.557 | + lib/apache:write_local_uwsgi_http_config:330 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-12-07 12:52:21.560 | + lib/apache:write_local_uwsgi_http_config:331 : local url=/image 2021-12-07 12:52:21.562 | ++ lib/apache:write_local_uwsgi_http_config:332 : basename /usr/local/bin/glance-wsgi-api 2021-12-07 12:52:21.566 | + lib/apache:write_local_uwsgi_http_config:332 : name=glance-wsgi-api 2021-12-07 12:52:21.568 | + lib/apache:write_local_uwsgi_http_config:338 : rm -rf /etc/glance/glance-uwsgi.ini 2021-12-07 12:52:21.572 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-12-07 12:52:21.598 | ++ lib/apache:write_local_uwsgi_http_config:340 : get_random_port 2021-12-07 12:52:21.601 | ++ functions:get_random_port:815 : read lower_port upper_port 2021-12-07 12:52:21.604 | ++ functions:get_random_port:816 : true 2021-12-07 12:52:21.606 | ++ functions:get_random_port:817 : (( port = upper_port )) 2021-12-07 12:52:21.608 | ++ functions:get_random_port:817 : (( port >= lower_port )) 2021-12-07 12:52:21.611 | ++ functions:get_random_port:818 : sudo lsof -i :60999 2021-12-07 12:52:21.667 | ++ functions:get_random_port:819 : [[ 1 > 0 ]] 2021-12-07 12:52:21.669 | ++ functions:get_random_port:820 : break 2 2021-12-07 12:52:21.672 | ++ functions:get_random_port:824 : echo 60999 2021-12-07 12:52:21.674 | + lib/apache:write_local_uwsgi_http_config:340 : port=60999 2021-12-07 12:52:21.677 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-12-07 12:52:21.701 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-12-07 12:52:21.726 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-12-07 12:52:21.751 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-12-07 12:52:21.775 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-12-07 12:52:21.800 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-12-07 12:52:21.825 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-12-07 12:52:21.851 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-12-07 12:52:21.876 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-07 12:52:21.902 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-07 12:52:21.925 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-12-07 12:52:21.950 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-07 12:52:21.974 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-12-07 12:52:21.999 | + lib/apache:write_local_uwsgi_http_config:363 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-12-07 12:52:22.025 | + lib/apache:write_local_uwsgi_http_config:364 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-12-07 12:52:22.048 | + lib/apache:write_local_uwsgi_http_config:365 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-12-07 12:52:22.074 | + lib/apache:write_local_uwsgi_http_config:366 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-12-07 12:52:22.098 | + lib/apache:write_local_uwsgi_http_config:367 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-12-07 12:52:22.123 | + lib/apache:write_local_uwsgi_http_config:369 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-12-07 12:52:22.149 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_mod proxy 2021-12-07 12:52:22.151 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-12-07 12:52:22.154 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:52:22.157 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:52:22.160 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:52:22.162 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-12-07 12:52:22.164 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-12-07 12:52:22.221 | proxy (enabled by site administrator) 2021-12-07 12:52:22.224 | + lib/apache:write_local_uwsgi_http_config:372 : enable_apache_mod proxy_http 2021-12-07 12:52:22.226 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-12-07 12:52:22.229 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:52:22.231 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:52:22.234 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:52:22.236 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-12-07 12:52:22.238 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-12-07 12:52:22.289 | No module matches proxy_http 2021-12-07 12:52:22.293 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-12-07 12:52:22.364 | Considering dependency proxy for proxy_http: 2021-12-07 12:52:22.364 | Module proxy already enabled 2021-12-07 12:52:22.364 | Enabling module proxy_http. 2021-12-07 12:52:22.370 | To activate the new configuration, you need to run: 2021-12-07 12:52:22.370 | systemctl restart apache2 2021-12-07 12:52:22.374 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-12-07 12:52:22.380 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:52:22.382 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:52:22.385 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:52:22.528 | + lib/apache:write_local_uwsgi_http_config:373 : local apache_conf= 2021-12-07 12:52:22.533 | ++ lib/apache:write_local_uwsgi_http_config:374 : apache_site_config_for glance-wsgi-api 2021-12-07 12:52:22.536 | ++ lib/apache:apache_site_config_for:196 : local site=glance-wsgi-api 2021-12-07 12:52:22.539 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-07 12:52:22.542 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:52:22.545 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:52:22.547 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-07 12:52:22.551 | + lib/apache:write_local_uwsgi_http_config:374 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-07 12:52:22.555 | + lib/apache:write_local_uwsgi_http_config:375 : echo 'KeepAlive Off' 2021-12-07 12:52:22.555 | + lib/apache:write_local_uwsgi_http_config:375 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-07 12:52:22.562 | KeepAlive Off 2021-12-07 12:52:22.566 | + lib/apache:write_local_uwsgi_http_config:376 : echo 'SetEnv proxy-sendchunked 1' 2021-12-07 12:52:22.567 | + lib/apache:write_local_uwsgi_http_config:376 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-07 12:52:22.574 | SetEnv proxy-sendchunked 1 2021-12-07 12:52:22.578 | + lib/apache:write_local_uwsgi_http_config:377 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-12-07 12:52:22.578 | + lib/apache:write_local_uwsgi_http_config:377 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-12-07 12:52:22.587 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-12-07 12:52:22.590 | + lib/apache:write_local_uwsgi_http_config:378 : enable_apache_site glance-wsgi-api 2021-12-07 12:52:22.592 | + lib/apache:enable_apache_site:213 : local site=glance-wsgi-api 2021-12-07 12:52:22.595 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-07 12:52:22.597 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-07 12:52:22.600 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:52:22.602 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:52:22.605 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:52:22.607 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-07 12:52:22.610 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-07 12:52:22.612 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:52:22.614 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:52:22.617 | + lib/apache:enable_apache_site:217 : sudo a2ensite glance-wsgi-api 2021-12-07 12:52:22.675 | Enabling site glance-wsgi-api. 2021-12-07 12:52:22.680 | To activate the new configuration, you need to run: 2021-12-07 12:52:22.680 | systemctl reload apache2 2021-12-07 12:52:22.684 | + lib/apache:write_local_uwsgi_http_config:379 : restart_apache_server 2021-12-07 12:52:22.687 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:52:22.689 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:52:22.691 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:52:22.832 | + ./stack.sh:main:901 : is_service_enabled cinder 2021-12-07 12:52:22.848 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:52:22.852 | + ./stack.sh:main:903 : stack_install_service cinder 2021-12-07 12:52:22.854 | + lib/stack:stack_install_service:20 : local service=cinder 2021-12-07 12:52:22.857 | + lib/stack:stack_install_service:21 : type install_cinder 2021-12-07 12:52:22.859 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-07 12:52:22.862 | + lib/stack:stack_install_service:32 : install_cinder 2021-12-07 12:52:22.864 | + lib/cinder:install_cinder:417 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder stable/ussuri 2021-12-07 12:52:22.867 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2021-12-07 12:52:22.869 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2021-12-07 12:52:22.871 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:52:22.874 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:52:22.877 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:52:22.880 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:52:22.882 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:52:22.885 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:52:22.902 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:52:22.904 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:52:22.907 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:52:22.909 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:52:22.910 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:52:22.915 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2021-12-07 12:52:22.917 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:52:22.920 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2021-12-07 12:52:22.923 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:52:22.923 | + functions-common:git_clone:593 : head -1 2021-12-07 12:52:22.927 | 27e053bdc Merge "Add libcgroup related packages in bindep.txt" into stable/ussuri 2021-12-07 12:52:22.929 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:52:22.932 | + lib/cinder:install_cinder:418 : setup_develop /opt/stack/cinder 2021-12-07 12:52:22.935 | + inc/python:setup_develop:351 : local bindep 2021-12-07 12:52:22.937 | + inc/python:setup_develop:352 : [[ /opt/stack/cinder == -bindep* ]] 2021-12-07 12:52:22.940 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/cinder 2021-12-07 12:52:22.942 | + inc/python:setup_develop:357 : local extras= 2021-12-07 12:52:22.945 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-12-07 12:52:22.947 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-07 12:52:22.950 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/cinder == -bindep* ]] 2021-12-07 12:52:22.952 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/cinder 2021-12-07 12:52:22.955 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-07 12:52:22.957 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-07 12:52:22.961 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/cinder 2021-12-07 12:52:22.964 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-07 12:52:22.966 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/cinder 2021-12-07 12:52:22.969 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-07 12:52:22.971 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-07 12:52:22.975 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-12-07 12:52:22.981 | + inc/python:_setup_package_with_constraints_edit:396 : name=cinder 2021-12-07 12:52:22.983 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2021-12-07 12:52:23.982 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/cinder -e 2021-12-07 12:52:23.984 | + inc/python:setup_package:430 : local bindep=0 2021-12-07 12:52:23.987 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-07 12:52:23.989 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-07 12:52:23.991 | + inc/python:setup_package:433 : [[ /opt/stack/cinder == -bindep* ]] 2021-12-07 12:52:23.994 | + inc/python:setup_package:438 : local project_dir=/opt/stack/cinder 2021-12-07 12:52:23.996 | + inc/python:setup_package:439 : local flags=-e 2021-12-07 12:52:23.998 | + inc/python:setup_package:440 : local extras= 2021-12-07 12:52:24.001 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-07 12:52:24.003 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-07 12:52:24.005 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-07 12:52:24.008 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-07 12:52:24.010 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-07 12:52:24.013 | + inc/python:setup_package:458 : pip_install -e /opt/stack/cinder 2021-12-07 12:52:24.031 | Using python 3.6 to install /opt/stack/cinder because python3_enabled=True 2021-12-07 12:52:24.036 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2021-12-07 12:52:26.757 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:52:26.757 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:52:26.758 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.758 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.759 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.759 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.759 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.760 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.760 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.761 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.761 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.762 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.762 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.763 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.763 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.763 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.764 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.764 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.765 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.765 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.765 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.766 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.766 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.767 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.767 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.768 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.768 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.770 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.771 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.772 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.772 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.773 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.773 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.774 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.774 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.774 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.775 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.775 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.776 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.776 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.776 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.777 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.777 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.777 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.778 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.779 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.779 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.780 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.780 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.781 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.781 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.781 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.782 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.782 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.783 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.783 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.784 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.784 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.785 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.785 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.785 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.786 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.787 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.788 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.788 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.789 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.789 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.790 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.790 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.791 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.791 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.792 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.793 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.793 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.793 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.794 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.794 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.795 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.795 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.795 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.796 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.796 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.797 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.797 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.798 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.798 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.799 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.799 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.800 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.800 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.801 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.801 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.801 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.802 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.802 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.803 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.803 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.804 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.804 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.805 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.805 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.806 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.806 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.807 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.807 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.808 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.808 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.809 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.809 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.809 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.810 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.810 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.811 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.811 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.812 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.812 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.813 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.813 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.814 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.814 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.814 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.815 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.815 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.816 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.816 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.817 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.817 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.817 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.819 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.819 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.820 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.820 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.821 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.821 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.821 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.822 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.822 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.822 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.823 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.823 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.824 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.824 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.825 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.825 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.825 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.826 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.826 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.827 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.827 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.828 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.828 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.828 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.829 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.829 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.830 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.830 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.831 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.831 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.831 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.832 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.832 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.832 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.833 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.833 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.834 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.835 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.835 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.836 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.836 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.837 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.837 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.837 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.838 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.854 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.855 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.855 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.855 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.856 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.856 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.857 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.857 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.857 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.858 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.858 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.859 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.859 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.860 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.860 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.860 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.861 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.861 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.861 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.862 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.862 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.863 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.863 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.863 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.864 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.864 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.865 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.865 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.866 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.866 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.866 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.867 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.867 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.867 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.868 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.868 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.869 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.869 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.870 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.870 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.870 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.871 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.871 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.872 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.872 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.872 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.873 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.873 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.873 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.874 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.874 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.875 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.875 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.876 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.876 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.876 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.877 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.877 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.878 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.878 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.878 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.879 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.880 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.880 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.882 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.883 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.883 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.883 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.884 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.884 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.885 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.885 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.885 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.886 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.886 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.887 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.887 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.888 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.888 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.888 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.889 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.889 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.890 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.890 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.890 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.891 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.891 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.892 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.892 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.893 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.893 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.893 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.894 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.894 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.895 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.895 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.895 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.897 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.898 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.898 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.898 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.899 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.899 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.900 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.900 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.901 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.901 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.902 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.902 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.902 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.903 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.903 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.904 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.904 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.904 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.905 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.905 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.906 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.906 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.906 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.907 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.907 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.908 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.908 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.908 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.909 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.909 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.910 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.910 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.911 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.911 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.912 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.912 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.912 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.913 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.913 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.914 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.914 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.914 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.915 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.915 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.916 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.916 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.917 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.917 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.917 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.918 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.918 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.919 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.919 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.919 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.920 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.920 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.921 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.921 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.922 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.922 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.922 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.924 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.924 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.924 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.925 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.925 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.926 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.926 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.926 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.927 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.927 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.928 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.928 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.929 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.929 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.930 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.930 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.930 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.931 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.931 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.932 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.932 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.933 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.933 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.933 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.934 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.934 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.935 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.935 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.936 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.936 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.937 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.937 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.937 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.938 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.938 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.939 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.939 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.939 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.940 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.940 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.941 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.941 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.941 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.942 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.942 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.943 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.944 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.945 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.945 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.945 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.946 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.946 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.947 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.947 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.948 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.948 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.949 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.949 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.950 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.950 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.950 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.951 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.951 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.952 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.952 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.952 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.953 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.953 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.954 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.954 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.954 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.955 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.955 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.956 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.956 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.957 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.957 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.957 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.958 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.959 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.960 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.960 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.961 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.962 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.962 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.962 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:52:26.963 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:52:26.963 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:52:26.964 | Obtaining file:///opt/stack/cinder 2021-12-07 12:52:29.118 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-07 12:52:31.250 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-07 12:52:31.259 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-07 12:52:31.267 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-07 12:52:31.276 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-07 12:52:31.298 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:52:31.313 | Requirement already satisfied: castellan===3.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.4) 2021-12-07 12:52:31.338 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (2.9) 2021-12-07 12:52:31.379 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (0.2.2) 2021-12-07 12:52:31.394 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (4.4.2) 2021-12-07 12:52:31.398 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (0.6.0) 2021-12-07 12:52:31.404 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (0.26.1) 2021-12-07 12:52:31.660 | Collecting google-api-python-client===1.8.0 2021-12-07 12:52:31.669 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/503/2ad1af5046889/google_api_python_client-1.8.0-py3-none-any.whl (57 kB) 2021-12-07 12:52:31.961 | Collecting google-auth===1.13.1 2021-12-07 12:52:31.969 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cab/6c707e6ee20e5/google_auth-1.13.1-py2.py3-none-any.whl (87 kB) 2021-12-07 12:52:32.154 | Collecting google-auth-httplib2===0.0.3 2021-12-07 12:52:32.161 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f1c/437842155680c/google_auth_httplib2-0.0.3-py2.py3-none-any.whl (6.3 kB) 2021-12-07 12:52:32.244 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (0.4.15) 2021-12-07 12:52:32.247 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (0.17.2) 2021-12-07 12:52:32.250 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (0.1.12) 2021-12-07 12:52:32.253 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (3.2.0) 2021-12-07 12:52:32.284 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (4.0.0) 2021-12-07 12:52:32.353 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (9.0.0) 2021-12-07 12:52:32.414 | Requirement already satisfied: lxml===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (4.5.0) 2021-12-07 12:52:32.426 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (1.5) 2021-12-07 12:52:32.568 | Collecting oauth2client===4.1.3 2021-12-07 12:52:32.576 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-12-07 12:52:32.691 | Requirement already satisfied: os-brick===3.0.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (3.0.8) 2021-12-07 12:52:32.722 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.7.0) 2021-12-07 12:52:32.727 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) (5.0.2) 2021-12-07 12:52:32.751 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (2.3.1) 2021-12-07 12:52:32.787 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (4.0.3) 2021-12-07 12:52:32.800 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (8.0.5) 2021-12-07 12:52:32.816 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (3.0.3) 2021-12-07 12:52:32.823 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (8.1.1) 2021-12-07 12:52:32.878 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (4.0.1) 2021-12-07 12:52:32.887 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (4.1.3) 2021-12-07 12:52:32.934 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (12.1.6) 2021-12-07 12:52:32.999 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (4.0.2) 2021-12-07 12:52:33.021 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.1.2) 2021-12-07 12:52:33.041 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (2.1.2) 2021-12-07 12:52:33.057 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2021-12-07 12:52:33.073 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.0.2) 2021-12-07 12:52:33.077 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (3.1.2) 2021-12-07 12:52:33.091 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.1.1) 2021-12-07 12:52:33.120 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (1.0.1) 2021-12-07 12:52:33.130 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (4.1.2) 2021-12-07 12:52:33.149 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.0.2) 2021-12-07 12:52:33.352 | Collecting oslo.vmware===3.3.1 2021-12-07 12:52:33.360 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/423/621a2e77be165/oslo.vmware-3.3.1-py3-none-any.whl (358 kB) 2021-12-07 12:52:33.478 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (3.1.0) 2021-12-07 12:52:33.524 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (2.7.1) 2021-12-07 12:52:33.561 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (5.4.5) 2021-12-07 12:52:33.564 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.7.2) 2021-12-07 12:52:33.567 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (5.7.0) 2021-12-07 12:52:33.720 | Collecting pyasn1===0.4.8 2021-12-07 12:52:33.726 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-12-07 12:52:33.929 | Collecting pyasn1-modules===0.2.8 2021-12-07 12:52:33.935 | 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-12-07 12:52:34.025 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 594)) (3.0.0) 2021-12-07 12:52:34.037 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 604)) (0.9.6) 2021-12-07 12:52:34.040 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (2.4.7) 2021-12-07 12:52:34.043 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.16.0) 2021-12-07 12:52:34.049 | Requirement already satisfied: python-barbicanclient===4.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 633)) (4.10.0) 2021-12-07 12:52:34.069 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 653)) (2.8.1) 2021-12-07 12:52:34.232 | Collecting python-glanceclient===3.1.2 2021-12-07 12:52:34.239 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/33f/c23354e421374/python_glanceclient-3.1.2-py3-none-any.whl (191 kB) 2021-12-07 12:52:34.345 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (4.0.0) 2021-12-07 12:52:34.367 | Requirement already satisfied: python-novaclient===17.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 719)) (17.0.1) 2021-12-07 12:52:34.387 | Requirement already satisfied: python-swiftclient===3.9.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 754)) (3.9.1) 2021-12-07 12:52:34.411 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (2019.3) 2021-12-07 12:52:34.416 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (0.7) 2021-12-07 12:52:34.424 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (2.23.0) 2021-12-07 12:52:34.447 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.3.3) 2021-12-07 12:52:34.452 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 800)) (1.4.0) 2021-12-07 12:52:34.579 | Collecting rsa===4.0 2021-12-07 12:52:34.586 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/14b/a45700ff1ec9e/rsa-4.0-py2.py3-none-any.whl (38 kB) 2021-12-07 12:52:34.795 | Collecting rtslib-fb===2.1.71 2021-12-07 12:52:34.802 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d0b/a9368b6dc11c8/rtslib-fb-2.1.71.tar.gz (72 kB) 2021-12-07 12:52:35.602 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (3.17.0) 2021-12-07 12:52:35.605 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (1.14.0) 2021-12-07 12:52:35.609 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.13.0) 2021-12-07 12:52:35.620 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.3.1) 2021-12-07 12:52:35.624 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (3.3.0) 2021-12-07 12:52:35.626 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 901)) (1.32.0) 2021-12-07 12:52:35.729 | Collecting suds-jurko===0.6 2021-12-07 12:52:35.735 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2021-12-07 12:52:35.930 | Collecting tabulate===0.8.7 2021-12-07 12:52:35.938 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2021-12-07 12:52:36.021 | Requirement already satisfied: taskflow===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 920)) (4.1.0) 2021-12-07 12:52:36.082 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (6.1.0) 2021-12-07 12:52:36.096 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.0.1) 2021-12-07 12:52:36.107 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (0.5.0) 2021-12-07 12:52:36.113 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.4.0) 2021-12-07 12:52:36.133 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 937)) (2.3.1) 2021-12-07 12:52:36.197 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 948)) (1.4.0) 2021-12-07 12:52:36.201 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.1.0) 2021-12-07 12:52:36.304 | Collecting uritemplate===3.0.1 2021-12-07 12:52:36.311 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2021-12-07 12:52:36.391 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.25.8) 2021-12-07 12:52:36.415 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 977)) (0.11.7) 2021-12-07 12:52:36.518 | Collecting warlock===1.3.3 2021-12-07 12:52:36.524 | 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-12-07 12:52:36.609 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 990)) (1.12.1) 2021-12-07 12:52:36.612 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 996)) (1.2.3) 2021-12-07 12:52:36.616 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:52:36.621 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:52:36.624 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (1.15.0) 2021-12-07 12:52:36.794 | Collecting google-api-core===1.16.0 2021-12-07 12:52:36.802 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/859/f7392676761f2/google_api_core-1.16.0-py2.py3-none-any.whl (70 kB) 2021-12-07 12:52:36.906 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-07 12:52:36.909 | Requirement already satisfied: setuptools>=40.3.0 in /usr/local/lib/python3.6/dist-packages (from google-auth===1.13.1->-c /opt/stack/requirements/upper-constraints.txt (line 273)) (49.6.0) 2021-12-07 12:52:36.956 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (1.6.0) 2021-12-07 12:52:36.975 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-07 12:52:37.020 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (0.9.0) 2021-12-07 12:52:37.024 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.14.1) 2021-12-07 12:52:37.030 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (0.7.19) 2021-12-07 12:52:37.033 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:52:37.037 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.0.1) 2021-12-07 12:52:37.045 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-07 12:52:37.055 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-07 12:52:37.061 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.1.1) 2021-12-07 12:52:37.067 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (4.6.8) 2021-12-07 12:52:37.115 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-07 12:52:37.123 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 375)) (0.6.2) 2021-12-07 12:52:37.126 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (3.0.0) 2021-12-07 12:52:37.138 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.10.9) 2021-12-07 12:52:37.141 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-07 12:52:37.151 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-12-07 12:52:37.165 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (3.1.0) 2021-12-07 12:52:37.181 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (19.1.0) 2021-12-07 12:52:37.196 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:52:37.198 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:52:37.201 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.9) 2021-12-07 12:52:37.305 | Collecting pyudev===0.22.0 2021-12-07 12:52:37.313 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-12-07 12:52:37.397 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-07 12:52:37.400 | Requirement already satisfied: networkx===2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) (2.4) 2021-12-07 12:52:37.444 | Requirement already satisfied: automaton===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.0.1) 2021-12-07 12:52:37.452 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 600)) (1.4.1) 2021-12-07 12:52:37.457 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) (1.6.0) 2021-12-07 12:52:37.461 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (1.0.0) 2021-12-07 12:52:37.463 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (1.0.0) 2021-12-07 12:52:37.466 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.4.0) 2021-12-07 12:52:37.469 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (1.25) 2021-12-07 12:52:37.474 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 597)) (2.20) 2021-12-07 12:52:37.585 | Collecting googleapis-common-protos===1.51.0 2021-12-07 12:52:37.591 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/013/c917042791191/googleapis-common-protos-1.51.0.tar.gz (35 kB) 2021-12-07 12:52:38.419 | Requirement already satisfied: protobuf===3.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (3.11.3) 2021-12-07 12:52:38.424 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1006)) (3.1.0) 2021-12-07 12:52:38.437 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 658)) (1.0.4) 2021-12-07 12:52:38.440 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-07 12:52:38.448 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.3.0) 2021-12-07 12:52:38.452 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-07 12:52:38.455 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 176)) (0.8.9) 2021-12-07 12:52:38.472 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.0) 2021-12-07 12:52:38.476 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (0.1.9) 2021-12-07 12:52:38.480 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (1.8.0) 2021-12-07 12:52:38.483 | Building wheels for collected packages: googleapis-common-protos, rtslib-fb 2021-12-07 12:52:38.484 | Building wheel for googleapis-common-protos (setup.py): started 2021-12-07 12:52:39.337 | Building wheel for googleapis-common-protos (setup.py): finished with status 'done' 2021-12-07 12:52:39.338 | Created wheel for googleapis-common-protos: filename=googleapis_common_protos-1.51.0-py3-none-any.whl size=77593 sha256=6f2af82aff955eb929b56e71f7875ec9ae8a13e0502c20ab050d96c881aa3f39 2021-12-07 12:52:39.338 | Stored in directory: /root/.cache/pip/wheels/67/e9/f7/4ea74a2d6503c8f2f0c8de74b582abfd78da45243ce576382e 2021-12-07 12:52:39.340 | Building wheel for rtslib-fb (setup.py): started 2021-12-07 12:52:40.135 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-12-07 12:52:40.137 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.71-py3-none-any.whl size=84474 sha256=894b2c756b6475c3cffc1c1b8dd6a58617e36665e64025479f20491ad2c077cc 2021-12-07 12:52:40.137 | Stored in directory: /root/.cache/pip/wheels/62/74/68/a9f5b076eea345c7800bdfe3996a4cfde2d665eb1c7d31cbb1 2021-12-07 12:52:40.138 | Successfully built googleapis-common-protos rtslib-fb 2021-12-07 12:52:41.150 | Installing collected packages: pyasn1, pyasn1-modules, rsa, oauth2client, warlock, python-glanceclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, uritemplate, google-auth, googleapis-common-protos, google-api-core, google-auth-httplib2, google-api-python-client, cinder 2021-12-07 12:52:41.150 | Attempting uninstall: pyasn1 2021-12-07 12:52:41.152 | Found existing installation: pyasn1 0.4.2 2021-12-07 12:52:41.158 | Uninstalling pyasn1-0.4.2: 2021-12-07 12:52:41.173 | Successfully uninstalled pyasn1-0.4.2 2021-12-07 12:52:44.049 | Running setup.py develop for cinder 2021-12-07 12:52:46.368 | Successfully installed cinder google-api-core-1.16.0 google-api-python-client-1.8.0 google-auth-1.13.1 google-auth-httplib2-0.0.3 googleapis-common-protos-1.51.0 oauth2client-4.1.3 oslo.vmware-3.3.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.1.2 pyudev-0.22.0 rsa-4.0 rtslib-fb-2.1.71 suds-jurko-0.6 tabulate-0.8.7 uritemplate-3.0.1 warlock-1.3.3 2021-12-07 12:52:46.503 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:52:46.503 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:52:46.630 | + inc/python:pip_install:207 : result=0 2021-12-07 12:52:46.633 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:52:46.645 | + functions-common:time_stop:2331 : local name 2021-12-07 12:52:46.645 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:52:46.645 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:52:46.645 | + functions-common:time_stop:2334 : local total 2021-12-07 12:52:46.645 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:52:46.648 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:52:46.650 | + functions-common:time_stop:2338 : start_time=1638881544027 2021-12-07 12:52:46.652 | + functions-common:time_stop:2340 : [[ -z 1638881544027 ]] 2021-12-07 12:52:46.655 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:52:46.658 | + functions-common:time_stop:2343 : end_time=1638881566656 2021-12-07 12:52:46.661 | + functions-common:time_stop:2344 : elapsed_time=22629 2021-12-07 12:52:46.663 | + functions-common:time_stop:2345 : total=154986 2021-12-07 12:52:46.665 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:52:46.668 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=177615 2021-12-07 12:52:46.670 | + inc/python:pip_install:210 : return 0 2021-12-07 12:52:46.672 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-07 12:52:46.675 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-12-07 12:52:46.678 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-12-07 12:52:46.696 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-12-07 12:52:46.707 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/cinder 2021-12-07 12:52:46.710 | + inc/python:use_library_from_git:263 : local name=/opt/stack/cinder 2021-12-07 12:52:46.712 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:52:46.715 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:52:46.717 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-12-07 12:52:46.720 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:52:46.722 | + lib/cinder:install_cinder:419 : [[ tgtadm == \t\g\t\a\d\m ]] 2021-12-07 12:52:46.725 | + lib/cinder:install_cinder:420 : install_package tgt 2021-12-07 12:52:46.727 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:52:46.730 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:52:46.733 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:52:46.735 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:52:46.738 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:52:46.741 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:52:46.743 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:52:46.746 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:52:46.748 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:52:46.751 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:52:46.753 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:52:46.757 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:52:46.759 | + functions-common:install_package:1334 : real_install_package tgt 2021-12-07 12:52:46.762 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:52:46.765 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:52:46.767 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:52:46.770 | + functions-common:real_install_package:1320 : apt_get install tgt 2021-12-07 12:52:46.794 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2021-12-07 12:52:46.918 | Reading package lists... 2021-12-07 12:52:47.196 | Building dependency tree... 2021-12-07 12:52:47.197 | Reading state information... 2021-12-07 12:52:47.422 | The following packages were automatically installed and are no longer required: 2021-12-07 12:52:47.423 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-07 12:52:47.423 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-07 12:52:47.423 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-07 12:52:47.423 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:52:47.423 | python3-twisted-bin python3-zope.interface 2021-12-07 12:52:47.423 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:52:47.423 | The following additional packages will be installed: 2021-12-07 12:52:47.423 | ibverbs-providers libconfig-general-perl libibverbs1 librdmacm1 2021-12-07 12:52:47.424 | libsgutils2-2 sg3-utils 2021-12-07 12:52:47.425 | Suggested packages: 2021-12-07 12:52:47.425 | tgt-rbd 2021-12-07 12:52:47.478 | The following NEW packages will be installed: 2021-12-07 12:52:47.479 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2021-12-07 12:52:47.479 | The following packages will be upgraded: 2021-12-07 12:52:47.480 | ibverbs-providers libibverbs1 2021-12-07 12:52:47.593 | 2 upgraded, 5 newly installed, 0 to remove and 174 not upgraded. 2021-12-07 12:52:47.593 | Need to get 1,406 kB of archives. 2021-12-07 12:52:47.593 | After this operation, 3,551 kB of additional disk space will be used. 2021-12-07 12:52:47.593 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2021-12-07 12:52:47.731 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB] 2021-12-07 12:52:47.759 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2021-12-07 12:52:47.781 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 ibverbs-providers amd64 24.0-2~cloud0 [220 kB] 2021-12-07 12:52:47.906 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2021-12-07 12:52:48.499 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 libibverbs1 amd64 24.0-2~cloud0 [50.8 kB] 2021-12-07 12:52:48.522 | Get:7 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 librdmacm1 amd64 24.0-2~cloud0 [58.4 kB] 2021-12-07 12:52:49.109 | Fetched 1,406 kB in 1s (1,343 kB/s) 2021-12-07 12:52:49.427 | (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 ... 76971 files and directories currently installed.) 2021-12-07 12:52:49.431 | Preparing to unpack .../0-ibverbs-providers_24.0-2~cloud0_amd64.deb ... 2021-12-07 12:52:49.819 | Unpacking ibverbs-providers:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2021-12-07 12:52:50.500 | Preparing to unpack .../1-libibverbs1_24.0-2~cloud0_amd64.deb ... 2021-12-07 12:52:50.676 | Unpacking libibverbs1:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2021-12-07 12:52:51.062 | Selecting previously unselected package libconfig-general-perl. 2021-12-07 12:52:51.071 | Preparing to unpack .../2-libconfig-general-perl_2.63-1_all.deb ... 2021-12-07 12:52:51.122 | Unpacking libconfig-general-perl (2.63-1) ... 2021-12-07 12:52:51.756 | Selecting previously unselected package librdmacm1:amd64. 2021-12-07 12:52:51.764 | Preparing to unpack .../3-librdmacm1_24.0-2~cloud0_amd64.deb ... 2021-12-07 12:52:51.836 | Unpacking librdmacm1:amd64 (24.0-2~cloud0) ... 2021-12-07 12:52:52.315 | Selecting previously unselected package libsgutils2-2. 2021-12-07 12:52:52.323 | Preparing to unpack .../4-libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-12-07 12:52:52.383 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-12-07 12:52:52.745 | Selecting previously unselected package sg3-utils. 2021-12-07 12:52:52.753 | Preparing to unpack .../5-sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-12-07 12:52:52.808 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-12-07 12:52:53.617 | Selecting previously unselected package tgt. 2021-12-07 12:52:53.625 | Preparing to unpack .../6-tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2021-12-07 12:52:53.686 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2021-12-07 12:52:54.326 | Setting up libibverbs1:amd64 (24.0-2~cloud0) ... 2021-12-07 12:52:54.526 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:52:54.733 | Setting up librdmacm1:amd64 (24.0-2~cloud0) ... 2021-12-07 12:52:54.928 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-12-07 12:52:55.103 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-07 12:52:55.265 | Setting up ibverbs-providers:amd64 (24.0-2~cloud0) ... 2021-12-07 12:52:56.611 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:52:56.911 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-12-07 12:52:59.167 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-12-07 12:52:59.402 | Setting up libconfig-general-perl (2.63-1) ... 2021-12-07 12:52:59.594 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2021-12-07 12:53:00.337 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2021-12-07 12:53:01.191 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-12-07 12:53:01.351 | Processing triggers for systemd (237-3ubuntu10.52) ... 2021-12-07 12:53:01.665 | Processing triggers for ureadahead (0.100.0-21) ... 2021-12-07 12:53:04.064 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:53:04.067 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:53:04.070 | + functions-common:time_stop:2331 : local name 2021-12-07 12:53:04.073 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:53:04.075 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:53:04.078 | + functions-common:time_stop:2334 : local total 2021-12-07 12:53:04.080 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:53:04.083 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:53:04.086 | + functions-common:time_stop:2338 : start_time=1638881566787 2021-12-07 12:53:04.088 | + functions-common:time_stop:2340 : [[ -z 1638881566787 ]] 2021-12-07 12:53:04.091 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:53:04.095 | + functions-common:time_stop:2343 : end_time=1638881584092 2021-12-07 12:53:04.098 | + functions-common:time_stop:2344 : elapsed_time=17305 2021-12-07 12:53:04.100 | + functions-common:time_stop:2345 : total=427466 2021-12-07 12:53:04.103 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:53:04.106 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=444771 2021-12-07 12:53:04.108 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:53:04.111 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-07 12:53:04.113 | + ./stack.sh:main:904 : configure_cinder 2021-12-07 12:53:04.117 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-12-07 12:53:04.129 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2021-12-07 12:53:04.134 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2021-12-07 12:53:04.136 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-12-07 12:53:04.138 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-12-07 12:53:04.142 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-12-07 12:53:04.142 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-12-07 12:53:04.146 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-12-07 12:53:04.148 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-12-07 12:53:04.150 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-12-07 12:53:04.153 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-12-07 12:53:04.155 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-12-07 12:53:04.157 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-12-07 12:53:04.159 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-12-07 12:53:04.162 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-12-07 12:53:04.173 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-12-07 12:53:04.187 | + 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-12-07 12:53:04.200 | + 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-12-07 12:53:04.214 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-12-07 12:53:04.227 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-12-07 12:53:04.231 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-12-07 12:53:04.234 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.RAdqUqJ1fE 2021-12-07 12:53:04.237 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-12-07 12:53:04.239 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-12-07 12:53:04.242 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-12-07 12:53:04.245 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.RAdqUqJ1fE 2021-12-07 12:53:04.249 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.RAdqUqJ1fE 2021-12-07 12:53:04.263 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.RAdqUqJ1fE /etc/sudoers.d/cinder-rootwrap 2021-12-07 12:53:04.277 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-12-07 12:53:04.280 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-12-07 12:53:04.282 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-12-07 12:53:04.285 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-12-07 12:53:04.287 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-12-07 12:53:04.289 | + 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-12-07 12:53:04.291 | + 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-12-07 12:53:04.294 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-12-07 12:53:04.297 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-12-07 12:53:04.302 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-12-07 12:53:04.306 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-12-07 12:53:04.329 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-12-07 12:53:04.350 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-12-07 12:53:04.370 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-12-07 12:53:04.390 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-12-07 12:53:04.408 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-12-07 12:53:04.429 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-12-07 12:53:04.448 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-12-07 12:53:04.467 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-12-07 12:53:04.470 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-12-07 12:53:04.472 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2021-12-07 12:53:04.475 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-07 12:53:04.478 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-12-07 12:53:04.507 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2021-12-07 12:53:04.534 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.24/identity 2021-12-07 12:53:04.563 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-12-07 12:53:04.591 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-12-07 12:53:04.618 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-12-07 12:53:04.645 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-12-07 12:53:04.676 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-12-07 12:53:04.703 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-07 12:53:04.731 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-12-07 12:53:04.758 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-12-07 12:53:04.786 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2021-12-07 12:53:04.814 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2021-12-07 12:53:04.817 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-12-07 12:53:04.819 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-12-07 12:53:04.822 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2021-12-07 12:53:04.824 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-12-07 12:53:04.827 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-12-07 12:53:04.857 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-12-07 12:53:04.884 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-12-07 12:53:04.912 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-12-07 12:53:04.939 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-12-07 12:53:04.967 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-12-07 12:53:04.997 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-12-07 12:53:05.029 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2021-12-07 12:53:05.031 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.24 2021-12-07 12:53:05.059 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-12-07 12:53:05.090 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2021-12-07 12:53:05.097 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 8160b593f3183685de7c04b3ce4638d4 2021-12-07 12:53:05.125 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2021-12-07 12:53:05.142 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:05.145 | + lib/cinder:configure_cinder:239 : [[ -n lvm:lvmdriver-1 ]] 2021-12-07 12:53:05.148 | + lib/cinder:configure_cinder:240 : local enabled_backends= 2021-12-07 12:53:05.150 | + lib/cinder:configure_cinder:241 : local default_name= 2021-12-07 12:53:05.153 | + lib/cinder:configure_cinder:242 : local be be_name be_type 2021-12-07 12:53:05.155 | + lib/cinder:configure_cinder:243 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-12-07 12:53:05.158 | + lib/cinder:configure_cinder:244 : be_type=lvm 2021-12-07 12:53:05.160 | + lib/cinder:configure_cinder:245 : be_name=lvmdriver-1 2021-12-07 12:53:05.164 | + lib/cinder:configure_cinder:246 : type configure_cinder_backend_lvm 2021-12-07 12:53:05.166 | + lib/cinder:configure_cinder:247 : configure_cinder_backend_lvm lvmdriver-1 2021-12-07 12:53:05.169 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2021-12-07 12:53:05.171 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2021-12-07 12:53:05.201 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2021-12-07 12:53:05.230 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2021-12-07 12:53:05.260 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper tgtadm 2021-12-07 12:53:05.290 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2021-12-07 12:53:05.320 | + lib/cinder:configure_cinder:249 : [[ -z '' ]] 2021-12-07 12:53:05.323 | + lib/cinder:configure_cinder:250 : default_name=lvmdriver-1 2021-12-07 12:53:05.326 | + lib/cinder:configure_cinder:252 : enabled_backends+=lvmdriver-1, 2021-12-07 12:53:05.328 | + lib/cinder:configure_cinder:254 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2021-12-07 12:53:05.357 | + lib/cinder:configure_cinder:257 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2021-12-07 12:53:05.384 | + lib/cinder:configure_cinder:258 : [[ -n lvmdriver-1 ]] 2021-12-07 12:53:05.387 | + lib/cinder:configure_cinder:259 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2021-12-07 12:53:05.414 | + lib/cinder:configure_cinder:261 : configure_cinder_image_volume_cache 2021-12-07 12:53:05.417 | + lib/cinder:configure_cinder_image_volume_cache:562 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2021-12-07 12:53:05.419 | + lib/cinder:configure_cinder_image_volume_cache:563 : local be_name=lvmdriver-1 2021-12-07 12:53:05.422 | + lib/cinder:configure_cinder_image_volume_cache:565 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2021-12-07 12:53:05.452 | + lib/cinder:configure_cinder_image_volume_cache:567 : [[ -n '' ]] 2021-12-07 12:53:05.455 | + lib/cinder:configure_cinder_image_volume_cache:571 : [[ -n '' ]] 2021-12-07 12:53:05.457 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2021-12-07 12:53:05.474 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:05.477 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.24:8080/v1/AUTH_ 2021-12-07 12:53:05.505 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2021-12-07 12:53:05.523 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:05.526 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2021-12-07 12:53:05.542 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:05.545 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2021-12-07 12:53:05.547 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-12-07 12:53:05.550 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2021-12-07 12:53:05.553 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2021-12-07 12:53:05.556 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-07 12:53:05.558 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-07 12:53:05.561 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 12:53:05.578 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:05.581 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-07 12:53:05.585 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-07 12:53:05.588 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 12:53:05.606 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:05.608 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:53:05.611 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:53:05.639 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 12:53:05.642 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 12:53:05.644 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2021-12-07 12:53:05.648 | + functions:setup_logging:655 : local conf_file=/etc/cinder/cinder.conf 2021-12-07 12:53:05.651 | + functions:setup_logging:656 : local other_cond=True 2021-12-07 12:53:05.654 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 12:53:05.656 | + functions:setup_logging:658 : setup_systemd_logging /etc/cinder/cinder.conf 2021-12-07 12:53:05.658 | + functions:setup_systemd_logging:686 : local conf_file=/etc/cinder/cinder.conf 2021-12-07 12:53:05.662 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 12:53:05.665 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 12:53:05.682 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 12:53:05.685 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 12:53:05.687 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 12:53:05.690 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 12:53:05.693 | + functions:setup_systemd_logging:700 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 12:53:05.721 | + functions:setup_systemd_logging:702 : 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-12-07 12:53:05.749 | + functions:setup_systemd_logging:703 : 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-12-07 12:53:05.779 | + functions:setup_systemd_logging:704 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 12:53:05.806 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-12-07 12:53:05.809 | + lib/apache:write_uwsgi_config:264 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-12-07 12:53:05.812 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/cinder-wsgi 2021-12-07 12:53:05.814 | + lib/apache:write_uwsgi_config:266 : local url=/volume 2021-12-07 12:53:05.817 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-07 12:53:05.820 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-07 12:53:05.823 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/cinder-wsgi 2021-12-07 12:53:05.827 | + lib/apache:write_uwsgi_config:269 : name=cinder-wsgi 2021-12-07 12:53:05.829 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-07 12:53:05.832 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-07 12:53:05.845 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-07 12:53:05.846 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:53:05.854 | d /var/run/uwsgi 0755 ubuntu root 2021-12-07 12:53:05.858 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:53:05.875 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-12-07 12:53:05.878 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-12-07 12:53:05.882 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-12-07 12:53:05.910 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-12-07 12:53:05.939 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-12-07 12:53:05.967 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-12-07 12:53:05.993 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-12-07 12:53:06.020 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-07 12:53:06.048 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-12-07 12:53:06.076 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-12-07 12:53:06.105 | + lib/apache:write_uwsgi_config:298 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-12-07 12:53:06.132 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-07 12:53:06.159 | + lib/apache:write_uwsgi_config:302 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-12-07 12:53:06.187 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-07 12:53:06.214 | + lib/apache:write_uwsgi_config:306 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-12-07 12:53:06.242 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-07 12:53:06.245 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-07 12:53:06.248 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for cinder-wsgi 2021-12-07 12:53:06.250 | ++ lib/apache:apache_site_config_for:196 : local site=cinder-wsgi 2021-12-07 12:53:06.253 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-07 12:53:06.256 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:06.258 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:06.261 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-12-07 12:53:06.263 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-12-07 12:53:06.266 | + lib/apache:write_uwsgi_config:314 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-12-07 12:53:06.295 | + lib/apache:write_uwsgi_config:315 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-12-07 12:53:06.325 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-12-07 12:53:06.325 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-12-07 12:53:06.333 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-12-07 12:53:06.337 | + lib/apache:write_uwsgi_config:317 : enable_apache_site cinder-wsgi 2021-12-07 12:53:06.340 | + lib/apache:enable_apache_site:213 : local site=cinder-wsgi 2021-12-07 12:53:06.342 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-07 12:53:06.345 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-07 12:53:06.347 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:53:06.350 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:06.352 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:06.355 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-07 12:53:06.358 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-07 12:53:06.361 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:06.364 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:06.367 | + lib/apache:enable_apache_site:217 : sudo a2ensite cinder-wsgi 2021-12-07 12:53:06.430 | Enabling site cinder-wsgi. 2021-12-07 12:53:06.435 | To activate the new configuration, you need to run: 2021-12-07 12:53:06.435 | systemctl reload apache2 2021-12-07 12:53:06.440 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-07 12:53:06.443 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:53:06.446 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:53:06.449 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:53:06.605 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-12-07 12:53:06.608 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-12-07 12:53:06.639 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.24/image 2021-12-07 12:53:06.667 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2021-12-07 12:53:06.686 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:06.689 | + lib/cinder:configure_cinder:314 : '[' False '!=' True ']' 2021-12-07 12:53:06.693 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_version 2 2021-12-07 12:53:06.721 | + lib/cinder:configure_cinder:319 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-12-07 12:53:06.724 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-12-07 12:53:06.727 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-12-07 12:53:06.730 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-12-07 12:53:06.733 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-12-07 12:53:06.763 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2021-12-07 12:53:06.790 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.24/identity 2021-12-07 12:53:06.820 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2021-12-07 12:53:06.847 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-12-07 12:53:06.884 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-12-07 12:53:06.914 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2021-12-07 12:53:06.943 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-12-07 12:53:06.971 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-12-07 12:53:07.000 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-12-07 12:53:07.028 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-12-07 12:53:07.055 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-12-07 12:53:07.083 | + lib/cinder:configure_cinder:323 : [[ ! -z '' ]] 2021-12-07 12:53:07.085 | + lib/cinder:configure_cinder:325 : is_service_enabled etcd3 2021-12-07 12:53:07.102 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:07.105 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.24:2379 2021-12-07 12:53:07.134 | + ./stack.sh:main:907 : is_service_enabled neutron 2021-12-07 12:53:07.152 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:07.154 | + ./stack.sh:main:909 : stack_install_service neutron 2021-12-07 12:53:07.157 | + lib/stack:stack_install_service:20 : local service=neutron 2021-12-07 12:53:07.160 | + lib/stack:stack_install_service:21 : type install_neutron 2021-12-07 12:53:07.163 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-07 12:53:07.166 | + lib/stack:stack_install_service:32 : install_neutron 2021-12-07 12:53:07.168 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2021-12-07 12:53:07.173 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 12:53:07.173 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-07 12:53:07.179 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 12:53:07.182 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-07 12:53:07.185 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 12:53:07.187 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-07 12:53:07.190 | + lib/neutron:install_neutron:659 : install_mutnauq 2021-12-07 12:53:07.192 | + lib/neutron-legacy:install_mutnauq:436 : use_library_from_git neutron-lib 2021-12-07 12:53:07.195 | + inc/python:use_library_from_git:263 : local name=neutron-lib 2021-12-07 12:53:07.198 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:53:07.201 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:53:07.203 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,neutron-lib, ]] 2021-12-07 12:53:07.206 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:53:07.209 | + lib/neutron-legacy:install_mutnauq:441 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron stable/ussuri 2021-12-07 12:53:07.212 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/neutron.git 2021-12-07 12:53:07.214 | + functions-common:git_clone:524 : local git_dest=/opt/stack/neutron 2021-12-07 12:53:07.217 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:53:07.219 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:53:07.222 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:53:07.226 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:53:07.228 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:53:07.231 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:53:07.247 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:53:07.250 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:53:07.252 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:53:07.255 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:53:07.256 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:53:07.261 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/neutron ]] 2021-12-07 12:53:07.263 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:53:07.265 | + functions-common:git_clone:592 : cd /opt/stack/neutron 2021-12-07 12:53:07.269 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:53:07.269 | + functions-common:git_clone:593 : head -1 2021-12-07 12:53:07.272 | c23f20ad33 Merge "[OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs" into stable/ussuri 2021-12-07 12:53:07.276 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:53:07.278 | + lib/neutron-legacy:install_mutnauq:442 : setup_develop /opt/stack/neutron 2021-12-07 12:53:07.281 | + inc/python:setup_develop:351 : local bindep 2021-12-07 12:53:07.283 | + inc/python:setup_develop:352 : [[ /opt/stack/neutron == -bindep* ]] 2021-12-07 12:53:07.286 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/neutron 2021-12-07 12:53:07.289 | + inc/python:setup_develop:357 : local extras= 2021-12-07 12:53:07.292 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-12-07 12:53:07.294 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-07 12:53:07.297 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/neutron == -bindep* ]] 2021-12-07 12:53:07.299 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/neutron 2021-12-07 12:53:07.303 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-07 12:53:07.305 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-07 12:53:07.309 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/neutron 2021-12-07 12:53:07.312 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-07 12:53:07.314 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/neutron 2021-12-07 12:53:07.317 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-07 12:53:07.320 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-07 12:53:07.324 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-12-07 12:53:07.329 | + inc/python:_setup_package_with_constraints_edit:396 : name=neutron 2021-12-07 12:53:07.331 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2021-12-07 12:53:09.213 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/neutron -e 2021-12-07 12:53:09.215 | + inc/python:setup_package:430 : local bindep=0 2021-12-07 12:53:09.217 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-07 12:53:09.220 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-07 12:53:09.223 | + inc/python:setup_package:433 : [[ /opt/stack/neutron == -bindep* ]] 2021-12-07 12:53:09.225 | + inc/python:setup_package:438 : local project_dir=/opt/stack/neutron 2021-12-07 12:53:09.228 | + inc/python:setup_package:439 : local flags=-e 2021-12-07 12:53:09.230 | + inc/python:setup_package:440 : local extras= 2021-12-07 12:53:09.233 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-07 12:53:09.235 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-07 12:53:09.237 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-07 12:53:09.241 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-07 12:53:09.243 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-07 12:53:09.246 | + inc/python:setup_package:458 : pip_install -e /opt/stack/neutron 2021-12-07 12:53:09.267 | Using python 3.6 to install /opt/stack/neutron because python3_enabled=True 2021-12-07 12:53:09.272 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2021-12-07 12:53:12.194 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:53:12.195 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:53:12.201 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.201 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.201 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.201 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.202 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.203 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.203 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.204 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.204 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.204 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.205 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.205 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.208 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.209 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.209 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.210 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.210 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.211 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.211 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.212 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.212 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.212 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.213 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.213 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.213 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.214 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.214 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.215 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.215 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.215 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.216 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.216 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.217 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.217 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.218 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.218 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.218 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.219 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.219 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.220 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.220 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.221 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.221 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.222 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.222 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.223 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.223 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.224 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.225 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.225 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.226 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.226 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.227 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.227 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.228 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.229 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.229 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.230 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.230 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.231 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.231 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.231 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.232 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.232 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.255 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.255 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.256 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.256 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.257 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.258 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.258 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.258 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.259 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.259 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.260 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.260 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.261 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.261 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.262 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.262 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.263 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.263 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.264 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.264 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.265 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.265 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.266 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.266 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.267 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.267 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.268 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.268 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.269 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.269 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.269 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.270 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.270 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.271 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.271 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.272 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.272 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.273 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.273 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.274 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.274 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.275 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.275 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.275 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.276 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.276 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.277 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.277 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.278 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.278 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.279 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.279 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.279 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.280 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.280 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.281 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.281 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.282 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.282 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.283 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.283 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.283 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.284 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.284 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.284 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.285 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.285 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.286 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.286 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.287 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.287 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.288 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.288 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.289 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.289 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.289 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.290 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.290 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.291 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.291 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.291 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.292 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.292 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.293 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.293 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.294 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.294 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.294 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.295 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.295 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.296 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.296 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.296 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.297 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.297 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.298 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.298 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.298 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.299 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.299 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.300 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.300 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.300 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.301 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.302 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.302 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.302 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.303 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.303 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.304 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.304 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.305 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.305 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.305 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.306 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.306 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.307 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.307 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.307 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.308 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.308 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.309 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.309 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.309 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.310 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.310 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.311 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.311 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.312 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.312 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.312 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.313 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.313 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.313 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.314 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.314 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.315 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.315 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.315 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.316 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.316 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.317 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.317 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.318 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.318 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.319 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.319 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.319 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.320 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.320 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.321 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.321 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.322 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.322 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.322 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.323 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.324 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.324 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.325 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.326 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.326 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.327 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.327 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.328 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.328 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.329 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.329 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.329 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.330 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.330 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.331 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.331 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.332 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.332 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.333 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.334 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.334 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.335 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.335 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.336 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.336 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.336 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.337 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.337 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.338 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.338 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.339 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.339 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.339 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.340 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.340 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.341 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.341 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.342 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.342 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.342 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.343 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.343 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.344 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.344 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.345 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.345 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.345 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.346 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.346 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.347 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.347 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.348 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.349 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.349 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.350 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.350 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.350 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.351 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.351 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.352 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.352 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.352 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.353 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.354 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.354 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.354 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.355 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.355 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.356 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.356 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.357 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.357 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.357 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.358 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.358 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.359 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.359 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.359 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.360 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.360 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.361 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.361 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.362 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.362 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.363 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.363 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.363 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.364 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.364 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.365 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.365 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.366 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.366 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.367 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.367 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.368 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.369 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.369 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.370 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.370 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.370 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.371 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.371 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.372 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.372 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.373 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.373 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.374 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.374 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.375 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.375 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.375 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.376 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.376 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.377 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.377 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.378 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.378 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.379 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.379 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.380 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.380 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.380 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.381 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.381 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.382 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.382 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.383 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.383 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.384 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.384 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.385 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.385 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.385 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.386 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.386 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.387 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.387 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.387 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.388 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.388 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.389 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.389 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.390 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.390 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.390 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.391 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.391 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.392 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.392 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.393 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.393 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.394 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.394 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.395 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.396 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.396 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.397 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.397 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.397 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.398 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.398 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.399 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.399 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.400 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.400 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.400 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.401 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.401 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.402 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.402 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.403 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.403 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.403 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.404 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.405 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.405 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.405 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.406 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.407 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.407 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.408 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:12.408 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:12.408 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:12.409 | Obtaining file:///opt/stack/neutron 2021-12-07 12:53:14.623 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-07 12:53:16.881 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-07 12:53:16.889 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-07 12:53:16.893 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-07 12:53:16.902 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-07 12:53:16.910 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-07 12:53:16.919 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-07 12:53:16.944 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:53:16.959 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-07 12:53:16.968 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-07 12:53:16.977 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-07 12:53:16.981 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (0.26.1) 2021-12-07 12:53:16.992 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (2.1.1) 2021-12-07 12:53:16.998 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (0.4.15) 2021-12-07 12:53:17.001 | Requirement already satisfied: httplib2===0.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (0.17.2) 2021-12-07 12:53:17.011 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-07 12:53:17.081 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-12-07 12:53:17.142 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-12-07 12:53:17.145 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-07 12:53:17.149 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-07 12:53:17.152 | Requirement already satisfied: neutron-lib===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (2.3.0) 2021-12-07 12:53:17.197 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (0.46.1) 2021-12-07 12:53:17.226 | Requirement already satisfied: os-ken===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.0.0) 2021-12-07 12:53:17.247 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.7.0) 2021-12-07 12:53:17.253 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (2.3.0) 2021-12-07 12:53:17.258 | Requirement already satisfied: os-vif===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 461)) (2.0.1) 2021-12-07 12:53:17.285 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (0.3.4) 2021-12-07 12:53:17.305 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (2.3.1) 2021-12-07 12:53:17.340 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (4.0.3) 2021-12-07 12:53:17.354 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (8.0.5) 2021-12-07 12:53:17.369 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (3.0.3) 2021-12-07 12:53:17.377 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (8.1.1) 2021-12-07 12:53:17.430 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 491)) (4.0.1) 2021-12-07 12:53:17.439 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (4.1.3) 2021-12-07 12:53:17.484 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (12.1.6) 2021-12-07 12:53:17.550 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (4.0.2) 2021-12-07 12:53:17.571 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (3.1.2) 2021-12-07 12:53:17.590 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (2.1.2) 2021-12-07 12:53:17.607 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2021-12-07 12:53:17.622 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.0.2) 2021-12-07 12:53:17.627 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (3.1.2) 2021-12-07 12:53:17.640 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.1.1) 2021-12-07 12:53:17.669 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (1.0.1) 2021-12-07 12:53:17.679 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (4.1.2) 2021-12-07 12:53:17.696 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.0.2) 2021-12-07 12:53:17.719 | Requirement already satisfied: osprofiler===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (3.1.0) 2021-12-07 12:53:17.773 | Requirement already satisfied: ovs===2.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (2.11.0) 2021-12-07 12:53:17.776 | Requirement already satisfied: ovsdbapp===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.2.3) 2021-12-07 12:53:17.789 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (2.7.1) 2021-12-07 12:53:17.828 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (5.4.5) 2021-12-07 12:53:17.831 | Requirement already satisfied: pecan===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.3.3) 2021-12-07 12:53:17.842 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.7.2) 2021-12-07 12:53:17.845 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 583)) (5.7.0) 2021-12-07 12:53:17.850 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 589)) (19.1.0) 2021-12-07 12:53:17.865 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 594)) (3.0.0) 2021-12-07 12:53:17.876 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 604)) (0.9.6) 2021-12-07 12:53:17.880 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 611)) (2.4.7) 2021-12-07 12:53:17.883 | Requirement already satisfied: pyroute2===0.5.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (0.5.11) 2021-12-07 12:53:17.891 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 653)) (2.8.1) 2021-12-07 12:53:17.897 | Requirement already satisfied: python-designateclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 655)) (4.0.0) 2021-12-07 12:53:17.919 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 658)) (1.0.4) 2021-12-07 12:53:17.922 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 685)) (4.0.0) 2021-12-07 12:53:17.943 | Requirement already satisfied: python-neutronclient===7.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 715)) (7.1.1) 2021-12-07 12:53:17.976 | Requirement already satisfied: python-novaclient===17.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 719)) (17.0.1) 2021-12-07 12:53:17.995 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 773)) (2019.3) 2021-12-07 12:53:18.000 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 787)) (0.7) 2021-12-07 12:53:18.008 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (2.23.0) 2021-12-07 12:53:18.031 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 796)) (1.4.0) 2021-12-07 12:53:18.034 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 800)) (1.4.0) 2021-12-07 12:53:18.039 | Requirement already satisfied: setproctitle===1.1.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 827)) (1.1.10) 2021-12-07 12:53:18.042 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 830)) (3.17.0) 2021-12-07 12:53:18.046 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (1.14.0) 2021-12-07 12:53:18.049 | Requirement already satisfied: sortedcontainers===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 837)) (2.1.0) 2021-12-07 12:53:18.053 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 894)) (0.13.0) 2021-12-07 12:53:18.064 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.3.1) 2021-12-07 12:53:18.068 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (3.3.0) 2021-12-07 12:53:18.071 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 901)) (1.32.0) 2021-12-07 12:53:18.077 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 924)) (6.1.0) 2021-12-07 12:53:18.092 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 927)) (2.0.1) 2021-12-07 12:53:18.103 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (0.5.0) 2021-12-07 12:53:18.109 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.4.0) 2021-12-07 12:53:18.128 | Requirement already satisfied: tinyrpc===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 935)) (1.0.4) 2021-12-07 12:53:18.149 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 937)) (2.3.1) 2021-12-07 12:53:18.220 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 948)) (1.4.0) 2021-12-07 12:53:18.224 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.1.0) 2021-12-07 12:53:18.232 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.25.8) 2021-12-07 12:53:18.255 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 977)) (0.11.7) 2021-12-07 12:53:18.260 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 990)) (1.12.1) 2021-12-07 12:53:18.263 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 996)) (1.2.3) 2021-12-07 12:53:18.267 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-07 12:53:18.276 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.15.0) 2021-12-07 12:53:18.278 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-07 12:53:18.282 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-07 12:53:18.286 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:53:18.289 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-07 12:53:18.314 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-07 12:53:18.318 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-07 12:53:18.321 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-07 12:53:18.362 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-07 12:53:18.369 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-07 12:53:18.372 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:53:18.377 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-12-07 12:53:18.383 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-07 12:53:18.389 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.6.8) 2021-12-07 12:53:18.437 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-07 12:53:18.440 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:53:18.444 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-07 12:53:18.456 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-07 12:53:18.466 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-12-07 12:53:18.481 | Requirement already satisfied: WebTest===2.0.34 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) (2.0.34) 2021-12-07 12:53:18.506 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.3.5) 2021-12-07 12:53:18.509 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-12-07 12:53:18.569 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (2.0.0) 2021-12-07 12:53:18.590 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-07 12:53:18.607 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2.1.0) 2021-12-07 12:53:18.612 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-07 12:53:18.616 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:53:18.619 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:53:18.622 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-07 12:53:18.625 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-07 12:53:18.627 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 701)) (1.6.0) 2021-12-07 12:53:18.631 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-07 12:53:18.634 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 969)) (1.4.0) 2021-12-07 12:53:18.637 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-07 12:53:18.640 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.3.0) 2021-12-07 12:53:18.644 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-07 12:53:18.664 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 597)) (2.20) 2021-12-07 12:53:18.667 | Requirement already satisfied: waitress===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 979)) (1.4.3) 2021-12-07 12:53:18.680 | Requirement already satisfied: beautifulsoup4===4.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (4.9.0) 2021-12-07 12:53:18.688 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.16.0) 2021-12-07 12:53:18.695 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-07 12:53:18.740 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 327)) (49.6.0) 2021-12-07 12:53:18.788 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-07 12:53:18.805 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1006)) (3.1.0) 2021-12-07 12:53:18.817 | Requirement already satisfied: soupsieve===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 839)) (2.0) 2021-12-07 12:53:18.822 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (0.1.9) 2021-12-07 12:53:18.826 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (1.8.0) 2021-12-07 12:53:19.789 | Installing collected packages: neutron 2021-12-07 12:53:19.789 | Attempting uninstall: neutron 2021-12-07 12:53:19.791 | Found existing installation: neutron 16.4.2 2021-12-07 12:53:21.014 | Uninstalling neutron-16.4.2: 2021-12-07 12:53:21.104 | Successfully uninstalled neutron-16.4.2 2021-12-07 12:53:21.106 | Running setup.py develop for neutron 2021-12-07 12:53:23.868 | Successfully installed neutron 2021-12-07 12:53:24.004 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:53:24.004 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:53:24.096 | + inc/python:pip_install:207 : result=0 2021-12-07 12:53:24.100 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:53:24.102 | + functions-common:time_stop:2331 : local name 2021-12-07 12:53:24.104 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:53:24.107 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:53:24.109 | + functions-common:time_stop:2334 : local total 2021-12-07 12:53:24.111 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:53:24.114 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:53:24.116 | + functions-common:time_stop:2338 : start_time=1638881589262 2021-12-07 12:53:24.118 | + functions-common:time_stop:2340 : [[ -z 1638881589262 ]] 2021-12-07 12:53:24.121 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:53:24.125 | + functions-common:time_stop:2343 : end_time=1638881604122 2021-12-07 12:53:24.127 | + functions-common:time_stop:2344 : elapsed_time=14860 2021-12-07 12:53:24.129 | + functions-common:time_stop:2345 : total=177615 2021-12-07 12:53:24.131 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:53:24.134 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=192475 2021-12-07 12:53:24.136 | + inc/python:pip_install:210 : return 0 2021-12-07 12:53:24.138 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-07 12:53:24.141 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-12-07 12:53:24.143 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-12-07 12:53:24.161 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-12-07 12:53:24.172 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/neutron 2021-12-07 12:53:24.174 | + inc/python:use_library_from_git:263 : local name=/opt/stack/neutron 2021-12-07 12:53:24.177 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:53:24.180 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:53:24.182 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-12-07 12:53:24.185 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:53:24.187 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-07 12:53:24.190 | + ./stack.sh:main:912 : is_service_enabled nova 2021-12-07 12:53:24.206 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:24.209 | + ./stack.sh:main:914 : stack_install_service nova 2021-12-07 12:53:24.211 | + lib/stack:stack_install_service:20 : local service=nova 2021-12-07 12:53:24.213 | + lib/stack:stack_install_service:21 : type install_nova 2021-12-07 12:53:24.216 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-07 12:53:24.218 | + lib/stack:stack_install_service:32 : install_nova 2021-12-07 12:53:24.221 | + lib/nova:install_nova:809 : use_library_from_git os-vif 2021-12-07 12:53:24.224 | + inc/python:use_library_from_git:263 : local name=os-vif 2021-12-07 12:53:24.226 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:53:24.229 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:53:24.231 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,os-vif, ]] 2021-12-07 12:53:24.234 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:53:24.236 | + lib/nova:install_nova:814 : is_service_enabled n-cpu 2021-12-07 12:53:24.251 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:24.254 | + lib/nova:install_nova:818 : is_service_enabled n-novnc 2021-12-07 12:53:24.269 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:24.272 | + lib/nova:install_nova:830 : is_service_enabled n-spice 2021-12-07 12:53:24.288 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:24.290 | + lib/nova:install_nova:842 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova stable/ussuri 2021-12-07 12:53:24.293 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/nova.git 2021-12-07 12:53:24.295 | + functions-common:git_clone:524 : local git_dest=/opt/stack/nova 2021-12-07 12:53:24.297 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:53:24.299 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:53:24.302 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:53:24.305 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:53:24.307 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:53:24.310 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:53:24.324 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:53:24.326 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:53:24.329 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:53:24.331 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:53:24.332 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:53:24.336 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/nova ]] 2021-12-07 12:53:24.339 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:53:24.341 | + functions-common:git_clone:592 : cd /opt/stack/nova 2021-12-07 12:53:24.344 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:53:24.344 | + functions-common:git_clone:593 : head -1 2021-12-07 12:53:24.350 | 6667fcb92b Merge "Fix error that cannot overwrite policy rule for 'forced_host'" into stable/ussuri 2021-12-07 12:53:24.353 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:53:24.355 | + lib/nova:install_nova:843 : setup_develop /opt/stack/nova 2021-12-07 12:53:24.358 | + inc/python:setup_develop:351 : local bindep 2021-12-07 12:53:24.360 | + inc/python:setup_develop:352 : [[ /opt/stack/nova == -bindep* ]] 2021-12-07 12:53:24.362 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/nova 2021-12-07 12:53:24.365 | + inc/python:setup_develop:357 : local extras= 2021-12-07 12:53:24.368 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-12-07 12:53:24.370 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-07 12:53:24.372 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/nova == -bindep* ]] 2021-12-07 12:53:24.375 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/nova 2021-12-07 12:53:24.377 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-07 12:53:24.380 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-07 12:53:24.383 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/nova 2021-12-07 12:53:24.386 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-07 12:53:24.389 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/nova 2021-12-07 12:53:24.391 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-07 12:53:24.393 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-07 12:53:24.396 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-12-07 12:53:24.401 | + inc/python:_setup_package_with_constraints_edit:396 : name=nova 2021-12-07 12:53:24.404 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2021-12-07 12:53:25.394 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/nova -e 2021-12-07 12:53:25.396 | + inc/python:setup_package:430 : local bindep=0 2021-12-07 12:53:25.399 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-07 12:53:25.401 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-07 12:53:25.403 | + inc/python:setup_package:433 : [[ /opt/stack/nova == -bindep* ]] 2021-12-07 12:53:25.405 | + inc/python:setup_package:438 : local project_dir=/opt/stack/nova 2021-12-07 12:53:25.407 | + inc/python:setup_package:439 : local flags=-e 2021-12-07 12:53:25.410 | + inc/python:setup_package:440 : local extras= 2021-12-07 12:53:25.412 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-07 12:53:25.415 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-07 12:53:25.417 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-07 12:53:25.419 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-07 12:53:25.421 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-07 12:53:25.424 | + inc/python:setup_package:458 : pip_install -e /opt/stack/nova 2021-12-07 12:53:25.442 | Using python 3.6 to install /opt/stack/nova because python3_enabled=True 2021-12-07 12:53:25.447 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2021-12-07 12:53:28.211 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:53:28.212 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:53:28.212 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.213 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.213 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.214 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.214 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.215 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.215 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.216 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.216 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.216 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.217 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.217 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.218 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.218 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.219 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.219 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.220 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.220 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.220 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.221 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.221 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.222 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.223 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.224 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.224 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.226 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.227 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.227 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.227 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.228 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.229 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.229 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.230 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.230 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.230 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.231 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.231 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.232 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.232 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.233 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.233 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.233 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.234 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.234 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.235 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.235 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.235 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.236 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.236 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.237 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.237 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.238 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.238 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.239 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.239 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.240 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.241 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.241 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.241 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.242 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.243 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.243 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.243 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.245 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.245 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.245 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.246 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.246 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.247 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.248 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.248 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.248 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.249 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.249 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.250 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.250 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.251 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.251 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.251 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.252 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.252 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.253 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.254 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.254 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.254 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.255 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.255 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.256 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.256 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.257 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.257 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.258 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.258 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.259 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.259 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.260 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.260 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.261 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.261 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.262 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.262 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.263 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.263 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.264 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.264 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.265 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.265 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.265 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.266 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.266 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.267 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.267 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.268 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.268 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.269 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.270 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.270 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.271 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.271 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.272 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.272 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.273 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.273 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.273 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.274 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.274 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.275 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.275 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.276 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.276 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.277 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.277 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.277 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.278 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.278 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.279 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.279 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.280 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.280 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.280 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.281 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.281 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.282 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.282 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.283 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.283 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.284 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.284 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.284 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.286 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.286 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.287 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.287 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.287 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.288 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.288 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.288 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.289 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.289 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.290 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.290 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.291 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.291 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.292 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.292 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.292 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.293 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.293 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.293 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.294 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.294 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.295 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.295 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.296 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.296 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.296 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.297 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.297 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.298 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.298 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.298 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.299 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.299 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.300 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.300 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.301 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.301 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.302 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.302 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.302 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.303 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.303 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.304 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.304 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.304 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.305 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.305 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.306 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.306 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.306 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.307 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.307 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.308 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.308 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.308 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.309 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.309 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.310 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.310 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.310 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.311 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.311 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.312 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.312 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.313 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.313 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.313 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.314 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.314 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.314 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.315 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.315 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.316 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.317 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.317 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.318 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.318 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.318 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.319 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.319 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.320 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.320 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.321 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.322 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.322 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.323 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.324 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.324 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.325 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.325 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.326 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.326 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.327 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.327 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.327 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.328 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.328 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.329 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.329 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.329 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.330 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.330 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.331 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.331 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.332 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.333 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.333 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.334 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.334 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.334 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.335 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.335 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.336 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.336 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.336 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.337 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.337 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.338 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.338 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.339 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.339 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.339 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.340 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.340 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.341 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.341 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.342 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.342 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.343 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.343 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.343 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.344 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.344 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.345 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.345 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.346 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.346 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.346 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.347 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.347 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.348 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.348 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.349 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.349 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.349 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.350 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.350 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.351 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.351 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.352 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.352 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.352 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.353 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.354 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.354 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.355 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.355 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.355 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.356 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.356 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.356 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.357 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.357 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.358 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.358 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.359 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.359 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.360 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.360 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.360 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.361 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.361 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.362 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.362 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.362 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.363 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.364 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.364 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.365 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.366 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.366 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.366 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.367 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.367 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.368 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.368 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.369 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.369 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.369 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.370 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.370 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.371 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.371 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.372 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.372 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.373 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.373 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.373 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.374 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.374 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.375 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.375 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.376 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.376 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.376 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.377 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.377 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.378 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.378 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.379 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.380 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.380 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.381 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.381 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.382 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.382 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.382 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.383 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.383 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.384 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.384 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.384 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.385 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.385 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.386 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.386 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.387 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.387 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.387 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.388 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.388 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.389 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.390 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.390 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.390 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.391 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.392 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.392 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.392 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.393 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.393 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.394 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.394 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.395 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.395 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.396 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.396 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.397 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.397 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.397 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.398 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.398 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.399 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.399 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.400 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.400 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.401 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.401 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.402 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.402 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.402 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.403 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.404 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.404 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.404 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:53:28.405 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:53:28.405 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:53:28.406 | Obtaining file:///opt/stack/nova 2021-12-07 12:53:31.874 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-07 12:53:35.306 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:53:35.312 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-07 12:53:35.319 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-07 12:53:35.323 | Requirement already satisfied: Paste===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 26)) (3.4.0) 2021-12-07 12:53:35.331 | Requirement already satisfied: PasteDeploy===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) (2.1.0) 2021-12-07 12:53:35.340 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-07 12:53:35.349 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-07 12:53:35.373 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:53:35.389 | Requirement already satisfied: castellan===3.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.4) 2021-12-07 12:53:35.414 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-07 12:53:35.456 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (0.2.2) 2021-12-07 12:53:35.603 | Collecting dataclasses===0.7 2021-12-07 12:53:35.611 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/345/9118f7ede7c8b/dataclasses-0.7-py3-none-any.whl (18 kB) 2021-12-07 12:53:35.705 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-07 12:53:35.709 | Requirement already satisfied: eventlet===0.26.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) (0.26.1) 2021-12-07 12:53:35.718 | Requirement already satisfied: futurist===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (2.1.1) 2021-12-07 12:53:35.726 | Requirement already satisfied: greenlet===0.4.15 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (0.4.15) 2021-12-07 12:53:35.729 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-07 12:53:35.733 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-12-07 12:53:35.767 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-07 12:53:35.838 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-12-07 12:53:35.902 | Requirement already satisfied: lxml===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (4.5.0) 2021-12-07 12:53:36.019 | Collecting microversion-parse===1.0.1 2021-12-07 12:53:36.026 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2021-12-07 12:53:36.123 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-12-07 12:53:36.126 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-07 12:53:36.130 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-07 12:53:36.133 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (0.46.1) 2021-12-07 12:53:36.161 | Requirement already satisfied: os-brick===3.0.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (3.0.8) 2021-12-07 12:53:36.294 | Collecting os-resource-classes===1.0.0 2021-12-07 12:53:36.301 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl (10 kB) 2021-12-07 12:53:36.389 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.7.0) 2021-12-07 12:53:36.395 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (2.3.0) 2021-12-07 12:53:36.400 | Requirement already satisfied: os-vif===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (2.0.1) 2021-12-07 12:53:36.428 | Requirement already satisfied: os-win===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (5.0.2) 2021-12-07 12:53:36.450 | Requirement already satisfied: os-xenapi===0.3.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (0.3.4) 2021-12-07 12:53:36.470 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (2.3.1) 2021-12-07 12:53:36.506 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (4.0.3) 2021-12-07 12:53:36.520 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (8.0.5) 2021-12-07 12:53:36.535 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 484)) (3.0.3) 2021-12-07 12:53:36.542 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 488)) (8.1.1) 2021-12-07 12:53:36.595 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (4.0.1) 2021-12-07 12:53:36.604 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (4.1.3) 2021-12-07 12:53:36.650 | Requirement already satisfied: oslo.messaging===12.1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (12.1.6) 2021-12-07 12:53:36.716 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (4.0.2) 2021-12-07 12:53:36.737 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (3.1.2) 2021-12-07 12:53:36.756 | Requirement already satisfied: oslo.privsep===2.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (2.1.2) 2021-12-07 12:53:36.772 | Requirement already satisfied: oslo.reports===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.0.1) 2021-12-07 12:53:36.788 | Requirement already satisfied: oslo.rootwrap===6.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (6.0.2) 2021-12-07 12:53:36.793 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.1.2) 2021-12-07 12:53:36.806 | Requirement already satisfied: oslo.service===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (2.1.1) 2021-12-07 12:53:36.835 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.0.1) 2021-12-07 12:53:36.845 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (4.1.2) 2021-12-07 12:53:36.864 | Requirement already satisfied: oslo.versionedobjects===2.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (2.0.2) 2021-12-07 12:53:36.886 | Requirement already satisfied: ovsdbapp===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.2.3) 2021-12-07 12:53:36.898 | Requirement already satisfied: paramiko===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (2.7.1) 2021-12-07 12:53:36.935 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (5.4.5) 2021-12-07 12:53:36.938 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.7.2) 2021-12-07 12:53:36.941 | Requirement already satisfied: psutil===5.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 584)) (5.7.0) 2021-12-07 12:53:36.947 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 595)) (3.0.0) 2021-12-07 12:53:36.960 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 605)) (0.9.6) 2021-12-07 12:53:36.962 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (2.4.7) 2021-12-07 12:53:37.093 | Collecting pypowervm===1.1.24 2021-12-07 12:53:37.102 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2021-12-07 12:53:37.278 | Requirement already satisfied: pyroute2===0.5.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 615)) (0.5.11) 2021-12-07 12:53:37.285 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 616)) (0.16.0) 2021-12-07 12:53:37.291 | Requirement already satisfied: python-barbicanclient===4.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 634)) (4.10.0) 2021-12-07 12:53:37.309 | Requirement already satisfied: python-cinderclient===7.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 641)) (7.0.2) 2021-12-07 12:53:37.331 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 654)) (2.8.1) 2021-12-07 12:53:37.336 | Requirement already satisfied: python-glanceclient===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 666)) (3.1.2) 2021-12-07 12:53:37.358 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 686)) (4.0.0) 2021-12-07 12:53:37.378 | Requirement already satisfied: python-neutronclient===7.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 716)) (7.1.1) 2021-12-07 12:53:37.412 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 774)) (2019.3) 2021-12-07 12:53:37.417 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 788)) (0.7) 2021-12-07 12:53:37.424 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (2.23.0) 2021-12-07 12:53:37.448 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.4.0) 2021-12-07 12:53:37.451 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 799)) (1.3.3) 2021-12-07 12:53:37.456 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 801)) (1.4.0) 2021-12-07 12:53:37.461 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (3.17.0) 2021-12-07 12:53:37.465 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 833)) (1.14.0) 2021-12-07 12:53:37.468 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 895)) (0.13.0) 2021-12-07 12:53:37.480 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (0.3.1) 2021-12-07 12:53:37.484 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 897)) (3.3.0) 2021-12-07 12:53:37.487 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 902)) (1.32.0) 2021-12-07 12:53:37.494 | Requirement already satisfied: taskflow===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 921)) (4.1.0) 2021-12-07 12:53:37.557 | Requirement already satisfied: tenacity===6.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 925)) (6.1.0) 2021-12-07 12:53:37.571 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 928)) (2.0.1) 2021-12-07 12:53:37.581 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (0.5.0) 2021-12-07 12:53:37.587 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 930)) (2.4.0) 2021-12-07 12:53:37.608 | Requirement already satisfied: tooz===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 938)) (2.3.1) 2021-12-07 12:53:37.672 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 949)) (1.4.0) 2021-12-07 12:53:37.677 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.1.0) 2021-12-07 12:53:37.684 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.25.8) 2021-12-07 12:53:37.707 | Requirement already satisfied: voluptuous===0.11.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 978)) (0.11.7) 2021-12-07 12:53:37.712 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 981)) (1.3.3) 2021-12-07 12:53:37.821 | Collecting websockify===0.9.0 2021-12-07 12:53:37.829 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl (35 kB) 2021-12-07 12:53:37.924 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 991)) (1.12.1) 2021-12-07 12:53:37.928 | Requirement already satisfied: yappi===1.2.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 997)) (1.2.3) 2021-12-07 12:53:38.040 | Collecting zVMCloudConnector===1.4.1 2021-12-07 12:53:38.047 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2021-12-07 12:53:38.974 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:53:38.979 | Requirement already satisfied: dnspython===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.15.0) 2021-12-07 12:53:38.981 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-07 12:53:39.001 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-07 12:53:39.046 | Requirement already satisfied: setuptools in /usr/local/lib/python3.6/dist-packages (from jsonschema===3.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 327)) (49.6.0) 2021-12-07 12:53:39.093 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-07 12:53:39.097 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-07 12:53:39.121 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-07 12:53:39.125 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:53:39.129 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-07 12:53:39.134 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-07 12:53:39.138 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-07 12:53:39.146 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-12-07 12:53:39.152 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-07 12:53:39.161 | Requirement already satisfied: cachetools===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (4.1.0) 2021-12-07 12:53:39.165 | Requirement already satisfied: amqp===2.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2.5.2) 2021-12-07 12:53:39.170 | Requirement already satisfied: kombu===4.6.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (4.6.8) 2021-12-07 12:53:39.219 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-07 12:53:39.223 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-07 12:53:39.235 | Requirement already satisfied: ovs===2.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (2.11.0) 2021-12-07 12:53:39.239 | Requirement already satisfied: PyNaCl===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (1.3.0) 2021-12-07 12:53:39.253 | Requirement already satisfied: bcrypt===3.1.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.1.7) 2021-12-07 12:53:39.263 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 592)) (0.4.8) 2021-12-07 12:53:39.266 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 593)) (0.2.8) 2021-12-07 12:53:39.271 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-07 12:53:39.287 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (19.1.0) 2021-12-07 12:53:39.303 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.0.0) 2021-12-07 12:53:39.323 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.1.0) 2021-12-07 12:53:39.328 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:53:39.331 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-07 12:53:39.335 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:53:39.337 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-07 12:53:39.340 | Requirement already satisfied: automaton===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.0.1) 2021-12-07 12:53:39.349 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 601)) (1.4.1) 2021-12-07 12:53:39.354 | Requirement already satisfied: networkx===2.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (2.4) 2021-12-07 12:53:39.398 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-07 12:53:39.401 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 702)) (1.6.0) 2021-12-07 12:53:39.403 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-07 12:53:39.406 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 970)) (1.4.0) 2021-12-07 12:53:40.512 | Collecting numpy===1.18.2 2021-12-07 12:53:40.553 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6d2/05249a0293e62/numpy-1.18.2-cp36-cp36m-manylinux1_x86_64.whl (20.2 MB) 2021-12-07 12:53:41.119 | Requirement already satisfied: PyJWT===1.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 37)) (1.7.1) 2021-12-07 12:53:41.136 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) (2.20) 2021-12-07 12:53:41.140 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1007)) (3.1.0) 2021-12-07 12:53:41.152 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-07 12:53:41.155 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-07 12:53:41.164 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 659)) (1.0.4) 2021-12-07 12:53:41.167 | Requirement already satisfied: vine===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 974)) (1.3.0) 2021-12-07 12:53:41.171 | Requirement already satisfied: sortedcontainers===2.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 838)) (2.1.0) 2021-12-07 12:53:41.174 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-07 12:53:41.191 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (1.8.0) 2021-12-07 12:53:41.194 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 982)) (0.1.9) 2021-12-07 12:53:41.197 | Building wheels for collected packages: zVMCloudConnector 2021-12-07 12:53:41.198 | Building wheel for zVMCloudConnector (setup.py): started 2021-12-07 12:53:42.199 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2021-12-07 12:53:42.202 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303900 sha256=e2c45e5d22a76c3800f216ad6d2117cea4deb4ea8b188654a1f81a072804c4ae 2021-12-07 12:53:42.202 | Stored in directory: /root/.cache/pip/wheels/77/e9/f7/60f0d1ed62c86db5498c1a2c54e062ef948abfc58230673f10 2021-12-07 12:53:42.203 | Successfully built zVMCloudConnector 2021-12-07 12:53:43.215 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, pypowervm, zVMCloudConnector, dataclasses, nova 2021-12-07 12:53:47.443 | Running setup.py develop for nova 2021-12-07 12:53:51.027 | Successfully installed dataclasses-0.7 microversion-parse-1.0.1 nova numpy-1.18.2 os-resource-classes-1.0.0 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1 2021-12-07 12:53:51.165 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:53:51.165 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:53:51.286 | + inc/python:pip_install:207 : result=0 2021-12-07 12:53:51.288 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:53:51.291 | + functions-common:time_stop:2331 : local name 2021-12-07 12:53:51.293 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:53:51.295 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:53:51.297 | + functions-common:time_stop:2334 : local total 2021-12-07 12:53:51.299 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:53:51.302 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:53:51.304 | + functions-common:time_stop:2338 : start_time=1638881605437 2021-12-07 12:53:51.306 | + functions-common:time_stop:2340 : [[ -z 1638881605437 ]] 2021-12-07 12:53:51.309 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:53:51.312 | + functions-common:time_stop:2343 : end_time=1638881631310 2021-12-07 12:53:51.314 | + functions-common:time_stop:2344 : elapsed_time=25873 2021-12-07 12:53:51.317 | + functions-common:time_stop:2345 : total=192475 2021-12-07 12:53:51.319 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:53:51.321 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=218348 2021-12-07 12:53:51.324 | + inc/python:pip_install:210 : return 0 2021-12-07 12:53:51.326 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-07 12:53:51.328 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-12-07 12:53:51.331 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-12-07 12:53:51.348 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-12-07 12:53:51.360 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/nova 2021-12-07 12:53:51.363 | + inc/python:use_library_from_git:263 : local name=/opt/stack/nova 2021-12-07 12:53:51.365 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:53:51.368 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:53:51.370 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-12-07 12:53:51.373 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:53:51.376 | + lib/nova:install_nova:844 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2021-12-07 12:53:51.389 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-07 12:53:51.392 | + ./stack.sh:main:915 : configure_nova 2021-12-07 12:53:51.394 | + lib/nova:configure_nova:240 : sudo install -d -o ubuntu /etc/nova 2021-12-07 12:53:51.406 | + lib/nova:configure_nova:242 : configure_rootwrap nova 2021-12-07 12:53:51.408 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-12-07 12:53:51.411 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-12-07 12:53:51.414 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-12-07 12:53:51.414 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-12-07 12:53:51.419 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-12-07 12:53:51.421 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-12-07 12:53:51.424 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-12-07 12:53:51.428 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-12-07 12:53:51.430 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-12-07 12:53:51.432 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-12-07 12:53:51.435 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-12-07 12:53:51.437 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-12-07 12:53:51.449 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-12-07 12:53:51.460 | + 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-12-07 12:53:51.472 | + 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-12-07 12:53:51.484 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-12-07 12:53:51.495 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-12-07 12:53:51.498 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-12-07 12:53:51.502 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.nHDt54WlZx 2021-12-07 12:53:51.505 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-12-07 12:53:51.508 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-12-07 12:53:51.510 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-12-07 12:53:51.513 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-12-07 12:53:51.515 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-12-07 12:53:51.517 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.nHDt54WlZx 2021-12-07 12:53:51.521 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.nHDt54WlZx 2021-12-07 12:53:51.532 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.nHDt54WlZx /etc/sudoers.d/nova-rootwrap 2021-12-07 12:53:51.544 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-12-07 12:53:51.548 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-12-07 12:53:51.551 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-12-07 12:53:51.553 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-12-07 12:53:51.556 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-12-07 12:53:51.558 | + 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-12-07 12:53:51.560 | + 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-12-07 12:53:51.563 | + lib/nova:configure_nova:244 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 12:53:51.566 | + lib/nova:configure_nova:246 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-12-07 12:53:51.571 | + lib/nova:configure_nova:249 : is_service_enabled n-cpu 2021-12-07 12:53:51.587 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:51.590 | + lib/nova:configure_nova:327 : create_nova_conf 2021-12-07 12:53:51.592 | + lib/nova:create_nova_conf:394 : rm -f /opt/stack/nova/bin/nova.conf 2021-12-07 12:53:51.596 | + lib/nova:create_nova_conf:397 : rm -f /etc/nova/nova.conf 2021-12-07 12:53:51.600 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-12-07 12:53:51.626 | + lib/nova:create_nova_conf:399 : '[' True == True ']' 2021-12-07 12:53:51.629 | + lib/nova:create_nova_conf:400 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-12-07 12:53:51.652 | + lib/nova:create_nova_conf:402 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-12-07 12:53:51.678 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-12-07 12:53:51.701 | + lib/nova:create_nova_conf:404 : iniset /etc/nova/nova.conf scheduler driver filter_scheduler 2021-12-07 12:53:51.728 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-12-07 12:53:51.753 | + lib/nova:create_nova_conf:406 : [[ filter_scheduler == \f\i\l\t\e\r\_\s\c\h\e\d\u\l\e\r ]] 2021-12-07 12:53:51.755 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf scheduler workers 2 2021-12-07 12:53:51.779 | + lib/nova:create_nova_conf:409 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-12-07 12:53:51.805 | + lib/nova:create_nova_conf:410 : [[ 4 == 6 ]] 2021-12-07 12:53:51.807 | + lib/nova:create_nova_conf:413 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.24 2021-12-07 12:53:51.833 | + lib/nova:create_nova_conf:415 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-12-07 12:53:51.856 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-12-07 12:53:51.880 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-12-07 12:53:51.905 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-12-07 12:53:51.928 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-12-07 12:53:51.955 | + lib/nova:create_nova_conf:422 : is_fedora 2021-12-07 12:53:51.957 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 12:53:51.959 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 12:53:51.961 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 12:53:51.963 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 12:53:51.966 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 12:53:51.968 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 12:53:51.970 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:53:51.972 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 12:53:51.974 | + lib/nova:create_nova_conf:422 : is_suse 2021-12-07 12:53:51.976 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:53:51.979 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:53:51.981 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:53:51.983 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:53:51.985 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:53:51.988 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:53:51.990 | + lib/nova:create_nova_conf:431 : is_service_enabled n-api n-cond n-sched 2021-12-07 12:53:52.006 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:52.008 | + lib/nova:create_nova_conf:435 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-07 12:53:52.010 | + lib/nova:create_nova_conf:438 : local db=nova_cell0 2021-12-07 12:53:52.012 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-12-07 12:53:52.038 | ++ lib/nova:create_nova_conf:444 : database_connection_url nova_cell0 2021-12-07 12:53:52.040 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-12-07 12:53:52.042 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-12-07 12:53:52.044 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-12-07 12:53:52.046 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-07 12:53:52.050 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-07 12:53:52.077 | ++ lib/nova:create_nova_conf:445 : database_connection_url nova_api 2021-12-07 12:53:52.080 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-12-07 12:53:52.082 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-12-07 12:53:52.084 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2021-12-07 12:53:52.086 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-12-07 12:53:52.089 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-12-07 12:53:52.115 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf cache enabled True 2021-12-07 12:53:52.140 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-12-07 12:53:52.164 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-12-07 12:53:52.187 | + lib/nova:create_nova_conf:455 : is_service_enabled n-api 2021-12-07 12:53:52.203 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:52.205 | + lib/nova:create_nova_conf:456 : is_service_enabled n-api-meta 2021-12-07 12:53:52.220 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:52.223 | ++ lib/nova:create_nova_conf:458 : echo osapi_compute,metadata 2021-12-07 12:53:52.224 | ++ lib/nova:create_nova_conf:458 : sed s/,metadata// 2021-12-07 12:53:52.228 | + lib/nova:create_nova_conf:458 : NOVA_ENABLED_APIS=osapi_compute 2021-12-07 12:53:52.231 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-12-07 12:53:52.255 | + lib/nova:create_nova_conf:461 : is_service_enabled tls-proxy 2021-12-07 12:53:52.270 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:52.273 | + lib/nova:create_nova_conf:467 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-12-07 12:53:52.275 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2021-12-07 12:53:52.277 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-12-07 12:53:52.279 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-07 12:53:52.281 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-12-07 12:53:52.307 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2021-12-07 12:53:52.332 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.24/identity 2021-12-07 12:53:52.356 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-12-07 12:53:52.381 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-12-07 12:53:52.405 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-12-07 12:53:52.430 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-12-07 12:53:52.454 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-12-07 12:53:52.479 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-07 12:53:52.503 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-12-07 12:53:52.527 | + lib/nova:create_nova_conf:470 : is_service_enabled cinder 2021-12-07 12:53:52.542 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:52.544 | + lib/nova:create_nova_conf:471 : configure_cinder_access 2021-12-07 12:53:52.547 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-12-07 12:53:52.573 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder auth_type password 2021-12-07 12:53:52.598 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.24/identity 2021-12-07 12:53:52.622 | + lib/nova:configure_cinder_access:601 : iniset /etc/nova/nova.conf cinder username nova 2021-12-07 12:53:52.645 | + lib/nova:configure_cinder_access:602 : iniset /etc/nova/nova.conf cinder password Passw0rd 2021-12-07 12:53:52.669 | + lib/nova:configure_cinder_access:603 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2021-12-07 12:53:52.694 | + lib/nova:configure_cinder_access:604 : iniset /etc/nova/nova.conf cinder project_name service 2021-12-07 12:53:52.719 | + lib/nova:configure_cinder_access:605 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2021-12-07 12:53:52.748 | + lib/nova:configure_cinder_access:606 : is_service_enabled tls-proxy 2021-12-07 12:53:52.763 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:52.765 | + lib/nova:create_nova_conf:474 : '[' -n /opt/stack/data/nova ']' 2021-12-07 12:53:52.768 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-12-07 12:53:52.793 | + lib/nova:create_nova_conf:476 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-12-07 12:53:52.819 | + lib/nova:create_nova_conf:478 : '[' -n /opt/stack/data/nova/instances ']' 2021-12-07 12:53:52.821 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-12-07 12:53:52.846 | + lib/nova:create_nova_conf:481 : '[' False '!=' False ']' 2021-12-07 12:53:52.849 | + lib/nova:create_nova_conf:484 : '[' False '!=' False ']' 2021-12-07 12:53:52.851 | + lib/nova:create_nova_conf:489 : is_suse 2021-12-07 12:53:52.854 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:53:52.856 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:53:52.858 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:53:52.860 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:53:52.863 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:53:52.865 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:53:52.867 | + lib/nova:create_nova_conf:494 : setup_logging /etc/nova/nova.conf 2021-12-07 12:53:52.869 | + functions:setup_logging:655 : local conf_file=/etc/nova/nova.conf 2021-12-07 12:53:52.872 | + functions:setup_logging:656 : local other_cond=False 2021-12-07 12:53:52.874 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 12:53:52.876 | + functions:setup_logging:658 : setup_systemd_logging /etc/nova/nova.conf 2021-12-07 12:53:52.878 | + functions:setup_systemd_logging:686 : local conf_file=/etc/nova/nova.conf 2021-12-07 12:53:52.881 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 12:53:52.883 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 12:53:52.900 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 12:53:52.902 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 12:53:52.904 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 12:53:52.906 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 12:53:52.908 | + functions:setup_systemd_logging:700 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 12:53:52.933 | + functions:setup_systemd_logging:702 : 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-12-07 12:53:52.959 | + functions:setup_systemd_logging:703 : 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-12-07 12:53:52.990 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 12:53:53.014 | + lib/nova:create_nova_conf:496 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-12-07 12:53:53.040 | + lib/nova:create_nova_conf:498 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-12-07 12:53:53.043 | + lib/apache:write_uwsgi_config:264 : local file=/etc/nova/nova-api-uwsgi.ini 2021-12-07 12:53:53.045 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-12-07 12:53:53.047 | + lib/apache:write_uwsgi_config:266 : local url=/compute 2021-12-07 12:53:53.049 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-07 12:53:53.052 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-07 12:53:53.055 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/nova-api-wsgi 2021-12-07 12:53:53.058 | + lib/apache:write_uwsgi_config:269 : name=nova-api-wsgi 2021-12-07 12:53:53.060 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-07 12:53:53.062 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-07 12:53:53.075 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:53:53.075 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-07 12:53:53.082 | d /var/run/uwsgi 0755 ubuntu root 2021-12-07 12:53:53.086 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:53:53.099 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-12-07 12:53:53.102 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-12-07 12:53:53.105 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-12-07 12:53:53.131 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-12-07 12:53:53.154 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-12-07 12:53:53.178 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-12-07 12:53:53.201 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-12-07 12:53:53.227 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-07 12:53:53.259 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-12-07 12:53:53.282 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-12-07 12:53:53.307 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-12-07 12:53:53.331 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-07 12:53:53.355 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-12-07 12:53:53.380 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-07 12:53:53.403 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-12-07 12:53:53.428 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-07 12:53:53.430 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-07 12:53:53.433 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for nova-api-wsgi 2021-12-07 12:53:53.435 | ++ lib/apache:apache_site_config_for:196 : local site=nova-api-wsgi 2021-12-07 12:53:53.437 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-07 12:53:53.440 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:53.442 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:53.444 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-12-07 12:53:53.447 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-12-07 12:53:53.449 | + lib/apache:write_uwsgi_config:314 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-12-07 12:53:53.474 | + lib/apache:write_uwsgi_config:315 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-12-07 12:53:53.498 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 ' 2021-12-07 12:53:53.498 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-12-07 12:53:53.506 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-12-07 12:53:53.509 | + lib/apache:write_uwsgi_config:317 : enable_apache_site nova-api-wsgi 2021-12-07 12:53:53.511 | + lib/apache:enable_apache_site:213 : local site=nova-api-wsgi 2021-12-07 12:53:53.513 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-07 12:53:53.516 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-07 12:53:53.518 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:53:53.521 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:53.523 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:53.525 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-07 12:53:53.527 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-07 12:53:53.530 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:53.532 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:53.535 | + lib/apache:enable_apache_site:217 : sudo a2ensite nova-api-wsgi 2021-12-07 12:53:53.593 | Enabling site nova-api-wsgi. 2021-12-07 12:53:53.599 | To activate the new configuration, you need to run: 2021-12-07 12:53:53.599 | systemctl reload apache2 2021-12-07 12:53:53.603 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-07 12:53:53.606 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:53:53.608 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:53:53.610 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:53:53.752 | + lib/nova:create_nova_conf:499 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2021-12-07 12:53:53.756 | + lib/apache:write_uwsgi_config:264 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-12-07 12:53:53.758 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-12-07 12:53:53.761 | + lib/apache:write_uwsgi_config:266 : local url= 2021-12-07 12:53:53.763 | + lib/apache:write_uwsgi_config:267 : local http=0.0.0.0:8775 2021-12-07 12:53:53.765 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-07 12:53:53.768 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/nova-metadata-wsgi 2021-12-07 12:53:53.772 | + lib/apache:write_uwsgi_config:269 : name=nova-metadata-wsgi 2021-12-07 12:53:53.774 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-07 12:53:53.776 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-07 12:53:53.789 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-07 12:53:53.789 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:53:53.796 | d /var/run/uwsgi 0755 ubuntu root 2021-12-07 12:53:53.800 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:53:53.813 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-12-07 12:53:53.817 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-12-07 12:53:53.820 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-12-07 12:53:53.847 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-12-07 12:53:53.871 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-12-07 12:53:53.897 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-12-07 12:53:53.921 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-12-07 12:53:53.946 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-07 12:53:53.971 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-12-07 12:53:53.994 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-12-07 12:53:54.018 | + lib/apache:write_uwsgi_config:298 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-12-07 12:53:54.043 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-07 12:53:54.067 | + lib/apache:write_uwsgi_config:302 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-12-07 12:53:54.091 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-07 12:53:54.115 | + lib/apache:write_uwsgi_config:306 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-12-07 12:53:54.139 | + lib/apache:write_uwsgi_config:309 : [[ -n 0.0.0.0:8775 ]] 2021-12-07 12:53:54.142 | + lib/apache:write_uwsgi_config:310 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-12-07 12:53:54.166 | + lib/nova:create_nova_conf:501 : is_service_enabled ceilometer 2021-12-07 12:53:54.181 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:54.183 | + lib/nova:create_nova_conf:509 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-12-07 12:53:54.210 | ++ lib/nova:create_nova_conf:510 : get_notification_url 2021-12-07 12:53:54.213 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2021-12-07 12:53:54.215 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2021-12-07 12:53:54.230 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:54.233 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:53:54.236 | + lib/nova:create_nova_conf:510 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:53:54.261 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-12-07 12:53:54.288 | + lib/nova:create_nova_conf:512 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-12-07 12:53:54.290 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-12-07 12:53:54.292 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2021-12-07 12:53:54.294 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-07 12:53:54.297 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-07 12:53:54.299 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 12:53:54.314 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:54.318 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-07 12:53:54.320 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-07 12:53:54.323 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 12:53:54.338 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:54.340 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:53:54.343 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 12:53:54.368 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 12:53:54.370 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 12:53:54.372 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-12-07 12:53:54.397 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-12-07 12:53:54.421 | + lib/nova:create_nova_conf:517 : iniset /etc/nova/nova.conf conductor workers 2 2021-12-07 12:53:54.448 | + lib/nova:create_nova_conf:519 : is_service_enabled tls-proxy 2021-12-07 12:53:54.463 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:54.465 | + lib/nova:create_nova_conf:524 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-12-07 12:53:54.490 | + lib/nova:create_nova_conf:526 : '[' False == True ']' 2021-12-07 12:53:54.493 | + lib/nova:create_nova_conf:530 : is_service_enabled n-cond 2021-12-07 12:53:54.508 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:54.511 | ++ lib/nova:create_nova_conf:531 : seq 1 1 2021-12-07 12:53:54.515 | + lib/nova:create_nova_conf:531 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 12:53:54.517 | + lib/nova:create_nova_conf:532 : local conf 2021-12-07 12:53:54.519 | + lib/nova:create_nova_conf:533 : local vhost 2021-12-07 12:53:54.522 | ++ lib/nova:create_nova_conf:534 : conductor_conf 1 2021-12-07 12:53:54.525 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-07 12:53:54.527 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-07 12:53:54.529 | + lib/nova:create_nova_conf:534 : conf=/etc/nova/nova_cell1.conf 2021-12-07 12:53:54.532 | + lib/nova:create_nova_conf:535 : vhost=nova_cell1 2021-12-07 12:53:54.534 | + lib/nova:create_nova_conf:537 : rm -f /etc/nova/nova_cell1.conf 2021-12-07 12:53:54.538 | ++ lib/nova:create_nova_conf:538 : database_connection_url nova_cell1 2021-12-07 12:53:54.540 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-12-07 12:53:54.543 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-12-07 12:53:54.545 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2021-12-07 12:53:54.547 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-12-07 12:53:54.551 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-12-07 12:53:54.579 | + lib/nova:create_nova_conf:539 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-12-07 12:53:54.606 | + lib/nova:create_nova_conf:540 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-12-07 12:53:54.633 | + lib/nova:create_nova_conf:542 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-07 12:53:54.635 | + lib/nova:create_nova_conf:545 : rpc_backend_add_vhost nova_cell1 2021-12-07 12:53:54.638 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2021-12-07 12:53:54.640 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2021-12-07 12:53:54.655 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:54.659 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2021-12-07 12:53:54.660 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2021-12-07 12:53:55.713 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2021-12-07 12:53:55.715 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2021-12-07 12:53:56.740 | Creating vhost "nova_cell1" 2021-12-07 12:53:57.005 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-12-07 12:53:58.077 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2021-12-07 12:53:58.134 | + lib/nova:create_nova_conf:546 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-12-07 12:53:58.136 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-12-07 12:53:58.139 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2021-12-07 12:53:58.141 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-07 12:53:58.144 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-12-07 12:53:58.147 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 12:53:58.163 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:58.166 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-12-07 12:53:58.168 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-12-07 12:53:58.170 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 12:53:58.185 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:58.187 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/nova_cell1 2021-12-07 12:53:58.190 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/nova_cell1 2021-12-07 12:53:58.215 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 12:53:58.218 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 12:53:58.220 | + lib/nova:create_nova_conf:550 : is_service_enabled placement placement-client 2021-12-07 12:53:58.236 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:58.239 | + lib/nova:create_nova_conf:551 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-12-07 12:53:58.241 | + lib/nova:configure_placement_nova_compute:579 : local conf=/etc/nova/nova_cell1.conf 2021-12-07 12:53:58.243 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-12-07 12:53:58.270 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.24/identity 2021-12-07 12:53:58.294 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-12-07 12:53:58.319 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-12-07 12:53:58.343 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-12-07 12:53:58.367 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-12-07 12:53:58.392 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-12-07 12:53:58.416 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-12-07 12:53:58.441 | + lib/nova:create_nova_conf:555 : setup_logging /etc/nova/nova_cell1.conf 2021-12-07 12:53:58.443 | + functions:setup_logging:655 : local conf_file=/etc/nova/nova_cell1.conf 2021-12-07 12:53:58.446 | + functions:setup_logging:656 : local other_cond=False 2021-12-07 12:53:58.448 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 12:53:58.450 | + functions:setup_logging:658 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-12-07 12:53:58.452 | + functions:setup_systemd_logging:686 : local conf_file=/etc/nova/nova_cell1.conf 2021-12-07 12:53:58.455 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 12:53:58.458 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 12:53:58.473 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 12:53:58.475 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 12:53:58.478 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 12:53:58.480 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 12:53:58.482 | + functions:setup_systemd_logging:700 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 12:53:58.507 | + functions:setup_systemd_logging:702 : 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-12-07 12:53:58.531 | + functions:setup_systemd_logging:703 : 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-12-07 12:53:58.555 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 12:53:58.579 | + lib/nova:create_nova_conf:562 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-07 12:53:58.583 | ++ lib/nova:create_nova_conf:565 : seq 1 1 2021-12-07 12:53:58.586 | + lib/nova:create_nova_conf:565 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 12:53:58.588 | + lib/nova:create_nova_conf:566 : local conf 2021-12-07 12:53:58.590 | + lib/nova:create_nova_conf:567 : local offset 2021-12-07 12:53:58.593 | ++ lib/nova:create_nova_conf:568 : conductor_conf 1 2021-12-07 12:53:58.596 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-07 12:53:58.598 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-07 12:53:58.600 | + lib/nova:create_nova_conf:568 : conf=/etc/nova/nova_cell1.conf 2021-12-07 12:53:58.603 | + lib/nova:create_nova_conf:569 : offset=0 2021-12-07 12:53:58.605 | + lib/nova:create_nova_conf:570 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-12-07 12:53:58.608 | + lib/nova:configure_console_proxies:679 : local conf=/etc/nova/nova_cell1.conf 2021-12-07 12:53:58.610 | + lib/nova:configure_console_proxies:680 : local offset=0 2021-12-07 12:53:58.612 | + lib/nova:configure_console_proxies:684 : offset=0 2021-12-07 12:53:58.614 | + lib/nova:configure_console_proxies:686 : is_service_enabled n-novnc 2021-12-07 12:53:58.629 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:58.631 | + lib/nova:configure_console_proxies:686 : is_service_enabled n-xvnc 2021-12-07 12:53:58.647 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:58.649 | + lib/nova:configure_console_proxies:686 : '[' False '!=' False ']' 2021-12-07 12:53:58.651 | + lib/nova:configure_console_proxies:720 : is_service_enabled n-spice 2021-12-07 12:53:58.666 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:58.668 | + lib/nova:configure_console_proxies:725 : is_service_enabled n-sproxy 2021-12-07 12:53:58.683 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:58.686 | + lib/nova:configure_nova:329 : is_service_enabled n-cpu 2021-12-07 12:53:58.702 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:53:58.704 | + ./stack.sh:main:918 : is_service_enabled placement 2021-12-07 12:53:58.720 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:53:58.722 | + ./stack.sh:main:920 : stack_install_service placement 2021-12-07 12:53:58.725 | + lib/stack:stack_install_service:20 : local service=placement 2021-12-07 12:53:58.727 | + lib/stack:stack_install_service:21 : type install_placement 2021-12-07 12:53:58.730 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-12-07 12:53:58.732 | + lib/stack:stack_install_service:32 : install_placement 2021-12-07 12:53:58.735 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-12-07 12:53:58.738 | + lib/apache:install_apache_wsgi:149 : is_ubuntu 2021-12-07 12:53:58.740 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:58.743 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:58.745 | + lib/apache:install_apache_wsgi:151 : install_package apache2 2021-12-07 12:53:58.747 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:53:58.750 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:53:58.753 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:53:58.755 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:53:58.758 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:53:58.760 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:53:58.763 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:58.765 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:58.767 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:53:58.770 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:53:58.773 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:53:58.775 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:53:58.778 | + functions-common:install_package:1334 : real_install_package apache2 2021-12-07 12:53:58.780 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:53:58.782 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:58.785 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:58.789 | + functions-common:real_install_package:1320 : apt_get install apache2 2021-12-07 12:53:58.808 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2021-12-07 12:53:58.930 | Reading package lists... 2021-12-07 12:53:59.200 | Building dependency tree... 2021-12-07 12:53:59.201 | Reading state information... 2021-12-07 12:53:59.426 | apache2 is already the newest version (2.4.29-1ubuntu4.20). 2021-12-07 12:53:59.426 | The following packages were automatically installed and are no longer required: 2021-12-07 12:53:59.426 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-07 12:53:59.427 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-07 12:53:59.427 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-07 12:53:59.427 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:53:59.427 | python3-twisted-bin python3-zope.interface 2021-12-07 12:53:59.427 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:53:59.494 | 0 upgraded, 0 newly installed, 0 to remove and 174 not upgraded. 2021-12-07 12:53:59.499 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:53:59.501 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:53:59.503 | + functions-common:time_stop:2331 : local name 2021-12-07 12:53:59.506 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:53:59.508 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:53:59.510 | + functions-common:time_stop:2334 : local total 2021-12-07 12:53:59.512 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:53:59.515 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:53:59.517 | + functions-common:time_stop:2338 : start_time=1638881638806 2021-12-07 12:53:59.520 | + functions-common:time_stop:2340 : [[ -z 1638881638806 ]] 2021-12-07 12:53:59.523 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:53:59.526 | + functions-common:time_stop:2343 : end_time=1638881639523 2021-12-07 12:53:59.528 | + functions-common:time_stop:2344 : elapsed_time=717 2021-12-07 12:53:59.530 | + functions-common:time_stop:2345 : total=444771 2021-12-07 12:53:59.533 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:53:59.536 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=445488 2021-12-07 12:53:59.538 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:53:59.540 | + lib/apache:install_apache_wsgi:152 : python3_enabled 2021-12-07 12:53:59.543 | + inc/python:python3_enabled:467 : [[ True == \T\r\u\e ]] 2021-12-07 12:53:59.545 | + inc/python:python3_enabled:468 : return 0 2021-12-07 12:53:59.548 | + lib/apache:install_apache_wsgi:153 : is_package_installed libapache2-mod-wsgi 2021-12-07 12:53:59.550 | + functions-common:is_package_installed:1342 : [[ -z libapache2-mod-wsgi ]] 2021-12-07 12:53:59.553 | + functions-common:is_package_installed:1346 : [[ -z deb ]] 2021-12-07 12:53:59.555 | + functions-common:is_package_installed:1350 : [[ deb = \d\e\b ]] 2021-12-07 12:53:59.558 | + functions-common:is_package_installed:1351 : dpkg -s libapache2-mod-wsgi 2021-12-07 12:53:59.583 | + lib/apache:install_apache_wsgi:156 : install_package libapache2-mod-wsgi-py3 2021-12-07 12:53:59.585 | + functions-common:install_package:1333 : update_package_repo 2021-12-07 12:53:59.588 | + functions-common:update_package_repo:1305 : NO_UPDATE_REPOS=False 2021-12-07 12:53:59.590 | + functions-common:update_package_repo:1306 : REPOS_UPDATED=True 2021-12-07 12:53:59.593 | + functions-common:update_package_repo:1307 : RETRY_UPDATE=False 2021-12-07 12:53:59.595 | + functions-common:update_package_repo:1309 : [[ False = \T\r\u\e ]] 2021-12-07 12:53:59.598 | + functions-common:update_package_repo:1313 : is_ubuntu 2021-12-07 12:53:59.601 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:59.603 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:59.606 | + functions-common:update_package_repo:1314 : apt_get_update 2021-12-07 12:53:59.609 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-12-07 12:53:59.611 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-12-07 12:53:59.614 | + functions-common:apt_get_update:1069 : return 2021-12-07 12:53:59.616 | + functions-common:install_package:1334 : real_install_package libapache2-mod-wsgi-py3 2021-12-07 12:53:59.619 | + functions-common:real_install_package:1319 : is_ubuntu 2021-12-07 12:53:59.621 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:53:59.624 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:53:59.626 | + functions-common:real_install_package:1320 : apt_get install libapache2-mod-wsgi-py3 2021-12-07 12:53:59.646 | + functions-common:apt_get:1109 : 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-12-07 12:53:59.771 | Reading package lists... 2021-12-07 12:54:00.053 | Building dependency tree... 2021-12-07 12:54:00.054 | Reading state information... 2021-12-07 12:54:00.297 | The following packages were automatically installed and are no longer required: 2021-12-07 12:54:00.298 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-12-07 12:54:00.298 | python3-click python3-colorama python3-configobj python3-constantly 2021-12-07 12:54:00.298 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-12-07 12:54:00.298 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2021-12-07 12:54:00.298 | python3-twisted-bin python3-zope.interface 2021-12-07 12:54:00.298 | Use 'sudo apt autoremove' to remove them. 2021-12-07 12:54:00.344 | The following NEW packages will be installed: 2021-12-07 12:54:00.345 | libapache2-mod-wsgi-py3 2021-12-07 12:54:00.449 | 0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded. 2021-12-07 12:54:00.449 | Need to get 88.3 kB of archives. 2021-12-07 12:54:00.449 | After this operation, 278 kB of additional disk space will be used. 2021-12-07 12:54:00.449 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-wsgi-py3 amd64 4.5.17-1ubuntu1 [88.3 kB] 2021-12-07 12:54:01.121 | Fetched 88.3 kB in 0s (436 kB/s) 2021-12-07 12:54:01.333 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-12-07 12:54:01.373 | (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 ... 77245 files and directories currently installed.) 2021-12-07 12:54:01.378 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2021-12-07 12:54:01.418 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-12-07 12:54:01.811 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-12-07 12:54:02.220 | apache2_invoke: Enable module wsgi 2021-12-07 12:54:04.833 | + functions-common:apt_get:1113 : result=0 2021-12-07 12:54:04.836 | + functions-common:apt_get:1116 : time_stop apt-get 2021-12-07 12:54:04.838 | + functions-common:time_stop:2331 : local name 2021-12-07 12:54:04.841 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:54:04.843 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:54:04.845 | + functions-common:time_stop:2334 : local total 2021-12-07 12:54:04.848 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:54:04.850 | + functions-common:time_stop:2337 : name=apt-get 2021-12-07 12:54:04.853 | + functions-common:time_stop:2338 : start_time=1638881639643 2021-12-07 12:54:04.855 | + functions-common:time_stop:2340 : [[ -z 1638881639643 ]] 2021-12-07 12:54:04.858 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:54:04.861 | + functions-common:time_stop:2343 : end_time=1638881644859 2021-12-07 12:54:04.866 | + functions-common:time_stop:2344 : elapsed_time=5216 2021-12-07 12:54:04.868 | + functions-common:time_stop:2345 : total=445488 2021-12-07 12:54:04.871 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:54:04.874 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=450704 2021-12-07 12:54:04.876 | + functions-common:apt_get:1117 : return 0 2021-12-07 12:54:04.880 | + lib/apache:install_apache_wsgi:174 : enable_apache_mod wsgi 2021-12-07 12:54:04.882 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-12-07 12:54:04.885 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:54:04.887 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:54:04.890 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:54:04.892 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-12-07 12:54:04.895 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-12-07 12:54:04.949 | wsgi (enabled by maintainer script) 2021-12-07 12:54:04.953 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-12-07 12:54:04.956 | + inc/python:pip_install_gr:76 : local name=osc-placement 2021-12-07 12:54:04.958 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-07 12:54:04.962 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2021-12-07 12:54:04.964 | ++ inc/python:get_from_global_requirements:238 : local package=osc-placement 2021-12-07 12:54:04.967 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 12:54:04.971 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:54:04.971 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 12:54:04.976 | ++ inc/python:get_from_global_requirements:240 : required_pkg='osc-placement ' 2021-12-07 12:54:04.979 | ++ inc/python:get_from_global_requirements:241 : [[ osc-placement == '' ]] 2021-12-07 12:54:04.981 | ++ inc/python:get_from_global_requirements:244 : echo osc-placement 2021-12-07 12:54:04.984 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2021-12-07 12:54:04.987 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2021-12-07 12:54:05.010 | Using python 3.6 to install osc-placement because python3_enabled=True 2021-12-07 12:54:05.015 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2021-12-07 12:54:07.884 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:54:07.884 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:54:07.894 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.894 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.895 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.895 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.898 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.898 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.899 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.899 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.900 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.900 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.901 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.901 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.902 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.902 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.902 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.903 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.903 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.904 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.904 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.904 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.905 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.905 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.905 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.906 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.906 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.907 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.907 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.908 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.908 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.910 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.910 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.911 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.911 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.912 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.912 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.913 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.913 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.913 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.914 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.915 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.915 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.916 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.917 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.917 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.917 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.918 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.918 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.919 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.920 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.920 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.921 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.921 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.922 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.922 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.922 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.923 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.923 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.924 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.924 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.925 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.926 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.926 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.927 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.927 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.927 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.928 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.928 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.929 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.929 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.930 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.930 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.931 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.931 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.932 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.932 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.933 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.933 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.934 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.934 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.935 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.935 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.936 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.936 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.937 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.937 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.938 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.938 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.938 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.939 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.939 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.940 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.941 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.941 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.942 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.942 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.943 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.943 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.944 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.945 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.945 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.946 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.946 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.947 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.947 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.948 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.948 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.949 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.949 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.950 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.950 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.950 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.951 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.951 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.952 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.952 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.953 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.953 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.953 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.954 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.954 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.955 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.956 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.957 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.957 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.958 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.958 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.958 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.959 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.959 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.960 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.960 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.961 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.961 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.961 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.962 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.962 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.962 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.963 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.963 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.964 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.964 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.965 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.965 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.966 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.966 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.966 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.967 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.967 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.968 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.968 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.968 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.969 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.969 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.970 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.970 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.970 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.971 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.972 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.973 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.973 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.974 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.974 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.974 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.975 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.975 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.976 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.976 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.976 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.977 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.978 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.978 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.978 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.979 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.979 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.979 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.980 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.980 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.981 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.981 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.981 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.982 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.982 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.983 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.983 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.984 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.984 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.984 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.985 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.985 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.986 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.986 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.987 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.987 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.988 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.988 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.989 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.989 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.989 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.990 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.990 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.991 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.991 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.992 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.992 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.992 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.993 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.993 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.994 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.994 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.994 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.995 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.996 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.997 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.997 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.998 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:07.999 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:07.999 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:07.999 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.000 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.000 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.001 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.001 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.002 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.002 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.003 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.003 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.004 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.004 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.005 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.005 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.005 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.006 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.006 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.007 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.007 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.008 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.008 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.008 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.009 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.009 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.010 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.010 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.011 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.011 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.011 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.012 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.012 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.013 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.013 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.013 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.014 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.014 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.015 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.015 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.016 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.016 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.017 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.017 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.017 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.019 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.019 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.020 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.020 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.021 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.021 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.021 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.022 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.022 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.023 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.023 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.023 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.024 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.024 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.025 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.025 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.026 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.026 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.026 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.027 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.027 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.028 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.028 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.029 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.029 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.029 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.030 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.030 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.031 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.031 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.031 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.032 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.032 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.033 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.034 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.035 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.035 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.036 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.036 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.036 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.037 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.037 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.038 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.038 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.038 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.039 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.039 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.040 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.040 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.041 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.042 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.042 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.043 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.043 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.043 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.044 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.044 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.045 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.045 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.046 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.046 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.047 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.047 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.047 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.048 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.048 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.049 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.050 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.050 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.050 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.051 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.051 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.052 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.052 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.053 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.053 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.054 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.054 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.055 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.055 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.056 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.056 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.056 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.057 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.057 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.058 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.058 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.059 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.059 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.060 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.060 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.060 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.061 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.061 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.062 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.062 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.063 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.064 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.065 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.066 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.067 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.068 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.069 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.069 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.070 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.070 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.071 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.071 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.072 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.072 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.073 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.073 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.073 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.074 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.074 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.075 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.075 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.075 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.076 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.076 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.077 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.077 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.078 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.078 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.079 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.079 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.079 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.080 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.081 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.082 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.082 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.083 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.084 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.084 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.084 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:08.085 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:08.085 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:08.229 | Collecting osc-placement===2.0.0 2021-12-07 12:54:08.236 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4b6/d1519a04ac4be/osc_placement-2.0.0-py3-none-any.whl (57 kB) 2021-12-07 12:54:08.337 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (4.1.2) 2021-12-07 12:54:08.355 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (5.4.5) 2021-12-07 12:54:08.358 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 612)) (2.4.7) 2021-12-07 12:54:08.361 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 774)) (2019.3) 2021-12-07 12:54:08.366 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 831)) (3.17.0) 2021-12-07 12:54:08.370 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 833)) (1.14.0) 2021-12-07 12:54:08.373 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-07 12:54:08.441 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (2.0.0) 2021-12-07 12:54:08.462 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-07 12:54:08.465 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-07 12:54:08.469 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-07 12:54:08.473 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-07 12:54:08.481 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (4.0.1) 2021-12-07 12:54:08.490 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.7.0) 2021-12-07 12:54:08.495 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 902)) (1.32.0) 2021-12-07 12:54:08.501 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (2.23.0) 2021-12-07 12:54:08.524 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-07 12:54:08.541 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (0.46.1) 2021-12-07 12:54:08.569 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:54:08.575 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 991)) (1.12.1) 2021-12-07 12:54:08.578 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:54:08.581 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 972)) (1.25.8) 2021-12-07 12:54:08.603 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-07 12:54:08.607 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:54:08.610 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.7.2) 2021-12-07 12:54:08.613 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:54:08.617 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-07 12:54:08.633 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-07 12:54:08.638 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-07 12:54:08.641 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 797)) (1.4.0) 2021-12-07 12:54:08.645 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-07 12:54:08.685 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-07 12:54:08.689 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-07 12:54:08.712 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-07 12:54:08.716 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-07 12:54:08.720 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 982)) (0.1.9) 2021-12-07 12:54:08.725 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (1.8.0) 2021-12-07 12:54:08.728 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-07 12:54:08.731 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:54:08.736 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 598)) (2.20) 2021-12-07 12:54:10.749 | Installing collected packages: osc-placement 2021-12-07 12:54:11.014 | Successfully installed osc-placement-2.0.0 2021-12-07 12:54:11.151 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:54:11.151 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:54:11.239 | + inc/python:pip_install:207 : result=0 2021-12-07 12:54:11.241 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:54:11.244 | + functions-common:time_stop:2331 : local name 2021-12-07 12:54:11.246 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:54:11.249 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:54:11.251 | + functions-common:time_stop:2334 : local total 2021-12-07 12:54:11.254 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:54:11.257 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:54:11.259 | + functions-common:time_stop:2338 : start_time=1638881645005 2021-12-07 12:54:11.262 | + functions-common:time_stop:2340 : [[ -z 1638881645005 ]] 2021-12-07 12:54:11.265 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:54:11.269 | + functions-common:time_stop:2343 : end_time=1638881651265 2021-12-07 12:54:11.271 | + functions-common:time_stop:2344 : elapsed_time=6260 2021-12-07 12:54:11.274 | + functions-common:time_stop:2345 : total=218348 2021-12-07 12:54:11.276 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:54:11.279 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=224608 2021-12-07 12:54:11.281 | + inc/python:pip_install:210 : return 0 2021-12-07 12:54:11.284 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement stable/ussuri 2021-12-07 12:54:11.286 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/placement.git 2021-12-07 12:54:11.289 | + functions-common:git_clone:524 : local git_dest=/opt/stack/placement 2021-12-07 12:54:11.291 | + functions-common:git_clone:525 : local git_ref=stable/ussuri 2021-12-07 12:54:11.293 | + functions-common:git_clone:526 : local orig_dir 2021-12-07 12:54:11.296 | ++ functions-common:git_clone:527 : pwd 2021-12-07 12:54:11.299 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:54:11.302 | + functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:54:11.305 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:54:11.321 | + functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:54:11.324 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:54:11.326 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:54:11.329 | + functions-common:git_clone:544 : echo stable/ussuri 2021-12-07 12:54:11.330 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:54:11.335 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/placement ]] 2021-12-07 12:54:11.338 | + functions-common:git_clone:559 : [[ False = \T\r\u\e ]] 2021-12-07 12:54:11.340 | + functions-common:git_clone:565 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/ussuri 2021-12-07 12:54:11.342 | + functions-common:git_timed:617 : local count=0 2021-12-07 12:54:11.345 | + functions-common:git_timed:618 : local timeout=0 2021-12-07 12:54:11.348 | + functions-common:git_timed:620 : [[ -n 0 ]] 2021-12-07 12:54:11.350 | + functions-common:git_timed:621 : timeout=0 2021-12-07 12:54:11.353 | + functions-common:git_timed:624 : time_start git_timed 2021-12-07 12:54:11.355 | + functions-common:time_start:2317 : local name=git_timed 2021-12-07 12:54:11.357 | + functions-common:time_start:2318 : local start_time= 2021-12-07 12:54:11.359 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 12:54:11.363 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 12:54:11.366 | + functions-common:time_start:2322 : _TIME_START[$name]=1638881651363 2021-12-07 12:54:11.368 | + functions-common:git_timed:625 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch stable/ussuri 2021-12-07 12:54:11.371 | Cloning into '/opt/stack/placement'... 2021-12-07 12:54:18.877 | + functions-common:git_timed:639 : time_stop git_timed 2021-12-07 12:54:18.879 | + functions-common:time_stop:2331 : local name 2021-12-07 12:54:18.881 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:54:18.884 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:54:18.886 | + functions-common:time_stop:2334 : local total 2021-12-07 12:54:18.888 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:54:18.890 | + functions-common:time_stop:2337 : name=git_timed 2021-12-07 12:54:18.893 | + functions-common:time_stop:2338 : start_time=1638881651363 2021-12-07 12:54:18.895 | + functions-common:time_stop:2340 : [[ -z 1638881651363 ]] 2021-12-07 12:54:18.898 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:54:18.902 | + functions-common:time_stop:2343 : end_time=1638881658899 2021-12-07 12:54:18.904 | + functions-common:time_stop:2344 : elapsed_time=7536 2021-12-07 12:54:18.906 | + functions-common:time_stop:2345 : total=0 2021-12-07 12:54:18.909 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:54:18.911 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=7536 2021-12-07 12:54:18.914 | + functions-common:git_clone:592 : cd /opt/stack/placement 2021-12-07 12:54:18.917 | + functions-common:git_clone:593 : git show --oneline 2021-12-07 12:54:18.917 | + functions-common:git_clone:593 : head -1 2021-12-07 12:54:18.920 | de030ef7 Fix Placement Doc 2021-12-07 12:54:18.922 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:54:18.926 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-12-07 12:54:18.928 | + inc/python:setup_develop:351 : local bindep 2021-12-07 12:54:18.931 | + inc/python:setup_develop:352 : [[ /opt/stack/placement == -bindep* ]] 2021-12-07 12:54:18.933 | + inc/python:setup_develop:356 : local project_dir=/opt/stack/placement 2021-12-07 12:54:18.936 | + inc/python:setup_develop:357 : local extras= 2021-12-07 12:54:18.938 | + inc/python:setup_develop:358 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-12-07 12:54:18.941 | + inc/python:_setup_package_with_constraints_edit:377 : local bindep 2021-12-07 12:54:18.944 | + inc/python:_setup_package_with_constraints_edit:378 : [[ /opt/stack/placement == -bindep* ]] 2021-12-07 12:54:18.946 | + inc/python:_setup_package_with_constraints_edit:382 : local project_dir=/opt/stack/placement 2021-12-07 12:54:18.949 | + inc/python:_setup_package_with_constraints_edit:383 : local flags=-e 2021-12-07 12:54:18.952 | + inc/python:_setup_package_with_constraints_edit:384 : local extras= 2021-12-07 12:54:18.956 | ++ inc/python:_setup_package_with_constraints_edit:391 : cd /opt/stack/placement 2021-12-07 12:54:18.958 | ++ inc/python:_setup_package_with_constraints_edit:391 : pwd 2021-12-07 12:54:18.961 | + inc/python:_setup_package_with_constraints_edit:391 : project_dir=/opt/stack/placement 2021-12-07 12:54:18.963 | + inc/python:_setup_package_with_constraints_edit:393 : '[' -n /opt/stack/requirements ']' 2021-12-07 12:54:18.965 | + inc/python:_setup_package_with_constraints_edit:395 : local name 2021-12-07 12:54:18.969 | ++ inc/python:_setup_package_with_constraints_edit:396 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-12-07 12:54:18.975 | + inc/python:_setup_package_with_constraints_edit:396 : name=openstack-placement 2021-12-07 12:54:18.977 | + inc/python:_setup_package_with_constraints_edit:398 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement' 2021-12-07 12:54:19.980 | + inc/python:_setup_package_with_constraints_edit:402 : setup_package /opt/stack/placement -e 2021-12-07 12:54:19.982 | + inc/python:setup_package:430 : local bindep=0 2021-12-07 12:54:19.985 | + inc/python:setup_package:431 : local bindep_flag= 2021-12-07 12:54:19.988 | + inc/python:setup_package:432 : local bindep_profiles= 2021-12-07 12:54:19.990 | + inc/python:setup_package:433 : [[ /opt/stack/placement == -bindep* ]] 2021-12-07 12:54:19.993 | + inc/python:setup_package:438 : local project_dir=/opt/stack/placement 2021-12-07 12:54:19.995 | + inc/python:setup_package:439 : local flags=-e 2021-12-07 12:54:19.998 | + inc/python:setup_package:440 : local extras= 2021-12-07 12:54:20.000 | + inc/python:setup_package:444 : [[ -n -e ]] 2021-12-07 12:54:20.003 | + inc/python:setup_package:444 : [[ -z '' ]] 2021-12-07 12:54:20.006 | + inc/python:setup_package:444 : [[ ! -e =~ ^-.* ]] 2021-12-07 12:54:20.008 | + inc/python:setup_package:449 : [[ ! -z '' ]] 2021-12-07 12:54:20.011 | + inc/python:setup_package:454 : [[ 0 == 1 ]] 2021-12-07 12:54:20.013 | + inc/python:setup_package:458 : pip_install -e /opt/stack/placement 2021-12-07 12:54:20.032 | Using python 3.6 to install /opt/stack/placement because python3_enabled=True 2021-12-07 12:54:20.037 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2021-12-07 12:54:22.825 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:54:22.825 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:54:22.826 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.827 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.827 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.827 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.828 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.828 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.829 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.829 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.830 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.830 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.831 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.831 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.831 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.832 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.832 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.833 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.833 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.834 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.834 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.834 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.835 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.835 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.836 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.836 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.837 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.839 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.839 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.840 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.840 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.841 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.841 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.842 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.842 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.842 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.843 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.843 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.844 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.844 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.844 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.845 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.845 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.846 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.846 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.846 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.847 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.847 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.848 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.848 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.848 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.849 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.849 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.850 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.850 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.851 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.851 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.852 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.852 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.853 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.853 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.854 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.854 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.855 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.855 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.857 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.857 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.857 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.858 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.858 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.859 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.860 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.860 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.861 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.862 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.862 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.863 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.863 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.864 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.864 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.864 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.865 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.865 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.866 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.866 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.867 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.867 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.867 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.868 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.868 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.869 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.869 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.870 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.870 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.871 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.871 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.872 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.872 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.873 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.873 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.874 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.874 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.875 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.875 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.876 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.876 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.877 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.878 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.878 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.879 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.879 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.880 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.880 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.881 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.881 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.881 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.882 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.882 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.883 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.883 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.884 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.884 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.885 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.885 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.886 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.886 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.886 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.887 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.888 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.888 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.888 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.889 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.889 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.890 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.890 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.891 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.891 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.891 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.892 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.892 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.893 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.893 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.894 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.894 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.894 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.895 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.895 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.896 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.897 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.897 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.898 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.898 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.898 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.899 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.899 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.900 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.900 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.901 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.901 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.901 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.902 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.902 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.903 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.903 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.903 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.904 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.904 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.905 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.905 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.905 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.906 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.906 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.907 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.907 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.908 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.908 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.908 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.909 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.909 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.909 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.910 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.910 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.911 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.911 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.912 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.912 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.912 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.913 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.913 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.914 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.914 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.914 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.915 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.915 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.915 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.916 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.916 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.917 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.917 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.918 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.918 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.918 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.919 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.919 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.920 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.920 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.920 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.921 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.921 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.921 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.922 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.922 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.923 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.923 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.924 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.924 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.925 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.925 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.926 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.926 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.927 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.927 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.927 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.928 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.928 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.929 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.929 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.929 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.930 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.930 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.931 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.931 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.931 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.932 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.933 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.934 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.934 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.935 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.936 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.936 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.936 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.937 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.937 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.938 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.938 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.939 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.939 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.940 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.940 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.941 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.941 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.942 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.942 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.943 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.943 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.943 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.944 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.944 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.945 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.945 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.946 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.946 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.946 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.947 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.947 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.948 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.949 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.949 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.950 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.950 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.951 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.952 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.952 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.953 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.953 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.954 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.954 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.955 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.956 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.956 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.956 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.957 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.957 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.958 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.958 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.958 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.959 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.959 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.960 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.960 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.961 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.961 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.961 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.962 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.962 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.963 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.963 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.963 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.964 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.964 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.965 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.965 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.966 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.966 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.966 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.967 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.967 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.968 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.968 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.968 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.969 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.969 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.970 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.970 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.971 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.971 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.972 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.972 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.972 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.973 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.973 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.974 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.974 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.975 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.975 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.976 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.976 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.976 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.977 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.978 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.978 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.979 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.979 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.980 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.980 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.981 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.981 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.982 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.982 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.983 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.983 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.983 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.984 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.984 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.985 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.985 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.985 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.987 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.987 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.987 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.988 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.988 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.989 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.989 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.990 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.990 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.990 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.991 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.991 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.992 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.992 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.993 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.993 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.994 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.994 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.994 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.995 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.995 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.996 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.996 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.997 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.997 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.998 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.998 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:22.998 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:22.999 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:22.999 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.000 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.000 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.001 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.001 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.001 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.002 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.003 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.004 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.004 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.004 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.005 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.005 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.006 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.006 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.007 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.007 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.008 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.008 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.008 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.009 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.009 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.010 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.010 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.010 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.011 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.011 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.012 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.012 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.012 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.013 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.013 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.014 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.015 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.015 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.015 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.016 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.017 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.017 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.017 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.018 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:23.018 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:23.019 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:23.020 | Obtaining file:///opt/stack/placement 2021-12-07 12:54:24.411 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-12-07 12:54:25.829 | Requirement already satisfied: Routes===2.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (2.4.1) 2021-12-07 12:54:25.839 | Requirement already satisfied: SQLAlchemy===1.3.16 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 47)) (1.3.16) 2021-12-07 12:54:25.863 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 60)) (1.8.6) 2021-12-07 12:54:25.878 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (3.2.0) 2021-12-07 12:54:25.911 | Requirement already satisfied: keystonemiddleware===9.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (9.0.0) 2021-12-07 12:54:25.972 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (1.0.1) 2021-12-07 12:54:25.978 | Requirement already satisfied: os-resource-classes===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.0.0) 2021-12-07 12:54:25.983 | Requirement already satisfied: os-traits===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (2.3.0) 2021-12-07 12:54:25.988 | Requirement already satisfied: oslo.cache===2.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (2.3.1) 2021-12-07 12:54:26.025 | Requirement already satisfied: oslo.concurrency===4.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (4.0.3) 2021-12-07 12:54:26.038 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (8.0.5) 2021-12-07 12:54:26.053 | Requirement already satisfied: oslo.context===3.0.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 485)) (3.0.3) 2021-12-07 12:54:26.060 | Requirement already satisfied: oslo.db===8.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 489)) (8.1.1) 2021-12-07 12:54:26.116 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (4.0.1) 2021-12-07 12:54:26.125 | Requirement already satisfied: oslo.log===4.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (4.1.3) 2021-12-07 12:54:26.170 | Requirement already satisfied: oslo.middleware===4.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (4.0.2) 2021-12-07 12:54:26.192 | Requirement already satisfied: oslo.policy===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (3.1.2) 2021-12-07 12:54:26.210 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-12-07 12:54:26.225 | Requirement already satisfied: oslo.upgradecheck===1.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.0.1) 2021-12-07 12:54:26.235 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (4.1.2) 2021-12-07 12:54:26.253 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-12-07 12:54:26.256 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (0.7.2) 2021-12-07 12:54:26.259 | Requirement already satisfied: pycadf===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 596)) (3.0.0) 2021-12-07 12:54:26.271 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 606)) (0.9.6) 2021-12-07 12:54:26.274 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-12-07 12:54:26.278 | Requirement already satisfied: pyrsistent===0.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 617)) (0.16.0) 2021-12-07 12:54:26.285 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 655)) (2.8.1) 2021-12-07 12:54:26.290 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) (4.0.0) 2021-12-07 12:54:26.311 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 775)) (2019.3) 2021-12-07 12:54:26.316 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 789)) (0.7) 2021-12-07 12:54:26.323 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 790)) (2.23.0) 2021-12-07 12:54:26.347 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 802)) (1.4.0) 2021-12-07 12:54:26.353 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-07 12:54:26.356 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 896)) (0.13.0) 2021-12-07 12:54:26.368 | Requirement already satisfied: sqlparse===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 897)) (0.3.1) 2021-12-07 12:54:26.372 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 898)) (3.3.0) 2021-12-07 12:54:26.375 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 903)) (1.32.0) 2021-12-07 12:54:26.381 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 929)) (2.0.1) 2021-12-07 12:54:26.391 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 930)) (0.5.0) 2021-12-07 12:54:26.398 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 931)) (2.4.0) 2021-12-07 12:54:26.418 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 950)) (1.4.0) 2021-12-07 12:54:26.422 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.1.0) 2021-12-07 12:54:26.430 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.25.8) 2021-12-07 12:54:26.454 | 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.6/dist-packages (from openstack-placement==3.0.1) (49.6.0) 2021-12-07 12:54:26.501 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-07 12:54:26.521 | Requirement already satisfied: attrs===19.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (19.3.0) 2021-12-07 12:54:26.565 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-07 12:54:26.635 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-07 12:54:26.639 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (0.14.1) 2021-12-07 12:54:26.645 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-07 12:54:26.654 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-07 12:54:26.658 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:54:26.662 | Requirement already satisfied: alembic===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.4.2) 2021-12-07 12:54:26.671 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:54:26.677 | Requirement already satisfied: Jinja2===2.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (2.11.1) 2021-12-07 12:54:26.684 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-07 12:54:26.688 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-07 12:54:26.691 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-07 12:54:26.695 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:54:26.697 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:54:26.700 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-07 12:54:26.705 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-07 12:54:26.709 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (0.5.2) 2021-12-07 12:54:26.711 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 703)) (1.6.0) 2021-12-07 12:54:26.714 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-07 12:54:26.717 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-07 12:54:26.730 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-07 12:54:26.733 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.4.0) 2021-12-07 12:54:26.736 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1008)) (3.1.0) 2021-12-07 12:54:26.748 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (1.7.0) 2021-12-07 12:54:26.753 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.5) 2021-12-07 12:54:26.755 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (1.12.1) 2021-12-07 12:54:26.759 | Requirement already satisfied: python-editor===1.0.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 660)) (1.0.4) 2021-12-07 12:54:26.762 | Requirement already satisfied: Mako===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (1.1.2) 2021-12-07 12:54:26.771 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.1.1) 2021-12-07 12:54:28.403 | Installing collected packages: openstack-placement 2021-12-07 12:54:28.405 | Running setup.py develop for openstack-placement 2021-12-07 12:54:30.163 | Successfully installed openstack-placement 2021-12-07 12:54:30.340 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:54:30.341 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:54:30.413 | + inc/python:pip_install:207 : result=0 2021-12-07 12:54:30.415 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:54:30.418 | + functions-common:time_stop:2331 : local name 2021-12-07 12:54:30.420 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:54:30.422 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:54:30.425 | + functions-common:time_stop:2334 : local total 2021-12-07 12:54:30.428 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:54:30.430 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:54:30.432 | + functions-common:time_stop:2338 : start_time=1638881660027 2021-12-07 12:54:30.434 | + functions-common:time_stop:2340 : [[ -z 1638881660027 ]] 2021-12-07 12:54:30.437 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:54:30.441 | + functions-common:time_stop:2343 : end_time=1638881670438 2021-12-07 12:54:30.444 | + functions-common:time_stop:2344 : elapsed_time=10411 2021-12-07 12:54:30.446 | + functions-common:time_stop:2345 : total=224608 2021-12-07 12:54:30.448 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:54:30.450 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=235019 2021-12-07 12:54:30.453 | + inc/python:pip_install:210 : return 0 2021-12-07 12:54:30.455 | + inc/python:setup_package:460 : [[ -e == \-\e ]] 2021-12-07 12:54:30.458 | + inc/python:setup_package:461 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-12-07 12:54:30.460 | + functions-common:safe_chown:2232 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-12-07 12:54:30.484 | + functions-common:_safe_permission_operation:2080 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-12-07 12:54:30.496 | + inc/python:_setup_package_with_constraints_edit:406 : use_library_from_git /opt/stack/placement 2021-12-07 12:54:30.498 | + inc/python:use_library_from_git:263 : local name=/opt/stack/placement 2021-12-07 12:54:30.501 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:54:30.504 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:54:30.506 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-12-07 12:54:30.509 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:54:30.511 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-12-07 12:54:30.514 | + ./stack.sh:main:921 : configure_placement 2021-12-07 12:54:30.516 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-12-07 12:54:30.528 | + lib/placement:configure_placement:107 : create_placement_conf 2021-12-07 12:54:30.530 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-12-07 12:54:30.535 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-12-07 12:54:30.537 | ++ lib/database:database_connection_url:132 : local db=placement 2021-12-07 12:54:30.540 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-12-07 12:54:30.542 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2021-12-07 12:54:30.545 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-12-07 12:54:30.548 | + 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-12-07 12:54:30.576 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-12-07 12:54:30.605 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-12-07 12:54:30.633 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-12-07 12:54:30.635 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2021-12-07 12:54:30.638 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2021-12-07 12:54:30.640 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-07 12:54:30.643 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-12-07 12:54:30.671 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2021-12-07 12:54:30.697 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.24/identity 2021-12-07 12:54:30.723 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-12-07 12:54:30.750 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-12-07 12:54:30.777 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-12-07 12:54:30.805 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-12-07 12:54:30.831 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-12-07 12:54:30.857 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-07 12:54:30.883 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-12-07 12:54:30.909 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-12-07 12:54:30.912 | + functions:setup_logging:655 : local conf_file=/etc/placement/placement.conf 2021-12-07 12:54:30.914 | + functions:setup_logging:656 : local other_cond=False 2021-12-07 12:54:30.917 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 12:54:30.919 | + functions:setup_logging:658 : setup_systemd_logging /etc/placement/placement.conf 2021-12-07 12:54:30.922 | + functions:setup_systemd_logging:686 : local conf_file=/etc/placement/placement.conf 2021-12-07 12:54:30.925 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 12:54:30.928 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 12:54:30.945 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 12:54:30.947 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 12:54:30.950 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 12:54:30.952 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 12:54:30.955 | + functions:setup_systemd_logging:700 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 12:54:30.981 | + functions:setup_systemd_logging:702 : 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-12-07 12:54:31.008 | + functions:setup_systemd_logging:703 : 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-12-07 12:54:31.033 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 12:54:31.060 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-07 12:54:31.063 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-12-07 12:54:31.067 | + lib/apache:write_uwsgi_config:264 : local file=/etc/placement/placement-uwsgi.ini 2021-12-07 12:54:31.069 | + lib/apache:write_uwsgi_config:265 : local wsgi=/usr/local/bin/placement-api 2021-12-07 12:54:31.072 | + lib/apache:write_uwsgi_config:266 : local url=/placement 2021-12-07 12:54:31.074 | + lib/apache:write_uwsgi_config:267 : local http= 2021-12-07 12:54:31.077 | + lib/apache:write_uwsgi_config:268 : local name= 2021-12-07 12:54:31.080 | ++ lib/apache:write_uwsgi_config:269 : basename /usr/local/bin/placement-api 2021-12-07 12:54:31.084 | + lib/apache:write_uwsgi_config:269 : name=placement-api 2021-12-07 12:54:31.087 | + lib/apache:write_uwsgi_config:273 : local socket_dir=/var/run/uwsgi 2021-12-07 12:54:31.089 | + lib/apache:write_uwsgi_config:277 : sudo mkdir -p /etc/tmpfiles.d/ 2021-12-07 12:54:31.102 | + lib/apache:write_uwsgi_config:278 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-12-07 12:54:31.103 | + lib/apache:write_uwsgi_config:278 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:54:31.110 | d /var/run/uwsgi 0755 ubuntu root 2021-12-07 12:54:31.114 | + lib/apache:write_uwsgi_config:279 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-12-07 12:54:31.130 | + lib/apache:write_uwsgi_config:281 : local socket=/var/run/uwsgi/placement-api.socket 2021-12-07 12:54:31.132 | + lib/apache:write_uwsgi_config:284 : rm -rf /etc/placement/placement-uwsgi.ini 2021-12-07 12:54:31.136 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-12-07 12:54:31.164 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-12-07 12:54:31.194 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-12-07 12:54:31.222 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-12-07 12:54:31.252 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-12-07 12:54:31.278 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-12-07 12:54:31.305 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-12-07 12:54:31.332 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-12-07 12:54:31.359 | + lib/apache:write_uwsgi_config:298 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-12-07 12:54:31.384 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-12-07 12:54:31.412 | + lib/apache:write_uwsgi_config:302 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-12-07 12:54:31.438 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-12-07 12:54:31.465 | + lib/apache:write_uwsgi_config:306 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-12-07 12:54:31.492 | + lib/apache:write_uwsgi_config:309 : [[ -n '' ]] 2021-12-07 12:54:31.495 | + lib/apache:write_uwsgi_config:312 : local apache_conf= 2021-12-07 12:54:31.498 | ++ lib/apache:write_uwsgi_config:313 : apache_site_config_for placement-api 2021-12-07 12:54:31.501 | ++ lib/apache:apache_site_config_for:196 : local site=placement-api 2021-12-07 12:54:31.504 | ++ lib/apache:apache_site_config_for:197 : is_ubuntu 2021-12-07 12:54:31.507 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:54:31.509 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:54:31.512 | ++ lib/apache:apache_site_config_for:199 : echo /etc/apache2/sites-available/placement-api.conf 2021-12-07 12:54:31.515 | + lib/apache:write_uwsgi_config:313 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-12-07 12:54:31.518 | + lib/apache:write_uwsgi_config:314 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-12-07 12:54:31.543 | + lib/apache:write_uwsgi_config:315 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-12-07 12:54:31.571 | + lib/apache:write_uwsgi_config:316 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-12-07 12:54:31.571 | + lib/apache:write_uwsgi_config:316 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-12-07 12:54:31.578 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-12-07 12:54:31.582 | + lib/apache:write_uwsgi_config:317 : enable_apache_site placement-api 2021-12-07 12:54:31.585 | + lib/apache:enable_apache_site:213 : local site=placement-api 2021-12-07 12:54:31.587 | + lib/apache:enable_apache_site:215 : enable_apache_mod version 2021-12-07 12:54:31.590 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-12-07 12:54:31.592 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-12-07 12:54:31.595 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:54:31.597 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:54:31.600 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-12-07 12:54:31.603 | + lib/apache:enable_apache_site:216 : is_ubuntu 2021-12-07 12:54:31.605 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:54:31.608 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:54:31.610 | + lib/apache:enable_apache_site:217 : sudo a2ensite placement-api 2021-12-07 12:54:31.668 | Enabling site placement-api. 2021-12-07 12:54:31.674 | To activate the new configuration, you need to run: 2021-12-07 12:54:31.674 | systemctl reload apache2 2021-12-07 12:54:31.678 | + lib/apache:write_uwsgi_config:318 : restart_apache_server 2021-12-07 12:54:31.681 | + lib/apache:restart_apache_server:260 : restart_service apache2 2021-12-07 12:54:31.683 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:54:31.686 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart apache2 2021-12-07 12:54:31.869 | + ./stack.sh:main:928 : is_service_enabled placement placement-client 2021-12-07 12:54:31.893 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:54:31.895 | + ./stack.sh:main:929 : is_service_enabled n-cpu 2021-12-07 12:54:31.914 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:54:31.916 | + ./stack.sh:main:929 : is_service_enabled n-sch 2021-12-07 12:54:31.934 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:54:31.937 | + ./stack.sh:main:930 : configure_placement_nova_compute 2021-12-07 12:54:31.940 | + lib/nova:configure_placement_nova_compute:579 : local conf=/etc/nova/nova.conf 2021-12-07 12:54:31.942 | + lib/nova:configure_placement_nova_compute:580 : iniset /etc/nova/nova.conf placement auth_type password 2021-12-07 12:54:31.972 | + lib/nova:configure_placement_nova_compute:581 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.24/identity 2021-12-07 12:54:32.005 | + lib/nova:configure_placement_nova_compute:582 : iniset /etc/nova/nova.conf placement username placement 2021-12-07 12:54:32.038 | + lib/nova:configure_placement_nova_compute:583 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-12-07 12:54:32.066 | + lib/nova:configure_placement_nova_compute:584 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-12-07 12:54:32.092 | + lib/nova:configure_placement_nova_compute:585 : iniset /etc/nova/nova.conf placement project_name service 2021-12-07 12:54:32.119 | + lib/nova:configure_placement_nova_compute:586 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-12-07 12:54:32.144 | + lib/nova:configure_placement_nova_compute:587 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-12-07 12:54:32.171 | + ./stack.sh:main:934 : is_service_enabled horizon 2021-12-07 12:54:32.187 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:54:32.190 | + ./stack.sh:main:939 : is_service_enabled tls-proxy 2021-12-07 12:54:32.206 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:54:32.209 | + ./stack.sh:main:947 : run_phase stack install 2021-12-07 12:54:32.211 | + functions-common:run_phase:1759 : local mode=stack 2021-12-07 12:54:32.213 | + functions-common:run_phase:1760 : local phase=install 2021-12-07 12:54:32.219 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-07 12:54:32.223 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-07 12:54:32.225 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-07 12:54:32.228 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-07 12:54:32.231 | + functions-common:run_phase:1769 : local extra 2021-12-07 12:54:32.234 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-07 12:54:32.238 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-07 12:54:32.241 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-07 12:54:32.244 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-07 12:54:32.246 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-12-07 12:54:32.249 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-07 12:54:32.264 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:54:32.266 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 12:54:32.269 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-07 12:54:32.271 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-12-07 12:54:32.273 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-12-07 12:54:32.276 | ++ ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 12:54:32.278 | ++ ./stack.sh:echo_summary:428 : echo -e Installing Tempest 2021-12-07 12:54:32.281 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2021-12-07 12:54:32.284 | ++ lib/tempest:install_tempest:750 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-12-07 12:54:32.286 | ++ functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/tempest.git 2021-12-07 12:54:32.288 | ++ functions-common:git_clone:524 : local git_dest=/opt/stack/tempest 2021-12-07 12:54:32.290 | ++ functions-common:git_clone:525 : local git_ref=master 2021-12-07 12:54:32.292 | ++ functions-common:git_clone:526 : local orig_dir 2021-12-07 12:54:32.295 | +++ functions-common:git_clone:527 : pwd 2021-12-07 12:54:32.297 | ++ functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-12-07 12:54:32.300 | ++ functions-common:git_clone:528 : local git_clone_flags= 2021-12-07 12:54:32.303 | +++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-12-07 12:54:32.317 | ++ functions-common:git_clone:530 : RECLONE=False 2021-12-07 12:54:32.319 | ++ functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-12-07 12:54:32.321 | ++ functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-12-07 12:54:32.324 | ++ functions-common:git_clone:544 : echo master 2021-12-07 12:54:32.324 | ++ functions-common:git_clone:544 : egrep -q '^refs' 2021-12-07 12:54:32.328 | ++ functions-common:git_clone:558 : [[ ! -d /opt/stack/tempest ]] 2021-12-07 12:54:32.330 | ++ functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-12-07 12:54:32.333 | ++ functions-common:git_clone:592 : cd /opt/stack/tempest 2021-12-07 12:54:32.335 | ++ functions-common:git_clone:593 : git show --oneline 2021-12-07 12:54:32.336 | ++ functions-common:git_clone:593 : head -1 2021-12-07 12:54:32.339 | 93a902072 Merge "Take domain_id from config in some tests." 2021-12-07 12:54:32.341 | ++ functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-12-07 12:54:32.343 | ++ lib/tempest:install_tempest:751 : pip_install 'tox!=2.8.0' 2021-12-07 12:54:32.364 | Using python 3.6 to install tox!=2.8.0 because python3_enabled=True 2021-12-07 12:54:32.369 | ++ inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2021-12-07 12:54:35.243 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:54:35.243 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:54:35.244 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.244 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.244 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.245 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.245 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.246 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.246 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.247 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.247 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.248 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.248 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.249 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.249 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.249 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.250 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.250 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.251 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.252 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.253 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.253 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.254 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.254 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.254 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.255 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.255 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.257 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.258 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.258 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.259 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.260 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.260 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.261 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.261 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.261 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.262 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.262 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.263 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.263 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.263 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.264 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.264 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.264 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.265 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.265 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.266 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.266 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.267 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.268 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.269 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.269 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.270 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.270 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.270 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.271 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.271 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.272 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.272 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.273 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.273 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.274 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.274 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.275 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.275 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.276 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.277 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.277 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.278 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.278 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.279 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.280 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.280 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.281 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.281 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.281 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.282 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.282 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.283 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.284 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.284 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.284 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.285 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.286 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.286 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.287 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.287 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.287 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.288 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.289 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.290 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.290 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.291 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.292 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.292 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.293 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.294 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.294 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.295 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.295 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.296 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.296 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.297 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.297 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.298 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.299 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.299 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.300 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.301 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.301 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.302 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.303 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.303 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.304 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.304 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.304 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.305 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.305 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.306 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.306 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.307 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.307 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.308 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.309 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.310 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.310 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.311 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.311 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.312 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.313 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.313 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.315 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.315 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.316 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.316 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.317 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.317 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.318 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.318 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.319 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.320 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.320 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.321 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.321 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.322 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.323 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.323 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.324 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.324 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.324 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.325 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.325 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.326 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.326 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.327 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.327 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.328 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.328 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.328 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.329 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.329 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.331 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.332 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.332 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.332 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.333 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.333 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.334 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.334 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.334 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.335 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.335 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.336 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.336 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.337 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.337 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.337 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.338 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.338 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.338 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.339 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.339 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.340 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.340 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.341 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.341 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.341 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.342 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.342 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.343 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.343 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.343 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.344 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.344 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.344 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.346 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.346 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.347 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.347 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.347 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.348 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.348 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.349 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.349 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.350 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.350 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.350 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.351 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.351 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.351 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.352 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.353 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.353 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.353 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.354 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.354 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.355 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.355 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.355 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.356 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.356 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.357 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.357 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.357 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.358 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.358 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.359 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.359 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.360 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.360 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.361 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.362 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.362 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.363 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.364 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.365 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.365 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.366 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.367 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.367 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.368 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.368 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.369 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.369 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.370 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.370 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.370 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.371 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.371 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.372 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.372 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.373 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.373 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.374 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.374 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.374 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.375 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.375 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.376 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.377 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.377 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.378 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.378 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.379 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.379 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.380 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.380 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.380 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.381 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.381 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.382 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.382 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.382 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.383 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.383 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.384 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.384 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.385 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.385 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.386 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.386 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.387 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.387 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.388 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.388 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.388 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.389 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.389 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.389 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.390 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.390 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.391 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.391 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.392 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.393 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.394 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.394 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.394 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.395 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.395 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.396 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.396 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.397 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.397 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.398 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.398 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.398 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.399 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.399 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.399 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.400 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.400 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.401 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.401 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.402 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.402 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.403 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.403 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.403 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.404 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.404 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.405 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.405 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.406 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.406 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.406 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.407 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.407 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.408 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.409 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.409 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.410 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.411 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.411 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.412 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.412 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.413 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.413 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.413 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.414 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.414 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.415 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.415 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.416 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.416 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.416 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.417 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.417 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.418 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.418 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.419 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.419 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.420 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.420 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.420 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.421 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.421 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.422 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.422 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.423 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.424 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.425 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.425 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.425 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.426 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.426 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.427 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.427 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.427 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.428 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.428 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.429 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.429 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.430 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.430 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.430 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.431 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.431 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.432 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.432 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.433 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.433 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.433 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.434 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.435 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.435 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.436 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.436 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.437 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.437 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.438 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.438 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.438 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.440 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.440 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.441 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.441 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.442 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.442 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.442 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.443 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.443 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.444 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.444 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.445 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.445 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.446 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.446 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.446 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.447 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.447 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.448 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.448 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.449 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.450 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.450 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.450 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:54:35.451 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:54:35.451 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:54:35.772 | Collecting tox!=2.8.0 2021-12-07 12:54:35.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e2/74227a53dc9ef/tox-3.24.4-py2.py3-none-any.whl (85 kB) 2021-12-07 12:54:36.039 | Collecting pluggy===0.13.1 2021-12-07 12:54:36.046 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/966/c145cd83c9650/pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 2021-12-07 12:54:36.282 | Collecting packaging===20.3 2021-12-07 12:54:36.289 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/82f/77b9bee21c1ba/packaging-20.3-py2.py3-none-any.whl (37 kB) 2021-12-07 12:54:36.386 | Requirement already satisfied: importlib-metadata===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.6.0) 2021-12-07 12:54:36.514 | Collecting toml>=0.9.4 2021-12-07 12:54:36.521 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/806/143ae5bfb6a3c/toml-0.10.2-py2.py3-none-any.whl (16 kB) 2021-12-07 12:54:36.794 | Collecting virtualenv===20.0.17 2021-12-07 12:54:36.811 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/00c/fe8605fb97f5a/virtualenv-20.0.17-py2.py3-none-any.whl (4.6 MB) 2021-12-07 12:54:37.019 | Collecting filelock===3.0.12 2021-12-07 12:54:37.025 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/929/b7d63ec5b7d6b/filelock-3.0.12-py3-none-any.whl (7.6 kB) 2021-12-07 12:54:37.175 | Collecting py===1.8.1 2021-12-07 12:54:37.181 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c20/fdd83a5dbc0af/py-1.8.1-py2.py3-none-any.whl (83 kB) 2021-12-07 12:54:37.284 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-07 12:54:37.288 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-12-07 12:54:37.292 | Requirement already satisfied: zipp===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 1008)) (3.1.0) 2021-12-07 12:54:37.329 | Collecting distlib===0.3.0 2021-12-07 12:54:37.373 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e1/66e231a26b36d/distlib-0.3.0.zip (571 kB) 2021-12-07 12:54:38.282 | Collecting importlib-resources===1.4.0 2021-12-07 12:54:38.290 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dd9/8ceeef3f5ad2e/importlib_resources-1.4.0-py2.py3-none-any.whl (20 kB) 2021-12-07 12:54:38.319 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-07 12:54:38.323 | Building wheels for collected packages: distlib 2021-12-07 12:54:38.324 | Building wheel for distlib (setup.py): started 2021-12-07 12:54:39.233 | Building wheel for distlib (setup.py): finished with status 'done' 2021-12-07 12:54:39.237 | Created wheel for distlib: filename=distlib-0.3.0-py3-none-any.whl size=340427 sha256=dd11a7e3a711e380ad4ed0a15ead6293c6a2fe66633688bea9028b4be4a5d926 2021-12-07 12:54:39.237 | Stored in directory: /root/.cache/pip/wheels/14/b6/e6/549abf820f04713b7183dfe13dac6b2ac3aa12ccf9f1efa0e2 2021-12-07 12:54:39.238 | Successfully built distlib 2021-12-07 12:54:41.557 | Installing collected packages: distlib, filelock, importlib-resources, packaging, pluggy, py, virtualenv, toml, tox 2021-12-07 12:54:41.557 | Attempting uninstall: distlib 2021-12-07 12:54:41.559 | Found existing installation: distlib 0.3.3 2021-12-07 12:54:41.572 | Uninstalling distlib-0.3.3: 2021-12-07 12:54:41.574 | Successfully uninstalled distlib-0.3.3 2021-12-07 12:54:41.790 | Attempting uninstall: filelock 2021-12-07 12:54:41.792 | Found existing installation: filelock 3.4.0 2021-12-07 12:54:41.799 | Uninstalling filelock-3.4.0: 2021-12-07 12:54:41.800 | Successfully uninstalled filelock-3.4.0 2021-12-07 12:54:41.868 | Attempting uninstall: importlib-resources 2021-12-07 12:54:41.870 | Found existing installation: importlib-resources 5.4.0 2021-12-07 12:54:41.890 | Uninstalling importlib-resources-5.4.0: 2021-12-07 12:54:41.893 | Successfully uninstalled importlib-resources-5.4.0 2021-12-07 12:54:42.429 | Attempting uninstall: virtualenv 2021-12-07 12:54:42.431 | Found existing installation: virtualenv 20.10.0 2021-12-07 12:54:42.503 | Uninstalling virtualenv-20.10.0: 2021-12-07 12:54:42.511 | Successfully uninstalled virtualenv-20.10.0 2021-12-07 12:54:43.249 | Successfully installed distlib-0.3.0 filelock-3.0.12 importlib-resources-1.4.0 packaging-20.3 pluggy-0.13.1 py-1.8.1 toml-0.10.2 tox-3.24.4 virtualenv-20.0.17 2021-12-07 12:54:43.395 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:54:43.395 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:54:43.506 | ++ inc/python:pip_install:207 : result=0 2021-12-07 12:54:43.509 | ++ inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:54:43.512 | ++ functions-common:time_stop:2331 : local name 2021-12-07 12:54:43.515 | ++ functions-common:time_stop:2332 : local end_time 2021-12-07 12:54:43.519 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:54:43.521 | ++ functions-common:time_stop:2334 : local total 2021-12-07 12:54:43.523 | ++ functions-common:time_stop:2335 : local start_time 2021-12-07 12:54:43.526 | ++ functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:54:43.528 | ++ functions-common:time_stop:2338 : start_time=1638881672358 2021-12-07 12:54:43.531 | ++ functions-common:time_stop:2340 : [[ -z 1638881672358 ]] 2021-12-07 12:54:43.535 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:54:43.539 | ++ functions-common:time_stop:2343 : end_time=1638881683536 2021-12-07 12:54:43.541 | ++ functions-common:time_stop:2344 : elapsed_time=11178 2021-12-07 12:54:43.544 | ++ functions-common:time_stop:2345 : total=235019 2021-12-07 12:54:43.546 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:54:43.549 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=246197 2021-12-07 12:54:43.552 | ++ inc/python:pip_install:210 : return 0 2021-12-07 12:54:43.554 | ++ lib/tempest:install_tempest:752 : pushd /opt/stack/tempest 2021-12-07 12:54:43.554 | /opt/stack/tempest ~/devstack 2021-12-07 12:54:43.557 | ++ lib/tempest:install_tempest:756 : git checkout master 2021-12-07 12:54:43.581 | M .coveragerc 2021-12-07 12:54:43.581 | M .gitignore 2021-12-07 12:54:43.581 | M .gitreview 2021-12-07 12:54:43.581 | M .mailmap 2021-12-07 12:54:43.581 | M .stestr.conf 2021-12-07 12:54:43.581 | M CONTRIBUTING.rst 2021-12-07 12:54:43.582 | M HACKING.rst 2021-12-07 12:54:43.582 | M LICENSE 2021-12-07 12:54:43.582 | M README.rst 2021-12-07 12:54:43.582 | M REVIEWING.rst 2021-12-07 12:54:43.582 | M bindep.txt 2021-12-07 12:54:43.582 | M doc/requirements.txt 2021-12-07 12:54:43.582 | M doc/source/_extra/.htaccess 2021-12-07 12:54:43.582 | M doc/source/_static/.keep 2021-12-07 12:54:43.582 | M doc/source/account_generator.rst 2021-12-07 12:54:43.582 | M doc/source/cleanup.rst 2021-12-07 12:54:43.582 | M doc/source/conf.py 2021-12-07 12:54:43.582 | M doc/source/configuration.rst 2021-12-07 12:54:43.582 | M doc/source/contributor/contributing.rst 2021-12-07 12:54:43.582 | M doc/source/data/tempest-non-active-plugins-registry.header 2021-12-07 12:54:43.582 | M doc/source/data/tempest-plugins-registry.header 2021-12-07 12:54:43.582 | M doc/source/index.rst 2021-12-07 12:54:43.582 | M doc/source/keystone_scopes_and_roles_support.rst 2021-12-07 12:54:43.582 | M doc/source/library.rst 2021-12-07 12:54:43.582 | M doc/source/library/api_microversion_testing.rst 2021-12-07 12:54:43.582 | M doc/source/library/auth.rst 2021-12-07 12:54:43.582 | M doc/source/library/cli.rst 2021-12-07 12:54:43.582 | M doc/source/library/clients.rst 2021-12-07 12:54:43.582 | M doc/source/library/credential_providers.rst 2021-12-07 12:54:43.582 | M doc/source/library/decorators.rst 2021-12-07 12:54:43.582 | M doc/source/library/rest_client.rst 2021-12-07 12:54:43.582 | M doc/source/library/service_clients/compute_clients.rst 2021-12-07 12:54:43.582 | M doc/source/library/utils.rst 2021-12-07 12:54:43.582 | M doc/source/library/validation_resources.rst 2021-12-07 12:54:43.582 | M doc/source/microversion_testing.rst 2021-12-07 12:54:43.582 | M doc/source/overview.rst 2021-12-07 12:54:43.582 | M doc/source/plugins/index.rst 2021-12-07 12:54:43.582 | M doc/source/plugins/plugin.rst 2021-12-07 12:54:43.582 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-12-07 12:54:43.583 | M doc/source/run.rst 2021-12-07 12:54:43.583 | M doc/source/sampleconf.rst 2021-12-07 12:54:43.583 | M doc/source/stable_branch_support_policy.rst 2021-12-07 12:54:43.583 | M doc/source/stable_branch_testing_policy.rst 2021-12-07 12:54:43.583 | M doc/source/subunit_describe_calls.rst 2021-12-07 12:54:43.583 | M doc/source/supported_version.rst 2021-12-07 12:54:43.583 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-12-07 12:54:43.583 | M doc/source/test_removal.rst 2021-12-07 12:54:43.583 | M doc/source/tests/modules.rst 2021-12-07 12:54:43.583 | M doc/source/workspace.rst 2021-12-07 12:54:43.583 | M doc/source/write_tests.rst 2021-12-07 12:54:43.583 | M etc/accounts.yaml.sample 2021-12-07 12:54:43.583 | M etc/allow-list.yaml 2021-12-07 12:54:43.583 | M etc/logging.conf.sample 2021-12-07 12:54:43.583 | M etc/rbac-persona-accounts.yaml.sample 2021-12-07 12:54:43.583 | M playbooks/devstack-tempest-ipv6.yaml 2021-12-07 12:54:43.583 | M playbooks/devstack-tempest.yaml 2021-12-07 12:54:43.583 | M playbooks/post-tempest.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-12-07 12:54:43.583 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-12-07 12:54:43.584 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-12-07 12:54:43.585 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/Add-keystone-v3-OS_FEDERATION-APIs-as-tempest-clients-fe9e10a0fe5f09d4.yaml 2021-12-07 12:54:43.586 | M releasenotes/notes/Add-volume_size_extend-config--opt-for-volume-tests-041f7d25fc2f3e05.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Inclusive-jargon-17621346744f0cf4.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Remove-deprecated-scenario.img_dir-option-da626e6153181e16.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Remove-manager-2e0b0af48f01294a.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/Stabilize-scenario-manager-adf36d21b08e31a4.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-alt-project-dynamic-creds-1a3bc543e65d9433.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-assisted-volume-snapshot-client-737f5cb35d58c1b6.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-compute-feature-ide-bus-b63802502c378083.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-12-07 12:54:43.587 | M releasenotes/notes/add-identity-roles-system-methods-519dc144231993a3.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-placement-usage-client-method-8b6015cbd8a5e0f6.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-qos-apis-for-bandwidth-limit-rules-cc144660fcaa419a.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-qos-minimum-packet-rule-client-c8bfe09873032d4a.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-12-07 12:54:43.588 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-volume-transfers-v3.55-73f75073ad2c4091.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-12-07 12:54:43.589 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/create_loginable_secgroup_rule-73722fd4b4eb12d0.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/create_security_group_rule-16d58a8f0f0ff262.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-and-enable-identity-application_credentials-1d4eaef4c3c9dcba.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-and-enable-identity-project-tags-23b87518888e563a.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-image-v1-service-clients-d12ed42210bb76b5.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/end-of-support-for-train-83369468215d7485.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-12-07 12:54:43.590 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/floating-ips-port-forwarding-client-cf8820b910bd7f4d.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/image-client-add-versions-and-tasks-ac289dbfe1c899cc.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/intermediate-wallaby-release-55a0b31b1dee7b23.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/limits-client-d656f16a3d3e84fc.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/log-resource-client-20e58a295f729902.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/log_console_output-dae6b8740b5a5821.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/loggable-resource-client-5977d46a7ea52199.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/make-create-user-domain-aware-for-v3-creds-client-5054f58e715adc0c.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/merge-tempest-horizon-plugin-39d555339ab8c7ce.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-12-07 12:54:43.591 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/random-bytes-size-limit-ee94a8c6534fe916.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-deprecated-old-token-clients-e4c2e654132f1130.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-old-data-utils-e0966f882f7fe23a.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/remove-volume-v1-service-clients-9235e3a965f93c09.yaml 2021-12-07 12:54:43.592 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/support-for-rbac-new-scope-6ec8164ce1e7288c.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/support-scope-in-get-roles-dynamic-creds-90bfab163c1c289a.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/swift-improve-cleanup-63cfc21ffb3aff6f.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/system-scope-44244cc955a7825f.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-wallaby-release-0f2cea5ccf63485e.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/tempest-xena-release-3ffb30eb59e49f2c.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-12-07 12:54:43.593 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-12-07 12:54:43.593 | M releasenotes/source/_static/.placeholder 2021-12-07 12:54:43.593 | M releasenotes/source/_templates/.placeholder 2021-12-07 12:54:43.594 | M releasenotes/source/conf.py 2021-12-07 12:54:43.594 | M releasenotes/source/index.rst 2021-12-07 12:54:43.594 | M releasenotes/source/unreleased.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v10.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v11.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v12.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v13.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v14.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v15.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v16.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v16.1.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v17.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v17.1.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v17.2.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v18.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v19.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v20.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v21.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v22.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v22.1.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v23.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v24.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v26.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v26.1.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v27.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v28.0.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v28.1.0.rst 2021-12-07 12:54:43.594 | M releasenotes/source/v29.0.0.rst 2021-12-07 12:54:43.594 | M requirements.txt 2021-12-07 12:54:43.594 | M roles/acl-devstack-files/README.rst 2021-12-07 12:54:43.594 | M roles/acl-devstack-files/defaults/main.yaml 2021-12-07 12:54:43.594 | M roles/acl-devstack-files/tasks/main.yaml 2021-12-07 12:54:43.594 | M roles/run-tempest-26/README.rst 2021-12-07 12:54:43.595 | M roles/run-tempest-26/defaults/main.yaml 2021-12-07 12:54:43.595 | M roles/run-tempest-26/tasks/main.yaml 2021-12-07 12:54:43.595 | M roles/run-tempest/README.rst 2021-12-07 12:54:43.595 | M roles/run-tempest/defaults/main.yaml 2021-12-07 12:54:43.595 | M roles/run-tempest/tasks/main.yaml 2021-12-07 12:54:43.595 | M roles/setup-tempest-data-dir/README.rst 2021-12-07 12:54:43.595 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-12-07 12:54:43.595 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-12-07 12:54:43.595 | M roles/setup-tempest-run-dir/README.rst 2021-12-07 12:54:43.595 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-12-07 12:54:43.596 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-12-07 12:54:43.596 | M roles/tempest-cleanup/README.rst 2021-12-07 12:54:43.596 | M roles/tempest-cleanup/defaults/main.yaml 2021-12-07 12:54:43.596 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-12-07 12:54:43.596 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-12-07 12:54:43.596 | M roles/tempest-cleanup/tasks/main.yaml 2021-12-07 12:54:43.596 | M setup.cfg 2021-12-07 12:54:43.596 | M setup.py 2021-12-07 12:54:43.596 | M tempest/README.rst 2021-12-07 12:54:43.596 | M tempest/__init__.py 2021-12-07 12:54:43.596 | M tempest/api/README.rst 2021-12-07 12:54:43.596 | M tempest/api/__init__.py 2021-12-07 12:54:43.596 | M tempest/api/compute/__init__.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/__init__.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_agents.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_aggregates.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_availability_zone.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_create_server.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_delete_server.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_fixed_ips.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_flavors.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_flavors_access.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_hosts.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_hosts_negative.py 2021-12-07 12:54:43.596 | M tempest/api/compute/admin/test_hypervisor.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_live_migration.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_migrations.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_networks.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_quotas.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_quotas_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_security_groups.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_servers.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_servers_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_services.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_services_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_volume.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_volume_swap.py 2021-12-07 12:54:43.597 | M tempest/api/compute/admin/test_volumes_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/api_microversion_fixture.py 2021-12-07 12:54:43.597 | M tempest/api/compute/base.py 2021-12-07 12:54:43.597 | M tempest/api/compute/certificates/__init__.py 2021-12-07 12:54:43.597 | M tempest/api/compute/certificates/test_certificates.py 2021-12-07 12:54:43.597 | M tempest/api/compute/flavors/__init__.py 2021-12-07 12:54:43.597 | M tempest/api/compute/flavors/test_flavors.py 2021-12-07 12:54:43.597 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-12-07 12:54:43.597 | M tempest/api/compute/floating_ips/__init__.py 2021-12-07 12:54:43.597 | M tempest/api/compute/floating_ips/base.py 2021-12-07 12:54:43.597 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-12-07 12:54:43.598 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-12-07 12:54:43.598 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/__init__.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_image_metadata.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_images.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_images_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_images_oneserver.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_list_image_filters.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/images/test_list_images.py 2021-12-07 12:54:43.598 | M tempest/api/compute/keypairs/__init__.py 2021-12-07 12:54:43.598 | M tempest/api/compute/keypairs/base.py 2021-12-07 12:54:43.598 | M tempest/api/compute/keypairs/test_keypairs.py 2021-12-07 12:54:43.598 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-12-07 12:54:43.598 | M tempest/api/compute/limits/__init__.py 2021-12-07 12:54:43.598 | M tempest/api/compute/limits/test_absolute_limits.py 2021-12-07 12:54:43.598 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/security_groups/__init__.py 2021-12-07 12:54:43.598 | M tempest/api/compute/security_groups/base.py 2021-12-07 12:54:43.598 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-12-07 12:54:43.598 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/security_groups/test_security_groups.py 2021-12-07 12:54:43.598 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-12-07 12:54:43.598 | M tempest/api/compute/servers/__init__.py 2021-12-07 12:54:43.598 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-12-07 12:54:43.598 | M tempest/api/compute/servers/test_availability_zone.py 2021-12-07 12:54:43.598 | M tempest/api/compute/servers/test_create_server.py 2021-12-07 12:54:43.598 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-12-07 12:54:43.598 | M tempest/api/compute/servers/test_delete_server.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_device_tagging.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_disk_config.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_instance_actions.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_list_server_filters.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_multiple_create.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_novnc.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_actions.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_addresses.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_group.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_metadata.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_password.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_personality.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_rescue.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_server_tags.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_servers.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_servers_microversions.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_servers_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-12-07 12:54:43.599 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-12-07 12:54:43.599 | M tempest/api/compute/test_extensions.py 2021-12-07 12:54:43.599 | M tempest/api/compute/test_networks.py 2021-12-07 12:54:43.599 | M tempest/api/compute/test_quotas.py 2021-12-07 12:54:43.599 | M tempest/api/compute/test_tenant_networks.py 2021-12-07 12:54:43.599 | M tempest/api/compute/test_versions.py 2021-12-07 12:54:43.599 | M tempest/api/compute/volumes/__init__.py 2021-12-07 12:54:43.599 | M tempest/api/compute/volumes/test_attach_volume.py 2021-12-07 12:54:43.600 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-12-07 12:54:43.600 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-12-07 12:54:43.600 | M tempest/api/compute/volumes/test_volumes_get.py 2021-12-07 12:54:43.600 | M tempest/api/compute/volumes/test_volumes_list.py 2021-12-07 12:54:43.600 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-12-07 12:54:43.600 | M tempest/api/identity/__init__.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/__init__.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/__init__.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_roles.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_services.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_tenants.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_tokens.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_users.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/__init__.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_credentials.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_domains.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_groups.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_inherits.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_list_users.py 2021-12-07 12:54:43.600 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_policies.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_projects.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_regions.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_roles.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_services.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_tokens.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_trusts.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_users.py 2021-12-07 12:54:43.601 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-12-07 12:54:43.601 | M tempest/api/identity/base.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v2/__init__.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v2/test_api_discovery.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v2/test_extension.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v2/test_tenants.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v2/test_tokens.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v2/test_users.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/__init__.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_access_rules.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_api_discovery.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_application_credentials.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_catalog.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_domains.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_projects.py 2021-12-07 12:54:43.601 | M tempest/api/identity/v3/test_tokens.py 2021-12-07 12:54:43.602 | M tempest/api/identity/v3/test_users.py 2021-12-07 12:54:43.602 | M tempest/api/image/__init__.py 2021-12-07 12:54:43.602 | M tempest/api/image/base.py 2021-12-07 12:54:43.602 | M tempest/api/image/v1/__init__.py 2021-12-07 12:54:43.602 | M tempest/api/image/v1/test_image_members.py 2021-12-07 12:54:43.602 | M tempest/api/image/v1/test_image_members_negative.py 2021-12-07 12:54:43.602 | M tempest/api/image/v1/test_images.py 2021-12-07 12:54:43.602 | M tempest/api/image/v1/test_images_negative.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/__init__.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/admin/__init__.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/admin/test_images.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_objects.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_properties.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/admin/test_images_metadefs_namespace_tags.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/admin/test_images_metadefs_namespaces.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/admin/test_images_metadefs_resource_types.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_images.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_images_member.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_images_member_negative.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_images_negative.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_images_tags.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_images_tags_negative.py 2021-12-07 12:54:43.602 | M tempest/api/image/v2/test_versions.py 2021-12-07 12:54:43.602 | M tempest/api/network/__init__.py 2021-12-07 12:54:43.602 | M tempest/api/network/admin/__init__.py 2021-12-07 12:54:43.602 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-12-07 12:54:43.602 | M tempest/api/network/admin/test_external_network_extension.py 2021-12-07 12:54:43.602 | M tempest/api/network/admin/test_external_networks_negative.py 2021-12-07 12:54:43.602 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-12-07 12:54:43.603 | M tempest/api/network/admin/test_metering_extensions.py 2021-12-07 12:54:43.603 | M tempest/api/network/admin/test_negative_quotas.py 2021-12-07 12:54:43.603 | M tempest/api/network/admin/test_ports.py 2021-12-07 12:54:43.603 | M tempest/api/network/admin/test_quotas.py 2021-12-07 12:54:43.603 | M tempest/api/network/admin/test_routers.py 2021-12-07 12:54:43.603 | M tempest/api/network/admin/test_routers_dvr.py 2021-12-07 12:54:43.603 | M tempest/api/network/admin/test_routers_negative.py 2021-12-07 12:54:43.603 | M tempest/api/network/base.py 2021-12-07 12:54:43.603 | M tempest/api/network/base_security_groups.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_agent_management_negative.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_allowed_address_pair.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_dhcp_ipv6.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_extensions.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_extra_dhcp_options.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_floating_ips.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_floating_ips_negative.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_networks.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_networks_negative.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_ports.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_routers.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_routers_negative.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_security_groups.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_security_groups_negative.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_service_providers.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_subnetpools_extensions.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_tags.py 2021-12-07 12:54:43.603 | M tempest/api/network/test_versions.py 2021-12-07 12:54:43.603 | M tempest/api/object_storage/__init__.py 2021-12-07 12:54:43.603 | M tempest/api/object_storage/base.py 2021-12-07 12:54:43.603 | M tempest/api/object_storage/test_account_bulk.py 2021-12-07 12:54:43.603 | M tempest/api/object_storage/test_account_quotas.py 2021-12-07 12:54:43.603 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_account_services.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_account_services_negative.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_acl.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_acl_negative.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_quotas.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_services.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_services_negative.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_staticweb.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_sync.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_crossdomain.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_healthcheck.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_expiry.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_formpost.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_services.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_slo.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_temp_url.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-12-07 12:54:43.604 | M tempest/api/object_storage/test_object_version.py 2021-12-07 12:54:43.604 | M tempest/api/volume/__init__.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/__init__.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_group_snapshots.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_group_type_specs.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_group_types.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_groups.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_multi_backend.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_qos.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_user_messages.py 2021-12-07 12:54:43.604 | M tempest/api/volume/admin/test_volume_hosts.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_manage.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_pools.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_quotas.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_retype.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_services.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_type_access.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_types.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volumes_actions.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volumes_backup.py 2021-12-07 12:54:43.605 | M tempest/api/volume/admin/test_volumes_list.py 2021-12-07 12:54:43.605 | M tempest/api/volume/api_microversion_fixture.py 2021-12-07 12:54:43.605 | M tempest/api/volume/base.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_availability_zone.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_extensions.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_image_metadata.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_snapshot_metadata.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_versions.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volume_absolute_limits.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volume_delete_cascade.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volume_metadata.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volume_transfers.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volumes_actions.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volumes_backup.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volumes_clone.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volumes_clone_negative.py 2021-12-07 12:54:43.605 | M tempest/api/volume/test_volumes_extend.py 2021-12-07 12:54:43.606 | M tempest/api/volume/test_volumes_get.py 2021-12-07 12:54:43.606 | M tempest/api/volume/test_volumes_list.py 2021-12-07 12:54:43.606 | M tempest/api/volume/test_volumes_negative.py 2021-12-07 12:54:43.606 | M tempest/api/volume/test_volumes_snapshots.py 2021-12-07 12:54:43.606 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-12-07 12:54:43.606 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-12-07 12:54:43.606 | M tempest/clients.py 2021-12-07 12:54:43.606 | M tempest/cmd/__init__.py 2021-12-07 12:54:43.606 | M tempest/cmd/cleanup.py 2021-12-07 12:54:43.606 | M tempest/cmd/cleanup_service.py 2021-12-07 12:54:43.606 | M tempest/cmd/config-generator.tempest.conf 2021-12-07 12:54:43.606 | M tempest/cmd/init.py 2021-12-07 12:54:43.606 | M tempest/cmd/list_plugins.py 2021-12-07 12:54:43.606 | M tempest/cmd/main.py 2021-12-07 12:54:43.606 | M tempest/cmd/run.py 2021-12-07 12:54:43.606 | M tempest/cmd/subunit_describe_calls.py 2021-12-07 12:54:43.606 | M tempest/cmd/verify_tempest_config.py 2021-12-07 12:54:43.606 | M tempest/cmd/workspace.py 2021-12-07 12:54:43.606 | M tempest/common/__init__.py 2021-12-07 12:54:43.606 | M tempest/common/compute.py 2021-12-07 12:54:43.606 | M tempest/common/credentials_factory.py 2021-12-07 12:54:43.606 | M tempest/common/custom_matchers.py 2021-12-07 12:54:43.606 | M tempest/common/identity.py 2021-12-07 12:54:43.606 | M tempest/common/image.py 2021-12-07 12:54:43.606 | M tempest/common/tempest_fixtures.py 2021-12-07 12:54:43.606 | M tempest/common/utils/__init__.py 2021-12-07 12:54:43.606 | M tempest/common/utils/linux/__init__.py 2021-12-07 12:54:43.606 | M tempest/common/utils/linux/remote_client.py 2021-12-07 12:54:43.606 | M tempest/common/utils/net_info.py 2021-12-07 12:54:43.606 | M tempest/common/utils/net_utils.py 2021-12-07 12:54:43.606 | M tempest/common/waiters.py 2021-12-07 12:54:43.606 | M tempest/config.py 2021-12-07 12:54:43.606 | M tempest/hacking/__init__.py 2021-12-07 12:54:43.606 | M tempest/hacking/checks.py 2021-12-07 12:54:43.607 | M tempest/lib/__init__.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/__init__.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/__init__.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/__init__.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-12-07 12:54:43.607 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-12-07 12:54:43.608 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_51/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_51/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_58/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_58/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_62/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_62/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-12-07 12:54:43.609 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/compute/v2_79/__init__.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/compute/v2_79/servers.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/__init__.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/backups.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/extensions.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/group_types.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/groups.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/hosts.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/limits.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/messages.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/qos.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/quotas.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/services.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/transfers.py 2021-12-07 12:54:43.610 | M tempest/lib/api_schema/response/volume/v3_7/__init__.py 2021-12-07 12:54:43.611 | M tempest/lib/api_schema/response/volume/v3_7/services.py 2021-12-07 12:54:43.611 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-12-07 12:54:43.611 | M tempest/lib/api_schema/response/volume/volumes.py 2021-12-07 12:54:43.611 | M tempest/lib/auth.py 2021-12-07 12:54:43.611 | M tempest/lib/base.py 2021-12-07 12:54:43.611 | M tempest/lib/cli/__init__.py 2021-12-07 12:54:43.611 | M tempest/lib/cli/base.py 2021-12-07 12:54:43.611 | M tempest/lib/cli/output_parser.py 2021-12-07 12:54:43.611 | M tempest/lib/cmd/__init__.py 2021-12-07 12:54:43.611 | M tempest/lib/common/__init__.py 2021-12-07 12:54:43.611 | M tempest/lib/common/api_microversion_fixture.py 2021-12-07 12:54:43.611 | M tempest/lib/common/api_version_request.py 2021-12-07 12:54:43.611 | M tempest/lib/common/api_version_utils.py 2021-12-07 12:54:43.611 | M tempest/lib/common/cred_client.py 2021-12-07 12:54:43.611 | M tempest/lib/common/cred_provider.py 2021-12-07 12:54:43.611 | M tempest/lib/common/dynamic_creds.py 2021-12-07 12:54:43.611 | M tempest/lib/common/fixed_network.py 2021-12-07 12:54:43.611 | M tempest/lib/common/http.py 2021-12-07 12:54:43.611 | M tempest/lib/common/jsonschema_validator.py 2021-12-07 12:54:43.612 | M tempest/lib/common/preprov_creds.py 2021-12-07 12:54:43.612 | M tempest/lib/common/profiler.py 2021-12-07 12:54:43.612 | M tempest/lib/common/rest_client.py 2021-12-07 12:54:43.612 | M tempest/lib/common/ssh.py 2021-12-07 12:54:43.612 | M tempest/lib/common/thread.py 2021-12-07 12:54:43.612 | M tempest/lib/common/utils/__init__.py 2021-12-07 12:54:43.612 | M tempest/lib/common/utils/data_utils.py 2021-12-07 12:54:43.612 | M tempest/lib/common/utils/linux/__init__.py 2021-12-07 12:54:43.612 | M tempest/lib/common/utils/linux/remote_client.py 2021-12-07 12:54:43.612 | M tempest/lib/common/utils/misc.py 2021-12-07 12:54:43.612 | M tempest/lib/common/utils/test_utils.py 2021-12-07 12:54:43.612 | M tempest/lib/common/validation_resources.py 2021-12-07 12:54:43.612 | M tempest/lib/decorators.py 2021-12-07 12:54:43.612 | M tempest/lib/exceptions.py 2021-12-07 12:54:43.612 | M tempest/lib/services/__init__.py 2021-12-07 12:54:43.612 | M tempest/lib/services/clients.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/__init__.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/agents_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/aggregates_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/assisted_volume_snapshots_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/availability_zone_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/base_compute_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/certificates_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/extensions_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/fixed_ips_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/flavors_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/floating_ips_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/hosts_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/hypervisor_client.py 2021-12-07 12:54:43.612 | M tempest/lib/services/compute/images_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/interfaces_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/keypairs_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/limits_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/migrations_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/networks_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/quota_classes_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/quotas_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/security_group_rules_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/security_groups_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/server_groups_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/servers_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/services_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/snapshots_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/tenant_networks_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/tenant_usages_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/versions_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/compute/volumes_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/__init__.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/__init__.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/identity_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/roles_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/services_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/tenants_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/token_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v2/users_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v3/__init__.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v3/catalog_client.py 2021-12-07 12:54:43.613 | M tempest/lib/services/identity/v3/credentials_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/domains_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/groups_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/identity_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/identity_providers_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/limits_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/mappings_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/policies_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/projects_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/protocols_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/regions_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/roles_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/service_providers_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/services_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/token_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/trusts_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/users_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/identity/v3/versions_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/image/__init__.py 2021-12-07 12:54:43.614 | M tempest/lib/services/image/v1/__init__.py 2021-12-07 12:54:43.614 | M tempest/lib/services/image/v1/image_members_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/image/v1/images_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/image/v2/__init__.py 2021-12-07 12:54:43.614 | M tempest/lib/services/image/v2/image_members_client.py 2021-12-07 12:54:43.614 | M tempest/lib/services/image/v2/images_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/image/v2/namespaces_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/image/v2/resource_types_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/image/v2/schemas_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/image/v2/versions_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/__init__.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/agents_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/base.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/extensions_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/floating_ips_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/floating_ips_port_forwarding_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/log_resource_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/loggable_resource_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/metering_label_rules_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/metering_labels_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/networks_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/ports_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/qos_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/qos_limit_bandwidth_rules_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/qos_minimum_packet_rate_rules_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/quotas_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/routers_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/security_group_rules_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/security_groups_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/segments_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/service_providers_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/subnetpools_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/subnets_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/tags_client.py 2021-12-07 12:54:43.615 | M tempest/lib/services/network/trunks_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/network/versions_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/object_storage/__init__.py 2021-12-07 12:54:43.616 | M tempest/lib/services/object_storage/account_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/object_storage/capabilities_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/object_storage/container_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/object_storage/object_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/placement/__init__.py 2021-12-07 12:54:43.616 | M tempest/lib/services/placement/base_placement_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/placement/placement_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/placement/resource_providers_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/__init__.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/base_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/__init__.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/backups_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/extensions_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/hosts_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/limits_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/qos_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/quotas_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/services_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/transfers_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/types_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-12-07 12:54:43.616 | M tempest/lib/services/volume/v2/volumes_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/__init__.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/attachments_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/backups_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/base_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/extensions_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/group_types_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/groups_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/hosts_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/limits_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/messages_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/qos_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/quotas_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/services_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/transfers_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/types_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/versions_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-12-07 12:54:43.617 | M tempest/lib/services/volume/v3/volumes_client.py 2021-12-07 12:54:43.617 | M tempest/scenario/README.rst 2021-12-07 12:54:43.617 | M tempest/scenario/__init__.py 2021-12-07 12:54:43.617 | M tempest/scenario/manager.py 2021-12-07 12:54:43.617 | M tempest/scenario/test_aggregates_basic_ops.py 2021-12-07 12:54:43.617 | M tempest/scenario/test_dashboard_basic_ops.py 2021-12-07 12:54:43.617 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-12-07 12:54:43.617 | M tempest/scenario/test_minimum_basic.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_network_advanced_server_ops.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_network_basic_ops.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_network_qos_placement.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_network_v6.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_object_storage_basic_ops.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_security_groups_basic_ops.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_server_advanced_ops.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_server_basic_ops.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_server_multinode.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_shelve_instance.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_snapshot_pattern.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_stamp_pattern.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_unified_limits.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_volume_backup_restore.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_volume_boot_pattern.py 2021-12-07 12:54:43.618 | M tempest/scenario/test_volume_migrate_attached.py 2021-12-07 12:54:43.618 | M tempest/services/__init__.py 2021-12-07 12:54:43.618 | M tempest/services/orchestration/__init__.py 2021-12-07 12:54:43.618 | M tempest/services/orchestration/json/__init__.py 2021-12-07 12:54:43.618 | M tempest/services/orchestration/json/orchestration_client.py 2021-12-07 12:54:43.618 | M tempest/test.py 2021-12-07 12:54:43.618 | M tempest/test_discover/__init__.py 2021-12-07 12:54:43.618 | M tempest/test_discover/plugins.py 2021-12-07 12:54:43.618 | M tempest/test_discover/test_discover.py 2021-12-07 12:54:43.618 | M tempest/tests/README.rst 2021-12-07 12:54:43.618 | M tempest/tests/__init__.py 2021-12-07 12:54:43.618 | M tempest/tests/api/__init__.py 2021-12-07 12:54:43.618 | M tempest/tests/api/compute/__init__.py 2021-12-07 12:54:43.618 | M tempest/tests/api/compute/test_base.py 2021-12-07 12:54:43.618 | M tempest/tests/base.py 2021-12-07 12:54:43.618 | M tempest/tests/cmd/__init__.py 2021-12-07 12:54:43.618 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-12-07 12:54:43.618 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-12-07 12:54:43.618 | M tempest/tests/cmd/test_account_generator.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_cleanup.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_cleanup_services.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_list_plugins.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_run.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_saved_state_json.json 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_tempest_init.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-12-07 12:54:43.619 | M tempest/tests/cmd/test_workspace.py 2021-12-07 12:54:43.619 | M tempest/tests/common/__init__.py 2021-12-07 12:54:43.619 | M tempest/tests/common/test_admin_available.py 2021-12-07 12:54:43.619 | M tempest/tests/common/test_alt_available.py 2021-12-07 12:54:43.619 | M tempest/tests/common/test_compute.py 2021-12-07 12:54:43.619 | M tempest/tests/common/test_credentials_factory.py 2021-12-07 12:54:43.619 | M tempest/tests/common/test_custom_matchers.py 2021-12-07 12:54:43.619 | M tempest/tests/common/test_image.py 2021-12-07 12:54:43.619 | M tempest/tests/common/utils/__init__.py 2021-12-07 12:54:43.619 | M tempest/tests/common/utils/linux/__init__.py 2021-12-07 12:54:43.619 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-12-07 12:54:43.619 | M tempest/tests/common/utils/test_net_utils.py 2021-12-07 12:54:43.619 | M tempest/tests/fake_config.py 2021-12-07 12:54:43.619 | M tempest/tests/fake_tempest_plugin.py 2021-12-07 12:54:43.619 | M tempest/tests/files/__init__.py 2021-12-07 12:54:43.619 | M tempest/tests/files/failing-tests 2021-12-07 12:54:43.619 | M tempest/tests/files/passing-tests 2021-12-07 12:54:43.619 | M tempest/tests/files/setup.cfg 2021-12-07 12:54:43.619 | M tempest/tests/files/testr-conf 2021-12-07 12:54:43.619 | M tempest/tests/lib/__init__.py 2021-12-07 12:54:43.619 | M tempest/tests/lib/cli/__init__.py 2021-12-07 12:54:43.619 | M tempest/tests/lib/cli/test_command_failed.py 2021-12-07 12:54:43.619 | M tempest/tests/lib/cli/test_execute.py 2021-12-07 12:54:43.619 | M tempest/tests/lib/cli/test_output_parser.py 2021-12-07 12:54:43.619 | M tempest/tests/lib/cmd/__init__.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/__init__.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_api_version_request.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_api_version_utils.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_cred_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_http.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_preprov_creds.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_profiler.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_rest_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/test_validation_resources.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/utils/__init__.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/utils/test_misc.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/fake_auth_provider.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/fake_credentials.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/fake_http.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/fake_identity.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/__init__.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/base.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/__init__.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_assisted_volume_snapshots_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-12-07 12:54:43.620 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_images_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_services_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/identity/__init__.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-12-07 12:54:43.621 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_identity_providers_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_limit_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_mappings_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_protocols_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-12-07 12:54:43.622 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/identity/v3/test_service_providers_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/__init__.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v1/__init__.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/__init__.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/__init__.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_agents_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_floating_ips_port_forwarding_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_log_resource_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_loggable_resource_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_networks_client.py 2021-12-07 12:54:43.623 | M tempest/tests/lib/services/network/test_ports_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_qos_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_qos_limit_bandwidth_rules_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_qos_minimum_packet_rate_rules_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_routers_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_segments_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_subnets_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_tags_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_trunks_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/network/test_versions_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/object_storage/__init__.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/placement/__init__.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/registry_fixture.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/test_clients.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/__init__.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-12-07 12:54:43.624 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.pSwitched to branch 'master' 2021-12-07 12:54:43.625 | y 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/test_auth.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/test_base.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/test_credentials.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/test_decorators.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/test_ssh.py 2021-12-07 12:54:43.625 | M tempest/tests/lib/test_tempest_lib.py 2021-12-07 12:54:43.625 | M tempest/tests/test_base_test.py 2021-12-07 12:54:43.625 | M tempest/tests/test_config.py 2021-12-07 12:54:43.625 | M tempest/tests/test_decorators.py 2021-12-07 12:54:43.625 | M tempest/tests/test_hacking.py 2021-12-07 12:54:43.625 | M tempest/tests/test_imports.py 2021-12-07 12:54:43.625 | M tempest/tests/test_list_tests.py 2021-12-07 12:54:43.625 | M tempest/tests/test_microversions.py 2021-12-07 12:54:43.626 | M tempest/tests/test_tempest_plugin.py 2021-12-07 12:54:43.626 | M tempest/tests/test_test.py 2021-12-07 12:54:43.626 | M tempest/tests/utils.py 2021-12-07 12:54:43.626 | M tempest/version.py 2021-12-07 12:54:43.626 | M test-requirements.txt 2021-12-07 12:54:43.626 | M tools/generate-tempest-plugins-list.py 2021-12-07 12:54:43.626 | M tools/tempest-integrated-gate-compute-exclude-list.txt 2021-12-07 12:54:43.626 | M tools/tempest-integrated-gate-networking-exclude-list.txt 2021-12-07 12:54:43.626 | M tools/tempest-integrated-gate-object-storage-exclude-list.txt 2021-12-07 12:54:43.626 | M tools/tempest-integrated-gate-placement-exclude-list.txt 2021-12-07 12:54:43.626 | M tools/tempest-integrated-gate-storage-exclude-list.txt 2021-12-07 12:54:43.626 | M tools/tempest-plugin-sanity.sh 2021-12-07 12:54:43.626 | M tox.ini 2021-12-07 12:54:43.626 | M zuul.d/base.yaml 2021-12-07 12:54:43.627 | M zuul.d/integrated-gate.yaml 2021-12-07 12:54:43.627 | M zuul.d/project.yaml 2021-12-07 12:54:43.627 | M zuul.d/stable-jobs.yaml 2021-12-07 12:54:43.627 | M zuul.d/tempest-specific.yaml 2021-12-07 12:54:43.627 | Your branch is up to date with 'origin/master'. 2021-12-07 12:54:43.627 | ++ lib/tempest:install_tempest:758 : local tmp_u_c_m 2021-12-07 12:54:43.627 | +++ lib/tempest:install_tempest:759 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-12-07 12:54:43.627 | ++ lib/tempest:install_tempest:759 : tmp_u_c_m=/tmp/tempest_u_c_m.nVTgjHpp3h 2021-12-07 12:54:43.627 | ++ lib/tempest:install_tempest:760 : set_tempest_venv_constraints /tmp/tempest_u_c_m.nVTgjHpp3h 2021-12-07 12:54:43.627 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-12-07 12:54:43.627 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.nVTgjHpp3h 2021-12-07 12:54:43.627 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-12-07 12:54:43.627 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-12-07 12:54:43.628 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-12-07 12:54:43.628 | ++ lib/tempest:install_tempest:762 : tox -r --notest -efull 2021-12-07 12:54:44.241 | full create: /opt/stack/tempest/.tox/tempest 2021-12-07 12:54:45.109 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-12-07 12:55:10.823 | full develop-inst: /opt/stack/tempest 2021-12-07 12:55:16.392 | 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.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.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,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,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@93a902072fd9986f2bb660166552f37d9eb5bdbb#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-07 12:55:16.393 | ___________________________________ summary ____________________________________ 2021-12-07 12:55:16.393 | full: skipped tests 2021-12-07 12:55:16.393 | congratulations :) 2021-12-07 12:55:16.423 | ++ lib/tempest:install_tempest:766 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.nVTgjHpp3h -r requirements.txt 2021-12-07 12:55:17.104 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.154 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.232 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.263 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.308 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.478 | Ignoring funcparserlib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.509 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.536 | Ignoring nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.576 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.651 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.723 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.728 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.824 | Ignoring kombu: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.842 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.898 | Ignoring jaeger-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:17.960 | Ignoring decorator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:18.045 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:18.052 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:18.085 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:55:18.087 | Requirement already satisfied: oslo.concurrency===4.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 26)) (4.5.0) 2021-12-07 12:55:18.099 | Requirement already satisfied: pbr===5.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 47)) (5.8.0) 2021-12-07 12:55:18.102 | Requirement already satisfied: oslo.i18n===5.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 54)) (5.1.0) 2021-12-07 12:55:18.107 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 65)) (3.0.0) 2021-12-07 12:55:18.119 | Requirement already satisfied: debtcollector===2.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 122)) (2.3.0) 2021-12-07 12:55:18.131 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 140)) (0.8.0) 2021-12-07 12:55:18.138 | Requirement already satisfied: prettytable===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 149)) (2.4.0) 2021-12-07 12:55:18.152 | Requirement already satisfied: paramiko===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 175)) (2.8.1) 2021-12-07 12:55:18.206 | Requirement already satisfied: urllib3===1.26.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 180)) (1.26.7) 2021-12-07 12:55:18.231 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 185)) (1.4.0) 2021-12-07 12:55:18.246 | Requirement already satisfied: PyYAML===6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 189)) (6.0) 2021-12-07 12:55:18.249 | Requirement already satisfied: cryptography===36.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 194)) (36.0.0) 2021-12-07 12:55:18.290 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 212)) (1.1.0) 2021-12-07 12:55:18.298 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 220)) (3.2.0) 2021-12-07 12:55:18.307 | Requirement already satisfied: cliff===3.10.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 258)) (3.10.0) 2021-12-07 12:55:18.321 | Requirement already satisfied: oslo.log===4.6.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 293)) (4.6.1) 2021-12-07 12:55:18.364 | Requirement already satisfied: importlib-metadata===4.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 297)) (4.8.2) 2021-12-07 12:55:18.407 | Requirement already satisfied: stestr===3.2.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 323)) (3.2.1) 2021-12-07 12:55:18.435 | Requirement already satisfied: oslo.serialization===4.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 324)) (4.2.0) 2021-12-07 12:55:18.445 | Requirement already satisfied: autopage===0.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 335)) (0.4.0) 2021-12-07 12:55:18.448 | Requirement already satisfied: testtools===2.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 364)) (2.5.0) 2021-12-07 12:55:18.459 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 404)) (1.4.0) 2021-12-07 12:55:18.472 | Requirement already satisfied: msgpack===1.0.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 412)) (1.0.3) 2021-12-07 12:55:18.476 | Requirement already satisfied: oslo.config===8.7.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 414)) (8.7.1) 2021-12-07 12:55:18.521 | Requirement already satisfied: pyparsing===3.0.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 429)) (3.0.6) 2021-12-07 12:55:18.528 | Requirement already satisfied: stevedore===3.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 441)) (3.5.0) 2021-12-07 12:55:18.536 | Requirement already satisfied: cmd2===2.3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 451)) (2.3.3) 2021-12-07 12:55:18.597 | Requirement already satisfied: six===1.16.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 469)) (1.16.0) 2021-12-07 12:55:18.600 | Requirement already satisfied: wrapt===1.13.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 500)) (1.13.3) 2021-12-07 12:55:18.604 | Requirement already satisfied: rfc3986===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 511)) (1.5.0) 2021-12-07 12:55:18.609 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 516)) (0.18.2) 2021-12-07 12:55:18.612 | Requirement already satisfied: importlib-resources===5.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 545)) (5.4.0) 2021-12-07 12:55:18.640 | Requirement already satisfied: cffi===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 562)) (1.15.0) 2021-12-07 12:55:18.644 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 565)) (3.2.0) 2021-12-07 12:55:18.676 | Requirement already satisfied: zipp===3.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 578)) (3.6.0) 2021-12-07 12:55:18.702 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 593)) (0.14.1) 2021-12-07 12:55:18.708 | Requirement already satisfied: oslo.utils===4.12.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 600)) (4.12.0) 2021-12-07 12:55:18.724 | Requirement already satisfied: python-dateutil===2.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 606)) (2.8.2) 2021-12-07 12:55:18.729 | Requirement already satisfied: pytz===2021.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 611)) (2021.3) 2021-12-07 12:55:18.734 | Requirement already satisfied: setuptools===59.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 620)) (59.5.0) 2021-12-07 12:55:18.787 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 146)) (0.2.5) 2021-12-07 12:55:18.793 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 170)) (1.0.0) 2021-12-07 12:55:18.796 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.nVTgjHpp3h (line 212)) (1.4.0) 2021-12-07 12:55:18.798 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 153)) (1.4.0) 2021-12-07 12:55:18.802 | Requirement already satisfied: oslo.context===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 57)) (3.4.0) 2021-12-07 12:55:18.808 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 121)) (0.9.6) 2021-12-07 12:55:18.811 | Requirement already satisfied: typing_extensions===4.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 172)) (4.0.1) 2021-12-07 12:55:18.814 | Requirement already satisfied: voluptuous===0.12.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 2)) (0.12.2) 2021-12-07 12:55:18.819 | Requirement already satisfied: requests===2.26.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 230)) (2.26.0) 2021-12-07 12:55:18.847 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 283)) (1.8.2) 2021-12-07 12:55:18.850 | Requirement already satisfied: attrs===21.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 50)) (21.2.0) 2021-12-07 12:55:18.909 | Requirement already satisfied: pycparser===2.21 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 187)) (2.21) 2021-12-07 12:55:18.913 | Requirement already satisfied: pyrsistent===0.18.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 509)) (0.18.0) 2021-12-07 12:55:18.918 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 531)) (1.6) 2021-12-07 12:55:18.920 | Requirement already satisfied: packaging===21.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 350)) (21.3) 2021-12-07 12:55:18.928 | Requirement already satisfied: netifaces===0.11.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 538)) (0.11.0) 2021-12-07 12:55:18.931 | Requirement already satisfied: iso8601===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 378)) (1.0.2) 2021-12-07 12:55:18.934 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 380)) (1.0.0) 2021-12-07 12:55:18.937 | Requirement already satisfied: idna===3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 382)) (3.3) 2021-12-07 12:55:18.940 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.6/site-packages (from requests===2.26.0->-c /tmp/tempest_u_c_m.nVTgjHpp3h (line 230)) (2021.10.8) 2021-12-07 12:55:18.943 | Requirement already satisfied: charset-normalizer===2.0.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.nVTgjHpp3h (line 586)) (2.0.9) 2021-12-07 12:55:19.040 | WARNING: You are using pip version 20.0.2; however, version 21.3.1 is available. 2021-12-07 12:55:19.041 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-12-07 12:55:19.101 | ++ lib/tempest:install_tempest:767 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-12-07 12:55:19.103 | ++ lib/tempest:install_tempest:768 : rm -f /tmp/tempest_u_c_m.nVTgjHpp3h 2021-12-07 12:55:19.107 | ++ lib/tempest:install_tempest:769 : popd 2021-12-07 12:55:19.107 | ~/devstack 2021-12-07 12:55:19.110 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-07 12:55:19.113 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-07 12:55:19.115 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 12:55:19.118 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-07 12:55:19.120 | + functions-common:run_phase:1786 : run_plugins stack install 2021-12-07 12:55:19.122 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-07 12:55:19.126 | + functions-common:run_plugins:1746 : local phase=install 2021-12-07 12:55:19.128 | + functions-common:run_plugins:1748 : local plugins= 2021-12-07 12:55:19.131 | + functions-common:run_plugins:1749 : local plugin 2021-12-07 12:55:19.133 | + ./stack.sh:main:950 : use_library_from_git python-openstackclient 2021-12-07 12:55:19.136 | + inc/python:use_library_from_git:263 : local name=python-openstackclient 2021-12-07 12:55:19.138 | + inc/python:use_library_from_git:264 : local enabled=1 2021-12-07 12:55:19.140 | + inc/python:use_library_from_git:265 : [[ '' = \A\L\L ]] 2021-12-07 12:55:19.143 | + inc/python:use_library_from_git:265 : [[ ,, =~ ,python-openstackclient, ]] 2021-12-07 12:55:19.145 | + inc/python:use_library_from_git:266 : return 1 2021-12-07 12:55:19.148 | + ./stack.sh:main:954 : pip_install_gr python-openstackclient 2021-12-07 12:55:19.150 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2021-12-07 12:55:19.153 | + inc/python:pip_install_gr:77 : local clean_name 2021-12-07 12:55:19.156 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2021-12-07 12:55:19.159 | ++ inc/python:get_from_global_requirements:238 : local package=python-openstackclient 2021-12-07 12:55:19.161 | ++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 12:55:19.165 | +++ inc/python:get_from_global_requirements:240 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-12-07 12:55:19.165 | +++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 12:55:19.170 | ++ inc/python:get_from_global_requirements:240 : required_pkg='python-openstackclient ' 2021-12-07 12:55:19.173 | ++ inc/python:get_from_global_requirements:241 : [[ python-openstackclient == '' ]] 2021-12-07 12:55:19.176 | ++ inc/python:get_from_global_requirements:244 : echo python-openstackclient 2021-12-07 12:55:19.179 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2021-12-07 12:55:19.181 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2021-12-07 12:55:19.202 | Using python 3.6 to install python-openstackclient because python3_enabled=True 2021-12-07 12:55:19.208 | + inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2021-12-07 12:55:22.115 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 12:55:22.115 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 12:55:22.115 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.116 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.116 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.117 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.117 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.118 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.118 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.119 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.119 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.119 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.120 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.120 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.121 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.121 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.122 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.122 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.123 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.123 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.123 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.124 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.125 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.125 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.126 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.126 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.127 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.129 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.129 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.130 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.130 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.131 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.131 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.132 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.132 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.133 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.133 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.134 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.134 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.134 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.135 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.135 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.136 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.136 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.136 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.137 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.137 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.137 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.138 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.139 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.139 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.139 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.140 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.141 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.142 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.142 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.143 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.143 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.144 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.144 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.145 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.145 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.146 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.146 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.147 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.148 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.148 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.149 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.149 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.149 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.150 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.151 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.151 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.152 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.152 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.153 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.153 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.153 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.154 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.154 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.155 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.155 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.156 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.158 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.158 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.158 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.159 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.159 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.160 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.160 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.161 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.161 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.162 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.162 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.163 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.163 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.164 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.164 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.165 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.165 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.166 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.166 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.166 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.167 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.168 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.168 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.169 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.169 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.170 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.170 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.170 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.171 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.171 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.172 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.173 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.173 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.174 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.174 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.175 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.175 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.176 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.176 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.176 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.177 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.177 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.178 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.178 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.179 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.179 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.180 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.180 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.181 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.181 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.182 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.182 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.182 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.183 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.183 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.184 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.184 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.185 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.185 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.185 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.186 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.186 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.187 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.188 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.189 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.189 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.189 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.190 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.190 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.191 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.191 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.192 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.192 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.193 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.193 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.194 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.194 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.195 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.195 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.196 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.196 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.197 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.197 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.198 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.198 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.199 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.199 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.200 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.200 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.201 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.201 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.202 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.202 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.202 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.204 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.204 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.205 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.205 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.206 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.206 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.207 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.207 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.207 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.208 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.208 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.209 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.209 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.210 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.210 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.211 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.211 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.211 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.212 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.212 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.213 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.213 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.213 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.214 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.214 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.215 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.215 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.216 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.216 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.216 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.217 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.217 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.218 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.218 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.219 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.220 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.220 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.220 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.221 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.221 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.222 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.222 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.223 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.223 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.224 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.225 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.225 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.226 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.227 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.227 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.228 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.228 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.229 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.229 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.230 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.230 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.230 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.232 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.232 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.232 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.234 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.235 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.236 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.236 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.237 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.237 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.237 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.238 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.238 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.239 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.239 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.240 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.240 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.240 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.241 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.241 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.242 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.242 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.243 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.243 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.243 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.244 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.244 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.245 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.245 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.246 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.246 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.246 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.247 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.247 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.248 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.248 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.249 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.249 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.250 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.251 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.251 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.252 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.252 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.253 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.254 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.254 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.255 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.256 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.256 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.256 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.257 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.257 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.258 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.258 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.259 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.259 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.259 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.260 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.260 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.261 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.261 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.261 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.262 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.262 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.263 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.263 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.264 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.264 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.265 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.265 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.266 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.266 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.267 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.267 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.268 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.268 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.268 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.269 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.269 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.270 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.270 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.271 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.271 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.272 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.272 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.272 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.273 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.273 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.274 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.274 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.274 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.275 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.275 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.276 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.276 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.277 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.277 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.278 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.279 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.279 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.280 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.280 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.280 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.281 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.282 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.282 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.283 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.283 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.284 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.284 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.284 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.285 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.285 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.286 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.286 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.287 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.287 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.288 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.288 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.289 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.289 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.289 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.290 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.290 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.291 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.291 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.292 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.292 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.293 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.294 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.294 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.295 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.295 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.296 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.296 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.297 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.298 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.298 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.299 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.299 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.300 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.300 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.301 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.301 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.302 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.302 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.302 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.303 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.303 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.304 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.304 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.305 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.305 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.306 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.307 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.307 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.308 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.308 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.309 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.310 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.310 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.310 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.311 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.312 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.313 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.314 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.314 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.314 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.315 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.316 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.316 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.317 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.317 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.318 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.318 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.319 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.319 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.320 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.320 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.321 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.321 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.322 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.322 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.323 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 12:55:22.323 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 12:55:22.324 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 12:55:22.544 | Collecting python-openstackclient===5.2.0 2021-12-07 12:55:22.553 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a67/493fb470cff71/python_openstackclient-5.2.0-py3-none-any.whl (883 kB) 2021-12-07 12:55:22.708 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-07 12:55:22.712 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-12-07 12:55:22.715 | Requirement already satisfied: cliff===3.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) (3.1.0) 2021-12-07 12:55:22.732 | Requirement already satisfied: python-keystoneclient===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 687)) (4.0.0) 2021-12-07 12:55:22.752 | Requirement already satisfied: python-cinderclient===7.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 642)) (7.0.2) 2021-12-07 12:55:22.772 | Requirement already satisfied: openstacksdk===0.46.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) (0.46.1) 2021-12-07 12:55:22.800 | Requirement already satisfied: Babel===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (2.8.0) 2021-12-07 12:55:22.805 | Requirement already satisfied: osc-lib===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (2.0.0) 2021-12-07 12:55:22.825 | Requirement already satisfied: python-novaclient===17.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 721)) (17.0.1) 2021-12-07 12:55:22.845 | Requirement already satisfied: oslo.utils===4.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (4.1.2) 2021-12-07 12:55:22.863 | Requirement already satisfied: oslo.i18n===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (4.0.1) 2021-12-07 12:55:22.872 | Requirement already satisfied: cmd2===0.8.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) (0.8.9) 2021-12-07 12:55:22.888 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 613)) (2.4.7) 2021-12-07 12:55:22.892 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (5.3.1) 2021-12-07 12:55:22.896 | Requirement already satisfied: stevedore===1.32.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 903)) (1.32.0) 2021-12-07 12:55:22.903 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (0.7.2) 2021-12-07 12:55:22.906 | Requirement already satisfied: debtcollector===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.1) 2021-12-07 12:55:22.914 | Requirement already satisfied: oslo.serialization===3.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (3.1.2) 2021-12-07 12:55:22.928 | Requirement already satisfied: oslo.config===8.0.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (8.0.5) 2021-12-07 12:55:22.943 | Requirement already satisfied: keystoneauth1===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (4.0.0) 2021-12-07 12:55:23.011 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 790)) (2.23.0) 2021-12-07 12:55:23.034 | Requirement already satisfied: simplejson===3.17.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 832)) (3.17.0) 2021-12-07 12:55:23.038 | Requirement already satisfied: jsonpatch===1.25 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (1.25) 2021-12-07 12:55:23.043 | Requirement already satisfied: jmespath===0.9.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (0.9.5) 2021-12-07 12:55:23.047 | Requirement already satisfied: iso8601===0.1.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.1.12) 2021-12-07 12:55:23.050 | Requirement already satisfied: dogpile.cache===0.9.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (0.9.0) 2021-12-07 12:55:23.055 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.4.2) 2021-12-07 12:55:23.058 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 377)) (2.5.0) 2021-12-07 12:55:23.082 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 798)) (1.4.0) 2021-12-07 12:55:23.084 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (0.10.9) 2021-12-07 12:55:23.088 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 452)) (1.7.0) 2021-12-07 12:55:23.092 | Requirement already satisfied: appdirs===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (1.4.3) 2021-12-07 12:55:23.096 | Requirement already satisfied: cryptography===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (2.9) 2021-12-07 12:55:23.138 | Requirement already satisfied: pytz===2019.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 775)) (2019.3) 2021-12-07 12:55:23.142 | Requirement already satisfied: netaddr===0.7.19 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (0.7.19) 2021-12-07 12:55:23.146 | Requirement already satisfied: wcwidth===0.1.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 983)) (0.1.9) 2021-12-07 12:55:23.149 | Requirement already satisfied: pyperclip===1.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 614)) (1.8.0) 2021-12-07 12:55:23.152 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 992)) (1.12.1) 2021-12-07 12:55:23.155 | Requirement already satisfied: msgpack===0.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (0.6.2) 2021-12-07 12:55:23.160 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 802)) (1.4.0) 2021-12-07 12:55:23.165 | Requirement already satisfied: certifi===2021.10.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2021.10.8) 2021-12-07 12:55:23.167 | Requirement already satisfied: idna===2.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.9) 2021-12-07 12:55:23.172 | Requirement already satisfied: urllib3===1.25.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 973)) (1.25.8) 2021-12-07 12:55:23.195 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (3.0.4) 2021-12-07 12:55:23.198 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.0) 2021-12-07 12:55:23.201 | Requirement already satisfied: cffi===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.14.0) 2021-12-07 12:55:23.206 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 599)) (2.20) 2021-12-07 12:55:25.179 | Installing collected packages: python-openstackclient 2021-12-07 12:55:26.530 | Successfully installed python-openstackclient-5.2.0 2021-12-07 12:55:26.672 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 12:55:26.672 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 12:55:26.762 | + inc/python:pip_install:207 : result=0 2021-12-07 12:55:26.765 | + inc/python:pip_install:209 : time_stop pip_install 2021-12-07 12:55:26.768 | + functions-common:time_stop:2331 : local name 2021-12-07 12:55:26.770 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:55:26.772 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:55:26.775 | + functions-common:time_stop:2334 : local total 2021-12-07 12:55:26.777 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:55:26.780 | + functions-common:time_stop:2337 : name=pip_install 2021-12-07 12:55:26.782 | + functions-common:time_stop:2338 : start_time=1638881719197 2021-12-07 12:55:26.784 | + functions-common:time_stop:2340 : [[ -z 1638881719197 ]] 2021-12-07 12:55:26.787 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:55:26.791 | + functions-common:time_stop:2343 : end_time=1638881726788 2021-12-07 12:55:26.793 | + functions-common:time_stop:2344 : elapsed_time=7591 2021-12-07 12:55:26.796 | + functions-common:time_stop:2345 : total=246197 2021-12-07 12:55:26.799 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:55:26.802 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=253788 2021-12-07 12:55:26.804 | + inc/python:pip_install:210 : return 0 2021-12-07 12:55:26.807 | + ./stack.sh:main:959 : install_oscwrap 2021-12-07 12:55:26.810 | ++ functions-common:install_oscwrap:2376 : mktemp 2021-12-07 12:55:26.814 | + functions-common:install_oscwrap:2376 : OSCWRAP_TIMER_FILE=/tmp/tmp.i08AdiAokR 2021-12-07 12:55:26.817 | + functions-common:install_oscwrap:2379 : shopt -s expand_aliases 2021-12-07 12:55:26.819 | + functions-common:install_oscwrap:2382 : unalias -a 2021-12-07 12:55:26.822 | + functions-common:install_oscwrap:2384 : alias openstack=oscwrap 2021-12-07 12:55:26.824 | + ./stack.sh:main:964 : [[ False != \F\a\l\s\e ]] 2021-12-07 12:55:26.827 | + ./stack.sh:main:1004 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-12-07 12:55:26.829 | + ./stack.sh:main:1012 : is_service_enabled mysql postgresql 2021-12-07 12:55:26.847 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:55:26.850 | + ./stack.sh:main:1013 : configure_database 2021-12-07 12:55:26.852 | + lib/database:configure_database:126 : configure_database_mysql 2021-12-07 12:55:26.855 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2021-12-07 12:55:26.857 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2021-12-07 12:55:26.861 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 12:55:26.863 | + ./stack.sh:echo_summary:428 : echo -e Configuring and starting MySQL 2021-12-07 12:55:26.865 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2021-12-07 12:55:26.868 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:55:26.870 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:55:26.872 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2021-12-07 12:55:26.875 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2021-12-07 12:55:26.877 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 12:55:26.880 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 12:55:26.882 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 12:55:26.884 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 12:55:26.886 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 12:55:26.889 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 12:55:26.891 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 12:55:26.893 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 12:55:26.896 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2021-12-07 12:55:26.898 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 12:55:26.901 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 12:55:26.903 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 12:55:26.905 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 12:55:26.908 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 12:55:26.911 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 12:55:26.913 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2021-12-07 12:55:26.934 | mysqladmin: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 12:55:26.934 | Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. 2021-12-07 12:55:26.939 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2021-12-07 12:55:26.942 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:55:26.944 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:55:26.947 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2021-12-07 12:55:26.949 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2021-12-07 12:55:26.952 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2021-12-07 12:55:26.954 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 12:55:26.957 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 12:55:26.959 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2021-12-07 12:55:26.962 | + lib/databases/mysql:configure_database_mysql:113 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2021-12-07 12:55:26.973 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 12:55:26.987 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2021-12-07 12:55:26.997 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 12:55:27.011 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2021-12-07 12:55:27.014 | ++ functions-common:ipv6_unquote:2129 : echo 0.0.0.0 2021-12-07 12:55:27.015 | ++ functions-common:ipv6_unquote:2129 : tr -d '[]' 2021-12-07 12:55:27.019 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2021-12-07 12:55:27.073 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2021-12-07 12:55:27.120 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2021-12-07 12:55:27.168 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2021-12-07 12:55:27.216 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2021-12-07 12:55:27.220 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2021-12-07 12:55:27.222 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:55:27.225 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart mysql 2021-12-07 12:55:29.146 | + ./stack.sh:main:1017 : save_stackenv 1017 2021-12-07 12:55:29.148 | + functions-common:save_stackenv:60 : local tag=1017 2021-12-07 12:55:29.152 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-07 12:55:29.155 | + functions-common:save_stackenv:62 : time_stamp=2021-12-07-125529 2021-12-07 12:55:29.158 | + functions-common:save_stackenv:63 : echo '# 2021-12-07-125529 1017' 2021-12-07 12:55:29.161 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.164 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-07 12:55:29.166 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.169 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-07 12:55:29.171 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.175 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-07 12:55:29.177 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.180 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 12:55:29.182 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.185 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2021-12-07 12:55:29.187 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.190 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.24/identity 2021-12-07 12:55:29.192 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.195 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2021-12-07 12:55:29.197 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.200 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-07-124131 2021-12-07 12:55:29.202 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.205 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-07 12:55:29.208 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.210 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2021-12-07 12:55:29.213 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.215 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-07 12:55:29.218 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.221 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-07 12:55:29.224 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.228 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-07 12:55:29.231 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 12:55:29.234 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-07 12:55:29.237 | + ./stack.sh:main:1029 : [[ True == \T\r\u\e ]] 2021-12-07 12:55:29.240 | + ./stack.sh:main:1030 : [[ -f /sys/kernel/mm/ksm/run ]] 2021-12-07 12:55:29.242 | + ./stack.sh:main:1031 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2021-12-07 12:55:29.254 | + ./stack.sh:main:1043 : start_dstat 2021-12-07 12:55:29.256 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.259 | + functions-common:run_process:1582 : local service=dstat 2021-12-07 12:55:29.261 | + functions-common:run_process:1583 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.264 | + functions-common:run_process:1584 : local group= 2021-12-07 12:55:29.267 | + functions-common:run_process:1585 : local user= 2021-12-07 12:55:29.270 | + functions-common:run_process:1587 : local name=dstat 2021-12-07 12:55:29.272 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 12:55:29.275 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 12:55:29.277 | + functions-common:time_start:2318 : local start_time= 2021-12-07 12:55:29.280 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 12:55:29.283 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 12:55:29.287 | + functions-common:time_start:2322 : _TIME_START[$name]=1638881729284 2021-12-07 12:55:29.289 | + functions-common:run_process:1590 : is_service_enabled dstat 2021-12-07 12:55:29.305 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:55:29.308 | + functions-common:run_process:1591 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2021-12-07 12:55:29.310 | + functions-common:_run_under_systemd:1547 : local service=dstat 2021-12-07 12:55:29.313 | + functions-common:_run_under_systemd:1548 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.315 | + functions-common:_run_under_systemd:1549 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.318 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.320 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.323 | + functions-common:_common_systemd_pitfalls:1522 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2021-12-07 12:55:29.325 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2021-12-07 12:55:29.329 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@dstat.service 2021-12-07 12:55:29.332 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 12:55:29.334 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 12:55:29.336 | + functions-common:_run_under_systemd:1556 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2021-12-07 12:55:29.339 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2021-12-07 12:55:29.342 | + functions-common:write_user_unit_file:1464 : local service=devstack@dstat.service 2021-12-07 12:55:29.344 | + functions-common:write_user_unit_file:1465 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.347 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 12:55:29.349 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 12:55:29.352 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 12:55:29.354 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 12:55:29.356 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@dstat.service 2021-12-07 12:55:29.359 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 12:55:29.363 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2021-12-07 12:55:29.418 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2021-12-07 12:55:29.473 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2021-12-07 12:55:29.520 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2021-12-07 12:55:29.565 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2021-12-07 12:55:29.612 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 12:55:29.658 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 12:55:29.661 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2021-12-07 12:55:29.716 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 12:55:29.916 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@dstat.service 2021-12-07 12:55:29.929 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2021-12-07 12:55:30.120 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@dstat.service 2021-12-07 12:55:30.141 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 12:55:30.147 | + functions-common:time_stop:2331 : local name 2021-12-07 12:55:30.149 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:55:30.152 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:55:30.154 | + functions-common:time_stop:2334 : local total 2021-12-07 12:55:30.158 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:55:30.160 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 12:55:30.163 | + functions-common:time_stop:2338 : start_time=1638881729284 2021-12-07 12:55:30.165 | + functions-common:time_stop:2340 : [[ -z 1638881729284 ]] 2021-12-07 12:55:30.168 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:55:30.173 | + functions-common:time_stop:2343 : end_time=1638881730169 2021-12-07 12:55:30.175 | + functions-common:time_stop:2344 : elapsed_time=885 2021-12-07 12:55:30.178 | + functions-common:time_stop:2345 : total=0 2021-12-07 12:55:30.180 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:55:30.182 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=885 2021-12-07 12:55:30.185 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2021-12-07 12:55:30.188 | + functions-common:run_process:1582 : local service=memory_tracker 2021-12-07 12:55:30.190 | + functions-common:run_process:1583 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2021-12-07 12:55:30.192 | + functions-common:run_process:1584 : local group= 2021-12-07 12:55:30.195 | + functions-common:run_process:1585 : local user=root 2021-12-07 12:55:30.197 | + functions-common:run_process:1587 : local name=memory_tracker 2021-12-07 12:55:30.200 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 12:55:30.202 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 12:55:30.205 | + functions-common:time_start:2318 : local start_time= 2021-12-07 12:55:30.208 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 12:55:30.212 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 12:55:30.214 | + functions-common:time_start:2322 : _TIME_START[$name]=1638881730212 2021-12-07 12:55:30.217 | + functions-common:run_process:1590 : is_service_enabled memory_tracker 2021-12-07 12:55:30.236 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:55:30.239 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 12:55:30.241 | + functions-common:time_stop:2331 : local name 2021-12-07 12:55:30.244 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:55:30.246 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:55:30.248 | + functions-common:time_stop:2334 : local total 2021-12-07 12:55:30.251 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:55:30.253 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 12:55:30.256 | + functions-common:time_stop:2338 : start_time=1638881730212 2021-12-07 12:55:30.259 | + functions-common:time_stop:2340 : [[ -z 1638881730212 ]] 2021-12-07 12:55:30.263 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:55:30.266 | + functions-common:time_stop:2343 : end_time=1638881730262 2021-12-07 12:55:30.268 | + functions-common:time_stop:2344 : elapsed_time=50 2021-12-07 12:55:30.271 | + functions-common:time_stop:2345 : total=885 2021-12-07 12:55:30.273 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:55:30.276 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=935 2021-12-07 12:55:30.278 | + lib/dstat:start_dstat:39 : is_service_enabled peakmem_tracker 2021-12-07 12:55:30.296 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:55:30.298 | + ./stack.sh:main:1047 : is_service_enabled tcpdump 2021-12-07 12:55:30.315 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:55:30.317 | + ./stack.sh:main:1055 : is_service_enabled etcd3 2021-12-07 12:55:30.337 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:55:30.340 | + ./stack.sh:main:1056 : start_etcd3 2021-12-07 12:55:30.343 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2021-12-07 12:55:30.346 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-ussuri-2-hyperv --data-dir /opt/stack/data/etcd' 2021-12-07 12:55:30.349 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2021-12-07 12:55:30.353 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-ussuri-2-hyperv=http://10.222.0.24:2380' 2021-12-07 12:55:30.356 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.24:2380' 2021-12-07 12:55:30.359 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.24:2379' 2021-12-07 12:55:30.362 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2021-12-07 12:55:30.365 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2021-12-07 12:55:30.368 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.24:2379' 2021-12-07 12:55:30.371 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2021-12-07 12:55:30.375 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2021-12-07 12:55:30.378 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-12-07 12:55:30.381 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-ussuri-2-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-ussuri-2-hyperv=http://10.222.0.24:2380 --initial-advertise-peer-urls http://10.222.0.24:2380 --advertise-client-urls http://10.222.0.24:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.24:2379 --debug' '' root 2021-12-07 12:55:30.384 | + functions-common:write_user_unit_file:1464 : local service=devstack@etcd.service 2021-12-07 12:55:30.387 | + functions-common:write_user_unit_file:1465 : local 'command=/opt/stack/bin/etcd --name dv-neutron-ussuri-2-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-ussuri-2-hyperv=http://10.222.0.24:2380 --initial-advertise-peer-urls http://10.222.0.24:2380 --advertise-client-urls http://10.222.0.24:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.24:2379 --debug' 2021-12-07 12:55:30.391 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 12:55:30.394 | + functions-common:write_user_unit_file:1467 : local user=root 2021-12-07 12:55:30.397 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 12:55:30.400 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 12:55:30.403 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@etcd.service 2021-12-07 12:55:30.406 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 12:55:30.411 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2021-12-07 12:55:30.468 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2021-12-07 12:55:30.522 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-ussuri-2-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-ussuri-2-hyperv=http://10.222.0.24:2380 --initial-advertise-peer-urls http://10.222.0.24:2380 --advertise-client-urls http://10.222.0.24:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.24:2379 --debug' 2021-12-07 12:55:30.568 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2021-12-07 12:55:30.614 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2021-12-07 12:55:30.662 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 12:55:30.709 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 12:55:30.712 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2021-12-07 12:55:30.768 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 12:55:30.963 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2021-12-07 12:55:31.019 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2021-12-07 12:55:31.066 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2021-12-07 12:55:31.113 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2021-12-07 12:55:31.161 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2021-12-07 12:55:31.164 | ++ functions-common:is_arch:428 : uname -m 2021-12-07 12:55:31.167 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-12-07 12:55:31.170 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2021-12-07 12:55:31.360 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2021-12-07 12:55:31.373 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2021-12-07 12:55:31.564 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2021-12-07 12:55:32.318 | + ./stack.sh:main:1067 : cat 2021-12-07 12:55:32.323 | + ./stack.sh:main:1082 : is_service_enabled tls-proxy 2021-12-07 12:55:32.341 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:55:32.344 | + ./stack.sh:main:1087 : source /home/ubuntu/devstack/userrc_early 2021-12-07 12:55:32.346 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2021-12-07 12:55:32.349 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2021-12-07 12:55:32.352 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.24/identity 2021-12-07 12:55:32.355 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.24/identity 2021-12-07 12:55:32.357 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2021-12-07 12:55:32.361 | ++ userrc_early:source:6 : OS_USERNAME=admin 2021-12-07 12:55:32.364 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2021-12-07 12:55:32.366 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2021-12-07 12:55:32.370 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2021-12-07 12:55:32.375 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2021-12-07 12:55:32.378 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2021-12-07 12:55:32.381 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2021-12-07 12:55:32.384 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2021-12-07 12:55:32.387 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2021-12-07 12:55:32.390 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2021-12-07 12:55:32.393 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2021-12-07 12:55:32.395 | + ./stack.sh:main:1089 : is_service_enabled keystone 2021-12-07 12:55:32.414 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:55:32.417 | + ./stack.sh:main:1090 : echo_summary 'Starting Keystone' 2021-12-07 12:55:32.419 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 12:55:32.422 | + ./stack.sh:echo_summary:428 : echo -e Starting Keystone 2021-12-07 12:55:32.424 | + ./stack.sh:main:1092 : '[' 10.222.0.24 == 10.222.0.24 ']' 2021-12-07 12:55:32.427 | + ./stack.sh:main:1093 : init_keystone 2021-12-07 12:55:32.430 | + lib/keystone:init_keystone:437 : is_service_enabled ldap 2021-12-07 12:55:32.446 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:55:32.449 | + lib/keystone:init_keystone:441 : [[ True == True ]] 2021-12-07 12:55:32.452 | + lib/keystone:init_keystone:443 : recreate_database keystone 2021-12-07 12:55:32.457 | + lib/database:recreate_database:110 : local db=keystone 2021-12-07 12:55:32.459 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2021-12-07 12:55:32.462 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2021-12-07 12:55:32.464 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2021-12-07 12:55:32.468 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 12:55:32.483 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2021-12-07 12:55:32.487 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 12:55:32.500 | + lib/keystone:init_keystone:446 : time_start dbsync 2021-12-07 12:55:32.503 | + functions-common:time_start:2317 : local name=dbsync 2021-12-07 12:55:32.505 | + functions-common:time_start:2318 : local start_time= 2021-12-07 12:55:32.508 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 12:55:32.511 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 12:55:32.514 | + functions-common:time_start:2322 : _TIME_START[$name]=1638881732511 2021-12-07 12:55:32.519 | + lib/keystone:init_keystone:448 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2021-12-07 12:55:34.918 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:55:34.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.920 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.920 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.921 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.921 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.921 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.921 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.923 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.923 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.927 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.929 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.929 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.929 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.930 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.931 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.933 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.933 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.935 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:55:34.936 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:55:34.972 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=71610) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 12:55:34.974 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:55:34.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.976 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.977 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.979 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.979 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.983 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.983 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.985 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.985 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.985 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.986 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.986 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.988 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.988 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:34.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:34.991 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:55:34.991 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:55:35.036 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:55:35.037 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.037 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.038 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.038 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.038 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.038 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.039 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.039 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.040 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.040 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.040 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.040 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.041 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.041 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.042 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.042 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.044 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.045 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.046 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.046 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.047 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.048 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.048 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.050 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.050 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.053 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:55:35.053 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:55:35.343 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:55:35.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.345 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.345 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.351 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.352 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.355 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.357 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.357 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:55:35.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:55:35.359 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:55:35.359 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:55:35.366 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-07 12:55:44.934 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:44.934 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-07 12:55:44.968 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:44.968 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-07 12:55:45.003 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:45.003 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-07 12:55:45.037 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:45.037 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-07 12:55:45.072 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:45.072 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-07 12:55:45.103 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:45.103 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-07 12:55:45.934 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:45.934 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-07 12:55:46.334 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.334 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-07 12:55:46.553 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.553 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-07 12:55:46.582 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.582 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-07 12:55:46.616 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.616 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-07 12:55:46.656 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.656 | INFO migrate.versioning.api [-] 78 -> 79...  2021-12-07 12:55:46.690 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.691 | INFO migrate.versioning.api [-] 79 -> 80...  2021-12-07 12:55:46.725 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.725 | INFO migrate.versioning.api [-] 80 -> 81...  2021-12-07 12:55:46.972 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:46.972 | INFO migrate.versioning.api [-] 81 -> 82...  2021-12-07 12:55:48.148 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:48.148 | INFO migrate.versioning.api [-] 82 -> 83...  2021-12-07 12:55:49.488 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:49.488 | INFO migrate.versioning.api [-] 83 -> 84...  2021-12-07 12:55:49.945 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:49.945 | INFO migrate.versioning.api [-] 84 -> 85...  2021-12-07 12:55:50.559 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:50.559 | INFO migrate.versioning.api [-] 85 -> 86...  2021-12-07 12:55:50.814 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:50.814 | INFO migrate.versioning.api [-] 86 -> 87...  2021-12-07 12:55:52.045 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:52.045 | INFO migrate.versioning.api [-] 87 -> 88...  2021-12-07 12:55:52.637 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:52.637 | INFO migrate.versioning.api [-] 88 -> 89...  2021-12-07 12:55:52.748 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:52.748 | INFO migrate.versioning.api [-] 89 -> 90...  2021-12-07 12:55:53.239 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:53.239 | INFO migrate.versioning.api [-] 90 -> 91...  2021-12-07 12:55:54.406 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:54.406 | INFO migrate.versioning.api [-] 91 -> 92...  2021-12-07 12:55:55.565 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:55.565 | INFO migrate.versioning.api [-] 92 -> 93...  2021-12-07 12:55:57.099 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:57.099 | INFO migrate.versioning.api [-] 93 -> 94...  2021-12-07 12:55:58.119 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.119 | INFO migrate.versioning.api [-] 94 -> 95...  2021-12-07 12:55:58.756 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.756 | INFO migrate.versioning.api [-] 95 -> 96...  2021-12-07 12:55:58.797 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.797 | INFO migrate.versioning.api [-] 96 -> 97...  2021-12-07 12:55:58.828 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.828 | INFO migrate.versioning.api [-] 97 -> 98...  2021-12-07 12:55:58.856 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.856 | INFO migrate.versioning.api [-] 98 -> 99...  2021-12-07 12:55:58.899 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.899 | INFO migrate.versioning.api [-] 99 -> 100...  2021-12-07 12:55:58.927 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.928 | INFO migrate.versioning.api [-] 100 -> 101...  2021-12-07 12:55:58.962 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:58.962 | INFO migrate.versioning.api [-] 101 -> 102...  2021-12-07 12:55:59.128 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:59.128 | INFO migrate.versioning.api [-] 102 -> 103...  2021-12-07 12:55:59.456 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:59.456 | INFO migrate.versioning.api [-] 103 -> 104...  2021-12-07 12:55:59.490 | INFO migrate.versioning.api [-] done 2021-12-07 12:55:59.490 | INFO migrate.versioning.api [-] 104 -> 105...  2021-12-07 12:56:00.308 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:00.308 | INFO migrate.versioning.api [-] 105 -> 106...  2021-12-07 12:56:00.731 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:00.731 | INFO migrate.versioning.api [-] 106 -> 107...  2021-12-07 12:56:01.608 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:01.608 | INFO migrate.versioning.api [-] 107 -> 108...  2021-12-07 12:56:02.502 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:02.502 | INFO migrate.versioning.api [-] 108 -> 109...  2021-12-07 12:56:02.919 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:02.919 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:02.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.922 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.922 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.922 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.922 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.923 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.923 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.924 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.924 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.924 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.925 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.925 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.925 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.926 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.926 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.928 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.929 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.929 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.929 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.930 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.930 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.930 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.931 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.932 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.933 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.933 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.934 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.934 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.934 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.934 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.935 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.935 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.936 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.936 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.937 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.937 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.937 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:02.937 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:02.938 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:02.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.939 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.939 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.939 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.939 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.940 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.940 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.941 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.941 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.941 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.942 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.942 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.942 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.943 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.943 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.944 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.944 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.945 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.945 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.945 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.946 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.946 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.946 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.947 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.947 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.947 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.947 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.947 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.948 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.948 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.949 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.949 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.949 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.949 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.950 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.950 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.951 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.951 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.951 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.951 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.952 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.952 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.953 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.953 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.954 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.954 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.954 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:02.954 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:02.954 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:02.955 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.956 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.956 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.956 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.956 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.957 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.957 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.958 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.958 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.958 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.958 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.959 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.959 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.960 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.960 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.961 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.961 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.962 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.962 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.962 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.963 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.964 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.964 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.964 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.965 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.966 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.968 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.968 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.969 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.969 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.969 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.969 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.970 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.970 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.971 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.971 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.971 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:02.972 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:02.979 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.985 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.985 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.985 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.985 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.986 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.988 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.989 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.991 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.991 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.991 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.991 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.992 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.992 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.992 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.994 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.994 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.995 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.995 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.995 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.996 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.996 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.997 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.997 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.998 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.998 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.998 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.998 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.998 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.999 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:02.999 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:02.999 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.000 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.000 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.000 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.001 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.001 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.001 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.002 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.002 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.003 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.003 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.003 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.004 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.004 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.004 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.004 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.005 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.005 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.005 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.005 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.006 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.006 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.006 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.007 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.007 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.007 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.007 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.008 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.008 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.008 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.008 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.008 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.009 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.009 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.009 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:03.009 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:03.083 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:03.084 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.084 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.084 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.085 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.085 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.085 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.085 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.085 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.086 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.086 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.086 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.086 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.086 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.087 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.087 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.087 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.088 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.088 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.088 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.088 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.089 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.089 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.089 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.089 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.090 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.090 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.091 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.091 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.092 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.093 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.093 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.095 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.096 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.096 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.096 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.096 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.096 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.097 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.098 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.099 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.099 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.100 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.100 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.100 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.100 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.102 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.102 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.103 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.103 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.103 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.103 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.103 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.104 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.107 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.107 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.108 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.109 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.109 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.110 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.110 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.111 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.111 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.112 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.112 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.113 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.113 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.113 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:03.113 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:03.114 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:03.115 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.115 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.116 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.116 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.116 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.116 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.117 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.117 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.118 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.119 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.119 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.119 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.120 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.120 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.123 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.123 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.126 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.126 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.126 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.126 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.126 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.126 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.127 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.129 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.129 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.130 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.130 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.131 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.131 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.131 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.131 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.132 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.132 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.132 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.132 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.132 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.132 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.133 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.133 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.133 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.133 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.133 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.134 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.134 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.134 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.135 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.135 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.136 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.136 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.136 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.137 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.137 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.137 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.137 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.138 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.138 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.138 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.138 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.138 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.139 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.139 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.140 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.140 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.140 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.140 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.141 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.141 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.141 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.141 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.141 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.142 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.142 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.142 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.142 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:03.142 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:03.148 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:03.149 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.149 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.149 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.149 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.150 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.150 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.150 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.150 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.150 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.151 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.151 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.151 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.152 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.153 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.153 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.153 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.154 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.154 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.154 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.154 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.154 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.155 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.156 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.156 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.157 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.157 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.158 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.158 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.158 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.159 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.159 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.159 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.160 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.160 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.161 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.161 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.161 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.161 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.161 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.161 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.162 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.162 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.162 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.162 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.163 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.163 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.164 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.164 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.164 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.164 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.165 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.165 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.165 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.166 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.166 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.168 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.168 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.168 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.168 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.168 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.168 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.169 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.169 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.169 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.169 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.170 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.170 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.173 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.174 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.174 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.174 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.174 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.175 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.175 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.175 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.175 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.176 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.177 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.177 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.178 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.178 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.178 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.178 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:03.179 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:03.179 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:03.179 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:03.186 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-07 12:56:03.228 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:03.228 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-07 12:56:03.261 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:03.262 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-07 12:56:04.382 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:04.382 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-07 12:56:04.416 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:04.416 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-07 12:56:04.450 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:04.450 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-07 12:56:04.485 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:04.486 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-07 12:56:04.519 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:04.519 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-07 12:56:04.553 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:04.553 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-07 12:56:04.594 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:04.594 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-07 12:56:05.419 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:05.420 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-07 12:56:05.451 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:05.451 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-07 12:56:06.393 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:06.394 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-07 12:56:06.428 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:06.428 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-07 12:56:07.399 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.399 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-07 12:56:07.433 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.433 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-07 12:56:07.682 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.682 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-07 12:56:07.716 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.716 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-07 12:56:07.753 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.753 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-07 12:56:07.788 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.788 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-07 12:56:07.851 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.851 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-07 12:56:07.888 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:07.888 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-07 12:56:08.151 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:08.151 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-07 12:56:08.553 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:08.553 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-07 12:56:09.442 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:09.442 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-07 12:56:09.477 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:09.477 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-07 12:56:09.510 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:09.511 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-07 12:56:09.539 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:09.539 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-07 12:56:09.568 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:09.568 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-07 12:56:09.602 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:09.602 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-07 12:56:09.885 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:09.885 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-07 12:56:10.114 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:10.114 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-07 12:56:10.614 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:10.614 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-07 12:56:11.705 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:11.705 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-07 12:56:12.288 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:12.288 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-07 12:56:12.705 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:12.705 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-07 12:56:13.140 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.140 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-07 12:56:13.171 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.171 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-07 12:56:13.205 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.205 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-07 12:56:13.239 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.239 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-07 12:56:13.271 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.271 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-07 12:56:13.297 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.297 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-07 12:56:13.319 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.319 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-07 12:56:13.342 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.342 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-07 12:56:13.364 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:13.364 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-07 12:56:14.239 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:14.239 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-07 12:56:14.279 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:14.280 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-07 12:56:16.585 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:16.585 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-07 12:56:17.720 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:17.720 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-07 12:56:17.759 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:17.759 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-07 12:56:17.799 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:17.799 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-07 12:56:17.833 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:17.833 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-07 12:56:17.873 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:17.874 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-07 12:56:18.393 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:18.393 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-07 12:56:18.427 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:18.428 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-07 12:56:18.937 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:18.937 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-07 12:56:19.490 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:19.490 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-07 12:56:19.524 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:19.525 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-07 12:56:19.565 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:19.565 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-07 12:56:19.604 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:19.605 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-07 12:56:19.644 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:19.644 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-07 12:56:19.678 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:19.678 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-07 12:56:20.587 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:20.587 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-07 12:56:20.621 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:20.622 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-07 12:56:21.058 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:21.058 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-07 12:56:22.625 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:22.625 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-07 12:56:23.113 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:23.113 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-07 12:56:23.153 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:23.153 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-07 12:56:23.176 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:23.176 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-07 12:56:23.199 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:23.199 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-07 12:56:23.228 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:23.228 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-07 12:56:23.256 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:23.256 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-07 12:56:23.279 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:23.279 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-07 12:56:24.004 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.005 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-07 12:56:24.044 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.045 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-07 12:56:24.079 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.079 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-07 12:56:24.113 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.114 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-07 12:56:24.151 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.151 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-07 12:56:24.189 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.189 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:24.190 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.191 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.191 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.191 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.191 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.192 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.192 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.193 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.194 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.194 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.194 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.195 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.197 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.197 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.198 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.198 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.199 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.199 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.199 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.199 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.200 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.200 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.200 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.200 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.200 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.202 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.203 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.203 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.203 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.257 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.257 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.258 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.258 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.258 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.258 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.259 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.259 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.259 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.261 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.261 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.262 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.263 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.263 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.265 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.265 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.265 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.266 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.266 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.266 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.266 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.266 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.266 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.267 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.267 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.267 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.267 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.268 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.268 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.268 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.268 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.269 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.269 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.269 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.269 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.269 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.269 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.270 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.270 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.270 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.270 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.270 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.271 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.271 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.271 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.271 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.271 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.271 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.272 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.272 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:24.272 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:24.273 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:24.274 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.274 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.275 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.275 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.275 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.276 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.276 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.276 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.277 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.278 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.278 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.279 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.279 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.280 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.283 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.283 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.285 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.285 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.285 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.285 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.286 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.286 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.286 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.288 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.288 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.288 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.289 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.289 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.289 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.289 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.291 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.291 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.291 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.292 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.292 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.292 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.292 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.292 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.293 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.297 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.298 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.298 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.298 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.298 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.299 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.299 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.300 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.300 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.301 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.301 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.302 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.302 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.302 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.302 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:24.302 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:24.303 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/expand_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:24.304 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.304 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.305 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.305 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.305 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.305 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.306 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.306 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/054_expand_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.307 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.308 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.308 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.308 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.309 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.309 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/001_expand_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.312 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.312 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/073_expand_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.315 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.315 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.315 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.315 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.315 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.315 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/045_expand_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.316 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/033_expand_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.318 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.318 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/015_expand_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.319 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.319 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.319 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.319 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.319 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/016_expand_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.321 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.321 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/030_expand_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.322 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.322 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.322 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.322 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.322 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/055_expand_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.323 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/031_expand_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/072_expand_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.326 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.326 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.327 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.327 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.327 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.327 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/010_expand_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.328 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/034_expand_add_application_credential_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.328 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.329 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/063_expand_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.331 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.331 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.331 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/expand_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.331 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/expand_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:24.332 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_expand'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:24.338 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:24.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.340 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.340 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.342 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.343 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.343 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.343 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.343 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.344 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.346 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.348 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.348 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.348 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.348 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.349 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.349 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.349 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.349 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.349 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.350 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.350 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.351 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.352 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.352 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.352 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.353 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.353 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.355 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.356 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.357 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.358 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.359 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.359 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.361 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.361 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.361 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.362 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.362 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.362 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.362 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.362 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.362 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.363 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.363 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.364 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.364 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.365 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.365 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.365 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.365 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.366 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.366 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.366 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.368 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.368 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:24.368 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:24.478 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:24.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.480 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.480 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.483 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.483 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.484 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.484 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.485 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/036_migrate_rename_application_credential_restriction_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.487 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.488 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.488 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.489 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.489 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.489 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.489 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.491 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.492 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.493 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.493 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.493 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.493 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.494 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/066_migrate_add_resource_options_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.494 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.494 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.494 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.495 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.495 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.497 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.497 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.498 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.498 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.499 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.499 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.501 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.501 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.501 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.501 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.501 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.501 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.502 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.502 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.502 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.502 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.502 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.503 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.503 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.503 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.503 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.503 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.503 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.504 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.504 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.504 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.504 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.505 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.505 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.505 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.505 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.505 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.505 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.506 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.506 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.506 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.506 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.506 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.506 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.507 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.507 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.507 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.507 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.507 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.508 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.508 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:24.508 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:24.508 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:24.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.510 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.510 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.512 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.512 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.512 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.512 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.513 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.513 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.514 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.516 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.516 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.517 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.517 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.518 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.518 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.518 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.518 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.519 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.519 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.519 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.519 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.519 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.520 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.521 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.521 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.522 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.522 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.522 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.524 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.524 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.526 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.526 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.526 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.526 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.527 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.527 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.530 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.530 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.530 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.532 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.532 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.533 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.533 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.534 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.534 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.534 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.534 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.535 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.535 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.535 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.537 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.537 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:24.537 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:24.543 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:24.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.545 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.546 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.548 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.548 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.548 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.548 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.549 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.552 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.552 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.552 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.552 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.553 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.553 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.553 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.553 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.554 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.554 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.554 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.554 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.554 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.554 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.555 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.555 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.555 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.555 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.556 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.556 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.557 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.557 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.557 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.558 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.558 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.558 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.558 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.559 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.559 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.559 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.559 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.559 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.562 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.562 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.562 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.562 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.562 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.563 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.563 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.563 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.564 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.564 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.564 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.565 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.565 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.565 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.565 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.566 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.566 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.566 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.566 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.566 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.566 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.567 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.567 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.567 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.567 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.568 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.568 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.568 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.569 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.569 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.569 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.569 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.570 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.570 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.571 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.571 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.571 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.571 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.571 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.571 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.572 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.572 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.572 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:24.572 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:24.572 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:24.572 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:24.580 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-07 12:56:24.616 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.616 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-07 12:56:24.657 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.657 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-07 12:56:24.693 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.693 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-07 12:56:24.725 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.725 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-07 12:56:24.756 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.756 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-07 12:56:24.790 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.790 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-07 12:56:24.825 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.825 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-07 12:56:24.862 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.862 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-07 12:56:24.896 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.897 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-07 12:56:24.931 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.931 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-07 12:56:24.965 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:24.965 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-07 12:56:25.039 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.039 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-07 12:56:25.088 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.088 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-07 12:56:25.142 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.142 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-07 12:56:25.190 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.191 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-07 12:56:25.220 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.220 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-07 12:56:25.253 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.254 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-07 12:56:25.285 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.285 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-07 12:56:25.329 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.329 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-07 12:56:25.368 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.368 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-07 12:56:25.396 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.396 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-07 12:56:25.425 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.425 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-07 12:56:25.454 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.454 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-07 12:56:25.484 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.484 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-07 12:56:25.519 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.519 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-07 12:56:25.556 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.556 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-07 12:56:25.594 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.594 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-07 12:56:25.630 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.630 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-07 12:56:25.667 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.667 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-07 12:56:25.699 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.699 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-07 12:56:25.736 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.736 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-07 12:56:25.765 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.765 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-07 12:56:25.802 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.802 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-07 12:56:25.836 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.836 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-07 12:56:25.865 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.865 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-07 12:56:25.893 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.893 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-07 12:56:25.922 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.922 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-07 12:56:25.956 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.956 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-07 12:56:25.988 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:25.988 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-07 12:56:26.036 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.036 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-07 12:56:26.082 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.082 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-07 12:56:26.110 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.111 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-07 12:56:26.142 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.142 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-07 12:56:26.164 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.165 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-07 12:56:26.188 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.188 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-07 12:56:26.228 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.228 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-07 12:56:26.251 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.251 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-07 12:56:26.279 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.280 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-07 12:56:26.317 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.317 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-07 12:56:26.351 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.351 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-07 12:56:26.385 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.385 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-07 12:56:26.408 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.408 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-07 12:56:26.430 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.430 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-07 12:56:26.468 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.468 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-07 12:56:26.496 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.496 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-07 12:56:26.525 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.525 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-07 12:56:26.556 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.556 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-07 12:56:26.587 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.588 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-07 12:56:26.622 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.622 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-07 12:56:26.644 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.645 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-07 12:56:26.667 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.667 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-07 12:56:26.702 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.702 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-07 12:56:26.725 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.725 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-07 12:56:26.770 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.770 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-07 12:56:26.804 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.805 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-07 12:56:26.839 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.839 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-07 12:56:26.876 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.876 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-07 12:56:26.910 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.910 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-07 12:56:26.947 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.948 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-07 12:56:26.988 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:26.988 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-07 12:56:27.042 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.042 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-07 12:56:27.087 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.088 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-07 12:56:27.122 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.122 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-07 12:56:27.153 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.153 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-07 12:56:27.187 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.187 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-07 12:56:27.216 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.216 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-07 12:56:27.239 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.239 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-07 12:56:27.273 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.273 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:27.274 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.274 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.275 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.275 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.276 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.276 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.277 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.277 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.278 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.278 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.279 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.279 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.279 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.282 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.282 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.284 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.285 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.285 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.285 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.286 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.286 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.286 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.287 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.287 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.287 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.287 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.288 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.288 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.288 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.288 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.288 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.289 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.289 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.290 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.290 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.290 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.290 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.290 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.291 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.291 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.291 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.291 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.292 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.292 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.292 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.292 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.293 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.293 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.293 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.293 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.294 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.294 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.294 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.294 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.295 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.296 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.296 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.297 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.297 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.297 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.298 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.298 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.299 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.300 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.301 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.301 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.301 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.302 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.302 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:27.302 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:27.302 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:27.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.304 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.304 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.306 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.306 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.306 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.307 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.307 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.307 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.307 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.307 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.308 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.308 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.308 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.311 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.311 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.312 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.312 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.312 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.313 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.313 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.313 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.313 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.313 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.313 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.314 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.314 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.315 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.316 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.316 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.316 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.317 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.317 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.317 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.317 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.317 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.318 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.318 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.318 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.318 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.318 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.320 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.320 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.321 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.322 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.322 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.324 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.324 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.324 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.324 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.324 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.324 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.325 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.325 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.325 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.326 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.326 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.326 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.327 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.327 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.327 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.327 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.328 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.328 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.328 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.328 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.328 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.328 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.329 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.329 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.329 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.330 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.331 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.331 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.331 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.331 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:27.331 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:27.332 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/data_migration_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:27.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.333 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.333 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.333 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.334 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.334 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.334 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.335 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.336 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.336 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.336 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.337 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.338 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.338 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.339 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.339 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.339 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.339 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.340 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.340 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.340 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.340 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.341 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.341 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.341 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.341 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.341 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.342 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.342 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/016_migrate_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.342 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.342 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.342 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.342 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.343 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.343 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.343 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/033_migrate_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.344 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.344 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.344 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/073_migrate_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.345 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.345 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.345 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.345 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.345 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.346 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.346 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.346 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.346 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.346 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/001_data_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.346 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.347 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.347 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.347 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/003_migrate_unencrypted_credentials.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.348 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.348 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.349 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.349 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.349 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.349 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/063_migrate_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.350 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.350 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.350 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.351 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.351 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.351 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.351 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.352 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.352 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/031_migrate_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.353 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.354 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.354 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.354 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.355 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.355 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.355 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.355 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.355 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.355 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.356 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.356 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.356 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.356 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.356 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.357 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.357 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.357 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.357 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.357 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.358 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.358 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.358 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.358 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.358 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.358 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.359 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.359 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.359 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.359 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/data_migration_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.360 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/data_migration_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:27.360 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_data_migrate'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:27.366 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:27.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.367 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.368 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.368 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.368 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.368 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.368 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.369 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.369 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.369 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.369 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.370 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.370 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.370 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.370 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.371 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.371 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.371 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.372 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.372 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.372 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.372 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.375 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.375 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.377 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.378 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.379 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.380 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.380 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.380 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.380 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.380 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.381 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.381 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.381 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.383 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.383 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.383 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.384 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.384 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.384 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.385 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.385 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.386 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.386 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.387 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.387 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.387 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.389 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.389 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.390 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.390 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.390 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.391 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.391 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.392 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.392 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.393 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.394 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.394 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.395 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:27.395 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:27.442 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:27.443 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.443 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.443 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.443 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.444 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.444 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.444 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.444 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.444 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.444 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.445 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.445 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.446 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.446 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.447 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.448 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.448 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.448 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.448 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.450 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.450 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.450 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.451 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.452 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.452 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.454 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.454 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.454 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.455 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.455 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.455 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.456 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.456 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.456 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.456 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.457 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.457 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.457 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.457 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.457 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.457 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.458 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.458 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.458 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.458 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.459 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.459 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.460 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.460 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.460 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.460 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.461 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.461 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.462 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.462 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.463 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.463 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.463 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.463 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.464 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.464 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.464 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.464 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.465 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.465 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.465 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.466 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.466 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.466 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.467 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.467 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.467 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.467 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.468 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.468 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.468 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.468 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.469 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.469 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.469 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.469 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.470 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.470 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.470 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.470 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.470 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.471 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.471 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.471 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:27.472 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:27.472 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:27.473 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.473 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.473 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.473 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.474 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.474 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.474 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.474 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.474 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.474 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.475 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.475 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.476 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.476 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.476 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.476 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.476 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.476 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.477 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.477 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.478 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.478 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.478 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.478 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.479 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.479 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.480 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.480 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.480 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.481 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.481 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.481 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.482 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.482 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.483 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.483 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.483 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.484 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.484 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.484 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.485 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.485 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.486 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.486 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.486 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.486 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.486 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.486 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.487 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.487 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.487 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.487 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.488 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.489 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.489 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.489 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.489 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.490 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.490 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.491 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.491 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.491 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.491 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.491 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.492 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.492 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.492 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.493 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.493 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.493 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.493 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.494 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.495 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.495 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.495 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.496 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.496 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.496 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.496 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.497 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.497 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.497 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.498 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.499 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.499 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.499 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.499 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.500 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.500 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.500 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.500 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.500 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.501 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.501 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.501 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:27.501 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:27.507 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/contract_repo... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 12:56:27.508 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.508 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.508 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/027_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.509 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.509 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.509 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.509 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/067_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.510 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.510 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/069_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.510 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.510 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/063_contract_drop_limit_columns.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.511 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.511 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.511 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.511 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/042_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.511 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.512 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/038_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.512 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/060_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.512 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.513 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/008_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.513 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.513 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/002_password_created_at_not_nullable.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.514 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.514 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/059_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/004_reset_password_created_at.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.515 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.515 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/017_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/043_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/068_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.516 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.516 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.517 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.517 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.517 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.517 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/009_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/016_contract_add_user_options.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/040_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.518 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.518 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/018_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/034_contract_add_application_credentials_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.519 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/049_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.519 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.519 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/070_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/072_contract_drop_domain_id_fk.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.520 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.520 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.520 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/029_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/044_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.521 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.521 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/058_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.521 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.522 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.522 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.522 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/051_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.522 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.522 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.522 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.523 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/021_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.523 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.523 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/025_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.524 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/033_contract_add_limits_tables.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.524 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.525 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.525 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/066_contract_add_resource_options_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.525 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.525 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.525 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/010_contract_add_revocation_event_index.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.526 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/054_contract_drop_old_passoword_column.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.526 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.526 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/015_contract_update_federated_user_domain.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.526 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/041_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.527 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.527 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.527 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.527 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/020_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/057_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.528 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.528 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/071_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.528 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.528 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.529 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/039_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.529 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/030_contract_add_project_tags_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.530 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.530 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.530 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.530 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/028_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.530 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/007_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.531 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/061_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.531 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.531 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/045_contract_add_description_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.532 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/026_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.532 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.532 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/001_contract_initial_null_migration.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.533 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.533 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/052_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/019_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/005_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.534 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.534 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/031_contract_system_assignment_table.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.535 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/006_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.535 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/055_contract_add_domain_to_limit.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.535 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.536 | 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=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/073_contract_expiring_group_membership.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py... {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 12:56:27.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/contract_repo/versions/050_placeholder.py loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 12:56:27.537 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/contract_repo loaded successfully {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 12:56:27.537 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone_contract'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=71610) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 12:56:27.544 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-07 12:56:27.581 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:27.582 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-07 12:56:28.442 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:28.442 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-07 12:56:29.530 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:29.530 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-07 12:56:30.702 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:30.702 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-07 12:56:30.736 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:30.736 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-07 12:56:30.770 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:30.770 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-07 12:56:30.804 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:30.805 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-07 12:56:30.838 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:30.838 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-07 12:56:30.867 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:30.867 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-07 12:56:30.895 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:30.896 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-07 12:56:31.192 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:31.193 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-07 12:56:31.550 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:31.550 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-07 12:56:32.207 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:32.207 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-07 12:56:33.741 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:33.741 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-07 12:56:34.353 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.353 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-07 12:56:34.390 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.390 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-07 12:56:34.427 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.427 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-07 12:56:34.476 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.476 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-07 12:56:34.507 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.507 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-07 12:56:34.541 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.541 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-07 12:56:34.569 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.570 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-07 12:56:34.598 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.598 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-07 12:56:34.630 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:34.630 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-07 12:56:35.130 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.130 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-07 12:56:35.152 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.153 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-07 12:56:35.176 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.176 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-07 12:56:35.204 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.204 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-07 12:56:35.236 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.236 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-07 12:56:35.270 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.271 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-07 12:56:35.305 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.305 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-07 12:56:35.339 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.339 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-07 12:56:35.524 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.524 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-07 12:56:35.548 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.548 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-07 12:56:35.570 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:35.570 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-07 12:56:36.004 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.004 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-07 12:56:36.459 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.459 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-07 12:56:36.644 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.645 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-07 12:56:36.679 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.679 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-07 12:56:36.713 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.713 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-07 12:56:36.744 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.744 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-07 12:56:36.773 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.773 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-07 12:56:36.804 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.804 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-07 12:56:36.838 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.838 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-07 12:56:36.878 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.878 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-07 12:56:36.918 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.918 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-07 12:56:36.953 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:36.953 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-07 12:56:37.444 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:37.444 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-07 12:56:37.485 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:37.485 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-07 12:56:37.518 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:37.518 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-07 12:56:37.556 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:37.556 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-07 12:56:37.590 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:37.590 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-07 12:56:37.627 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:37.627 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-07 12:56:37.661 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:37.661 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-07 12:56:38.065 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.065 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-07 12:56:38.130 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.130 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-07 12:56:38.164 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.164 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-07 12:56:38.193 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.193 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-07 12:56:38.215 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.216 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-07 12:56:38.238 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.238 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-07 12:56:38.267 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.268 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-07 12:56:38.299 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.299 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-07 12:56:38.330 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:38.330 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-07 12:56:39.770 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:39.770 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-07 12:56:39.805 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:39.805 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-07 12:56:39.838 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:39.838 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-07 12:56:39.881 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:39.882 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-07 12:56:39.912 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:39.913 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-07 12:56:39.962 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:39.962 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-07 12:56:39.993 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:39.993 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-07 12:56:40.042 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.042 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-07 12:56:40.094 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.094 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-07 12:56:40.282 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.282 | INFO migrate.versioning.api [-] 72 -> 73...  2021-12-07 12:56:40.318 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.318 | INFO migrate.versioning.api [-] 73 -> 74...  2021-12-07 12:56:40.346 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.347 | INFO migrate.versioning.api [-] 74 -> 75...  2021-12-07 12:56:40.370 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.370 | INFO migrate.versioning.api [-] 75 -> 76...  2021-12-07 12:56:40.392 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.392 | INFO migrate.versioning.api [-] 76 -> 77...  2021-12-07 12:56:40.415 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.415 | INFO migrate.versioning.api [-] 77 -> 78...  2021-12-07 12:56:40.438 | INFO migrate.versioning.api [-] done 2021-12-07 12:56:40.675 | + lib/keystone:init_keystone:449 : time_stop dbsync 2021-12-07 12:56:40.678 | + functions-common:time_stop:2331 : local name 2021-12-07 12:56:40.680 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:56:40.683 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:56:40.686 | + functions-common:time_stop:2334 : local total 2021-12-07 12:56:40.688 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:56:40.691 | + functions-common:time_stop:2337 : name=dbsync 2021-12-07 12:56:40.693 | + functions-common:time_stop:2338 : start_time=1638881732511 2021-12-07 12:56:40.696 | + functions-common:time_stop:2340 : [[ -z 1638881732511 ]] 2021-12-07 12:56:40.699 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:56:40.703 | + functions-common:time_stop:2343 : end_time=1638881800700 2021-12-07 12:56:40.705 | + functions-common:time_stop:2344 : elapsed_time=68189 2021-12-07 12:56:40.708 | + functions-common:time_stop:2345 : total=0 2021-12-07 12:56:40.710 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:56:40.713 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=68189 2021-12-07 12:56:40.715 | + lib/keystone:init_keystone:451 : [[ fernet == \f\e\r\n\e\t ]] 2021-12-07 12:56:40.719 | + lib/keystone:init_keystone:452 : rm -rf /etc/keystone/fernet-keys/ 2021-12-07 12:56:40.722 | + lib/keystone:init_keystone:453 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2021-12-07 12:56:42.918 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2021-12-07 12:56:42.918 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-12-07 12:56:42.919 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-12-07 12:56:42.919 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2021-12-07 12:56:42.920 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2021-12-07 12:56:42.920 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-12-07 12:56:42.920 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-12-07 12:56:42.921 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-12-07 12:56:42.921 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2021-12-07 12:56:43.145 | + lib/keystone:init_keystone:455 : rm -rf /etc/keystone/credential-keys/ 2021-12-07 12:56:43.149 | + lib/keystone:init_keystone:456 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2021-12-07 12:56:45.377 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2021-12-07 12:56:45.378 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-12-07 12:56:45.378 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-12-07 12:56:45.378 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2021-12-07 12:56:45.379 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2021-12-07 12:56:45.379 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2021-12-07 12:56:45.380 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2021-12-07 12:56:45.380 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2021-12-07 12:56:45.380 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2021-12-07 12:56:45.605 | + ./stack.sh:main:1094 : start_keystone 2021-12-07 12:56:45.608 | + lib/keystone:start_keystone:516 : local service_port=5000 2021-12-07 12:56:45.610 | + lib/keystone:start_keystone:517 : local auth_protocol=http 2021-12-07 12:56:45.613 | + lib/keystone:start_keystone:518 : is_service_enabled tls-proxy 2021-12-07 12:56:45.628 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:56:45.631 | + lib/keystone:start_keystone:523 : '[' uwsgi == mod_wsgi ']' 2021-12-07 12:56:45.634 | ++ lib/keystone:start_keystone:527 : which uwsgi 2021-12-07 12:56:45.638 | + lib/keystone:start_keystone:527 : run_process keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2021-12-07 12:56:45.641 | + functions-common:run_process:1582 : local service=keystone 2021-12-07 12:56:45.643 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-07 12:56:45.645 | + functions-common:run_process:1584 : local group= 2021-12-07 12:56:45.648 | + functions-common:run_process:1585 : local user= 2021-12-07 12:56:45.650 | + functions-common:run_process:1587 : local name=keystone 2021-12-07 12:56:45.653 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 12:56:45.656 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 12:56:45.658 | + functions-common:time_start:2318 : local start_time= 2021-12-07 12:56:45.661 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 12:56:45.664 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 12:56:45.667 | + functions-common:time_start:2322 : _TIME_START[$name]=1638881805664 2021-12-07 12:56:45.670 | + functions-common:run_process:1590 : is_service_enabled keystone 2021-12-07 12:56:45.684 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:56:45.687 | + functions-common:run_process:1591 : _run_under_systemd keystone '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2021-12-07 12:56:45.689 | + functions-common:_run_under_systemd:1547 : local service=keystone 2021-12-07 12:56:45.692 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-07 12:56:45.694 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-07 12:56:45.697 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-07 12:56:45.699 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-07 12:56:45.702 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2021-12-07 12:56:45.704 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2021-12-07 12:56:45.707 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@keystone.service 2021-12-07 12:56:45.709 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 12:56:45.712 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 12:56:45.714 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2021-12-07 12:56:45.717 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2021-12-07 12:56:45.719 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@keystone.service 2021-12-07 12:56:45.722 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-07 12:56:45.724 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-07 12:56:45.726 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-07 12:56:45.728 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@keystone.service 2021-12-07 12:56:45.730 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-07 12:56:45.734 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2021-12-07 12:56:45.788 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2021-12-07 12:56:45.848 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2021-12-07 12:56:45.894 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2021-12-07 12:56:45.939 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 12:56:45.984 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2021-12-07 12:56:46.030 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2021-12-07 12:56:46.075 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2021-12-07 12:56:46.123 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2021-12-07 12:56:46.168 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2021-12-07 12:56:46.215 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-07 12:56:46.217 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2021-12-07 12:56:46.272 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-07 12:56:46.454 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@keystone.service 2021-12-07 12:56:46.468 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2021-12-07 12:56:46.663 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@keystone.service 2021-12-07 12:56:46.740 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 12:56:46.742 | + functions-common:time_stop:2331 : local name 2021-12-07 12:56:46.744 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:56:46.747 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:56:46.749 | + functions-common:time_stop:2334 : local total 2021-12-07 12:56:46.752 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:56:46.754 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 12:56:46.757 | + functions-common:time_stop:2338 : start_time=1638881805664 2021-12-07 12:56:46.759 | + functions-common:time_stop:2340 : [[ -z 1638881805664 ]] 2021-12-07 12:56:46.762 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:56:46.766 | + functions-common:time_stop:2343 : end_time=1638881806763 2021-12-07 12:56:46.768 | + functions-common:time_stop:2344 : elapsed_time=1099 2021-12-07 12:56:46.770 | + functions-common:time_stop:2345 : total=935 2021-12-07 12:56:46.773 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:56:46.775 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=2034 2021-12-07 12:56:46.778 | + lib/keystone:start_keystone:530 : echo 'Waiting for keystone to start...' 2021-12-07 12:56:46.778 | Waiting for keystone to start... 2021-12-07 12:56:46.781 | + lib/keystone:start_keystone:536 : local service_uri=http://10.222.0.24/identity/v3/ 2021-12-07 12:56:46.783 | + lib/keystone:start_keystone:538 : wait_for_service 60 http://10.222.0.24/identity/v3/ 2021-12-07 12:56:46.785 | + functions:wait_for_service:444 : local timeout=60 2021-12-07 12:56:46.788 | + functions:wait_for_service:445 : local url=http://10.222.0.24/identity/v3/ 2021-12-07 12:56:46.790 | + functions:wait_for_service:446 : local rval=0 2021-12-07 12:56:46.793 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-07 12:56:46.796 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-07 12:56:46.798 | + functions-common:time_start:2318 : local start_time= 2021-12-07 12:56:46.800 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 12:56:46.803 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 12:56:46.807 | + functions-common:time_start:2322 : _TIME_START[$name]=1638881806804 2021-12-07 12:56:46.809 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-07 12:56:46.815 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24/identity/v3/ 2021-12-07 12:56:50.490 | + :: : [[ 200 == 503 ]] 2021-12-07 12:56:50.492 | + :: : [[ 0 -eq 7 ]] 2021-12-07 12:56:50.495 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-07 12:56:50.498 | + functions-common:time_stop:2331 : local name 2021-12-07 12:56:50.500 | + functions-common:time_stop:2332 : local end_time 2021-12-07 12:56:50.503 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 12:56:50.505 | + functions-common:time_stop:2334 : local total 2021-12-07 12:56:50.507 | + functions-common:time_stop:2335 : local start_time 2021-12-07 12:56:50.510 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-07 12:56:50.513 | + functions-common:time_stop:2338 : start_time=1638881806804 2021-12-07 12:56:50.515 | + functions-common:time_stop:2340 : [[ -z 1638881806804 ]] 2021-12-07 12:56:50.518 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 12:56:50.522 | + functions-common:time_stop:2343 : end_time=1638881810519 2021-12-07 12:56:50.524 | + functions-common:time_stop:2344 : elapsed_time=3715 2021-12-07 12:56:50.527 | + functions-common:time_stop:2345 : total=0 2021-12-07 12:56:50.530 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 12:56:50.532 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=3715 2021-12-07 12:56:50.535 | + functions:wait_for_service:454 : return 0 2021-12-07 12:56:50.537 | + lib/keystone:start_keystone:543 : is_service_enabled tls-proxy 2021-12-07 12:56:50.553 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:56:50.555 | + lib/keystone:start_keystone:549 : restart_service memcached 2021-12-07 12:56:50.558 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 12:56:50.561 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart memcached 2021-12-07 12:56:50.594 | + ./stack.sh:main:1095 : bootstrap_keystone 2021-12-07 12:56:50.596 | + lib/keystone:bootstrap_keystone:573 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-admin-url http://10.222.0.24/identity --bootstrap-public-url http://10.222.0.24/identity 2021-12-07 12:56:52.924 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:52.924 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:52.924 | 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=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:52.933 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:52.954 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:52.954 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:52.990 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.031 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.031 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.151 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.151 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.151 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.151 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.151 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.152 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.167 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.168 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.168 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.168 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.168 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.169 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.169 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.233 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.237 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.237 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.237 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.237 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.238 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.238 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.238 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=72257) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2021-12-07 12:56:53.285 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=72257) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 12:56:53.645 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created domain default 2021-12-07 12:56:53.741 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created project admin 2021-12-07 12:56:53.776 | DEBUG passlib.handlers.bcrypt [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] detected 'bcrypt' backend, version '3.1.7' {{(pid=72257) _load_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:567}} 2021-12-07 12:56:53.777 | DEBUG passlib.handlers.bcrypt [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=72257) _finalize_backend_mixin /usr/local/lib/python3.6/dist-packages/passlib/handlers/bcrypt.py:382}} 2021-12-07 12:56:53.871 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created user admin 2021-12-07 12:56:53.921 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created role reader 2021-12-07 12:56:54.149 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created role member 2021-12-07 12:56:54.246 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created implied role where e6852b942cc24f9791a54c9ab230cc1b implies 01bac051bafc461a93464f2d58e2c004 2021-12-07 12:56:54.301 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created role admin 2021-12-07 12:56:54.412 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created implied role where e7e7d1d596144ed4a8f3aab2ffd09faa implies e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:56:54.537 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Granted role admin on project admin to user admin. 2021-12-07 12:56:54.579 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Granted role admin on the system to user admin. 2021-12-07 12:56:54.619 | WARNING py.warnings [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] /usr/local/lib/python3.6/dist-packages/pycadf/identifier.py:72: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2021-12-07 12:56:54.620 | 'identifiers should be a valid uuid.' % (value))) 2021-12-07 12:56:54.620 |  2021-12-07 12:56:54.624 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created region RegionOne 2021-12-07 12:56:54.735 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created public endpoint http://10.222.0.24/identity 2021-12-07 12:56:54.812 | INFO keystone.cmd.bootstrap [None req-10013060-2a4b-4ca8-9fdf-7d784dcbc98c None None] Created admin endpoint http://10.222.0.24/identity 2021-12-07 12:56:55.153 | + ./stack.sh:main:1098 : create_keystone_accounts 2021-12-07 12:56:55.156 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2021-12-07 12:56:55.159 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2021-12-07 12:56:58.041 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:56:58.044 | + lib/keystone:create_keystone_accounts:315 : admin_project=10ab71807a564b839e621c98cb6b77f9 2021-12-07 12:56:58.046 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2021-12-07 12:56:58.049 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2021-12-07 12:57:00.292 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:00.295 | + lib/keystone:create_keystone_accounts:317 : admin_user=25d2a7735a2943979545eade207950d1 2021-12-07 12:57:00.298 | + lib/keystone:create_keystone_accounts:318 : local admin_role=admin 2021-12-07 12:57:00.300 | + lib/keystone:create_keystone_accounts:319 : local member_role=member 2021-12-07 12:57:00.302 | + lib/keystone:create_keystone_accounts:321 : get_or_add_user_domain_role admin 25d2a7735a2943979545eade207950d1 default 2021-12-07 12:57:00.305 | + functions-common:get_or_add_user_domain_role:918 : local user_role_id 2021-12-07 12:57:00.309 | ++ functions-common:get_or_add_user_domain_role:924 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:00.310 | ++ functions-common:get_or_add_user_domain_role:924 : get_field 1 2021-12-07 12:57:00.310 | ++ functions-common:get_or_add_user_domain_role:924 : oscwrap role assignment list --role admin --user 25d2a7735a2943979545eade207950d1 --domain default 2021-12-07 12:57:00.313 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:00.316 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:02.666 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:02.670 | + functions-common:get_or_add_user_domain_role:924 : user_role_id= 2021-12-07 12:57:02.673 | + functions-common:get_or_add_user_domain_role:925 : [[ -z '' ]] 2021-12-07 12:57:02.675 | + functions-common:get_or_add_user_domain_role:927 : openstack role add admin --user 25d2a7735a2943979545eade207950d1 --domain default 2021-12-07 12:57:05.302 | ++ functions-common:get_or_add_user_domain_role:934 : oscwrap role assignment list --role admin --user 25d2a7735a2943979545eade207950d1 --domain default 2021-12-07 12:57:05.302 | ++ functions-common:get_or_add_user_domain_role:934 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:05.302 | ++ functions-common:get_or_add_user_domain_role:934 : get_field 1 2021-12-07 12:57:05.305 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:05.307 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:07.759 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:07.762 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:57:07.764 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:57:07.767 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 25d2a7735a2943979545eade207950d1 | | | default | | False |' 2021-12-07 12:57:07.768 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:57:07.773 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:07.776 | + functions-common:get_or_add_user_domain_role:934 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:57:07.779 | + functions-common:get_or_add_user_domain_role:936 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:57:07.779 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:57:07.782 | + lib/keystone:create_keystone_accounts:324 : get_or_create_domain Default 2021-12-07 12:57:07.785 | + functions-common:get_or_create_domain:792 : local domain_id 2021-12-07 12:57:07.788 | ++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-12-07 12:57:10.014 | + functions-common:get_or_create_domain:802 : domain_id=default 2021-12-07 12:57:10.017 | + functions-common:get_or_create_domain:803 : echo default 2021-12-07 12:57:10.017 | default 2021-12-07 12:57:10.019 | + lib/keystone:create_keystone_accounts:325 : get_or_create_project service Default 2021-12-07 12:57:10.022 | + functions-common:get_or_create_project:847 : local project_id 2021-12-07 12:57:10.025 | ++ functions-common:get_or_create_project:855 : oscwrap project create service --domain=Default --or-show -f value -c id 2021-12-07 12:57:12.828 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:12.832 | + functions-common:get_or_create_project:853 : project_id=26b30a7f9e9343eeae309c2be414dfc7 2021-12-07 12:57:12.835 | + functions-common:get_or_create_project:854 : echo 26b30a7f9e9343eeae309c2be414dfc7 2021-12-07 12:57:12.835 | 26b30a7f9e9343eeae309c2be414dfc7 2021-12-07 12:57:12.837 | + lib/keystone:create_keystone_accounts:328 : get_or_create_role service 2021-12-07 12:57:12.840 | + functions-common:get_or_create_role:860 : local role_id 2021-12-07 12:57:12.843 | ++ functions-common:get_or_create_role:867 : oscwrap role create service --or-show -f value -c id 2021-12-07 12:57:15.160 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:15.163 | + functions-common:get_or_create_role:865 : role_id=e27509ab639148a0945b117f8536178f 2021-12-07 12:57:15.166 | + functions-common:get_or_create_role:866 : echo e27509ab639148a0945b117f8536178f 2021-12-07 12:57:15.166 | e27509ab639148a0945b117f8536178f 2021-12-07 12:57:15.169 | + lib/keystone:create_keystone_accounts:334 : get_or_create_role ResellerAdmin 2021-12-07 12:57:15.171 | + functions-common:get_or_create_role:860 : local role_id 2021-12-07 12:57:15.174 | ++ functions-common:get_or_create_role:867 : oscwrap role create ResellerAdmin --or-show -f value -c id 2021-12-07 12:57:17.380 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:17.383 | + functions-common:get_or_create_role:865 : role_id=c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 12:57:17.386 | + functions-common:get_or_create_role:866 : echo c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 12:57:17.386 | c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 12:57:17.389 | + lib/keystone:create_keystone_accounts:338 : local another_role=anotherrole 2021-12-07 12:57:17.391 | + lib/keystone:create_keystone_accounts:339 : get_or_create_role anotherrole 2021-12-07 12:57:17.393 | + functions-common:get_or_create_role:860 : local role_id 2021-12-07 12:57:17.397 | ++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-12-07 12:57:19.604 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:19.607 | + functions-common:get_or_create_role:865 : role_id=c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:57:19.610 | + functions-common:get_or_create_role:866 : echo c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:57:19.610 | c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:57:19.612 | + lib/keystone:create_keystone_accounts:342 : local invis_project 2021-12-07 12:57:19.615 | ++ lib/keystone:create_keystone_accounts:343 : get_or_create_project invisible_to_admin default 2021-12-07 12:57:19.618 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-07 12:57:19.622 | +++ functions-common:get_or_create_project:855 : oscwrap project create invisible_to_admin --domain=default --or-show -f value -c id 2021-12-07 12:57:21.910 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:21.913 | ++ functions-common:get_or_create_project:853 : project_id=ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 12:57:21.916 | ++ functions-common:get_or_create_project:854 : echo ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 12:57:21.919 | + lib/keystone:create_keystone_accounts:343 : invis_project=ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 12:57:21.921 | + lib/keystone:create_keystone_accounts:346 : local demo_project 2021-12-07 12:57:21.924 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_project demo default 2021-12-07 12:57:21.927 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-07 12:57:21.930 | +++ functions-common:get_or_create_project:855 : oscwrap project create demo --domain=default --or-show -f value -c id 2021-12-07 12:57:24.288 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:24.291 | ++ functions-common:get_or_create_project:853 : project_id=e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:24.295 | ++ functions-common:get_or_create_project:854 : echo e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:24.298 | + lib/keystone:create_keystone_accounts:347 : demo_project=e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:24.300 | + lib/keystone:create_keystone_accounts:348 : local demo_user 2021-12-07 12:57:24.303 | ++ lib/keystone:create_keystone_accounts:350 : get_or_create_user demo Passw0rd default demo@example.com 2021-12-07 12:57:24.306 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-07 12:57:24.309 | ++ functions-common:get_or_create_user:825 : [[ ! -z demo@example.com ]] 2021-12-07 12:57:24.311 | ++ functions-common:get_or_create_user:826 : local email=--email=demo@example.com 2021-12-07 12:57:24.314 | +++ 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-12-07 12:57:26.832 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:26.835 | ++ functions-common:get_or_create_user:840 : user_id=d42bf9f7df4d4e4e867495a647195f46 2021-12-07 12:57:26.838 | ++ functions-common:get_or_create_user:841 : echo d42bf9f7df4d4e4e867495a647195f46 2021-12-07 12:57:26.842 | + lib/keystone:create_keystone_accounts:350 : demo_user=d42bf9f7df4d4e4e867495a647195f46 2021-12-07 12:57:26.844 | + lib/keystone:create_keystone_accounts:352 : get_or_add_user_project_role member d42bf9f7df4d4e4e867495a647195f46 e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:26.847 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:57:26.850 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 12:57:26.853 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:57:26.855 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:57:26.858 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 12:57:26.860 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 12:57:26.862 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 12:57:26.865 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 12:57:26.869 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user d42bf9f7df4d4e4e867495a647195f46 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:26.870 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:26.870 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:57:26.872 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:26.875 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:29.304 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:29.307 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:57:29.310 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:57:29.312 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user d42bf9f7df4d4e4e867495a647195f46 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:31.720 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user d42bf9f7df4d4e4e867495a647195f46 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:31.720 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:31.720 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:57:31.723 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:31.726 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:34.213 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:34.217 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:57:34.219 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:57:34.222 | ++ functions-common:get_field:733 : echo '| e6852b942cc24f9791a54c9ab230cc1b | d42bf9f7df4d4e4e867495a647195f46 | | e2c93e88440e48e59f76bcf68e508c9e | | | False |' 2021-12-07 12:57:34.222 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:57:34.228 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:34.232 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:57:34.234 | + functions-common:get_or_add_user_project_role:912 : echo e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:57:34.234 | e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:57:34.237 | + lib/keystone:create_keystone_accounts:353 : get_or_add_user_project_role admin 25d2a7735a2943979545eade207950d1 e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:34.239 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:57:34.242 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 12:57:34.245 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:57:34.247 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:57:34.250 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 12:57:34.252 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 12:57:34.254 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 12:57:34.257 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 12:57:34.261 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 25d2a7735a2943979545eade207950d1 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:34.261 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:34.262 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:57:34.270 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:34.272 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:36.677 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:36.681 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:57:36.684 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:57:36.687 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 25d2a7735a2943979545eade207950d1 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:39.145 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 25d2a7735a2943979545eade207950d1 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:39.145 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:39.145 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:57:39.148 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:39.151 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:41.634 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:41.637 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:57:41.640 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:57:41.643 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 25d2a7735a2943979545eade207950d1 | | e2c93e88440e48e59f76bcf68e508c9e | | | False |' 2021-12-07 12:57:41.643 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:57:41.648 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:41.652 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:57:41.655 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:57:41.655 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:57:41.657 | + lib/keystone:create_keystone_accounts:354 : get_or_add_user_project_role anotherrole d42bf9f7df4d4e4e867495a647195f46 e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:41.659 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:57:41.663 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 12:57:41.665 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:57:41.668 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:57:41.670 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 12:57:41.673 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 12:57:41.675 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 12:57:41.678 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 12:57:41.682 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user d42bf9f7df4d4e4e867495a647195f46 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:41.682 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:41.682 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:57:41.685 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:41.688 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:44.075 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:44.078 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:57:44.081 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:57:44.084 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user d42bf9f7df4d4e4e867495a647195f46 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:46.551 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user d42bf9f7df4d4e4e867495a647195f46 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:57:46.551 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:46.551 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:57:46.554 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:46.558 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:49.119 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:49.122 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:57:49.125 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:57:49.128 | ++ functions-common:get_field:733 : echo '| c84c049b8e154464bf1e5e0abfa51a62 | d42bf9f7df4d4e4e867495a647195f46 | | e2c93e88440e48e59f76bcf68e508c9e | | | False |' 2021-12-07 12:57:49.128 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:57:49.133 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:49.137 | + functions-common:get_or_add_user_project_role:910 : user_role_id=c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:57:49.140 | + functions-common:get_or_add_user_project_role:912 : echo c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:57:49.140 | c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:57:49.142 | + lib/keystone:create_keystone_accounts:355 : get_or_add_user_project_role member d42bf9f7df4d4e4e867495a647195f46 ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 12:57:49.145 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:57:49.148 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 12:57:49.150 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:57:49.153 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:57:49.156 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 12:57:49.158 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 12:57:49.160 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 12:57:49.163 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 12:57:49.168 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user d42bf9f7df4d4e4e867495a647195f46 --project ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 12:57:49.168 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:49.169 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:57:49.172 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:49.174 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:51.609 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:51.612 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:57:51.615 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:57:51.617 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user d42bf9f7df4d4e4e867495a647195f46 --project ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 12:57:53.976 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user d42bf9f7df4d4e4e867495a647195f46 --project ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 12:57:53.976 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:57:53.977 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:57:53.980 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:57:53.982 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:56.547 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:56.550 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:57:56.553 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:57:56.556 | ++ functions-common:get_field:733 : echo '| e6852b942cc24f9791a54c9ab230cc1b | d42bf9f7df4d4e4e867495a647195f46 | | ac6d68c80615401f8ca3f626c910b9cc | | | False |' 2021-12-07 12:57:56.556 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:57:56.561 | ++ functions-common:get_field:727 : read data 2021-12-07 12:57:56.564 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:57:56.567 | + functions-common:get_or_add_user_project_role:912 : echo e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:57:56.567 | e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:57:56.569 | + lib/keystone:create_keystone_accounts:358 : local alt_demo_project 2021-12-07 12:57:56.573 | ++ lib/keystone:create_keystone_accounts:359 : get_or_create_project alt_demo default 2021-12-07 12:57:56.575 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-07 12:57:56.578 | +++ functions-common:get_or_create_project:855 : oscwrap project create alt_demo --domain=default --or-show -f value -c id 2021-12-07 12:57:58.899 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:57:58.902 | ++ functions-common:get_or_create_project:853 : project_id=71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:57:58.905 | ++ functions-common:get_or_create_project:854 : echo 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:57:58.908 | + lib/keystone:create_keystone_accounts:359 : alt_demo_project=71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:57:58.910 | + lib/keystone:create_keystone_accounts:360 : local alt_demo_user 2021-12-07 12:57:58.913 | ++ lib/keystone:create_keystone_accounts:362 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2021-12-07 12:57:58.916 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-07 12:57:58.918 | ++ functions-common:get_or_create_user:825 : [[ ! -z alt_demo@example.com ]] 2021-12-07 12:57:58.921 | ++ functions-common:get_or_create_user:826 : local email=--email=alt_demo@example.com 2021-12-07 12:57:58.925 | +++ 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-12-07 12:58:01.217 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:01.220 | ++ functions-common:get_or_create_user:840 : user_id=405a7a268c9f4964a4b1afa98c0c12b8 2021-12-07 12:58:01.222 | ++ functions-common:get_or_create_user:841 : echo 405a7a268c9f4964a4b1afa98c0c12b8 2021-12-07 12:58:01.225 | + lib/keystone:create_keystone_accounts:362 : alt_demo_user=405a7a268c9f4964a4b1afa98c0c12b8 2021-12-07 12:58:01.228 | + lib/keystone:create_keystone_accounts:364 : get_or_add_user_project_role member 405a7a268c9f4964a4b1afa98c0c12b8 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:01.231 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:58:01.234 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 12:58:01.237 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:58:01.239 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:58:01.242 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 12:58:01.244 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 12:58:01.247 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 12:58:01.249 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 12:58:01.254 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role member --user 405a7a268c9f4964a4b1afa98c0c12b8 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:01.254 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:58:01.255 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:58:01.258 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:58:01.261 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:03.774 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:03.779 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:58:03.782 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:58:03.784 | + functions-common:get_or_add_user_project_role:901 : openstack role add member --user 405a7a268c9f4964a4b1afa98c0c12b8 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:06.199 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role member --user 405a7a268c9f4964a4b1afa98c0c12b8 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:06.200 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:58:06.200 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:58:06.203 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:58:06.205 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:08.695 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:08.698 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:58:08.700 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:58:08.704 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:58:08.704 | ++ functions-common:get_field:733 : echo '| e6852b942cc24f9791a54c9ab230cc1b | 405a7a268c9f4964a4b1afa98c0c12b8 | | 71ebff10a1d440f3b839f70d648e7932 | | | False |' 2021-12-07 12:58:08.709 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:08.712 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:58:08.715 | + functions-common:get_or_add_user_project_role:912 : echo e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:58:08.715 | e6852b942cc24f9791a54c9ab230cc1b 2021-12-07 12:58:08.718 | + lib/keystone:create_keystone_accounts:365 : get_or_add_user_project_role admin 25d2a7735a2943979545eade207950d1 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:08.720 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:58:08.723 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 12:58:08.726 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:58:08.729 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:58:08.731 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 12:58:08.734 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 12:58:08.736 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 12:58:08.739 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 12:58:08.743 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 25d2a7735a2943979545eade207950d1 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:08.743 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:58:08.743 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:58:08.746 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:58:08.748 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:11.191 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:11.195 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:58:11.198 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:58:11.200 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 25d2a7735a2943979545eade207950d1 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:13.731 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 25d2a7735a2943979545eade207950d1 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:13.731 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:58:13.732 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:58:13.734 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:58:13.737 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:16.219 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:16.222 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:58:16.225 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:58:16.229 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 25d2a7735a2943979545eade207950d1 | | 71ebff10a1d440f3b839f70d648e7932 | | | False |' 2021-12-07 12:58:16.229 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:58:16.234 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:16.238 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:58:16.240 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:58:16.240 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:58:16.243 | + lib/keystone:create_keystone_accounts:366 : get_or_add_user_project_role anotherrole 405a7a268c9f4964a4b1afa98c0c12b8 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:16.246 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:58:16.249 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 12:58:16.251 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:58:16.254 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:58:16.256 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 12:58:16.259 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 12:58:16.261 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 12:58:16.264 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 12:58:16.268 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role anotherrole --user 405a7a268c9f4964a4b1afa98c0c12b8 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:16.269 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:58:16.270 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:58:16.273 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:58:16.277 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:18.694 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:18.698 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:58:18.700 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:58:18.703 | + functions-common:get_or_add_user_project_role:901 : openstack role add anotherrole --user 405a7a268c9f4964a4b1afa98c0c12b8 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:21.124 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role anotherrole --user 405a7a268c9f4964a4b1afa98c0c12b8 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:21.124 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:58:21.125 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:58:21.127 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:58:21.130 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:23.591 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:23.594 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:58:23.597 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:58:23.600 | ++ functions-common:get_field:733 : echo '| c84c049b8e154464bf1e5e0abfa51a62 | 405a7a268c9f4964a4b1afa98c0c12b8 | | 71ebff10a1d440f3b839f70d648e7932 | | | False |' 2021-12-07 12:58:23.600 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:58:23.606 | ++ functions-common:get_field:727 : read data 2021-12-07 12:58:23.609 | + functions-common:get_or_add_user_project_role:910 : user_role_id=c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:58:23.611 | + functions-common:get_or_add_user_project_role:912 : echo c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:58:23.611 | c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 12:58:23.614 | + lib/keystone:create_keystone_accounts:369 : local admin_group 2021-12-07 12:58:23.617 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_group admins default 'openstack admin group' 2021-12-07 12:58:23.620 | ++ functions-common:get_or_create_group:809 : local 'desc=openstack admin group' 2021-12-07 12:58:23.623 | ++ functions-common:get_or_create_group:810 : local group_id 2021-12-07 12:58:23.626 | +++ functions-common:get_or_create_group:819 : oscwrap group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2021-12-07 12:58:25.854 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:25.857 | ++ functions-common:get_or_create_group:817 : group_id=a5f79e33f91348ecbbafc6c39420690b 2021-12-07 12:58:25.859 | ++ functions-common:get_or_create_group:818 : echo a5f79e33f91348ecbbafc6c39420690b 2021-12-07 12:58:25.862 | + lib/keystone:create_keystone_accounts:371 : admin_group=a5f79e33f91348ecbbafc6c39420690b 2021-12-07 12:58:25.865 | + lib/keystone:create_keystone_accounts:372 : local non_admin_group 2021-12-07 12:58:25.868 | ++ lib/keystone:create_keystone_accounts:374 : get_or_create_group nonadmins default 'non-admin group' 2021-12-07 12:58:25.871 | ++ functions-common:get_or_create_group:809 : local 'desc=non-admin group' 2021-12-07 12:58:25.873 | ++ functions-common:get_or_create_group:810 : local group_id 2021-12-07 12:58:25.877 | +++ functions-common:get_or_create_group:819 : oscwrap group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2021-12-07 12:58:28.190 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:28.193 | ++ functions-common:get_or_create_group:817 : group_id=0fa0ffe875c0467d883280924fad9d32 2021-12-07 12:58:28.196 | ++ functions-common:get_or_create_group:818 : echo 0fa0ffe875c0467d883280924fad9d32 2021-12-07 12:58:28.199 | + lib/keystone:create_keystone_accounts:374 : non_admin_group=0fa0ffe875c0467d883280924fad9d32 2021-12-07 12:58:28.202 | + lib/keystone:create_keystone_accounts:376 : get_or_add_group_project_role member 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:58:28.204 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-07 12:58:28.207 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 0fa0ffe875c0467d883280924fad9d32 --project e2c93e88440e48e59f76bcf68e508c9e -f value 2021-12-07 12:58:30.654 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:30.656 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-07 12:58:30.659 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-07 12:58:30.661 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 0fa0ffe875c0467d883280924fad9d32 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:58:33.047 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 0fa0ffe875c0467d883280924fad9d32 --project e2c93e88440e48e59f76bcf68e508c9e -f value 2021-12-07 12:58:35.565 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:35.568 | + functions-common:get_or_add_group_project_role:958 : group_role_id='e6852b942cc24f9791a54c9ab230cc1b 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e False' 2021-12-07 12:58:35.570 | + functions-common:get_or_add_group_project_role:960 : echo e6852b942cc24f9791a54c9ab230cc1b 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e False 2021-12-07 12:58:35.571 | e6852b942cc24f9791a54c9ab230cc1b 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e False 2021-12-07 12:58:35.573 | + lib/keystone:create_keystone_accounts:377 : get_or_add_group_project_role anotherrole 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:58:35.576 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-07 12:58:35.579 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 0fa0ffe875c0467d883280924fad9d32 --project e2c93e88440e48e59f76bcf68e508c9e -f value 2021-12-07 12:58:38.060 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:38.063 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-07 12:58:38.066 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-07 12:58:38.068 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 0fa0ffe875c0467d883280924fad9d32 --project e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 12:58:40.465 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 0fa0ffe875c0467d883280924fad9d32 --project e2c93e88440e48e59f76bcf68e508c9e -f value 2021-12-07 12:58:42.980 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:42.983 | + functions-common:get_or_add_group_project_role:958 : group_role_id='c84c049b8e154464bf1e5e0abfa51a62 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e False' 2021-12-07 12:58:42.985 | + functions-common:get_or_add_group_project_role:960 : echo c84c049b8e154464bf1e5e0abfa51a62 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e False 2021-12-07 12:58:42.985 | c84c049b8e154464bf1e5e0abfa51a62 0fa0ffe875c0467d883280924fad9d32 e2c93e88440e48e59f76bcf68e508c9e False 2021-12-07 12:58:42.988 | + lib/keystone:create_keystone_accounts:378 : get_or_add_group_project_role member 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:42.990 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-07 12:58:42.994 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role member --group 0fa0ffe875c0467d883280924fad9d32 --project 71ebff10a1d440f3b839f70d648e7932 -f value 2021-12-07 12:58:45.501 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:45.504 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-07 12:58:45.506 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-07 12:58:45.509 | + functions-common:get_or_add_group_project_role:951 : openstack role add member --group 0fa0ffe875c0467d883280924fad9d32 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:47.938 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role member --group 0fa0ffe875c0467d883280924fad9d32 --project 71ebff10a1d440f3b839f70d648e7932 -f value 2021-12-07 12:58:50.461 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:50.465 | + functions-common:get_or_add_group_project_role:958 : group_role_id='e6852b942cc24f9791a54c9ab230cc1b 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 False' 2021-12-07 12:58:50.467 | + functions-common:get_or_add_group_project_role:960 : echo e6852b942cc24f9791a54c9ab230cc1b 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 False 2021-12-07 12:58:50.467 | e6852b942cc24f9791a54c9ab230cc1b 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 False 2021-12-07 12:58:50.470 | + lib/keystone:create_keystone_accounts:379 : get_or_add_group_project_role anotherrole 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:50.472 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-07 12:58:50.476 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role anotherrole --group 0fa0ffe875c0467d883280924fad9d32 --project 71ebff10a1d440f3b839f70d648e7932 -f value 2021-12-07 12:58:52.910 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:52.913 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-07 12:58:52.916 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-07 12:58:52.919 | + functions-common:get_or_add_group_project_role:951 : openstack role add anotherrole --group 0fa0ffe875c0467d883280924fad9d32 --project 71ebff10a1d440f3b839f70d648e7932 2021-12-07 12:58:55.316 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role anotherrole --group 0fa0ffe875c0467d883280924fad9d32 --project 71ebff10a1d440f3b839f70d648e7932 -f value 2021-12-07 12:58:57.830 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:58:57.833 | + functions-common:get_or_add_group_project_role:958 : group_role_id='c84c049b8e154464bf1e5e0abfa51a62 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 False' 2021-12-07 12:58:57.835 | + functions-common:get_or_add_group_project_role:960 : echo c84c049b8e154464bf1e5e0abfa51a62 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 False 2021-12-07 12:58:57.835 | c84c049b8e154464bf1e5e0abfa51a62 0fa0ffe875c0467d883280924fad9d32 71ebff10a1d440f3b839f70d648e7932 False 2021-12-07 12:58:57.838 | + lib/keystone:create_keystone_accounts:380 : get_or_add_group_project_role admin a5f79e33f91348ecbbafc6c39420690b 10ab71807a564b839e621c98cb6b77f9 2021-12-07 12:58:57.841 | + functions-common:get_or_add_group_project_role:942 : local group_role_id 2021-12-07 12:58:57.844 | ++ functions-common:get_or_add_group_project_role:948 : oscwrap role assignment list --role admin --group a5f79e33f91348ecbbafc6c39420690b --project 10ab71807a564b839e621c98cb6b77f9 -f value 2021-12-07 12:59:00.350 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:00.354 | + functions-common:get_or_add_group_project_role:948 : group_role_id= 2021-12-07 12:59:00.356 | + functions-common:get_or_add_group_project_role:949 : [[ -z '' ]] 2021-12-07 12:59:00.359 | + functions-common:get_or_add_group_project_role:951 : openstack role add admin --group a5f79e33f91348ecbbafc6c39420690b --project 10ab71807a564b839e621c98cb6b77f9 2021-12-07 12:59:02.792 | ++ functions-common:get_or_add_group_project_role:958 : oscwrap role assignment list --role admin --group a5f79e33f91348ecbbafc6c39420690b --project 10ab71807a564b839e621c98cb6b77f9 -f value 2021-12-07 12:59:05.302 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:05.306 | + functions-common:get_or_add_group_project_role:958 : group_role_id='e7e7d1d596144ed4a8f3aab2ffd09faa a5f79e33f91348ecbbafc6c39420690b 10ab71807a564b839e621c98cb6b77f9 False' 2021-12-07 12:59:05.308 | + functions-common:get_or_add_group_project_role:960 : echo e7e7d1d596144ed4a8f3aab2ffd09faa a5f79e33f91348ecbbafc6c39420690b 10ab71807a564b839e621c98cb6b77f9 False 2021-12-07 12:59:05.309 | e7e7d1d596144ed4a8f3aab2ffd09faa a5f79e33f91348ecbbafc6c39420690b 10ab71807a564b839e621c98cb6b77f9 False 2021-12-07 12:59:05.311 | + lib/keystone:create_keystone_accounts:382 : is_service_enabled ldap 2021-12-07 12:59:05.327 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:59:05.329 | + ./stack.sh:main:1099 : is_service_enabled nova 2021-12-07 12:59:05.345 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:59:05.348 | + ./stack.sh:main:1100 : create_nova_accounts 2021-12-07 12:59:05.351 | + lib/nova:create_nova_accounts:344 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 12:59:05.354 | + lib/nova:create_nova_accounts:348 : create_service_user nova admin 2021-12-07 12:59:05.356 | + lib/keystone:create_service_user:395 : get_or_create_user nova Passw0rd Default 2021-12-07 12:59:05.358 | + functions-common:get_or_create_user:824 : local user_id 2021-12-07 12:59:05.361 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 12:59:05.363 | + functions-common:get_or_create_user:828 : local email= 2021-12-07 12:59:05.366 | ++ functions-common:get_or_create_user:842 : oscwrap user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-07 12:59:07.848 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:07.851 | + functions-common:get_or_create_user:840 : user_id=78bafc3590b84a32a4389cfba7db160a 2021-12-07 12:59:07.853 | + functions-common:get_or_create_user:841 : echo 78bafc3590b84a32a4389cfba7db160a 2021-12-07 12:59:07.853 | 78bafc3590b84a32a4389cfba7db160a 2021-12-07 12:59:07.856 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service nova service Default Default 2021-12-07 12:59:07.858 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:59:07.861 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 12:59:07.864 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:59:07.866 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:59:07.869 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 12:59:07.871 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 12:59:07.874 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 12:59:07.876 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 12:59:07.878 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 12:59:07.881 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 12:59:07.886 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:59:07.887 | ++ 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-12-07 12:59:07.887 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:59:07.889 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:59:07.892 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:10.902 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:10.906 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:59:10.908 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:59:10.910 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user nova --project service --user-domain Default --project-domain Default 2021-12-07 12:59:13.951 | ++ 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-12-07 12:59:13.951 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:59:13.951 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:59:13.954 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:59:13.957 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:16.983 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:16.986 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:59:16.989 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:59:16.992 | ++ functions-common:get_field:733 : echo '| e27509ab639148a0945b117f8536178f | 78bafc3590b84a32a4389cfba7db160a | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 12:59:16.992 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:59:16.997 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:17.001 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e27509ab639148a0945b117f8536178f 2021-12-07 12:59:17.003 | + functions-common:get_or_add_user_project_role:912 : echo e27509ab639148a0945b117f8536178f 2021-12-07 12:59:17.003 | e27509ab639148a0945b117f8536178f 2021-12-07 12:59:17.005 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-12-07 12:59:17.008 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin nova service Default Default 2021-12-07 12:59:17.010 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:59:17.013 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 12:59:17.016 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:59:17.018 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:59:17.020 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 12:59:17.023 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 12:59:17.025 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 12:59:17.028 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 12:59:17.030 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 12:59:17.033 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 12:59:17.037 | ++ 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-12-07 12:59:17.037 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:59:17.037 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:59:17.041 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:59:17.043 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:19.969 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:19.973 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:59:19.976 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:59:19.978 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user nova --project service --user-domain Default --project-domain Default 2021-12-07 12:59:22.859 | ++ 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-12-07 12:59:22.859 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:59:22.859 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:59:22.862 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:59:22.865 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:25.894 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:25.898 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:59:25.900 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:59:25.904 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 78bafc3590b84a32a4389cfba7db160a | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 12:59:25.904 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:59:25.909 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:25.912 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:59:25.915 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:59:25.915 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 12:59:25.917 | + lib/nova:create_nova_accounts:350 : local nova_api_url 2021-12-07 12:59:25.919 | + lib/nova:create_nova_accounts:351 : [[ True == \F\a\l\s\e ]] 2021-12-07 12:59:25.922 | + lib/nova:create_nova_accounts:354 : nova_api_url=http://10.222.0.24/compute 2021-12-07 12:59:25.924 | + lib/nova:create_nova_accounts:357 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2021-12-07 12:59:25.926 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 12:59:25.930 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute_legacy -f value -c id 2021-12-07 12:59:28.280 | ++ 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-12-07 12:59:30.523 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:30.526 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 12:59:30.526 | ae70527bbd494265bbcc9b559c38cd2b' 2021-12-07 12:59:30.529 | + functions-common:get_or_create_service:978 : echo ae70527bbd494265bbcc9b559c38cd2b 2021-12-07 12:59:30.529 | ae70527bbd494265bbcc9b559c38cd2b 2021-12-07 12:59:30.531 | + lib/nova:create_nova_accounts:359 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.24/compute/v2/$(project_id)s' 2021-12-07 12:59:30.534 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 12:59:30.537 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.24/compute/v2/$(project_id)s' RegionOne 2021-12-07 12:59:30.540 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 12:59:30.543 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2021-12-07 12:59:32.943 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:32.947 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 12:59:32.949 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 12:59:32.952 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute_legacy public 'http://10.222.0.24/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2021-12-07 12:59:35.337 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:35.340 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=4157d7870d3640a8a0b0e808ec0594c4 2021-12-07 12:59:35.342 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 4157d7870d3640a8a0b0e808ec0594c4 2021-12-07 12:59:35.345 | + functions-common:get_or_create_endpoint:1011 : public_id=4157d7870d3640a8a0b0e808ec0594c4 2021-12-07 12:59:35.347 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 12:59:35.350 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 12:59:35.352 | + functions-common:get_or_create_endpoint:1020 : echo 4157d7870d3640a8a0b0e808ec0594c4 2021-12-07 12:59:35.353 | 4157d7870d3640a8a0b0e808ec0594c4 2021-12-07 12:59:35.355 | + lib/nova:create_nova_accounts:363 : get_or_create_service nova compute 'Nova Compute Service' 2021-12-07 12:59:35.357 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 12:59:35.360 | ++ functions-common:get_or_create_service:979 : oscwrap service show compute -f value -c id 2021-12-07 12:59:37.667 | ++ functions-common:get_or_create_service:981 : oscwrap service create compute --name nova '--description=Nova Compute Service' -f value -c id 2021-12-07 12:59:39.878 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:39.880 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 12:59:39.880 | 0ad15eb5535a432faad3348c4d137abd' 2021-12-07 12:59:39.883 | + functions-common:get_or_create_service:978 : echo 0ad15eb5535a432faad3348c4d137abd 2021-12-07 12:59:39.883 | 0ad15eb5535a432faad3348c4d137abd 2021-12-07 12:59:39.886 | + lib/nova:create_nova_accounts:365 : get_or_create_endpoint compute RegionOne http://10.222.0.24/compute/v2.1 2021-12-07 12:59:39.888 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 12:59:39.891 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface compute public http://10.222.0.24/compute/v2.1 RegionOne 2021-12-07 12:59:39.894 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 12:59:39.898 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service compute --interface public --region RegionOne -c ID -f value 2021-12-07 12:59:42.292 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:42.295 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 12:59:42.297 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 12:59:42.300 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create compute public http://10.222.0.24/compute/v2.1 --region RegionOne -f value -c id 2021-12-07 12:59:44.711 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:44.714 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=f1590763dcc442e993c402d299ef4ff8 2021-12-07 12:59:44.716 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo f1590763dcc442e993c402d299ef4ff8 2021-12-07 12:59:44.719 | + functions-common:get_or_create_endpoint:1011 : public_id=f1590763dcc442e993c402d299ef4ff8 2021-12-07 12:59:44.722 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 12:59:44.724 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 12:59:44.727 | + functions-common:get_or_create_endpoint:1020 : echo f1590763dcc442e993c402d299ef4ff8 2021-12-07 12:59:44.727 | f1590763dcc442e993c402d299ef4ff8 2021-12-07 12:59:44.729 | + lib/nova:create_nova_accounts:370 : is_service_enabled n-api 2021-12-07 12:59:44.746 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:59:44.748 | + lib/nova:create_nova_accounts:372 : is_service_enabled swift 2021-12-07 12:59:44.765 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:59:44.767 | + lib/nova:create_nova_accounts:375 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2021-12-07 12:59:44.770 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:59:44.773 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 12:59:44.776 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:59:44.778 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:59:44.780 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 12:59:44.783 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 12:59:44.785 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 12:59:44.788 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 12:59:44.790 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 12:59:44.793 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 12:59:44.797 | ++ 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-12-07 12:59:44.797 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:59:44.798 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:59:44.800 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:59:44.803 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:47.815 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:47.819 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:59:47.822 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:59:47.825 | + functions-common:get_or_add_user_project_role:901 : openstack role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2021-12-07 12:59:50.735 | ++ 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-12-07 12:59:50.735 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:59:50.735 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 12:59:50.738 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:59:50.741 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:53.799 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:53.802 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 12:59:53.804 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 12:59:53.808 | ++ functions-common:get_field:733 : echo '| c24d40eb24a34af0ae94ced29f3ba1c2 | 78bafc3590b84a32a4389cfba7db160a | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 12:59:53.808 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 12:59:53.813 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:53.817 | + functions-common:get_or_add_user_project_role:910 : user_role_id=c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 12:59:53.819 | + functions-common:get_or_add_user_project_role:912 : echo c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 12:59:53.820 | c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 12:59:53.822 | + lib/nova:create_nova_accounts:380 : is_service_enabled s3api 2021-12-07 12:59:53.838 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 12:59:53.841 | + ./stack.sh:main:1102 : is_service_enabled glance 2021-12-07 12:59:53.857 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:59:53.859 | + ./stack.sh:main:1103 : create_glance_accounts 2021-12-07 12:59:53.861 | + lib/glance:create_glance_accounts:307 : is_service_enabled g-api 2021-12-07 12:59:53.877 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 12:59:53.879 | + lib/glance:create_glance_accounts:309 : create_service_user glance 2021-12-07 12:59:53.882 | + lib/keystone:create_service_user:395 : get_or_create_user glance Passw0rd Default 2021-12-07 12:59:53.885 | + functions-common:get_or_create_user:824 : local user_id 2021-12-07 12:59:53.887 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 12:59:53.890 | + functions-common:get_or_create_user:828 : local email= 2021-12-07 12:59:53.893 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-07 12:59:56.243 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:56.246 | + functions-common:get_or_create_user:840 : user_id=d47e7f79cd2a4e7a9fabe7a9f53ec21d 2021-12-07 12:59:56.249 | + functions-common:get_or_create_user:841 : echo d47e7f79cd2a4e7a9fabe7a9f53ec21d 2021-12-07 12:59:56.249 | d47e7f79cd2a4e7a9fabe7a9f53ec21d 2021-12-07 12:59:56.251 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance service Default Default 2021-12-07 12:59:56.253 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 12:59:56.256 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 12:59:56.259 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 12:59:56.261 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 12:59:56.264 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 12:59:56.268 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 12:59:56.275 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 12:59:56.277 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 12:59:56.280 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 12:59:56.282 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 12:59:56.287 | ++ 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-12-07 12:59:56.287 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 12:59:56.287 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 12:59:56.290 | ++ functions-common:get_field:726 : local data field 2021-12-07 12:59:56.293 | ++ functions-common:get_field:727 : read data 2021-12-07 12:59:59.214 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 12:59:59.218 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 12:59:59.220 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 12:59:59.223 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user glance --project service --user-domain Default --project-domain Default 2021-12-07 13:00:02.203 | ++ 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-12-07 13:00:02.203 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:00:02.203 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:00:02.206 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:00:02.208 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:05.240 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:05.243 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:00:05.246 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:00:05.249 | ++ functions-common:get_field:733 : echo '| e27509ab639148a0945b117f8536178f | d47e7f79cd2a4e7a9fabe7a9f53ec21d | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:00:05.249 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:00:05.254 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:05.258 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e27509ab639148a0945b117f8536178f 2021-12-07 13:00:05.261 | + functions-common:get_or_add_user_project_role:912 : echo e27509ab639148a0945b117f8536178f 2021-12-07 13:00:05.261 | e27509ab639148a0945b117f8536178f 2021-12-07 13:00:05.263 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-12-07 13:00:05.265 | + lib/glance:create_glance_accounts:312 : is_service_enabled s-proxy 2021-12-07 13:00:05.286 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:00:05.289 | + lib/glance:create_glance_accounts:313 : create_service_user glance-swift ResellerAdmin 2021-12-07 13:00:05.291 | + lib/keystone:create_service_user:395 : get_or_create_user glance-swift Passw0rd Default 2021-12-07 13:00:05.294 | + functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:00:05.296 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 13:00:05.299 | + functions-common:get_or_create_user:828 : local email= 2021-12-07 13:00:05.302 | ++ functions-common:get_or_create_user:842 : oscwrap user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-07 13:00:07.776 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:07.779 | + functions-common:get_or_create_user:840 : user_id=d5d8dc3457f044c2ae941071224f5d6a 2021-12-07 13:00:07.781 | + functions-common:get_or_create_user:841 : echo d5d8dc3457f044c2ae941071224f5d6a 2021-12-07 13:00:07.781 | d5d8dc3457f044c2ae941071224f5d6a 2021-12-07 13:00:07.784 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service glance-swift service Default Default 2021-12-07 13:00:07.786 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:00:07.790 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:00:07.793 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:00:07.795 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:00:07.797 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:00:07.800 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:00:07.802 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:00:07.805 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:00:07.808 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:00:07.810 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:00:07.815 | ++ 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-12-07 13:00:07.815 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:00:07.815 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:00:07.818 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:00:07.821 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:10.806 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:10.809 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:00:10.812 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:00:10.815 | + 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-12-07 13:00:13.772 | ++ 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-12-07 13:00:13.772 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:00:13.772 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:00:13.775 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:00:13.778 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:16.845 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:16.848 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:00:16.851 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:00:16.854 | ++ functions-common:get_field:733 : echo '| e27509ab639148a0945b117f8536178f | d5d8dc3457f044c2ae941071224f5d6a | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:00:16.854 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:00:16.859 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:16.862 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e27509ab639148a0945b117f8536178f 2021-12-07 13:00:16.866 | + functions-common:get_or_add_user_project_role:912 : echo e27509ab639148a0945b117f8536178f 2021-12-07 13:00:16.866 | e27509ab639148a0945b117f8536178f 2021-12-07 13:00:16.868 | + lib/keystone:create_service_user:398 : [[ -n ResellerAdmin ]] 2021-12-07 13:00:16.871 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2021-12-07 13:00:16.873 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:00:16.876 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:00:16.879 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:00:16.882 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:00:16.884 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:00:16.886 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:00:16.889 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:00:16.891 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:00:16.893 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:00:16.897 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:00:16.901 | ++ 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-12-07 13:00:16.901 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:00:16.901 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:00:16.903 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:00:16.906 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:19.921 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:19.924 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:00:19.928 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:00:19.930 | + 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-12-07 13:00:22.861 | ++ 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-12-07 13:00:22.861 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:00:22.861 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:00:22.864 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:00:22.867 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:25.891 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:25.894 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:00:25.897 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:00:25.900 | ++ functions-common:get_field:733 : echo '| c24d40eb24a34af0ae94ced29f3ba1c2 | d5d8dc3457f044c2ae941071224f5d6a | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:00:25.900 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:00:25.905 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:25.909 | + functions-common:get_or_add_user_project_role:910 : user_role_id=c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 13:00:25.911 | + functions-common:get_or_add_user_project_role:912 : echo c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 13:00:25.911 | c24d40eb24a34af0ae94ced29f3ba1c2 2021-12-07 13:00:25.914 | + lib/glance:create_glance_accounts:316 : get_or_create_service glance image 'Glance Image Service' 2021-12-07 13:00:25.916 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 13:00:25.920 | ++ functions-common:get_or_create_service:979 : oscwrap service show image -f value -c id 2021-12-07 13:00:28.236 | ++ functions-common:get_or_create_service:981 : oscwrap service create image --name glance '--description=Glance Image Service' -f value -c id 2021-12-07 13:00:30.435 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:30.438 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 13:00:30.438 | 80b7957c141945d594b10089d76b192c' 2021-12-07 13:00:30.440 | + functions-common:get_or_create_service:978 : echo 80b7957c141945d594b10089d76b192c 2021-12-07 13:00:30.440 | 80b7957c141945d594b10089d76b192c 2021-12-07 13:00:30.443 | + lib/glance:create_glance_accounts:318 : get_or_create_endpoint image RegionOne http://10.222.0.24/image 2021-12-07 13:00:30.445 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 13:00:30.449 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface image public http://10.222.0.24/image RegionOne 2021-12-07 13:00:30.451 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:00:30.454 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service image --interface public --region RegionOne -c ID -f value 2021-12-07 13:00:32.840 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:32.843 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:00:32.845 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:00:32.848 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create image public http://10.222.0.24/image --region RegionOne -f value -c id 2021-12-07 13:00:35.227 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:35.230 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=fdc6d46d29e741f29e86b694db3bfb18 2021-12-07 13:00:35.232 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo fdc6d46d29e741f29e86b694db3bfb18 2021-12-07 13:00:35.235 | + functions-common:get_or_create_endpoint:1011 : public_id=fdc6d46d29e741f29e86b694db3bfb18 2021-12-07 13:00:35.238 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 13:00:35.240 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 13:00:35.242 | + functions-common:get_or_create_endpoint:1020 : echo fdc6d46d29e741f29e86b694db3bfb18 2021-12-07 13:00:35.243 | fdc6d46d29e741f29e86b694db3bfb18 2021-12-07 13:00:35.246 | ++ lib/glance:create_glance_accounts:323 : get_or_create_domain Default 2021-12-07 13:00:35.248 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-12-07 13:00:35.251 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show Default -f value -c id 2021-12-07 13:00:37.533 | ++ functions-common:get_or_create_domain:802 : domain_id=default 2021-12-07 13:00:37.536 | ++ functions-common:get_or_create_domain:803 : echo default 2021-12-07 13:00:37.539 | + lib/glance:create_glance_accounts:323 : service_domain_id=default 2021-12-07 13:00:37.542 | + lib/glance:create_glance_accounts:324 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2021-12-07 13:00:37.569 | + lib/glance:create_glance_accounts:325 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2021-12-07 13:00:37.597 | + ./stack.sh:main:1105 : is_service_enabled cinder 2021-12-07 13:00:37.616 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:00:37.619 | + ./stack.sh:main:1106 : create_cinder_accounts 2021-12-07 13:00:37.621 | + lib/cinder:create_cinder_accounts:339 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:00:37.624 | + lib/cinder:create_cinder_accounts:341 : create_service_user cinder 2021-12-07 13:00:37.626 | + lib/keystone:create_service_user:395 : get_or_create_user cinder Passw0rd Default 2021-12-07 13:00:37.629 | + functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:00:37.632 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 13:00:37.634 | + functions-common:get_or_create_user:828 : local email= 2021-12-07 13:00:37.637 | ++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-07 13:00:39.986 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:39.989 | + functions-common:get_or_create_user:840 : user_id=34cd966e07ae47e597b9a151e1ca70e7 2021-12-07 13:00:39.992 | + functions-common:get_or_create_user:841 : echo 34cd966e07ae47e597b9a151e1ca70e7 2021-12-07 13:00:39.992 | 34cd966e07ae47e597b9a151e1ca70e7 2021-12-07 13:00:39.994 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service cinder service Default Default 2021-12-07 13:00:39.997 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:00:40.000 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:00:40.003 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:00:40.005 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:00:40.007 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:00:40.010 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:00:40.012 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:00:40.021 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:00:40.021 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:00:40.021 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:00:40.025 | ++ 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-12-07 13:00:40.025 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:00:40.026 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:00:40.029 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:00:40.031 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:43.000 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:43.004 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:00:43.006 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:00:43.009 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user cinder --project service --user-domain Default --project-domain Default 2021-12-07 13:00:45.967 | ++ 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-12-07 13:00:45.967 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:00:45.968 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:00:45.970 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:00:45.973 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:48.998 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:49.001 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:00:49.003 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:00:49.006 | ++ functions-common:get_field:733 : echo '| e27509ab639148a0945b117f8536178f | 34cd966e07ae47e597b9a151e1ca70e7 | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:00:49.007 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:00:49.012 | ++ functions-common:get_field:727 : read data 2021-12-07 13:00:49.015 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e27509ab639148a0945b117f8536178f 2021-12-07 13:00:49.018 | + functions-common:get_or_add_user_project_role:912 : echo e27509ab639148a0945b117f8536178f 2021-12-07 13:00:49.018 | e27509ab639148a0945b117f8536178f 2021-12-07 13:00:49.021 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-12-07 13:00:49.023 | + lib/cinder:create_cinder_accounts:344 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2021-12-07 13:00:49.026 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 13:00:49.029 | ++ functions-common:get_or_create_service:979 : oscwrap service show block-storage -f value -c id 2021-12-07 13:00:51.328 | ++ functions-common:get_or_create_service:981 : oscwrap service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2021-12-07 13:00:53.503 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:53.506 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 13:00:53.507 | 4f53b581de934f87b266462e70f23911' 2021-12-07 13:00:53.509 | + functions-common:get_or_create_service:978 : echo 4f53b581de934f87b266462e70f23911 2021-12-07 13:00:53.509 | 4f53b581de934f87b266462e70f23911 2021-12-07 13:00:53.511 | + lib/cinder:create_cinder_accounts:345 : '[' True == False ']' 2021-12-07 13:00:53.514 | + lib/cinder:create_cinder_accounts:364 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.24/volume/v3/$(project_id)s' 2021-12-07 13:00:53.516 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 13:00:53.519 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.24/volume/v3/$(project_id)s' RegionOne 2021-12-07 13:00:53.522 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:00:53.525 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2021-12-07 13:00:55.925 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:55.929 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:00:55.931 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:00:55.934 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create block-storage public 'http://10.222.0.24/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-12-07 13:00:58.405 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:00:58.408 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=8ae474faa6ed4db0a19e3264f64ed879 2021-12-07 13:00:58.410 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 8ae474faa6ed4db0a19e3264f64ed879 2021-12-07 13:00:58.413 | + functions-common:get_or_create_endpoint:1011 : public_id=8ae474faa6ed4db0a19e3264f64ed879 2021-12-07 13:00:58.416 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 13:00:58.418 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 13:00:58.420 | + functions-common:get_or_create_endpoint:1020 : echo 8ae474faa6ed4db0a19e3264f64ed879 2021-12-07 13:00:58.421 | 8ae474faa6ed4db0a19e3264f64ed879 2021-12-07 13:00:58.423 | + lib/cinder:create_cinder_accounts:368 : get_or_create_service cinderv2 volumev2 'Cinder Volume Service V2' 2021-12-07 13:00:58.425 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 13:00:58.429 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev2 -f value -c id 2021-12-07 13:01:00.713 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev2 --name cinderv2 '--description=Cinder Volume Service V2' -f value -c id 2021-12-07 13:01:02.952 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:02.955 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 13:01:02.955 | c3faf972b1bc48f0a232818315270ca6' 2021-12-07 13:01:02.958 | + functions-common:get_or_create_service:978 : echo c3faf972b1bc48f0a232818315270ca6 2021-12-07 13:01:02.958 | c3faf972b1bc48f0a232818315270ca6 2021-12-07 13:01:02.960 | + lib/cinder:create_cinder_accounts:370 : get_or_create_endpoint volumev2 RegionOne 'http://10.222.0.24/volume/v2/$(project_id)s' 2021-12-07 13:01:02.963 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 13:01:02.966 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev2 public 'http://10.222.0.24/volume/v2/$(project_id)s' RegionOne 2021-12-07 13:01:02.969 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:01:02.972 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev2 --interface public --region RegionOne -c ID -f value 2021-12-07 13:01:05.362 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:05.366 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:01:05.368 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:01:05.371 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev2 public 'http://10.222.0.24/volume/v2/$(project_id)s' --region RegionOne -f value -c id 2021-12-07 13:01:07.765 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:07.768 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=d79c40b46f8e4fcc941d0d8eebe54a67 2021-12-07 13:01:07.771 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo d79c40b46f8e4fcc941d0d8eebe54a67 2021-12-07 13:01:07.774 | + functions-common:get_or_create_endpoint:1011 : public_id=d79c40b46f8e4fcc941d0d8eebe54a67 2021-12-07 13:01:07.777 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 13:01:07.779 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 13:01:07.782 | + functions-common:get_or_create_endpoint:1020 : echo d79c40b46f8e4fcc941d0d8eebe54a67 2021-12-07 13:01:07.782 | d79c40b46f8e4fcc941d0d8eebe54a67 2021-12-07 13:01:07.784 | + lib/cinder:create_cinder_accounts:374 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2021-12-07 13:01:07.787 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 13:01:07.790 | ++ functions-common:get_or_create_service:979 : oscwrap service show volumev3 -f value -c id 2021-12-07 13:01:10.059 | ++ functions-common:get_or_create_service:981 : oscwrap service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2021-12-07 13:01:12.241 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:12.244 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 13:01:12.244 | fed1819b85a843cf903efc90eae29dba' 2021-12-07 13:01:12.246 | + functions-common:get_or_create_service:978 : echo fed1819b85a843cf903efc90eae29dba 2021-12-07 13:01:12.246 | fed1819b85a843cf903efc90eae29dba 2021-12-07 13:01:12.249 | + lib/cinder:create_cinder_accounts:376 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.24/volume/v3/$(project_id)s' 2021-12-07 13:01:12.251 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 13:01:12.255 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.24/volume/v3/$(project_id)s' RegionOne 2021-12-07 13:01:12.258 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:01:12.261 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2021-12-07 13:01:14.738 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:14.741 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:01:14.744 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:01:14.747 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create volumev3 public 'http://10.222.0.24/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2021-12-07 13:01:17.199 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:17.202 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=39c777cfd069434d990ad51b57fe20de 2021-12-07 13:01:17.204 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 39c777cfd069434d990ad51b57fe20de 2021-12-07 13:01:17.207 | + functions-common:get_or_create_endpoint:1011 : public_id=39c777cfd069434d990ad51b57fe20de 2021-12-07 13:01:17.209 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 13:01:17.212 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 13:01:17.214 | + functions-common:get_or_create_endpoint:1020 : echo 39c777cfd069434d990ad51b57fe20de 2021-12-07 13:01:17.214 | 39c777cfd069434d990ad51b57fe20de 2021-12-07 13:01:17.217 | + lib/cinder:create_cinder_accounts:381 : configure_cinder_internal_tenant 2021-12-07 13:01:17.220 | ++ lib/cinder:configure_cinder_internal_tenant:554 : get_or_create_project service 2021-12-07 13:01:17.223 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-07 13:01:17.226 | +++ functions-common:get_or_create_project:855 : oscwrap project create service --domain= --or-show -f value -c id 2021-12-07 13:01:19.630 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:19.633 | ++ functions-common:get_or_create_project:853 : project_id=26b30a7f9e9343eeae309c2be414dfc7 2021-12-07 13:01:19.635 | ++ functions-common:get_or_create_project:854 : echo 26b30a7f9e9343eeae309c2be414dfc7 2021-12-07 13:01:19.638 | + lib/cinder:configure_cinder_internal_tenant:554 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 26b30a7f9e9343eeae309c2be414dfc7 2021-12-07 13:01:19.665 | ++ lib/cinder:configure_cinder_internal_tenant:555 : get_or_create_user cinder 2021-12-07 13:01:19.667 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:01:19.670 | ++ functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 13:01:19.672 | ++ functions-common:get_or_create_user:828 : local email= 2021-12-07 13:01:19.677 | +++ functions-common:get_or_create_user:842 : oscwrap user create cinder --password '' --domain= --or-show -f value -c id 2021-12-07 13:01:21.600 | No password was supplied, authentication will fail when a user does not have a password. 2021-12-07 13:01:22.076 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:22.080 | ++ functions-common:get_or_create_user:840 : user_id=34cd966e07ae47e597b9a151e1ca70e7 2021-12-07 13:01:22.082 | ++ functions-common:get_or_create_user:841 : echo 34cd966e07ae47e597b9a151e1ca70e7 2021-12-07 13:01:22.085 | + lib/cinder:configure_cinder_internal_tenant:555 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 34cd966e07ae47e597b9a151e1ca70e7 2021-12-07 13:01:22.113 | + ./stack.sh:main:1108 : is_service_enabled neutron 2021-12-07 13:01:22.131 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:01:22.133 | + ./stack.sh:main:1109 : create_neutron_accounts 2021-12-07 13:01:22.136 | + lib/neutron:create_neutron_accounts:639 : is_neutron_legacy_enabled 2021-12-07 13:01:22.140 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:01:22.140 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-07 13:01:22.144 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:01:22.147 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-07 13:01:22.149 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:01:22.152 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-07 13:01:22.154 | + lib/neutron:create_neutron_accounts:641 : create_mutnauq_accounts 2021-12-07 13:01:22.157 | + lib/neutron-legacy:create_mutnauq_accounts:405 : local neutron_url 2021-12-07 13:01:22.160 | + lib/neutron-legacy:create_mutnauq_accounts:406 : '[' False == True ']' 2021-12-07 13:01:22.162 | + lib/neutron-legacy:create_mutnauq_accounts:409 : neutron_url=http://10.222.0.24:9696/ 2021-12-07 13:01:22.164 | + lib/neutron-legacy:create_mutnauq_accounts:412 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:01:22.167 | + lib/neutron-legacy:create_mutnauq_accounts:414 : create_service_user neutron 2021-12-07 13:01:22.169 | + lib/keystone:create_service_user:395 : get_or_create_user neutron Passw0rd Default 2021-12-07 13:01:22.172 | + functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:01:22.175 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 13:01:22.178 | + functions-common:get_or_create_user:828 : local email= 2021-12-07 13:01:22.181 | ++ functions-common:get_or_create_user:842 : oscwrap user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-07 13:01:24.594 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:24.598 | + functions-common:get_or_create_user:840 : user_id=42642632e3f84ca083b71c948467ec17 2021-12-07 13:01:24.600 | + functions-common:get_or_create_user:841 : echo 42642632e3f84ca083b71c948467ec17 2021-12-07 13:01:24.600 | 42642632e3f84ca083b71c948467ec17 2021-12-07 13:01:24.603 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service neutron service Default Default 2021-12-07 13:01:24.605 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:01:24.608 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:01:24.611 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:01:24.613 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:01:24.616 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:01:24.618 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:01:24.620 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:01:24.622 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:01:24.625 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:01:24.628 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:01:24.633 | ++ 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-12-07 13:01:24.633 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:01:24.633 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:01:24.636 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:01:24.638 | ++ functions-common:get_field:727 : read data 2021-12-07 13:01:27.586 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:27.590 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:01:27.592 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:01:27.595 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user neutron --project service --user-domain Default --project-domain Default 2021-12-07 13:01:30.565 | ++ 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-12-07 13:01:30.566 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:01:30.566 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:01:30.569 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:01:30.571 | ++ functions-common:get_field:727 : read data 2021-12-07 13:01:33.590 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:33.593 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:01:33.596 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:01:33.600 | ++ functions-common:get_field:733 : echo '| e27509ab639148a0945b117f8536178f | 42642632e3f84ca083b71c948467ec17 | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:01:33.600 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:01:33.605 | ++ functions-common:get_field:727 : read data 2021-12-07 13:01:33.609 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e27509ab639148a0945b117f8536178f 2021-12-07 13:01:33.611 | + functions-common:get_or_add_user_project_role:912 : echo e27509ab639148a0945b117f8536178f 2021-12-07 13:01:33.611 | e27509ab639148a0945b117f8536178f 2021-12-07 13:01:33.615 | + lib/keystone:create_service_user:398 : [[ -n '' ]] 2021-12-07 13:01:33.618 | + lib/neutron-legacy:create_mutnauq_accounts:416 : get_or_create_service neutron network 'Neutron Service' 2021-12-07 13:01:33.621 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 13:01:33.625 | ++ functions-common:get_or_create_service:979 : oscwrap service show network -f value -c id 2021-12-07 13:01:35.935 | ++ functions-common:get_or_create_service:981 : oscwrap service create network --name neutron '--description=Neutron Service' -f value -c id 2021-12-07 13:01:38.172 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:38.175 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 13:01:38.175 | d4caf4c5b2034e1fa2255b68fa11dcc7' 2021-12-07 13:01:38.177 | + functions-common:get_or_create_service:978 : echo d4caf4c5b2034e1fa2255b68fa11dcc7 2021-12-07 13:01:38.177 | d4caf4c5b2034e1fa2255b68fa11dcc7 2021-12-07 13:01:38.180 | + lib/neutron-legacy:create_mutnauq_accounts:418 : get_or_create_endpoint network RegionOne http://10.222.0.24:9696/ 2021-12-07 13:01:38.182 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 13:01:38.186 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface network public http://10.222.0.24:9696/ RegionOne 2021-12-07 13:01:38.188 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:01:38.192 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service network --interface public --region RegionOne -c ID -f value 2021-12-07 13:01:40.674 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:40.677 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:01:40.680 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:01:40.683 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create network public http://10.222.0.24:9696/ --region RegionOne -f value -c id 2021-12-07 13:01:43.090 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:43.093 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=d26ad4de55834e82b9934aacb941f575 2021-12-07 13:01:43.095 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo d26ad4de55834e82b9934aacb941f575 2021-12-07 13:01:43.099 | + functions-common:get_or_create_endpoint:1011 : public_id=d26ad4de55834e82b9934aacb941f575 2021-12-07 13:01:43.101 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 13:01:43.104 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 13:01:43.106 | + functions-common:get_or_create_endpoint:1020 : echo d26ad4de55834e82b9934aacb941f575 2021-12-07 13:01:43.106 | d26ad4de55834e82b9934aacb941f575 2021-12-07 13:01:43.109 | + ./stack.sh:main:1111 : is_service_enabled swift 2021-12-07 13:01:43.125 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:01:43.127 | + ./stack.sh:main:1112 : create_swift_accounts 2021-12-07 13:01:43.130 | + lib/swift:create_swift_accounts:630 : export swiftusertest1_password=testing 2021-12-07 13:01:43.132 | + lib/swift:create_swift_accounts:630 : swiftusertest1_password=testing 2021-12-07 13:01:43.135 | + lib/swift:create_swift_accounts:631 : export swiftusertest2_password=testing2 2021-12-07 13:01:43.137 | + lib/swift:create_swift_accounts:631 : swiftusertest2_password=testing2 2021-12-07 13:01:43.140 | + lib/swift:create_swift_accounts:632 : export swiftusertest3_password=testing3 2021-12-07 13:01:43.142 | + lib/swift:create_swift_accounts:632 : swiftusertest3_password=testing3 2021-12-07 13:01:43.145 | + lib/swift:create_swift_accounts:633 : export swiftusertest4_password=testing4 2021-12-07 13:01:43.147 | + lib/swift:create_swift_accounts:633 : swiftusertest4_password=testing4 2021-12-07 13:01:43.150 | + lib/swift:create_swift_accounts:635 : local another_role 2021-12-07 13:01:43.153 | ++ lib/swift:create_swift_accounts:636 : get_or_create_role anotherrole 2021-12-07 13:01:43.155 | ++ functions-common:get_or_create_role:860 : local role_id 2021-12-07 13:01:43.158 | +++ functions-common:get_or_create_role:867 : oscwrap role create anotherrole --or-show -f value -c id 2021-12-07 13:01:45.474 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:45.478 | ++ functions-common:get_or_create_role:865 : role_id=c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 13:01:45.480 | ++ functions-common:get_or_create_role:866 : echo c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 13:01:45.483 | + lib/swift:create_swift_accounts:636 : another_role=c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 13:01:45.485 | + lib/swift:create_swift_accounts:640 : create_service_user swift admin 2021-12-07 13:01:45.488 | + lib/keystone:create_service_user:395 : get_or_create_user swift Passw0rd Default 2021-12-07 13:01:45.490 | + functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:01:45.492 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 13:01:45.494 | + functions-common:get_or_create_user:828 : local email= 2021-12-07 13:01:45.497 | ++ functions-common:get_or_create_user:842 : oscwrap user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-07 13:01:47.845 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:47.848 | + functions-common:get_or_create_user:840 : user_id=b35c3f2a231b42b598eb2e06ffeed19e 2021-12-07 13:01:47.879 | + functions-common:get_or_create_user:841 : echo b35c3f2a231b42b598eb2e06ffeed19e 2021-12-07 13:01:47.879 | b35c3f2a231b42b598eb2e06ffeed19e 2021-12-07 13:01:47.879 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service swift service Default Default 2021-12-07 13:01:47.879 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:01:47.880 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:01:47.880 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:01:47.880 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:01:47.880 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:01:47.880 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:01:47.880 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:01:47.880 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:01:47.880 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:01:47.880 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:01:47.881 | ++ 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-12-07 13:01:47.882 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:01:47.882 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:01:47.884 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:01:47.887 | ++ functions-common:get_field:727 : read data 2021-12-07 13:01:50.885 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:50.888 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:01:50.890 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:01:50.893 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user swift --project service --user-domain Default --project-domain Default 2021-12-07 13:01:53.796 | ++ 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-12-07 13:01:53.796 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:01:53.797 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:01:53.799 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:01:53.802 | ++ functions-common:get_field:727 : read data 2021-12-07 13:01:56.819 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:56.822 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:01:56.824 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:01:56.827 | ++ functions-common:get_field:733 : echo '| e27509ab639148a0945b117f8536178f | b35c3f2a231b42b598eb2e06ffeed19e | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:01:56.827 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:01:56.833 | ++ functions-common:get_field:727 : read data 2021-12-07 13:01:56.836 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e27509ab639148a0945b117f8536178f 2021-12-07 13:01:56.838 | + functions-common:get_or_add_user_project_role:912 : echo e27509ab639148a0945b117f8536178f 2021-12-07 13:01:56.838 | e27509ab639148a0945b117f8536178f 2021-12-07 13:01:56.841 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-12-07 13:01:56.843 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin swift service Default Default 2021-12-07 13:01:56.846 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:01:56.849 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:01:56.851 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:01:56.853 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:01:56.856 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:01:56.858 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:01:56.860 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:01:56.863 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:01:56.865 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:01:56.868 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:01:56.871 | ++ 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-12-07 13:01:56.871 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:01:56.872 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:01:56.874 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:01:56.877 | ++ functions-common:get_field:727 : read data 2021-12-07 13:01:59.848 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:01:59.851 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:01:59.853 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:01:59.856 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user swift --project service --user-domain Default --project-domain Default 2021-12-07 13:02:02.782 | ++ 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-12-07 13:02:02.782 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:02:02.782 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:02:02.785 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:02:02.788 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:05.880 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:05.882 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:02:05.885 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:02:05.887 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | b35c3f2a231b42b598eb2e06ffeed19e | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:02:05.888 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:02:05.893 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:05.897 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:05.899 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:05.899 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:05.902 | + lib/swift:create_swift_accounts:642 : get_or_create_service swift object-store 'Swift Service' 2021-12-07 13:02:05.904 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 13:02:05.907 | ++ functions-common:get_or_create_service:979 : oscwrap service show object-store -f value -c id 2021-12-07 13:02:08.189 | ++ functions-common:get_or_create_service:981 : oscwrap service create object-store --name swift '--description=Swift Service' -f value -c id 2021-12-07 13:02:10.422 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:10.425 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 13:02:10.425 | 61a08e35b62e40a6997b1ea32ef90918' 2021-12-07 13:02:10.427 | + functions-common:get_or_create_service:978 : echo 61a08e35b62e40a6997b1ea32ef90918 2021-12-07 13:02:10.427 | 61a08e35b62e40a6997b1ea32ef90918 2021-12-07 13:02:10.430 | + lib/swift:create_swift_accounts:644 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.24:8080/v1/AUTH_$(project_id)s' http://10.222.0.24:8080 2021-12-07 13:02:10.432 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 13:02:10.435 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.24:8080/v1/AUTH_$(project_id)s' RegionOne 2021-12-07 13:02:10.438 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:02:10.441 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2021-12-07 13:02:12.865 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:12.868 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:02:12.870 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:02:12.873 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store public 'http://10.222.0.24:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2021-12-07 13:02:15.277 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:15.280 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=cac0e2909c1947a7a71fc7a763111167 2021-12-07 13:02:15.282 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo cac0e2909c1947a7a71fc7a763111167 2021-12-07 13:02:15.286 | + functions-common:get_or_create_endpoint:1011 : public_id=cac0e2909c1947a7a71fc7a763111167 2021-12-07 13:02:15.288 | + functions-common:get_or_create_endpoint:1013 : [[ -n http://10.222.0.24:8080 ]] 2021-12-07 13:02:15.290 | + functions-common:get_or_create_endpoint:1014 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.24:8080 RegionOne 2021-12-07 13:02:15.293 | + functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:02:15.295 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2021-12-07 13:02:17.677 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:17.679 | + functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:02:17.682 | + functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:02:17.685 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create object-store admin http://10.222.0.24:8080 --region RegionOne -f value -c id 2021-12-07 13:02:20.100 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:20.102 | + functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=87239e3c44254fc8bed1da9c7fc62db8 2021-12-07 13:02:20.105 | + functions-common:_get_or_create_endpoint_with_interface:996 : echo 87239e3c44254fc8bed1da9c7fc62db8 2021-12-07 13:02:20.105 | 87239e3c44254fc8bed1da9c7fc62db8 2021-12-07 13:02:20.107 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 13:02:20.109 | + functions-common:get_or_create_endpoint:1020 : echo cac0e2909c1947a7a71fc7a763111167 2021-12-07 13:02:20.110 | cac0e2909c1947a7a71fc7a763111167 2021-12-07 13:02:20.112 | + lib/swift:create_swift_accounts:649 : local swift_project_test1 2021-12-07 13:02:20.115 | ++ lib/swift:create_swift_accounts:650 : get_or_create_project swiftprojecttest1 default 2021-12-07 13:02:20.117 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-07 13:02:20.121 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest1 --domain=default --or-show -f value -c id 2021-12-07 13:02:22.437 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:22.440 | ++ functions-common:get_or_create_project:853 : project_id=b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:22.442 | ++ functions-common:get_or_create_project:854 : echo b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:22.445 | + lib/swift:create_swift_accounts:650 : swift_project_test1=b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:22.448 | + lib/swift:create_swift_accounts:651 : die_if_not_set 651 swift_project_test1 'Failure creating swift_project_test1' 2021-12-07 13:02:22.450 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:02:22.466 | ++ lib/swift:create_swift_accounts:653 : get_or_create_user swiftusertest1 testing default test@example.com 2021-12-07 13:02:22.469 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:02:22.472 | ++ functions-common:get_or_create_user:825 : [[ ! -z test@example.com ]] 2021-12-07 13:02:22.474 | ++ functions-common:get_or_create_user:826 : local email=--email=test@example.com 2021-12-07 13:02:22.478 | +++ 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-12-07 13:02:24.911 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:24.914 | ++ functions-common:get_or_create_user:840 : user_id=68cbad89a0e14568bc5f2d023a6c1461 2021-12-07 13:02:24.916 | ++ functions-common:get_or_create_user:841 : echo 68cbad89a0e14568bc5f2d023a6c1461 2021-12-07 13:02:24.919 | + lib/swift:create_swift_accounts:653 : SWIFT_USER_TEST1=68cbad89a0e14568bc5f2d023a6c1461 2021-12-07 13:02:24.922 | + lib/swift:create_swift_accounts:654 : die_if_not_set 654 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2021-12-07 13:02:24.925 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:02:24.940 | + lib/swift:create_swift_accounts:655 : get_or_add_user_project_role admin 68cbad89a0e14568bc5f2d023a6c1461 b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:24.942 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:02:24.945 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 13:02:24.948 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:02:24.950 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:02:24.952 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 13:02:24.955 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 13:02:24.958 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 13:02:24.961 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 13:02:24.964 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 68cbad89a0e14568bc5f2d023a6c1461 --project b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:24.966 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:02:24.966 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:02:24.968 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:02:24.971 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:27.414 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:27.418 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:02:27.420 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:02:27.423 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 68cbad89a0e14568bc5f2d023a6c1461 --project b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:29.833 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 68cbad89a0e14568bc5f2d023a6c1461 --project b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:29.833 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:02:29.833 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:02:29.835 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:02:29.838 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:32.387 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:32.390 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:02:32.393 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:02:32.396 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:02:32.396 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 68cbad89a0e14568bc5f2d023a6c1461 | | b16a9a65edf5462a991e291cde150e8f | | | False |' 2021-12-07 13:02:32.401 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:32.404 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:32.407 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:32.407 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:32.409 | + lib/swift:create_swift_accounts:657 : local swift_user_test3 2021-12-07 13:02:32.412 | ++ lib/swift:create_swift_accounts:659 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2021-12-07 13:02:32.415 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:02:32.417 | ++ functions-common:get_or_create_user:825 : [[ ! -z test3@example.com ]] 2021-12-07 13:02:32.420 | ++ functions-common:get_or_create_user:826 : local email=--email=test3@example.com 2021-12-07 13:02:32.423 | +++ 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-12-07 13:02:34.745 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:34.748 | ++ functions-common:get_or_create_user:840 : user_id=3a5aa4ff12b440808526046986e7e060 2021-12-07 13:02:34.750 | ++ functions-common:get_or_create_user:841 : echo 3a5aa4ff12b440808526046986e7e060 2021-12-07 13:02:34.753 | + lib/swift:create_swift_accounts:659 : swift_user_test3=3a5aa4ff12b440808526046986e7e060 2021-12-07 13:02:34.756 | + lib/swift:create_swift_accounts:660 : die_if_not_set 660 swift_user_test3 'Failure creating swift_user_test3' 2021-12-07 13:02:34.758 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:02:34.774 | + lib/swift:create_swift_accounts:661 : get_or_add_user_project_role c84c049b8e154464bf1e5e0abfa51a62 3a5aa4ff12b440808526046986e7e060 b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:34.776 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:02:34.779 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 13:02:34.782 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:02:34.784 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:02:34.793 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 13:02:34.795 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 13:02:34.799 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 13:02:34.802 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 13:02:34.805 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:02:34.806 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role c84c049b8e154464bf1e5e0abfa51a62 --user 3a5aa4ff12b440808526046986e7e060 --project b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:34.806 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:02:34.809 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:02:34.811 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:37.207 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:37.210 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:02:37.213 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:02:37.215 | + functions-common:get_or_add_user_project_role:901 : openstack role add c84c049b8e154464bf1e5e0abfa51a62 --user 3a5aa4ff12b440808526046986e7e060 --project b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:39.590 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role c84c049b8e154464bf1e5e0abfa51a62 --user 3a5aa4ff12b440808526046986e7e060 --project b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:02:39.590 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:02:39.591 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:02:39.595 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:02:39.597 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:42.035 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:42.038 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:02:42.040 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:02:42.043 | ++ functions-common:get_field:733 : echo '| c84c049b8e154464bf1e5e0abfa51a62 | 3a5aa4ff12b440808526046986e7e060 | | b16a9a65edf5462a991e291cde150e8f | | | False |' 2021-12-07 13:02:42.044 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:02:42.049 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:42.052 | + functions-common:get_or_add_user_project_role:910 : user_role_id=c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 13:02:42.055 | + functions-common:get_or_add_user_project_role:912 : echo c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 13:02:42.055 | c84c049b8e154464bf1e5e0abfa51a62 2021-12-07 13:02:42.057 | + lib/swift:create_swift_accounts:663 : local swift_project_test2 2021-12-07 13:02:42.060 | ++ lib/swift:create_swift_accounts:664 : get_or_create_project swiftprojecttest2 default 2021-12-07 13:02:42.063 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-07 13:02:42.066 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest2 --domain=default --or-show -f value -c id 2021-12-07 13:02:44.322 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:44.325 | ++ functions-common:get_or_create_project:853 : project_id=07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:02:44.327 | ++ functions-common:get_or_create_project:854 : echo 07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:02:44.330 | + lib/swift:create_swift_accounts:664 : swift_project_test2=07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:02:44.332 | + lib/swift:create_swift_accounts:665 : die_if_not_set 665 swift_project_test2 'Failure creating swift_project_test2' 2021-12-07 13:02:44.335 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:02:44.351 | + lib/swift:create_swift_accounts:667 : local swift_user_test2 2021-12-07 13:02:44.354 | ++ lib/swift:create_swift_accounts:669 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2021-12-07 13:02:44.357 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:02:44.359 | ++ functions-common:get_or_create_user:825 : [[ ! -z test2@example.com ]] 2021-12-07 13:02:44.362 | ++ functions-common:get_or_create_user:826 : local email=--email=test2@example.com 2021-12-07 13:02:44.365 | +++ 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-12-07 13:02:46.673 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:46.676 | ++ functions-common:get_or_create_user:840 : user_id=21dcdfc7d4e543b38a8f0efed647f4ef 2021-12-07 13:02:46.678 | ++ functions-common:get_or_create_user:841 : echo 21dcdfc7d4e543b38a8f0efed647f4ef 2021-12-07 13:02:46.681 | + lib/swift:create_swift_accounts:669 : swift_user_test2=21dcdfc7d4e543b38a8f0efed647f4ef 2021-12-07 13:02:46.684 | + lib/swift:create_swift_accounts:670 : die_if_not_set 670 swift_user_test2 'Failure creating swift_user_test2' 2021-12-07 13:02:46.686 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:02:46.702 | + lib/swift:create_swift_accounts:671 : get_or_add_user_project_role admin 21dcdfc7d4e543b38a8f0efed647f4ef 07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:02:46.705 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:02:46.708 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 13:02:46.710 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:02:46.712 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:02:46.715 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 13:02:46.717 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 13:02:46.720 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 13:02:46.723 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 13:02:46.727 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 21dcdfc7d4e543b38a8f0efed647f4ef --project 07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:02:46.727 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:02:46.727 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:02:46.730 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:02:46.732 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:49.189 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:49.193 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:02:49.195 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:02:49.198 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 21dcdfc7d4e543b38a8f0efed647f4ef --project 07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:02:51.599 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 21dcdfc7d4e543b38a8f0efed647f4ef --project 07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:02:51.599 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:02:51.599 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:02:51.602 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:02:51.608 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:54.140 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:54.143 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:02:54.146 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:02:54.149 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 21dcdfc7d4e543b38a8f0efed647f4ef | | 07478021f2bf479a84cd95ce4c060e33 | | | False |' 2021-12-07 13:02:54.149 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:02:54.154 | ++ functions-common:get_field:727 : read data 2021-12-07 13:02:54.157 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:54.160 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:54.160 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:02:54.162 | + lib/swift:create_swift_accounts:673 : local swift_domain 2021-12-07 13:02:54.165 | ++ lib/swift:create_swift_accounts:674 : get_or_create_domain swift_test 'Used for swift functional testing' 2021-12-07 13:02:54.168 | ++ functions-common:get_or_create_domain:792 : local domain_id 2021-12-07 13:02:54.171 | +++ functions-common:get_or_create_domain:804 : oscwrap domain show swift_test -f value -c id 2021-12-07 13:02:56.477 | +++ functions-common:get_or_create_domain:806 : oscwrap domain create swift_test --description 'Used for swift functional testing' -f value -c id 2021-12-07 13:02:58.665 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:02:58.668 | ++ functions-common:get_or_create_domain:802 : domain_id=' 2021-12-07 13:02:58.668 | d630d7f17b87472b996310406c3c2337' 2021-12-07 13:02:58.670 | ++ functions-common:get_or_create_domain:803 : echo d630d7f17b87472b996310406c3c2337 2021-12-07 13:02:58.674 | + lib/swift:create_swift_accounts:674 : swift_domain=d630d7f17b87472b996310406c3c2337 2021-12-07 13:02:58.676 | + lib/swift:create_swift_accounts:675 : die_if_not_set 675 swift_domain 'Failure creating swift_test domain' 2021-12-07 13:02:58.678 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:02:58.695 | + lib/swift:create_swift_accounts:677 : local swift_project_test4 2021-12-07 13:02:58.699 | ++ lib/swift:create_swift_accounts:678 : get_or_create_project swiftprojecttest4 d630d7f17b87472b996310406c3c2337 2021-12-07 13:02:58.701 | ++ functions-common:get_or_create_project:847 : local project_id 2021-12-07 13:02:58.706 | +++ functions-common:get_or_create_project:855 : oscwrap project create swiftprojecttest4 --domain=d630d7f17b87472b996310406c3c2337 --or-show -f value -c id 2021-12-07 13:03:01.074 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:03:01.077 | ++ functions-common:get_or_create_project:853 : project_id=98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:03:01.080 | ++ functions-common:get_or_create_project:854 : echo 98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:03:01.082 | + lib/swift:create_swift_accounts:678 : swift_project_test4=98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:03:01.085 | + lib/swift:create_swift_accounts:679 : die_if_not_set 679 swift_project_test4 'Failure creating swift_project_test4' 2021-12-07 13:03:01.087 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:03:01.105 | + lib/swift:create_swift_accounts:681 : local swift_user_test4 2021-12-07 13:03:01.108 | ++ lib/swift:create_swift_accounts:683 : get_or_create_user swiftusertest4 testing4 d630d7f17b87472b996310406c3c2337 test4@example.com 2021-12-07 13:03:01.111 | ++ functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:03:01.114 | ++ functions-common:get_or_create_user:825 : [[ ! -z test4@example.com ]] 2021-12-07 13:03:01.116 | ++ functions-common:get_or_create_user:826 : local email=--email=test4@example.com 2021-12-07 13:03:01.120 | +++ functions-common:get_or_create_user:842 : oscwrap user create swiftusertest4 --password testing4 --domain=d630d7f17b87472b996310406c3c2337 --email=test4@example.com --or-show -f value -c id 2021-12-07 13:03:03.502 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:03:03.505 | ++ functions-common:get_or_create_user:840 : user_id=915dc465037d4a26a0514e43668d9c0a 2021-12-07 13:03:03.508 | ++ functions-common:get_or_create_user:841 : echo 915dc465037d4a26a0514e43668d9c0a 2021-12-07 13:03:03.511 | + lib/swift:create_swift_accounts:683 : swift_user_test4=915dc465037d4a26a0514e43668d9c0a 2021-12-07 13:03:03.513 | + lib/swift:create_swift_accounts:684 : die_if_not_set 684 swift_user_test4 'Failure creating swift_user_test4' 2021-12-07 13:03:03.516 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:03:03.533 | + lib/swift:create_swift_accounts:685 : get_or_add_user_project_role admin 915dc465037d4a26a0514e43668d9c0a 98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:03:03.536 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:03:03.539 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args 2021-12-07 13:03:03.542 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:03:03.544 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:03:03.547 | ++ functions-common:_get_domain_args:875 : [[ -n '' ]] 2021-12-07 13:03:03.550 | ++ functions-common:_get_domain_args:878 : [[ -n '' ]] 2021-12-07 13:03:03.552 | ++ functions-common:_get_domain_args:882 : echo 2021-12-07 13:03:03.555 | + functions-common:get_or_add_user_project_role:890 : domain_args= 2021-12-07 13:03:03.559 | ++ functions-common:get_or_add_user_project_role:898 : oscwrap role assignment list --role admin --user 915dc465037d4a26a0514e43668d9c0a --project 98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:03:03.559 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:03:03.560 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:03:03.563 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:03:03.566 | ++ functions-common:get_field:727 : read data 2021-12-07 13:03:06.018 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:03:06.021 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:03:06.024 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:03:06.026 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user 915dc465037d4a26a0514e43668d9c0a --project 98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:03:08.392 | ++ functions-common:get_or_add_user_project_role:910 : oscwrap role assignment list --role admin --user 915dc465037d4a26a0514e43668d9c0a --project 98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:03:08.393 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:03:08.393 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:03:08.396 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:03:08.399 | ++ functions-common:get_field:727 : read data 2021-12-07 13:03:10.976 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:03:10.979 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:03:10.981 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:03:10.985 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 915dc465037d4a26a0514e43668d9c0a | | 98a7e58a3eea4e789f46a203d784e460 | | | False |' 2021-12-07 13:03:10.986 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:03:10.991 | ++ functions-common:get_field:727 : read data 2021-12-07 13:03:10.994 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:03:10.997 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:03:10.997 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:03:11.000 | + ./stack.sh:main:1118 : write_clouds_yaml 2021-12-07 13:03:11.003 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2021-12-07 13:03:11.006 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2021-12-07 13:03:11.010 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2021-12-07 13:03:11.023 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2021-12-07 13:03:11.040 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2021-12-07 13:03:11.042 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-12-07 13:03:11.045 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.6 /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.24/identity --os-username demo --os-password Passw0rd --os-project-name demo 2021-12-07 13:03:11.147 | The user clouds.yaml file didn't exist. 2021-12-07 13:03:11.157 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.6 /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.24/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2021-12-07 13:03:11.265 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-12-07 13:03:11.265 | self._clouds = yaml.load(clouds_file) 2021-12-07 13:03:11.275 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.6 /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.24/identity --os-username admin --os-password Passw0rd --os-project-name admin 2021-12-07 13:03:11.383 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-12-07 13:03:11.383 | self._clouds = yaml.load(clouds_file) 2021-12-07 13:03:11.393 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.6 /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.24/identity --os-username admin --os-password Passw0rd --os-system-scope all 2021-12-07 13:03:11.504 | /home/ubuntu/devstack/tools/update_clouds_yaml.py:68: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. 2021-12-07 13:03:11.504 | self._clouds = yaml.load(clouds_file) 2021-12-07 13:03:11.514 | ++ functions-common:write_clouds_yaml:133 : eval echo '~ubuntu' 2021-12-07 13:03:11.518 | +++ functions-common:write_clouds_yaml:133 : echo /home/ubuntu 2021-12-07 13:03:11.521 | + functions-common:write_clouds_yaml:133 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2021-12-07 13:03:11.525 | + ./stack.sh:main:1123 : is_service_enabled horizon 2021-12-07 13:03:11.541 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:03:11.543 | + ./stack.sh:main:1133 : is_service_enabled mysql postgresql 2021-12-07 13:03:11.560 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:03:11.563 | + ./stack.sh:main:1133 : is_service_enabled glance 2021-12-07 13:03:11.579 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:03:11.581 | + ./stack.sh:main:1134 : echo_summary 'Configuring Glance' 2021-12-07 13:03:11.584 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:03:11.586 | + ./stack.sh:echo_summary:428 : echo -e Configuring Glance 2021-12-07 13:03:11.588 | + ./stack.sh:main:1135 : init_glance 2021-12-07 13:03:11.591 | + lib/glance:init_glance:332 : rm -rf /opt/stack/data/glance/images 2021-12-07 13:03:11.595 | + lib/glance:init_glance:333 : mkdir -p /opt/stack/data/glance/images 2021-12-07 13:03:11.599 | + lib/glance:init_glance:336 : recreate_database glance 2021-12-07 13:03:11.601 | + lib/database:recreate_database:110 : local db=glance 2021-12-07 13:03:11.604 | + lib/database:recreate_database:111 : recreate_database_mysql glance 2021-12-07 13:03:11.606 | + lib/databases/mysql:recreate_database_mysql:63 : local db=glance 2021-12-07 13:03:11.609 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2021-12-07 13:03:11.613 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:03:11.627 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2021-12-07 13:03:11.631 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:03:11.643 | + lib/glance:init_glance:338 : time_start dbsync 2021-12-07 13:03:11.646 | + functions-common:time_start:2317 : local name=dbsync 2021-12-07 13:03:11.648 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:03:11.651 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:03:11.654 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:03:11.657 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882191654 2021-12-07 13:03:11.660 | + lib/glance:init_glance:340 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2021-12-07 13:03:13.927 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=78228) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:03:13.931 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-12-07 13:03:13.931 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-12-07 13:03:13.958 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2021-12-07 13:03:13.958 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2021-12-07 13:03:13.976 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:03:13.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.978 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.978 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.979 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.979 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.980 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.980 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.984 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.984 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.985 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.985 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.986 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.986 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.987 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.987 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.988 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.988 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.989 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.989 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.990 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.990 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.991 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.991 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.992 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.992 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.993 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.993 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.994 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.994 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.995 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.995 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.996 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:13.996 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:13.996 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:03:13.996 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:03:14.042 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:03:14.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/043_add_image_created_updated_idx.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.043 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.043 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.044 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.044 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.045 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.045 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/044_update_metadef_os_nova_server.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/034_add_virtual_size.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.046 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.046 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_add_changes_to_satisfy_models.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.047 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/037_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.047 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/041_add_artifact_tables.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.048 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.048 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/040_add_changes_to_satisfy_metadefs_tags.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.049 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.049 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/027_checksum_index.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/039_add_changes_to_satisfy_models_metadef.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.050 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.050 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/036_rename_metadef_schema_columns.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.051 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.051 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.052 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.052 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.053 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.053 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/038_add_metadef_tags_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/042_add_changes_to_reinstall_unique_metadef_constraints.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.054 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.054 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.055 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.055 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/045_sqlite_upgrade.sql loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.056 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.056 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/029_location_meta_data_pickle_to_string.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.057 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/026_add_location_storage_information.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.057 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/033_add_location_status.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.058 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/031_remove_duplicated_locations.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.058 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/030_add_tasks_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.059 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.059 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/032_add_task_info_table.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.060 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.060 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/028_owner_index.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.061 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.061 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.062 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py... {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:03:14.062 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/glance/glance/db/sqlalchemy/migrate_repo/versions/035_add_metadef_tables.py loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:03:14.062 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/glance/glance/db/sqlalchemy/migrate_repo loaded successfully {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:03:14.063 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'Glance Migrations'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=78228) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:03:14.371 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:14.371 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:14.607 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2021-12-07 13:03:25.264 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2021-12-07 13:03:25.709 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2021-12-07 13:03:25.749 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2021-12-07 13:03:26.851 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2021-12-07 13:03:26.880 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2021-12-07 13:03:26.903 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2021-12-07 13:03:27.600 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2021-12-07 13:03:28.874 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2021-12-07 13:03:28.914 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2021-12-07 13:03:28.944 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:28.944 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:28.950 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:28.950 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:28.955 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:28.955 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:28.976 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:28.976 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:29.007 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:29.007 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:29.016 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2021-12-07 13:03:30.217 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2021-12-07 13:03:30.931 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2021-12-07 13:03:30.959 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2021-12-07 13:03:30.988 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2021-12-07 13:03:31.017 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2021-12-07 13:03:31.040 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2021-12-07 13:03:31.076 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:31.076 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:31.081 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:03:31.081 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:03:31.084 | Upgraded database to: ussuri_expand01, current revision(s): ussuri_expand01 2021-12-07 13:03:31.084 | Database migration is up to date. No migration needed. 2021-12-07 13:03:31.084 | Upgraded database to: ussuri_contract01, current revision(s): ussuri_contract01 2021-12-07 13:03:31.084 | Database is synced successfully. 2021-12-07 13:03:31.282 | + lib/glance:init_glance:343 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2021-12-07 13:03:33.384 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=78237) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:03:33.886 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2021-12-07 13:03:34.029 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2021-12-07 13:03:34.429 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2021-12-07 13:03:35.017 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2021-12-07 13:03:35.194 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2021-12-07 13:03:35.771 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2021-12-07 13:03:35.982 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2021-12-07 13:03:36.068 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2021-12-07 13:03:36.240 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2021-12-07 13:03:36.383 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2021-12-07 13:03:37.006 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2021-12-07 13:03:37.114 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2021-12-07 13:03:37.674 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2021-12-07 13:03:37.754 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2021-12-07 13:03:37.988 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2021-12-07 13:03:38.143 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2021-12-07 13:03:38.320 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2021-12-07 13:03:38.674 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2021-12-07 13:03:38.788 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2021-12-07 13:03:38.948 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2021-12-07 13:03:39.126 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2021-12-07 13:03:39.297 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2021-12-07 13:03:39.606 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2021-12-07 13:03:40.188 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2021-12-07 13:03:40.389 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2021-12-07 13:03:40.503 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2021-12-07 13:03:40.737 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2021-12-07 13:03:41.051 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2021-12-07 13:03:41.165 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2021-12-07 13:03:41.239 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2021-12-07 13:03:41.240 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2021-12-07 13:03:41.427 | + lib/glance:init_glance:344 : time_stop dbsync 2021-12-07 13:03:41.429 | + functions-common:time_stop:2331 : local name 2021-12-07 13:03:41.432 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:03:41.434 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:03:41.437 | + functions-common:time_stop:2334 : local total 2021-12-07 13:03:41.440 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:03:41.442 | + functions-common:time_stop:2337 : name=dbsync 2021-12-07 13:03:41.445 | + functions-common:time_stop:2338 : start_time=1638882191654 2021-12-07 13:03:41.447 | + functions-common:time_stop:2340 : [[ -z 1638882191654 ]] 2021-12-07 13:03:41.450 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:03:41.455 | + functions-common:time_stop:2343 : end_time=1638882221452 2021-12-07 13:03:41.457 | + functions-common:time_stop:2344 : elapsed_time=29798 2021-12-07 13:03:41.460 | + functions-common:time_stop:2345 : total=68189 2021-12-07 13:03:41.462 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:03:41.464 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=97987 2021-12-07 13:03:41.467 | + ./stack.sh:main:1142 : is_service_enabled neutron 2021-12-07 13:03:41.484 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:03:41.486 | + ./stack.sh:main:1143 : echo_summary 'Configuring Neutron' 2021-12-07 13:03:41.489 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:03:41.491 | + ./stack.sh:echo_summary:428 : echo -e Configuring Neutron 2021-12-07 13:03:41.494 | + ./stack.sh:main:1145 : configure_neutron 2021-12-07 13:03:41.496 | + lib/neutron:configure_neutron:603 : is_neutron_legacy_enabled 2021-12-07 13:03:41.500 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:03:41.501 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-07 13:03:41.505 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:03:41.508 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-07 13:03:41.510 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:03:41.513 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-07 13:03:41.515 | + lib/neutron:configure_neutron:605 : configure_mutnauq 2021-12-07 13:03:41.518 | + lib/neutron-legacy:configure_mutnauq:338 : _configure_neutron_common 2021-12-07 13:03:41.520 | + lib/neutron-legacy:_configure_neutron_common:685 : _create_neutron_conf_dir 2021-12-07 13:03:41.522 | + lib/neutron-legacy:_create_neutron_conf_dir:678 : sudo install -d -o ubuntu /etc/neutron 2021-12-07 13:03:41.534 | + lib/neutron-legacy:_configure_neutron_common:688 : cd /opt/stack/neutron 2021-12-07 13:03:41.536 | + lib/neutron-legacy:_configure_neutron_common:688 : exec ./tools/generate_config_file_samples.sh 2021-12-07 13:04:14.050 | + lib/neutron-legacy:_configure_neutron_common:690 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2021-12-07 13:04:14.054 | + lib/neutron-legacy:_configure_neutron_common:692 : Q_POLICY_FILE=/etc/neutron/policy.json 2021-12-07 13:04:14.056 | + lib/neutron-legacy:_configure_neutron_common:696 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2021-12-07 13:04:14.059 | + lib/neutron-legacy:_configure_neutron_common:700 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2021-12-07 13:04:14.062 | + lib/neutron-legacy:_configure_neutron_common:705 : neutron_plugin_configure_common 2021-12-07 13:04:14.064 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:64 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2021-12-07 13:04:14.066 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2021-12-07 13:04:14.068 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CLASS=ml2 2021-12-07 13:04:14.070 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:69 : _neutron_service_plugin_class_add router 2021-12-07 13:04:14.072 | + lib/neutron-legacy:_neutron_service_plugin_class_add:854 : local service_plugin_class=router 2021-12-07 13:04:14.075 | + lib/neutron-legacy:_neutron_service_plugin_class_add:855 : [[ '' == '' ]] 2021-12-07 13:04:14.077 | + lib/neutron-legacy:_neutron_service_plugin_class_add:856 : Q_SERVICE_PLUGIN_CLASSES=router 2021-12-07 13:04:14.080 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ etc/neutron/plugins/ml2 == '' ]] 2021-12-07 13:04:14.082 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ ml2_conf.ini == '' ]] 2021-12-07 13:04:14.084 | + lib/neutron-legacy:_configure_neutron_common:707 : [[ ml2 == '' ]] 2021-12-07 13:04:14.086 | + lib/neutron-legacy:_configure_neutron_common:712 : mkdir -p /etc/neutron/plugins/ml2 2021-12-07 13:04:14.090 | + lib/neutron-legacy:_configure_neutron_common:713 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:14.093 | + lib/neutron-legacy:_configure_neutron_common:716 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2021-12-07 13:04:14.095 | + lib/neutron-legacy:_configure_neutron_common:717 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:14.100 | ++ lib/neutron-legacy:_configure_neutron_common:722 : database_connection_url neutron 2021-12-07 13:04:14.102 | ++ lib/database:database_connection_url:132 : local db=neutron 2021-12-07 13:04:14.104 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql neutron 2021-12-07 13:04:14.107 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=neutron 2021-12-07 13:04:14.109 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-12-07 13:04:14.112 | + lib/neutron-legacy:_configure_neutron_common:722 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2021-12-07 13:04:14.142 | + lib/neutron-legacy:_configure_neutron_common:723 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2021-12-07 13:04:14.172 | + lib/neutron-legacy:_configure_neutron_common:724 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2021-12-07 13:04:14.202 | + lib/neutron-legacy:_configure_neutron_common:725 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2021-12-07 13:04:14.233 | + lib/neutron-legacy:_configure_neutron_common:726 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2021-12-07 13:04:14.263 | + lib/neutron-legacy:_configure_neutron_common:729 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2021-12-07 13:04:14.293 | + lib/neutron-legacy:_configure_neutron_common:731 : '[' libvirt = fake ']' 2021-12-07 13:04:14.295 | + lib/neutron-legacy:_configure_neutron_common:741 : setup_logging /etc/neutron/neutron.conf 2021-12-07 13:04:14.298 | + functions:setup_logging:655 : local conf_file=/etc/neutron/neutron.conf 2021-12-07 13:04:14.300 | + functions:setup_logging:656 : local other_cond=False 2021-12-07 13:04:14.302 | + functions:setup_logging:657 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:14.304 | + functions:setup_logging:658 : setup_systemd_logging /etc/neutron/neutron.conf 2021-12-07 13:04:14.307 | + functions:setup_systemd_logging:686 : local conf_file=/etc/neutron/neutron.conf 2021-12-07 13:04:14.309 | + functions:setup_systemd_logging:687 : local conf_section=DEFAULT 2021-12-07 13:04:14.312 | ++ functions:setup_systemd_logging:692 : trueorfalse False USE_JOURNAL 2021-12-07 13:04:14.328 | + functions:setup_systemd_logging:692 : USE_JOURNAL=False 2021-12-07 13:04:14.330 | + functions:setup_systemd_logging:693 : local pidstr= 2021-12-07 13:04:14.332 | + functions:setup_systemd_logging:694 : [[ False == \T\r\u\e ]] 2021-12-07 13:04:14.335 | + functions:setup_systemd_logging:698 : pidstr='(pid=%(process)d) ' 2021-12-07 13:04:14.337 | + functions:setup_systemd_logging:700 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-12-07 13:04:14.366 | + functions:setup_systemd_logging:702 : 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-12-07 13:04:14.396 | + functions:setup_systemd_logging:703 : 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-12-07 13:04:14.426 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-12-07 13:04:14.456 | + lib/neutron-legacy:_configure_neutron_common:743 : is_service_enabled tls-proxy 2021-12-07 13:04:14.472 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:04:14.474 | + lib/neutron-legacy:_configure_neutron_common:749 : _neutron_setup_rootwrap 2021-12-07 13:04:14.477 | + lib/neutron-legacy:_neutron_setup_rootwrap:889 : [[ True == \F\a\l\s\e ]] 2021-12-07 13:04:14.479 | + lib/neutron-legacy:_neutron_setup_rootwrap:893 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2021-12-07 13:04:14.482 | + lib/neutron-legacy:_neutron_setup_rootwrap:894 : [[ -d /etc/neutron/rootwrap.d ]] 2021-12-07 13:04:14.485 | + lib/neutron-legacy:_neutron_setup_rootwrap:898 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2021-12-07 13:04:14.487 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:879 : [[ True == \F\a\l\s\e ]] 2021-12-07 13:04:14.490 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:882 : local srcdir=/opt/stack/neutron 2021-12-07 13:04:14.492 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:883 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2021-12-07 13:04:14.504 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:884 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/debug.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dhcp.filters /opt/stack/neutron/etc/neutron/rootwrap.d/dibbler.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ebtables.filters /opt/stack/neutron/etc/neutron/rootwrap.d/ipset-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/iptables-firewall.filters /opt/stack/neutron/etc/neutron/rootwrap.d/l3.filters /opt/stack/neutron/etc/neutron/rootwrap.d/linuxbridge-plugin.filters /opt/stack/neutron/etc/neutron/rootwrap.d/openvswitch-plugin.filters /opt/stack/neutron/etc/neutron/rootwrap.d/privsep.filters /etc/neutron/rootwrap.d/ 2021-12-07 13:04:14.517 | + lib/neutron-legacy:_neutron_setup_rootwrap:902 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2021-12-07 13:04:14.519 | + lib/neutron-legacy:_neutron_setup_rootwrap:905 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2021-12-07 13:04:14.531 | + lib/neutron-legacy:_neutron_setup_rootwrap:907 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2021-12-07 13:04:14.543 | + lib/neutron-legacy:_neutron_setup_rootwrap:908 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2021-12-07 13:04:14.555 | + lib/neutron-legacy:_neutron_setup_rootwrap:911 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-12-07 13:04:14.557 | + lib/neutron-legacy:_neutron_setup_rootwrap:912 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-07 13:04:14.560 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:915 : mktemp 2021-12-07 13:04:14.564 | + lib/neutron-legacy:_neutron_setup_rootwrap:915 : TEMPFILE=/tmp/tmp.kQ1j2kkH0F 2021-12-07 13:04:14.566 | + lib/neutron-legacy:_neutron_setup_rootwrap:916 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2021-12-07 13:04:14.568 | + lib/neutron-legacy:_neutron_setup_rootwrap:917 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-07 13:04:14.571 | + lib/neutron-legacy:_neutron_setup_rootwrap:918 : chmod 0440 /tmp/tmp.kQ1j2kkH0F 2021-12-07 13:04:14.574 | + lib/neutron-legacy:_neutron_setup_rootwrap:919 : sudo chown root:root /tmp/tmp.kQ1j2kkH0F 2021-12-07 13:04:14.585 | + lib/neutron-legacy:_neutron_setup_rootwrap:920 : sudo mv /tmp/tmp.kQ1j2kkH0F /etc/sudoers.d/neutron-rootwrap 2021-12-07 13:04:14.597 | + lib/neutron-legacy:_neutron_setup_rootwrap:923 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-07 13:04:14.627 | + lib/neutron-legacy:_neutron_setup_rootwrap:924 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:14.630 | + lib/neutron-legacy:_neutron_setup_rootwrap:925 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-07 13:04:14.660 | + lib/neutron-legacy:configure_mutnauq:339 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2021-12-07 13:04:14.663 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2021-12-07 13:04:14.665 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2021-12-07 13:04:14.667 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-07 13:04:14.670 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-12-07 13:04:14.672 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 13:04:14.688 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:14.691 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-12-07 13:04:14.693 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-12-07 13:04:14.695 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 13:04:14.711 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:14.713 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 13:04:14.717 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/ 2021-12-07 13:04:14.747 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 13:04:14.750 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 13:04:14.752 | + lib/neutron-legacy:configure_mutnauq:341 : is_service_enabled q-metering 2021-12-07 13:04:14.767 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:14.770 | + lib/neutron-legacy:configure_mutnauq:342 : _configure_neutron_metering 2021-12-07 13:04:14.772 | + lib/neutron-legacy:_configure_neutron_metering:798 : neutron_agent_metering_configure_common 2021-12-07 13:04:14.774 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-07 13:04:14.777 | + lib/neutron-legacy:_neutron_service_plugin_class_add:854 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-07 13:04:14.780 | + lib/neutron-legacy:_neutron_service_plugin_class_add:855 : [[ router == '' ]] 2021-12-07 13:04:14.782 | + lib/neutron-legacy:_neutron_service_plugin_class_add:857 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2021-12-07 13:04:14.784 | + lib/neutron-legacy:_neutron_service_plugin_class_add:858 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-07 13:04:14.787 | + lib/neutron-legacy:_configure_neutron_metering:799 : neutron_agent_metering_configure_agent 2021-12-07 13:04:14.789 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2021-12-07 13:04:14.792 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2021-12-07 13:04:14.796 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2021-12-07 13:04:14.799 | + 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-12-07 13:04:14.803 | + lib/neutron-legacy:configure_mutnauq:344 : is_service_enabled q-agt q-svc 2021-12-07 13:04:14.819 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:14.821 | + lib/neutron-legacy:configure_mutnauq:345 : _configure_neutron_service 2021-12-07 13:04:14.823 | + lib/neutron-legacy:_configure_neutron_service:826 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2021-12-07 13:04:14.826 | + lib/neutron-legacy:_configure_neutron_service:827 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2021-12-07 13:04:14.830 | + lib/neutron-legacy:_configure_neutron_service:830 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2021-12-07 13:04:14.861 | + lib/neutron-legacy:_configure_neutron_service:832 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-12-07 13:04:14.892 | + lib/neutron-legacy:_configure_neutron_service:833 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2021-12-07 13:04:14.924 | + lib/neutron-legacy:_configure_neutron_service:834 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2021-12-07 13:04:14.954 | + lib/neutron-legacy:_configure_neutron_service:836 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2021-12-07 13:04:14.985 | + lib/neutron-legacy:_configure_neutron_service:837 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2021-12-07 13:04:14.988 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-12-07 13:04:14.990 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=neutron 2021-12-07 13:04:14.993 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-12-07 13:04:14.995 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2021-12-07 13:04:15.026 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2021-12-07 13:04:15.057 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.24/identity 2021-12-07 13:04:15.101 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2021-12-07 13:04:15.141 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2021-12-07 13:04:15.172 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2021-12-07 13:04:15.204 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2021-12-07 13:04:15.240 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2021-12-07 13:04:15.273 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-12-07 13:04:15.303 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2021-12-07 13:04:15.335 | + lib/neutron-legacy:_configure_neutron_service:840 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2021-12-07 13:04:15.366 | + lib/neutron-legacy:_configure_neutron_service:841 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2021-12-07 13:04:15.399 | + lib/neutron-legacy:_configure_neutron_service:843 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2021-12-07 13:04:15.402 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/neutron/neutron.conf 2021-12-07 13:04:15.404 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-12-07 13:04:15.406 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-12-07 13:04:15.409 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/neutron/neutron.conf nova auth_type password 2021-12-07 13:04:15.440 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/neutron/neutron.conf nova interface public 2021-12-07 13:04:15.472 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.24/identity 2021-12-07 13:04:15.505 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/neutron/neutron.conf nova username nova 2021-12-07 13:04:15.542 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2021-12-07 13:04:15.574 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2021-12-07 13:04:15.606 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/neutron/neutron.conf nova project_name service 2021-12-07 13:04:15.638 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2021-12-07 13:04:15.670 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-12-07 13:04:15.703 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2021-12-07 13:04:15.735 | + lib/neutron-legacy:_configure_neutron_service:846 : neutron_plugin_configure_service 2021-12-07 13:04:15.737 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:73 : [[ vlan != \l\o\c\a\l ]] 2021-12-07 13:04:15.740 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2021-12-07 13:04:15.742 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:88 : '[' '' == '' ']' 2021-12-07 13:04:15.745 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ '' == '' ]] 2021-12-07 13:04:15.747 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : [[ physnet1 != '' ]] 2021-12-07 13:04:15.750 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : ML2_VLAN_RANGES=physnet1 2021-12-07 13:04:15.752 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : [[ 350:399 != '' ]] 2021-12-07 13:04:15.755 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : ML2_VLAN_RANGES=physnet1:350:399 2021-12-07 13:04:15.757 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:95 : [[ physnet1:350:399 != '' ]] 2021-12-07 13:04:15.759 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2021-12-07 13:04:15.762 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:102 : [[ -z '' ]] 2021-12-07 13:04:15.764 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -n physnet1 ]] 2021-12-07 13:04:15.766 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2021-12-07 13:04:15.769 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : [[ -n physnet1 ]] 2021-12-07 13:04:15.771 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2021-12-07 13:04:15.774 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ -n physnet1 ]] 2021-12-07 13:04:15.776 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:108 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2021-12-07 13:04:15.779 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:15.781 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2021-12-07 13:04:15.807 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2021-12-07 13:04:15.809 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:15.812 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-12-07 13:04:15.814 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=mechanism_drivers=openvswitch,hyperv 2021-12-07 13:04:15.817 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2021-12-07 13:04:15.819 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:15.821 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2021-12-07 13:04:15.847 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ -n '' ]] 2021-12-07 13:04:15.849 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2021-12-07 13:04:15.852 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:15.854 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-12-07 13:04:15.857 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=extension_drivers=port_security 2021-12-07 13:04:15.859 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z extension_drivers=port_security ']' 2021-12-07 13:04:15.861 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:15.864 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2021-12-07 13:04:15.891 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2021-12-07 13:04:15.893 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:15.896 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2 2021-12-07 13:04:15.899 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tenant_network_types=vlan 2021-12-07 13:04:15.901 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tenant_network_types=vlan ']' 2021-12-07 13:04:15.904 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:15.906 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2021-12-07 13:04:15.933 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2021-12-07 13:04:15.936 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:15.939 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_gre 2021-12-07 13:04:15.941 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=tunnel_id_ranges=1:1000 2021-12-07 13:04:15.944 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z tunnel_id_ranges=1:1000 ']' 2021-12-07 13:04:15.946 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:15.948 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2021-12-07 13:04:15.976 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2021-12-07 13:04:15.979 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:15.982 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vxlan 2021-12-07 13:04:15.984 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-12-07 13:04:15.986 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-12-07 13:04:15.989 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:15.993 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2021-12-07 13:04:16.022 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2021-12-07 13:04:16.024 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:16.027 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_flat 2021-12-07 13:04:16.029 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=flat_networks=physnet1, 2021-12-07 13:04:16.032 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z flat_networks=physnet1, ']' 2021-12-07 13:04:16.034 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:16.037 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2021-12-07 13:04:16.064 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:142 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:350:399 2021-12-07 13:04:16.066 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:16.068 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_vlan 2021-12-07 13:04:16.071 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=network_vlan_ranges=physnet1:350:399 2021-12-07 13:04:16.073 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z network_vlan_ranges=physnet1:350:399 ']' 2021-12-07 13:04:16.076 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:16.078 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:350:399 2021-12-07 13:04:16.105 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:144 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2021-12-07 13:04:16.108 | + lib/neutron_plugins/ml2:populate_ml2_config:50 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:04:16.110 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : SECTION=ml2_type_geneve 2021-12-07 13:04:16.113 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : OPTS=vni_ranges=1:1000 2021-12-07 13:04:16.115 | + lib/neutron_plugins/ml2:populate_ml2_config:54 : '[' -z vni_ranges=1:1000 ']' 2021-12-07 13:04:16.120 | + lib/neutron_plugins/ml2:populate_ml2_config:57 : for I in "${OPTS[@]}" 2021-12-07 13:04:16.120 | + lib/neutron_plugins/ml2:populate_ml2_config:59 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2021-12-07 13:04:16.147 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:146 : [[ legacy != \l\e\g\a\c\y ]] 2021-12-07 13:04:16.150 | + lib/neutron-legacy:configure_mutnauq:347 : is_service_enabled q-agt 2021-12-07 13:04:16.166 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:16.168 | + lib/neutron-legacy:configure_mutnauq:348 : _configure_neutron_plugin_agent 2021-12-07 13:04:16.171 | + lib/neutron-legacy:_configure_neutron_plugin_agent:813 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-07 13:04:16.199 | + lib/neutron-legacy:_configure_neutron_plugin_agent:814 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:16.202 | + lib/neutron-legacy:_configure_neutron_plugin_agent:815 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-07 13:04:16.229 | + lib/neutron-legacy:_configure_neutron_plugin_agent:817 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2021-12-07 13:04:16.268 | + lib/neutron-legacy:_configure_neutron_plugin_agent:820 : neutron_plugin_configure_plugin_agent 2021-12-07 13:04:16.271 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:32 : _neutron_ovs_base_setup_bridge br-int 2021-12-07 13:04:16.273 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:32 : local bridge=br-int 2021-12-07 13:04:16.276 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:33 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-12-07 13:04:18.855 | INFO neutron.common.config [-] Logging enabled! 2021-12-07 13:04:18.855 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 16.4.3.dev13 2021-12-07 13:04:18.857 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=79966) setup_logging /opt/stack/neutron/neutron/common/config.py:111}} 2021-12-07 13:04:18.858 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2021-12-07 13:04:18.858 | DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ovs-vsctl', '--timeout=5', '--id=@manager', '--', 'create', 'Manager', 'target="ptcp:6640:127.0.0.1"', '--', 'add', 'Open_vSwitch', '.', 'manager_options', '@manager'] {{(pid=79966) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:104}} 2021-12-07 13:04:18.863 | DEBUG oslo_rootwrap.client [-] Popen for ['sudo', '/usr/local/bin/neutron-rootwrap-daemon', '/etc/neutron/rootwrap.conf'] command has been instantiated {{(pid=79966) _initialize /usr/local/lib/python3.6/dist-packages/oslo_rootwrap/client.py:73}} 2021-12-07 13:04:19.162 | INFO oslo_rootwrap.client [-] Spawned new rootwrap daemon process with pid=79971 2021-12-07 13:04:19.251 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-12-07 13:04:19.251 | INFO oslo_rootwrap.client [-] Stopping rootwrap daemon process with pid=79971 2021-12-07 13:04:19.523 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:34 : _neutron_ovs_base_add_bridge br-int 2021-12-07 13:04:19.525 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-int 2021-12-07 13:04:19.529 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2021-12-07 13:04:19.531 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-12-07 13:04:19.534 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-int 2021-12-07 13:04:19.587 | + 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-12-07 13:04:19.604 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:33 : _neutron_ovs_base_configure_firewall_driver 2021-12-07 13:04:19.607 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:19.610 | + 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-12-07 13:04:19.639 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2021-12-07 13:04:19.642 | ++ functions:running_in_container:772 : systemd-detect-virt --container 2021-12-07 13:04:19.648 | + functions:running_in_container:772 : [[ none != \n\o\n\e ]] 2021-12-07 13:04:19.651 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2021-12-07 13:04:19.654 | + functions:enable_kernel_bridge_firewall:781 : sudo modprobe bridge 2021-12-07 13:04:19.676 | + functions:enable_kernel_bridge_firewall:784 : sudo modprobe br_netfilter 2021-12-07 13:04:19.701 | + functions:enable_kernel_bridge_firewall:788 : for proto in ip ip6 2021-12-07 13:04:19.704 | + functions:enable_kernel_bridge_firewall:789 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2021-12-07 13:04:19.711 | net.bridge.bridge-nf-call-iptables = 1 2021-12-07 13:04:19.715 | + functions:enable_kernel_bridge_firewall:788 : for proto in ip ip6 2021-12-07 13:04:19.718 | + functions:enable_kernel_bridge_firewall:789 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2021-12-07 13:04:19.726 | net.bridge.bridge-nf-call-ip6tables = 1 2021-12-07 13:04:19.729 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : [[ False == \T\r\u\e ]] 2021-12-07 13:04:19.732 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ physnet1 != '' ]] 2021-12-07 13:04:19.734 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:44 : [[ br-data != '' ]] 2021-12-07 13:04:19.737 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:45 : [[ physnet1:br-data == '' ]] 2021-12-07 13:04:19.739 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : _neutron_ovs_base_add_bridge br-data 2021-12-07 13:04:19.741 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-12-07 13:04:19.744 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-12-07 13:04:19.747 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-12-07 13:04:19.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-12-07 13:04:19.772 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:52 : [[ physnet1:br-data != '' ]] 2021-12-07 13:04:19.774 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:53 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2021-12-07 13:04:19.804 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:55 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2021-12-07 13:04:19.807 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2021-12-07 13:04:19.834 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:58 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2021-12-07 13:04:19.862 | + lib/neutron-legacy:configure_mutnauq:350 : is_service_enabled q-dhcp 2021-12-07 13:04:19.878 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:19.881 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_dhcp_agent 2021-12-07 13:04:19.883 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:754 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2021-12-07 13:04:19.888 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:756 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2021-12-07 13:04:19.917 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:758 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2021-12-07 13:04:19.945 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:759 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-07 13:04:19.975 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:760 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:19.977 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:761 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-07 13:04:20.004 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:764 : is_service_enabled q-l3 2021-12-07 13:04:20.021 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:20.023 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:775 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-12-07 13:04:20.026 | + lib/neutron-legacy:_neutron_setup_interface_driver:933 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2021-12-07 13:04:20.052 | + lib/neutron-legacy:_neutron_setup_interface_driver:935 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2021-12-07 13:04:20.054 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-12-07 13:04:20.057 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2021-12-07 13:04:20.084 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:777 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2021-12-07 13:04:20.087 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:21 : local conf_file=/etc/neutron/dhcp_agent.ini 2021-12-07 13:04:20.089 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:22 : : 2021-12-07 13:04:20.092 | + lib/neutron-legacy:configure_mutnauq:353 : is_service_enabled q-l3 2021-12-07 13:04:20.108 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:20.111 | + lib/neutron-legacy:configure_mutnauq:354 : _configure_neutron_l3_agent 2021-12-07 13:04:20.113 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:115 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2021-12-07 13:04:20.118 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2021-12-07 13:04:20.145 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-07 13:04:20.174 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:20.177 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-07 13:04:20.204 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2021-12-07 13:04:20.206 | + lib/neutron-legacy:_neutron_setup_interface_driver:933 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2021-12-07 13:04:20.235 | + lib/neutron-legacy:_neutron_setup_interface_driver:935 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2021-12-07 13:04:20.237 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:62 : local conf_file=/etc/neutron/l3_agent.ini 2021-12-07 13:04:20.240 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:63 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2021-12-07 13:04:20.269 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2021-12-07 13:04:20.271 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:26 : local conf_file=/etc/neutron/l3_agent.ini 2021-12-07 13:04:20.274 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:27 : _neutron_ovs_base_configure_l3_agent 2021-12-07 13:04:20.276 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2021-12-07 13:04:22.910 | INFO neutron.common.config [-] Logging enabled! 2021-12-07 13:04:22.910 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 16.4.3.dev13 2021-12-07 13:04:22.911 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=80563) setup_logging /opt/stack/neutron/neutron/common/config.py:111}} 2021-12-07 13:04:22.987 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2021-12-07 13:04:22.988 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=80563) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2021-12-07 13:04:22.988 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=80563) do_commit /usr/local/lib/python3.6/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:132}} 2021-12-07 13:04:22.989 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2021-12-07 13:04:23.243 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2021-12-07 13:04:23.246 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2021-12-07 13:04:23.248 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-data 2021-12-07 13:04:23.251 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:21 : local bridge=br-data 2021-12-07 13:04:23.253 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:22 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2021-12-07 13:04:23.256 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:24 : '[' system '!=' system ']' 2021-12-07 13:04:23.259 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : sudo ovs-vsctl -- --may-exist add-br br-data 2021-12-07 13:04:23.276 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-data 1500 2021-12-07 13:04:23.280 | + functions:set_mtu:764 : local dev=br-data 2021-12-07 13:04:23.282 | + functions:set_mtu:765 : local mtu=1500 2021-12-07 13:04:23.285 | + functions:set_mtu:766 : sudo ip link set mtu 1500 dev br-data 2021-12-07 13:04:23.297 | + 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-12-07 13:04:23.316 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:131 : [[ -n eth1 ]] 2021-12-07 13:04:23.318 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _move_neutron_addresses_route eth1 br-data True False inet 2021-12-07 13:04:23.321 | + lib/neutron-legacy:_move_neutron_addresses_route:586 : local from_intf=eth1 2021-12-07 13:04:23.323 | + lib/neutron-legacy:_move_neutron_addresses_route:587 : local to_intf=br-data 2021-12-07 13:04:23.325 | + lib/neutron-legacy:_move_neutron_addresses_route:588 : local add_ovs_port=True 2021-12-07 13:04:23.328 | + lib/neutron-legacy:_move_neutron_addresses_route:589 : local del_ovs_port=False 2021-12-07 13:04:23.330 | + lib/neutron-legacy:_move_neutron_addresses_route:590 : local af=inet 2021-12-07 13:04:23.335 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : [[ -n eth1 ]] 2021-12-07 13:04:23.337 | + lib/neutron-legacy:_move_neutron_addresses_route:592 : [[ -n br-data ]] 2021-12-07 13:04:23.340 | + lib/neutron-legacy:_move_neutron_addresses_route:598 : local IP_REPLACE= 2021-12-07 13:04:23.345 | + lib/neutron-legacy:_move_neutron_addresses_route:599 : local IP_DEL= 2021-12-07 13:04:23.347 | + lib/neutron-legacy:_move_neutron_addresses_route:600 : local IP_UP= 2021-12-07 13:04:23.350 | + lib/neutron-legacy:_move_neutron_addresses_route:601 : local DEFAULT_ROUTE_GW 2021-12-07 13:04:23.353 | ++ lib/neutron-legacy:_move_neutron_addresses_route:602 : ip -f inet r 2021-12-07 13:04:23.353 | ++ lib/neutron-legacy:_move_neutron_addresses_route:602 : awk '/default.+eth1\s/ { print $3; exit }' 2021-12-07 13:04:23.360 | + lib/neutron-legacy:_move_neutron_addresses_route:602 : DEFAULT_ROUTE_GW= 2021-12-07 13:04:23.363 | + lib/neutron-legacy:_move_neutron_addresses_route:603 : local ADD_OVS_PORT= 2021-12-07 13:04:23.365 | + lib/neutron-legacy:_move_neutron_addresses_route:604 : local DEL_OVS_PORT= 2021-12-07 13:04:23.368 | + lib/neutron-legacy:_move_neutron_addresses_route:605 : local ARP_CMD= 2021-12-07 13:04:23.372 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : grep inet 2021-12-07 13:04:23.372 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : ip -f inet a s dev eth1 scope global primary 2021-12-07 13:04:23.372 | ++ lib/neutron-legacy:_move_neutron_addresses_route:607 : awk '{ print $2, $3, $4; exit }' 2021-12-07 13:04:23.377 | + lib/neutron-legacy:_move_neutron_addresses_route:607 : IP_BRD='192.168.0.30/22 brd 192.168.3.255' 2021-12-07 13:04:23.380 | + lib/neutron-legacy:_move_neutron_addresses_route:609 : '[' '' '!=' '' ']' 2021-12-07 13:04:23.382 | + lib/neutron-legacy:_move_neutron_addresses_route:613 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:23.385 | + lib/neutron-legacy:_move_neutron_addresses_route:614 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2021-12-07 13:04:23.387 | + lib/neutron-legacy:_move_neutron_addresses_route:617 : [[ False == \T\r\u\e ]] 2021-12-07 13:04:23.390 | + lib/neutron-legacy:_move_neutron_addresses_route:621 : [[ 192.168.0.30/22 brd 192.168.3.255 != '' ]] 2021-12-07 13:04:23.392 | + lib/neutron-legacy:_move_neutron_addresses_route:622 : IP_DEL='sudo ip addr del 192.168.0.30/22 brd 192.168.3.255 dev eth1' 2021-12-07 13:04:23.395 | + lib/neutron-legacy:_move_neutron_addresses_route:623 : IP_REPLACE='sudo ip addr replace 192.168.0.30/22 brd 192.168.3.255 dev br-data' 2021-12-07 13:04:23.397 | + lib/neutron-legacy:_move_neutron_addresses_route:624 : IP_UP='sudo ip link set br-data up' 2021-12-07 13:04:23.400 | + lib/neutron-legacy:_move_neutron_addresses_route:625 : [[ inet == \i\n\e\t ]] 2021-12-07 13:04:23.405 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : echo 192.168.0.30/22 brd 192.168.3.255 2021-12-07 13:04:23.405 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : awk '{ print $1; exit }' 2021-12-07 13:04:23.405 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : grep -o -E '(.*)/' 2021-12-07 13:04:23.406 | ++ lib/neutron-legacy:_move_neutron_addresses_route:626 : cut -d / -f1 2021-12-07 13:04:23.410 | + lib/neutron-legacy:_move_neutron_addresses_route:626 : IP=192.168.0.30 2021-12-07 13:04:23.413 | + lib/neutron-legacy:_move_neutron_addresses_route:627 : ARP_CMD='sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.30 ' 2021-12-07 13:04:23.415 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip addr del 192.168.0.30/22 brd 192.168.3.255 dev eth1 2021-12-07 13:04:23.427 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip addr replace 192.168.0.30/22 brd 192.168.3.255 dev br-data 2021-12-07 13:04:23.439 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ip link set br-data up 2021-12-07 13:04:23.451 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo ovs-vsctl --may-exist add-port br-data eth1 2021-12-07 13:04:23.470 | + lib/neutron-legacy:_move_neutron_addresses_route:633 : sudo arping -A -c 3 -w 4.5 -I br-data 192.168.0.30 2021-12-07 13:04:25.479 | ARPING 192.168.0.30 from 192.168.0.30 br-data 2021-12-07 13:04:25.479 | Sent 3 probes (3 broadcast(s)) 2021-12-07 13:04:25.479 | Received 0 response(s) 2021-12-07 13:04:25.500 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : ip -f inet6 a s dev eth1 2021-12-07 13:04:25.500 | ++ lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : grep -c global 2021-12-07 13:04:25.505 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:134 : [[ 0 != 0 ]] 2021-12-07 13:04:25.507 | + lib/neutron-legacy:configure_mutnauq:356 : is_service_enabled q-meta 2021-12-07 13:04:25.523 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:25.526 | + lib/neutron-legacy:configure_mutnauq:357 : _configure_neutron_metadata_agent 2021-12-07 13:04:25.529 | + lib/neutron-legacy:_configure_neutron_metadata_agent:782 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2021-12-07 13:04:25.533 | + lib/neutron-legacy:_configure_neutron_metadata_agent:784 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2021-12-07 13:04:25.561 | + lib/neutron-legacy:_configure_neutron_metadata_agent:785 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.24 2021-12-07 13:04:25.589 | + lib/neutron-legacy:_configure_neutron_metadata_agent:786 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2021-12-07 13:04:25.619 | + lib/neutron-legacy:_configure_neutron_metadata_agent:787 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2021-12-07 13:04:25.648 | + lib/neutron-legacy:_configure_neutron_metadata_agent:788 : [[ True == \T\r\u\e ]] 2021-12-07 13:04:25.651 | + lib/neutron-legacy:_configure_neutron_metadata_agent:789 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2021-12-07 13:04:25.680 | + lib/neutron-legacy:configure_mutnauq:360 : [[ legacy != \l\e\g\a\c\y ]] 2021-12-07 13:04:25.683 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled ceilometer 2021-12-07 13:04:25.700 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:04:25.703 | + lib/neutron-legacy:configure_mutnauq:367 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2021-12-07 13:04:25.737 | + lib/neutron-legacy:configure_mutnauq:371 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2021-12-07 13:04:25.769 | + lib/neutron:configure_neutron:610 : '[' False == True ']' 2021-12-07 13:04:25.772 | + ./stack.sh:main:1148 : is_service_enabled mysql postgresql 2021-12-07 13:04:25.789 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:25.791 | + ./stack.sh:main:1148 : is_service_enabled neutron 2021-12-07 13:04:25.807 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:04:25.810 | + ./stack.sh:main:1149 : init_neutron 2021-12-07 13:04:25.812 | + lib/neutron:init_neutron:648 : is_neutron_legacy_enabled 2021-12-07 13:04:25.816 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:04:25.816 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-07 13:04:25.821 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:04:25.823 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-07 13:04:25.826 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:04:25.829 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-07 13:04:25.831 | + lib/neutron:init_neutron:650 : init_mutnauq 2021-12-07 13:04:25.834 | + lib/neutron-legacy:init_mutnauq:425 : recreate_database neutron 2021-12-07 13:04:25.836 | + lib/database:recreate_database:110 : local db=neutron 2021-12-07 13:04:25.839 | + lib/database:recreate_database:111 : recreate_database_mysql neutron 2021-12-07 13:04:25.842 | + lib/databases/mysql:recreate_database_mysql:63 : local db=neutron 2021-12-07 13:04:25.844 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2021-12-07 13:04:25.848 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:04:25.861 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2021-12-07 13:04:25.865 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:04:25.877 | + lib/neutron-legacy:init_mutnauq:426 : time_start dbsync 2021-12-07 13:04:25.880 | + functions-common:time_start:2317 : local name=dbsync 2021-12-07 13:04:25.882 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:04:25.885 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:04:25.889 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:04:25.893 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882265890 2021-12-07 13:04:25.895 | + lib/neutron-legacy:init_mutnauq:428 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2021-12-07 13:04:28.935 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:04:28.935 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:04:29.290 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2021-12-07 13:04:29.290 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2021-12-07 13:04:29.356 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2021-12-07 13:05:14.998 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2021-12-07 13:05:15.449 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2021-12-07 13:05:16.941 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2021-12-07 13:05:17.403 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2021-12-07 13:05:18.107 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2021-12-07 13:05:18.564 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2021-12-07 13:05:19.352 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2021-12-07 13:05:19.684 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2021-12-07 13:05:20.061 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2021-12-07 13:05:20.518 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2021-12-07 13:05:21.992 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2021-12-07 13:05:22.426 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2021-12-07 13:05:22.838 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2021-12-07 13:05:23.289 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2021-12-07 13:05:23.683 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2021-12-07 13:05:27.998 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2021-12-07 13:05:28.444 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2021-12-07 13:05:28.895 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2021-12-07 13:05:29.352 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2021-12-07 13:05:30.541 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2021-12-07 13:05:30.888 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2021-12-07 13:05:31.678 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2021-12-07 13:05:33.048 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2021-12-07 13:05:33.455 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2021-12-07 13:05:33.838 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2021-12-07 13:05:34.289 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2021-12-07 13:05:34.524 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2021-12-07 13:05:35.357 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2021-12-07 13:05:35.706 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2021-12-07 13:05:35.963 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2021-12-07 13:05:36.620 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2021-12-07 13:05:36.637 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2021-12-07 13:05:37.409 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2021-12-07 13:05:38.134 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2021-12-07 13:05:38.380 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2021-12-07 13:05:39.483 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2021-12-07 13:05:40.249 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2021-12-07 13:05:41.741 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2021-12-07 13:05:41.878 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2021-12-07 13:05:51.152 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2021-12-07 13:05:51.243 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2021-12-07 13:05:52.031 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2021-12-07 13:05:52.517 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2021-12-07 13:05:52.552 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2021-12-07 13:05:53.020 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2021-12-07 13:05:53.048 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2021-12-07 13:05:53.671 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2021-12-07 13:05:53.849 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2021-12-07 13:05:54.106 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2021-12-07 13:05:54.454 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2021-12-07 13:05:54.889 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2021-12-07 13:05:56.328 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2021-12-07 13:05:57.026 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2021-12-07 13:05:57.174 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2021-12-07 13:05:57.672 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2021-12-07 13:05:58.352 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2021-12-07 13:06:05.300 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2021-12-07 13:06:06.631 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2021-12-07 13:06:07.003 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2021-12-07 13:06:07.306 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2021-12-07 13:06:07.780 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2021-12-07 13:06:08.270 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2021-12-07 13:06:08.483 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2021-12-07 13:06:09.037 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2021-12-07 13:06:09.066 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2021-12-07 13:06:09.917 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2021-12-07 13:06:10.363 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2021-12-07 13:06:11.831 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2021-12-07 13:06:12.356 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2021-12-07 13:06:13.306 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2021-12-07 13:06:13.717 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2021-12-07 13:06:14.409 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2021-12-07 13:06:14.688 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2021-12-07 13:06:14.757 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2021-12-07 13:06:15.180 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2021-12-07 13:06:17.231 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2021-12-07 13:06:17.665 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2021-12-07 13:06:17.968 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2021-12-07 13:06:18.506 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2021-12-07 13:06:18.866 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2021-12-07 13:06:19.357 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2021-12-07 13:06:19.660 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2021-12-07 13:06:20.384 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2021-12-07 13:06:21.082 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2021-12-07 13:06:21.620 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2021-12-07 13:06:23.408 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2021-12-07 13:06:23.654 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2021-12-07 13:06:24.220 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2021-12-07 13:06:26.453 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2021-12-07 13:06:26.837 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2021-12-07 13:06:27.390 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2021-12-07 13:06:28.002 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2021-12-07 13:06:28.807 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2021-12-07 13:06:29.653 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2021-12-07 13:06:29.699 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2021-12-07 13:06:29.745 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2021-12-07 13:06:31.779 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2021-12-07 13:06:34.591 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2021-12-07 13:06:35.340 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2021-12-07 13:06:35.620 | Running upgrade for neutron ... 2021-12-07 13:06:35.620 | OK 2021-12-07 13:06:35.868 | + lib/neutron-legacy:init_mutnauq:429 : time_stop dbsync 2021-12-07 13:06:35.871 | + functions-common:time_stop:2331 : local name 2021-12-07 13:06:35.873 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:06:35.876 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:06:35.878 | + functions-common:time_stop:2334 : local total 2021-12-07 13:06:35.881 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:06:35.884 | + functions-common:time_stop:2337 : name=dbsync 2021-12-07 13:06:35.886 | + functions-common:time_stop:2338 : start_time=1638882265890 2021-12-07 13:06:35.889 | + functions-common:time_stop:2340 : [[ -z 1638882265890 ]] 2021-12-07 13:06:35.892 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:06:35.895 | + functions-common:time_stop:2343 : end_time=1638882395893 2021-12-07 13:06:35.899 | + functions-common:time_stop:2344 : elapsed_time=130003 2021-12-07 13:06:35.902 | + functions-common:time_stop:2345 : total=97987 2021-12-07 13:06:35.904 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:06:35.906 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=227990 2021-12-07 13:06:35.909 | + ./stack.sh:main:1157 : is_service_enabled q-dhcp 2021-12-07 13:06:35.926 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:06:35.929 | ++ ./stack.sh:main:1160 : pidof NetworkManager 2021-12-07 13:06:35.938 | ++ ./stack.sh:main:1160 : true 2021-12-07 13:06:35.941 | + ./stack.sh:main:1160 : netman_pid= 2021-12-07 13:06:35.943 | + ./stack.sh:main:1161 : '[' -z '' ']' 2021-12-07 13:06:35.946 | + ./stack.sh:main:1162 : sudo killall dnsmasq 2021-12-07 13:06:35.972 | dnsmasq: no process found 2021-12-07 13:06:35.977 | + ./stack.sh:main:1162 : true 2021-12-07 13:06:35.979 | + ./stack.sh:main:1167 : clean_iptables 2021-12-07 13:06:35.983 | + lib/nova:clean_iptables:182 : sudo iptables -S -v 2021-12-07 13:06:35.984 | + lib/nova:clean_iptables:182 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-07 13:06:35.985 | + lib/nova:clean_iptables:182 : sed s/-A/-D/g 2021-12-07 13:06:35.985 | + lib/nova:clean_iptables:182 : grep nova 2021-12-07 13:06:35.988 | + lib/nova:clean_iptables:182 : awk '{print "sudo iptables",$0}' 2021-12-07 13:06:35.988 | + lib/nova:clean_iptables:182 : bash 2021-12-07 13:06:35.988 | + lib/nova:clean_iptables:182 : grep '\-A' 2021-12-07 13:06:36.072 | + lib/nova:clean_iptables:184 : grep nova 2021-12-07 13:06:36.072 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-07 13:06:36.072 | + lib/nova:clean_iptables:184 : sudo iptables -S -v -t nat 2021-12-07 13:06:36.075 | + lib/nova:clean_iptables:184 : grep '\-A' 2021-12-07 13:06:36.075 | + lib/nova:clean_iptables:184 : bash 2021-12-07 13:06:36.075 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables -t nat",$0}' 2021-12-07 13:06:36.077 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2021-12-07 13:06:36.164 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-07 13:06:36.165 | + lib/nova:clean_iptables:186 : sed s/-N/-X/g 2021-12-07 13:06:36.165 | + lib/nova:clean_iptables:186 : grep nova 2021-12-07 13:06:36.165 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2021-12-07 13:06:36.166 | + lib/nova:clean_iptables:186 : grep '\-N' 2021-12-07 13:06:36.167 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2021-12-07 13:06:36.168 | + lib/nova:clean_iptables:186 : bash 2021-12-07 13:06:36.179 | + lib/nova:clean_iptables:188 : grep nova 2021-12-07 13:06:36.183 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2021-12-07 13:06:36.183 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2021-12-07 13:06:36.183 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2021-12-07 13:06:36.183 | + lib/nova:clean_iptables:188 : grep '\-N' 2021-12-07 13:06:36.183 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2021-12-07 13:06:36.183 | + lib/nova:clean_iptables:188 : bash 2021-12-07 13:06:36.192 | + ./stack.sh:main:1170 : sudo sysctl -w net.ipv4.ip_forward=1 2021-12-07 13:06:36.200 | net.ipv4.ip_forward = 1 2021-12-07 13:06:36.204 | + ./stack.sh:main:1177 : is_service_enabled swift 2021-12-07 13:06:36.221 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:06:36.224 | + ./stack.sh:main:1178 : echo_summary 'Configuring Swift' 2021-12-07 13:06:36.226 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:06:36.229 | + ./stack.sh:echo_summary:428 : echo -e Configuring Swift 2021-12-07 13:06:36.231 | + ./stack.sh:main:1179 : init_swift 2021-12-07 13:06:36.234 | + lib/swift:init_swift:690 : local node_number 2021-12-07 13:06:36.236 | + lib/swift:init_swift:692 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-12-07 13:06:37.061 | No object-reconstructor running 2021-12-07 13:06:37.062 | No object-auditor running 2021-12-07 13:06:37.062 | No container-replicator running 2021-12-07 13:06:37.062 | No object-replicator running 2021-12-07 13:06:37.062 | No container-server running 2021-12-07 13:06:37.062 | No container-reconciler running 2021-12-07 13:06:37.062 | No object-server running 2021-12-07 13:06:37.062 | No container-auditor running 2021-12-07 13:06:37.062 | No container-sharder running 2021-12-07 13:06:37.062 | No account-auditor running 2021-12-07 13:06:37.062 | No account-server running 2021-12-07 13:06:37.062 | No container-sync running 2021-12-07 13:06:37.062 | No container-updater running 2021-12-07 13:06:37.062 | No object-updater running 2021-12-07 13:06:37.062 | No object-expirer running 2021-12-07 13:06:37.062 | No account-replicator running 2021-12-07 13:06:37.062 | No account-reaper running 2021-12-07 13:06:37.062 | No proxy-server running 2021-12-07 13:06:37.112 | + lib/swift:init_swift:692 : true 2021-12-07 13:06:37.115 | + lib/swift:init_swift:695 : create_swift_disk 2021-12-07 13:06:37.117 | + lib/swift:create_swift_disk:566 : local node_number 2021-12-07 13:06:37.120 | + lib/swift:create_swift_disk:571 : local user_group 2021-12-07 13:06:37.122 | ++ lib/swift:create_swift_disk:572 : id -g ubuntu 2021-12-07 13:06:37.127 | + lib/swift:create_swift_disk:572 : user_group=1000 2021-12-07 13:06:37.130 | + lib/swift:create_swift_disk:573 : 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-12-07 13:06:37.141 | + lib/swift:create_swift_disk:576 : [[ -e /opt/stack/data/swift/drives/images/swift.img ]] 2021-12-07 13:06:37.144 | + lib/swift:create_swift_disk:583 : mkdir -p /opt/stack/data/swift/drives/images 2021-12-07 13:06:37.148 | + lib/swift:create_swift_disk:584 : sudo touch /opt/stack/data/swift/drives/images/swift.img 2021-12-07 13:06:37.159 | + lib/swift:create_swift_disk:585 : sudo chown ubuntu: /opt/stack/data/swift/drives/images/swift.img 2021-12-07 13:06:37.170 | + lib/swift:create_swift_disk:587 : truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2021-12-07 13:06:37.179 | + lib/swift:create_swift_disk:590 : /sbin/mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2021-12-07 13:06:37.379 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2021-12-07 13:06:37.379 | = sectsz=512 attr=2, projid32bit=1 2021-12-07 13:06:37.379 | = crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0 2021-12-07 13:06:37.379 | data = bsize=4096 blocks=1572864, imaxpct=25 2021-12-07 13:06:37.379 | = sunit=0 swidth=0 blks 2021-12-07 13:06:37.379 | naming =version 2 bsize=4096 ascii-ci=0 ftype=1 2021-12-07 13:06:37.379 | log =internal log bsize=4096 blocks=2560, version=2 2021-12-07 13:06:37.379 | = sectsz=512 sunit=0 blks, lazy-count=1 2021-12-07 13:06:37.379 | realtime =none extsz=4096 blocks=0, rtextents=0 2021-12-07 13:06:37.382 | + lib/swift:create_swift_disk:593 : mkdir -p /opt/stack/data/swift/drives/sdb1 2021-12-07 13:06:37.394 | + lib/swift:create_swift_disk:594 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2021-12-07 13:06:37.400 | + lib/swift:create_swift_disk:595 : 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-12-07 13:06:37.468 | + lib/swift:create_swift_disk:601 : local node_number 2021-12-07 13:06:37.470 | + lib/swift:create_swift_disk:602 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-12-07 13:06:37.473 | + lib/swift:create_swift_disk:604 : local node_devices=/opt/stack/data/swift/1 2021-12-07 13:06:37.475 | + lib/swift:create_swift_disk:605 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2021-12-07 13:06:37.477 | + lib/swift:create_swift_disk:606 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2021-12-07 13:06:37.489 | + lib/swift:create_swift_disk:607 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2021-12-07 13:06:37.491 | + lib/swift:create_swift_disk:608 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2021-12-07 13:06:37.493 | + lib/swift:create_swift_disk:609 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2021-12-07 13:06:37.507 | + lib/swift:init_swift:699 : pushd /etc/swift 2021-12-07 13:06:37.510 | + lib/swift:init_swift:701 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2021-12-07 13:06:37.513 | + lib/swift:init_swift:703 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2021-12-07 13:06:38.429 | + lib/swift:init_swift:704 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2021-12-07 13:06:39.299 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2021-12-07 13:06:40.171 | + lib/swift:init_swift:711 : [[ -n '' ]] 2021-12-07 13:06:40.174 | + lib/swift:init_swift:724 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-12-07 13:06:40.176 | + lib/swift:init_swift:725 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2021-12-07 13:06:41.004 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2021-12-07 13:06:41.005 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2021-12-07 13:06:41.053 | + lib/swift:init_swift:726 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2021-12-07 13:06:41.875 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2021-12-07 13:06:41.875 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2021-12-07 13:06:41.924 | + lib/swift:init_swift:727 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2021-12-07 13:06:42.782 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2021-12-07 13:06:42.782 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2021-12-07 13:06:42.831 | + lib/swift:init_swift:733 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2021-12-07 13:06:43.819 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-12-07 13:06:43.864 | + lib/swift:init_swift:734 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2021-12-07 13:06:44.819 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-12-07 13:06:44.866 | + lib/swift:init_swift:735 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2021-12-07 13:06:45.836 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2021-12-07 13:06:45.880 | + lib/swift:init_swift:736 : popd 2021-12-07 13:06:45.884 | + ./stack.sh:main:1186 : is_service_enabled cinder 2021-12-07 13:06:45.901 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:06:45.903 | + ./stack.sh:main:1187 : echo_summary 'Configuring Cinder' 2021-12-07 13:06:45.906 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:06:45.908 | + ./stack.sh:echo_summary:428 : echo -e Configuring Cinder 2021-12-07 13:06:45.911 | + ./stack.sh:main:1188 : init_cinder 2021-12-07 13:06:45.913 | + lib/cinder:init_cinder:387 : is_service_enabled mysql postgresql 2021-12-07 13:06:45.929 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:06:45.932 | + lib/cinder:init_cinder:389 : recreate_database cinder 2021-12-07 13:06:45.934 | + lib/database:recreate_database:110 : local db=cinder 2021-12-07 13:06:45.937 | + lib/database:recreate_database:111 : recreate_database_mysql cinder 2021-12-07 13:06:45.939 | + lib/databases/mysql:recreate_database_mysql:63 : local db=cinder 2021-12-07 13:06:45.942 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2021-12-07 13:06:45.946 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:06:45.959 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2021-12-07 13:06:45.964 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:06:45.987 | + lib/cinder:init_cinder:391 : time_start dbsync 2021-12-07 13:06:45.990 | + functions-common:time_start:2317 : local name=dbsync 2021-12-07 13:06:45.993 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:06:45.995 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:06:45.998 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:06:46.002 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882405999 2021-12-07 13:06:46.004 | + lib/cinder:init_cinder:393 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2021-12-07 13:06:48.874 | 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=81462) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:06:48.876 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:06:48.877 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.877 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.878 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.878 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.879 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.879 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.880 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.880 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.881 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.881 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.882 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.882 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.882 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:06:48.883 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:06:48.926 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:06:48.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.927 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.927 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.928 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.928 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.930 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.931 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.931 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.932 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:48.932 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:48.932 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:06:48.933 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:06:49.214 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:06:49.215 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/125_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/134_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/131_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/129_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/135_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/124_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/132_create_default_volume_type.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/127_change_project_resource_attribute_for_quota_usages.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/133_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/123_cinder_init.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/126_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/128_add_project_id_and_accepted_to_transfer.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py... {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:06:49.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo/versions/130_placeholder.py loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:06:49.221 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/sqlalchemy/migrate_repo loaded successfully {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:06:49.221 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'cinder'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=81462) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:06:49.229 | INFO migrate.versioning.api [-] 122 -> 123...  2021-12-07 13:07:14.746 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:14.747 | INFO migrate.versioning.api [-] 123 -> 124...  2021-12-07 13:07:14.781 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:14.781 | INFO migrate.versioning.api [-] 124 -> 125...  2021-12-07 13:07:14.827 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:14.827 | INFO migrate.versioning.api [-] 125 -> 126...  2021-12-07 13:07:14.867 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:14.867 | INFO migrate.versioning.api [-] 126 -> 127...  2021-12-07 13:07:14.987 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:14.987 | INFO migrate.versioning.api [-] 127 -> 128...  2021-12-07 13:07:16.872 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:16.872 | INFO migrate.versioning.api [-] 128 -> 129...  2021-12-07 13:07:16.906 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:16.907 | INFO migrate.versioning.api [-] 129 -> 130...  2021-12-07 13:07:16.946 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:16.946 | INFO migrate.versioning.api [-] 130 -> 131...  2021-12-07 13:07:16.981 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:16.981 | INFO migrate.versioning.api [-] 131 -> 132...  2021-12-07 13:07:17.078 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:17.078 | INFO migrate.versioning.api [-] 132 -> 133...  2021-12-07 13:07:17.112 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:17.113 | INFO migrate.versioning.api [-] 133 -> 134...  2021-12-07 13:07:17.164 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:17.165 | INFO migrate.versioning.api [-] 134 -> 135...  2021-12-07 13:07:17.209 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:17.210 | INFO migrate.versioning.api [-] 135 -> 136...  2021-12-07 13:07:18.517 | INFO migrate.versioning.api [-] done 2021-12-07 13:07:18.817 | + lib/cinder:init_cinder:394 : time_stop dbsync 2021-12-07 13:07:18.820 | + functions-common:time_stop:2331 : local name 2021-12-07 13:07:18.823 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:07:18.825 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:07:18.828 | + functions-common:time_stop:2334 : local total 2021-12-07 13:07:18.830 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:07:18.833 | + functions-common:time_stop:2337 : name=dbsync 2021-12-07 13:07:18.835 | + functions-common:time_stop:2338 : start_time=1638882405999 2021-12-07 13:07:18.838 | + functions-common:time_stop:2340 : [[ -z 1638882405999 ]] 2021-12-07 13:07:18.841 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:07:18.845 | + functions-common:time_stop:2343 : end_time=1638882438842 2021-12-07 13:07:18.847 | + functions-common:time_stop:2344 : elapsed_time=32843 2021-12-07 13:07:18.849 | + functions-common:time_stop:2345 : total=227990 2021-12-07 13:07:18.852 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:07:18.855 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=260833 2021-12-07 13:07:18.857 | + lib/cinder:init_cinder:397 : is_service_enabled c-vol 2021-12-07 13:07:18.874 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:07:18.876 | + lib/cinder:init_cinder:397 : [[ -n lvm:lvmdriver-1 ]] 2021-12-07 13:07:18.879 | + lib/cinder:init_cinder:398 : local be be_name be_type 2021-12-07 13:07:18.881 | + lib/cinder:init_cinder:399 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-12-07 13:07:18.884 | + lib/cinder:init_cinder:400 : be_type=lvm 2021-12-07 13:07:18.886 | + lib/cinder:init_cinder:401 : be_name=lvmdriver-1 2021-12-07 13:07:18.889 | + lib/cinder:init_cinder:402 : type init_cinder_backend_lvm 2021-12-07 13:07:18.891 | + lib/cinder:init_cinder:404 : [[ lvm == \l\v\m ]] 2021-12-07 13:07:18.894 | + lib/cinder:init_cinder:405 : init_default_lvm_volume_group 2021-12-07 13:07:18.897 | + lib/lvm:init_default_lvm_volume_group:162 : [[ 0 = \0 ]] 2021-12-07 13:07:18.900 | + lib/lvm:init_default_lvm_volume_group:163 : init_lvm_volume_group stack-volumes-default 50000M 2021-12-07 13:07:18.902 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-default 2021-12-07 13:07:18.904 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2021-12-07 13:07:18.907 | + lib/lvm:init_lvm_volume_group:128 : [[ bionic =~ f30 ]] 2021-12-07 13:07:18.909 | + lib/lvm:init_lvm_volume_group:134 : is_fedora 2021-12-07 13:07:18.912 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 13:07:18.914 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 13:07:18.917 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 13:07:18.919 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 13:07:18.921 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 13:07:18.924 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 13:07:18.926 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 13:07:18.929 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 13:07:18.932 | + lib/lvm:init_lvm_volume_group:134 : is_suse 2021-12-07 13:07:18.934 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 13:07:18.936 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 13:07:18.939 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 13:07:18.941 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 13:07:18.944 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 13:07:18.946 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 13:07:18.948 | + lib/lvm:init_lvm_volume_group:139 : _create_lvm_volume_group stack-volumes-default 50000M 2021-12-07 13:07:18.951 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-default 2021-12-07 13:07:18.953 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2021-12-07 13:07:18.955 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-default-backing-file 2021-12-07 13:07:18.958 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-default 2021-12-07 13:07:18.974 | Volume group "stack-volumes-default" not found 2021-12-07 13:07:18.974 | Cannot process volume group stack-volumes-default 2021-12-07 13:07:18.978 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-default-backing-file ]] 2021-12-07 13:07:18.981 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-default-backing-file 2021-12-07 13:07:18.985 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2021-12-07 13:07:18.988 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2021-12-07 13:07:18.988 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2021-12-07 13:07:18.997 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2021-12-07 13:07:18.999 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2021-12-07 13:07:19.002 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-default-backing-file 2021-12-07 13:07:19.088 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop1 2021-12-07 13:07:19.090 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-default 2021-12-07 13:07:19.107 | Volume group "stack-volumes-default" not found 2021-12-07 13:07:19.107 | Cannot process volume group stack-volumes-default 2021-12-07 13:07:19.111 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-default /dev/loop1 2021-12-07 13:07:19.365 | Physical volume "/dev/loop1" successfully created. 2021-12-07 13:07:19.480 | Volume group "stack-volumes-default" successfully created 2021-12-07 13:07:19.485 | + lib/lvm:init_lvm_volume_group:142 : '[' tgtadm = lioadm ']' 2021-12-07 13:07:19.489 | + lib/lvm:init_lvm_volume_group:145 : awk '/Target/ {print $3}' 2021-12-07 13:07:19.489 | + lib/lvm:init_lvm_volume_group:145 : sudo tgtadm --op show --mode target 2021-12-07 13:07:19.489 | + lib/lvm:init_lvm_volume_group:145 : sudo xargs -r -n1 tgt-admin --delete 2021-12-07 13:07:19.501 | + lib/lvm:init_lvm_volume_group:147 : _clean_lvm_volume_group stack-volumes-default 2021-12-07 13:07:19.504 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-default 2021-12-07 13:07:19.509 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-default 2021-12-07 13:07:19.552 | + lib/lvm:init_default_lvm_volume_group:164 : _DEFAULT_LVM_INIT=1 2021-12-07 13:07:19.554 | + lib/cinder:init_cinder:407 : init_cinder_backend_lvm lvmdriver-1 2021-12-07 13:07:19.557 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2021-12-07 13:07:19.559 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2021-12-07 13:07:19.562 | + lib/lvm:init_lvm_volume_group:124 : local vg=stack-volumes-lvmdriver-1 2021-12-07 13:07:19.564 | + lib/lvm:init_lvm_volume_group:125 : local size=50000M 2021-12-07 13:07:19.566 | + lib/lvm:init_lvm_volume_group:128 : [[ bionic =~ f30 ]] 2021-12-07 13:07:19.570 | + lib/lvm:init_lvm_volume_group:134 : is_fedora 2021-12-07 13:07:19.572 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-12-07 13:07:19.574 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-12-07 13:07:19.577 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-12-07 13:07:19.579 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-12-07 13:07:19.581 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-12-07 13:07:19.583 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-12-07 13:07:19.587 | + functions-common:is_fedora:453 : '[' Ubuntu = OracleServer ']' 2021-12-07 13:07:19.589 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-12-07 13:07:19.592 | + lib/lvm:init_lvm_volume_group:134 : is_suse 2021-12-07 13:07:19.594 | + functions-common:is_suse:462 : is_opensuse 2021-12-07 13:07:19.597 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-12-07 13:07:19.599 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-12-07 13:07:19.602 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-12-07 13:07:19.604 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-12-07 13:07:19.606 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-12-07 13:07:19.609 | + lib/lvm:init_lvm_volume_group:139 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2021-12-07 13:07:19.611 | + lib/lvm:_create_lvm_volume_group:95 : local vg=stack-volumes-lvmdriver-1 2021-12-07 13:07:19.614 | + lib/lvm:_create_lvm_volume_group:96 : local size=50000M 2021-12-07 13:07:19.616 | + lib/lvm:_create_lvm_volume_group:98 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-12-07 13:07:19.618 | + lib/lvm:_create_lvm_volume_group:99 : sudo vgs stack-volumes-lvmdriver-1 2021-12-07 13:07:19.635 | Volume group "stack-volumes-lvmdriver-1" not found 2021-12-07 13:07:19.635 | Cannot process volume group stack-volumes-lvmdriver-1 2021-12-07 13:07:19.639 | + lib/lvm:_create_lvm_volume_group:101 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2021-12-07 13:07:19.642 | + lib/lvm:_create_lvm_volume_group:101 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-12-07 13:07:19.646 | + lib/lvm:_create_lvm_volume_group:103 : local directio= 2021-12-07 13:07:19.649 | + lib/lvm:_create_lvm_volume_group:105 : losetup -h 2021-12-07 13:07:19.650 | + lib/lvm:_create_lvm_volume_group:105 : grep -q direct-io 2021-12-07 13:07:19.653 | + lib/lvm:_create_lvm_volume_group:106 : directio=--direct-io=on 2021-12-07 13:07:19.656 | + lib/lvm:_create_lvm_volume_group:109 : local vg_dev 2021-12-07 13:07:19.659 | ++ lib/lvm:_create_lvm_volume_group:110 : sudo losetup -f --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2021-12-07 13:07:19.727 | + lib/lvm:_create_lvm_volume_group:110 : vg_dev=/dev/loop2 2021-12-07 13:07:19.729 | + lib/lvm:_create_lvm_volume_group:113 : sudo vgs stack-volumes-lvmdriver-1 2021-12-07 13:07:19.745 | Volume group "stack-volumes-lvmdriver-1" not found 2021-12-07 13:07:19.745 | Cannot process volume group stack-volumes-lvmdriver-1 2021-12-07 13:07:19.749 | + lib/lvm:_create_lvm_volume_group:114 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop2 2021-12-07 13:07:19.973 | Physical volume "/dev/loop2" successfully created. 2021-12-07 13:07:20.098 | Volume group "stack-volumes-lvmdriver-1" successfully created 2021-12-07 13:07:20.106 | + lib/lvm:init_lvm_volume_group:142 : '[' tgtadm = lioadm ']' 2021-12-07 13:07:20.109 | + lib/lvm:init_lvm_volume_group:145 : sudo xargs -r -n1 tgt-admin --delete 2021-12-07 13:07:20.109 | + lib/lvm:init_lvm_volume_group:145 : awk '/Target/ {print $3}' 2021-12-07 13:07:20.110 | + lib/lvm:init_lvm_volume_group:145 : sudo tgtadm --op show --mode target 2021-12-07 13:07:20.125 | + lib/lvm:init_lvm_volume_group:147 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2021-12-07 13:07:20.128 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2021-12-07 13:07:20.132 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2021-12-07 13:07:20.188 | + lib/cinder:init_cinder:412 : mkdir -p /opt/stack/data/cinder/volumes 2021-12-07 13:07:20.192 | + ./stack.sh:main:1194 : is_service_enabled placement 2021-12-07 13:07:20.211 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:07:20.214 | + ./stack.sh:main:1195 : echo_summary 'Configuring placement' 2021-12-07 13:07:20.216 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:07:20.219 | + ./stack.sh:echo_summary:428 : echo -e Configuring placement 2021-12-07 13:07:20.221 | + ./stack.sh:main:1196 : init_placement 2021-12-07 13:07:20.224 | + lib/placement:init_placement:130 : recreate_database placement 2021-12-07 13:07:20.228 | + lib/database:recreate_database:110 : local db=placement 2021-12-07 13:07:20.231 | + lib/database:recreate_database:111 : recreate_database_mysql placement 2021-12-07 13:07:20.234 | + lib/databases/mysql:recreate_database_mysql:63 : local db=placement 2021-12-07 13:07:20.237 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2021-12-07 13:07:20.243 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:07:20.258 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2021-12-07 13:07:20.262 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:07:20.277 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2021-12-07 13:07:30.257 | + lib/placement:init_placement:132 : create_placement_accounts 2021-12-07 13:07:30.260 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2021-12-07 13:07:30.262 | + lib/keystone:create_service_user:395 : get_or_create_user placement Passw0rd Default 2021-12-07 13:07:30.265 | + functions-common:get_or_create_user:824 : local user_id 2021-12-07 13:07:30.268 | + functions-common:get_or_create_user:825 : [[ ! -z '' ]] 2021-12-07 13:07:30.271 | + functions-common:get_or_create_user:828 : local email= 2021-12-07 13:07:30.275 | ++ functions-common:get_or_create_user:842 : oscwrap user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2021-12-07 13:07:32.877 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:07:32.880 | + functions-common:get_or_create_user:840 : user_id=472b5ad49d1a4f40b9e9ba7c6a32a941 2021-12-07 13:07:32.883 | + functions-common:get_or_create_user:841 : echo 472b5ad49d1a4f40b9e9ba7c6a32a941 2021-12-07 13:07:32.883 | 472b5ad49d1a4f40b9e9ba7c6a32a941 2021-12-07 13:07:32.885 | + lib/keystone:create_service_user:396 : get_or_add_user_project_role service placement service Default Default 2021-12-07 13:07:32.888 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:07:32.891 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:07:32.894 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:07:32.897 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:07:32.900 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:07:32.902 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:07:32.905 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:07:32.907 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:07:32.909 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:07:32.912 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:07:32.916 | ++ 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-12-07 13:07:32.916 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:07:32.917 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:07:32.919 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:07:32.922 | ++ functions-common:get_field:727 : read data 2021-12-07 13:07:35.878 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:07:35.882 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:07:35.885 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:07:35.887 | + functions-common:get_or_add_user_project_role:901 : openstack role add service --user placement --project service --user-domain Default --project-domain Default 2021-12-07 13:07:38.939 | ++ 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-12-07 13:07:38.939 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:07:38.939 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:07:38.942 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:07:38.945 | ++ functions-common:get_field:727 : read data 2021-12-07 13:07:41.950 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:07:41.954 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:07:41.956 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:07:41.959 | ++ functions-common:get_field:733 : echo '| e27509ab639148a0945b117f8536178f | 472b5ad49d1a4f40b9e9ba7c6a32a941 | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:07:41.960 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:07:41.965 | ++ functions-common:get_field:727 : read data 2021-12-07 13:07:41.969 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e27509ab639148a0945b117f8536178f 2021-12-07 13:07:41.971 | + functions-common:get_or_add_user_project_role:912 : echo e27509ab639148a0945b117f8536178f 2021-12-07 13:07:41.971 | e27509ab639148a0945b117f8536178f 2021-12-07 13:07:41.974 | + lib/keystone:create_service_user:398 : [[ -n admin ]] 2021-12-07 13:07:41.976 | + lib/keystone:create_service_user:399 : get_or_add_user_project_role admin placement service Default Default 2021-12-07 13:07:41.979 | + functions-common:get_or_add_user_project_role:888 : local user_role_id 2021-12-07 13:07:41.982 | ++ functions-common:get_or_add_user_project_role:890 : _get_domain_args Default Default 2021-12-07 13:07:41.985 | ++ functions-common:_get_domain_args:872 : local domain 2021-12-07 13:07:41.987 | ++ functions-common:_get_domain_args:873 : domain= 2021-12-07 13:07:41.990 | ++ functions-common:_get_domain_args:875 : [[ -n Default ]] 2021-12-07 13:07:41.993 | ++ functions-common:_get_domain_args:876 : domain=' --user-domain Default' 2021-12-07 13:07:41.995 | ++ functions-common:_get_domain_args:878 : [[ -n Default ]] 2021-12-07 13:07:41.997 | ++ functions-common:_get_domain_args:879 : domain=' --user-domain Default --project-domain Default' 2021-12-07 13:07:42.000 | ++ functions-common:_get_domain_args:882 : echo --user-domain Default --project-domain Default 2021-12-07 13:07:42.003 | + functions-common:get_or_add_user_project_role:890 : domain_args='--user-domain Default --project-domain Default' 2021-12-07 13:07:42.007 | ++ 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-12-07 13:07:42.008 | ++ functions-common:get_or_add_user_project_role:898 : get_field 1 2021-12-07 13:07:42.008 | ++ functions-common:get_or_add_user_project_role:898 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:07:42.010 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:07:42.013 | ++ functions-common:get_field:727 : read data 2021-12-07 13:07:45.048 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:07:45.052 | + functions-common:get_or_add_user_project_role:898 : user_role_id= 2021-12-07 13:07:45.056 | + functions-common:get_or_add_user_project_role:899 : [[ -z '' ]] 2021-12-07 13:07:45.058 | + functions-common:get_or_add_user_project_role:901 : openstack role add admin --user placement --project service --user-domain Default --project-domain Default 2021-12-07 13:07:47.978 | ++ 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-12-07 13:07:47.978 | ++ functions-common:get_or_add_user_project_role:910 : grep '^|\s[a-f0-9]\+' 2021-12-07 13:07:47.978 | ++ functions-common:get_or_add_user_project_role:910 : get_field 1 2021-12-07 13:07:47.981 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:07:47.983 | ++ functions-common:get_field:727 : read data 2021-12-07 13:07:50.967 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:07:50.970 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:07:50.972 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:07:50.976 | ++ functions-common:get_field:733 : echo '| e7e7d1d596144ed4a8f3aab2ffd09faa | 472b5ad49d1a4f40b9e9ba7c6a32a941 | | 26b30a7f9e9343eeae309c2be414dfc7 | | | False |' 2021-12-07 13:07:50.977 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:07:50.982 | ++ functions-common:get_field:727 : read data 2021-12-07 13:07:50.985 | + functions-common:get_or_add_user_project_role:910 : user_role_id=e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:07:50.988 | + functions-common:get_or_add_user_project_role:912 : echo e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:07:50.988 | e7e7d1d596144ed4a8f3aab2ffd09faa 2021-12-07 13:07:50.990 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.24/placement 2021-12-07 13:07:50.993 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2021-12-07 13:07:50.996 | + functions-common:get_or_create_service:966 : local service_id 2021-12-07 13:07:50.999 | ++ functions-common:get_or_create_service:979 : oscwrap service show placement -f value -c id 2021-12-07 13:07:53.265 | ++ functions-common:get_or_create_service:981 : oscwrap service create placement --name placement '--description=Placement Service' -f value -c id 2021-12-07 13:07:55.474 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:07:55.477 | + functions-common:get_or_create_service:977 : service_id=' 2021-12-07 13:07:55.477 | a31130cf3e514b158d8e3b7991426d19' 2021-12-07 13:07:55.480 | + functions-common:get_or_create_service:978 : echo a31130cf3e514b158d8e3b7991426d19 2021-12-07 13:07:55.480 | a31130cf3e514b158d8e3b7991426d19 2021-12-07 13:07:55.482 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.24/placement 2021-12-07 13:07:55.485 | + functions-common:get_or_create_endpoint:1010 : local public_id 2021-12-07 13:07:55.488 | ++ functions-common:get_or_create_endpoint:1011 : _get_or_create_endpoint_with_interface placement public http://10.222.0.24/placement RegionOne 2021-12-07 13:07:55.492 | ++ functions-common:_get_or_create_endpoint_with_interface:984 : local endpoint_id 2021-12-07 13:07:55.495 | +++ functions-common:_get_or_create_endpoint_with_interface:989 : oscwrap endpoint list --service placement --interface public --region RegionOne -c ID -f value 2021-12-07 13:07:57.826 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:07:57.829 | ++ functions-common:_get_or_create_endpoint_with_interface:989 : endpoint_id= 2021-12-07 13:07:57.832 | ++ functions-common:_get_or_create_endpoint_with_interface:990 : [[ -z '' ]] 2021-12-07 13:07:57.836 | +++ functions-common:_get_or_create_endpoint_with_interface:993 : oscwrap endpoint create placement public http://10.222.0.24/placement --region RegionOne -f value -c id 2021-12-07 13:08:00.165 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:08:00.168 | ++ functions-common:_get_or_create_endpoint_with_interface:993 : endpoint_id=3c2793c3ac2f4287b494c8a0daef5b58 2021-12-07 13:08:00.170 | ++ functions-common:_get_or_create_endpoint_with_interface:996 : echo 3c2793c3ac2f4287b494c8a0daef5b58 2021-12-07 13:08:00.173 | + functions-common:get_or_create_endpoint:1011 : public_id=3c2793c3ac2f4287b494c8a0daef5b58 2021-12-07 13:08:00.176 | + functions-common:get_or_create_endpoint:1013 : [[ -n '' ]] 2021-12-07 13:08:00.179 | + functions-common:get_or_create_endpoint:1016 : [[ -n '' ]] 2021-12-07 13:08:00.182 | + functions-common:get_or_create_endpoint:1020 : echo 3c2793c3ac2f4287b494c8a0daef5b58 2021-12-07 13:08:00.182 | 3c2793c3ac2f4287b494c8a0daef5b58 2021-12-07 13:08:00.184 | + ./stack.sh:main:1202 : is_service_enabled nova 2021-12-07 13:08:00.201 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:08:00.203 | + ./stack.sh:main:1203 : echo_summary 'Configuring Nova' 2021-12-07 13:08:00.205 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:08:00.208 | + ./stack.sh:echo_summary:428 : echo -e Configuring Nova 2021-12-07 13:08:00.210 | + ./stack.sh:main:1204 : init_nova 2021-12-07 13:08:00.213 | + lib/nova:init_nova:758 : is_service_enabled mysql postgresql 2021-12-07 13:08:00.230 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:08:00.233 | + lib/nova:init_nova:758 : is_service_enabled n-api 2021-12-07 13:08:00.249 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:08:00.252 | + lib/nova:init_nova:759 : recreate_database nova_api 2021-12-07 13:08:00.254 | + lib/database:recreate_database:110 : local db=nova_api 2021-12-07 13:08:00.256 | + lib/database:recreate_database:111 : recreate_database_mysql nova_api 2021-12-07 13:08:00.259 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_api 2021-12-07 13:08:00.261 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2021-12-07 13:08:00.265 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:08:00.278 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2021-12-07 13:08:00.282 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:08:00.295 | + lib/nova:init_nova:760 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2021-12-07 13:08:04.091 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:08:04.092 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/067_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.093 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/014_keypairs.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.093 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/060_instance_group_policy_add_rules.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/060_instance_group_policy_add_rules.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.094 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.094 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/041_resource_provider_traits.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.095 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.095 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/038_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.096 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.096 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/008_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/063_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.097 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.097 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/003_host_mapping.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/033_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/052_request_specs_spec_mediumtext.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/052_request_specs_spec_mediumtext.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/017_aggregates.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/018_instance_groups.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.100 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.100 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/027_quotas.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.101 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/026_add_resource_classes.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.101 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/009_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.102 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/037_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.102 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/040_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.103 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/020_block_device_mappings_mediumtext.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.103 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/020_block_device_mappings_mediumtext.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/035_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.104 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.104 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/049_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.105 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/064_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.105 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/022_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.106 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/023_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.106 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/058_cell_mapping_add_disabled.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/058_cell_mapping_add_disabled.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.107 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/047_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.107 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/013_build_request_extended_attrs.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.108 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/030_require_cell_setup.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.108 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/036_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.109 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/053_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.109 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/043_placement_consumers.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.110 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/010_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.110 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/056_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.111 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/050_flavors_add_description.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.111 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/062_instance_mapping_add_user_id.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/062_instance_mapping_add_user_id.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.112 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/021_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.112 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/048_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.113 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/025_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.113 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/006_build_request.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.114 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/032_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.114 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.115 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/004_add_request_spec.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.115 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/016_resource_providers.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.116 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.116 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/007_instance_mapping_nullable_cellid.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/055_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.117 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.117 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/057_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/054_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.118 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.118 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/011_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.119 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.119 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/039_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/061_instance_mapping_add_queued_for_delete.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/061_instance_mapping_add_queued_for_delete.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.120 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.120 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/001_cell_mapping.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/019_build_request_add_block_device_mapping.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/019_build_request_add_block_device_mapping.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.121 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.121 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/031_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/028_build_requests_instance_mediumtext.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/028_build_requests_instance_mediumtext.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.122 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.122 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/029_placement_aggregates.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/042_build_requests_add_tags.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/042_build_requests_add_tags.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.123 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.123 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/046_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/051_nested_resource_providers.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.124 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/015_build_request_nullable_columns.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.124 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/015_build_request_nullable_columns.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/065_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.125 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.125 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/002_instance_mapping.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/059_add_consumer_generation.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.126 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.126 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/066_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/012_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.127 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/044_placement_add_projects_users.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.127 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/044_placement_add_projects_users.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/045_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.128 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/005_flavors.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.128 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/024_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.129 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py... {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:04.129 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo/versions/034_placeholder.py loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:04.130 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/api_migrations/migrate_repo loaded successfully {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:08:04.130 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova_api'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=82323) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:08:04.530 | INFO migrate.versioning.api [-] 0 -> 1...  2021-12-07 13:08:05.054 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:05.054 | INFO migrate.versioning.api [-] 1 -> 2...  2021-12-07 13:08:06.192 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:06.192 | INFO migrate.versioning.api [-] 2 -> 3...  2021-12-07 13:08:06.912 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:06.912 | INFO migrate.versioning.api [-] 3 -> 4...  2021-12-07 13:08:07.500 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:07.501 | INFO migrate.versioning.api [-] 4 -> 5...  2021-12-07 13:08:08.964 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:08.964 | INFO migrate.versioning.api [-] 5 -> 6...  2021-12-07 13:08:09.762 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:09.762 | INFO migrate.versioning.api [-] 6 -> 7...  2021-12-07 13:08:10.369 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:10.369 | INFO migrate.versioning.api [-] 7 -> 8...  2021-12-07 13:08:10.426 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:10.426 | INFO migrate.versioning.api [-] 8 -> 9...  2021-12-07 13:08:10.472 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:10.472 | INFO migrate.versioning.api [-] 9 -> 10...  2021-12-07 13:08:10.511 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:10.511 | INFO migrate.versioning.api [-] 10 -> 11...  2021-12-07 13:08:10.574 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:10.575 | INFO migrate.versioning.api [-] 11 -> 12...  2021-12-07 13:08:10.620 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:10.620 | INFO migrate.versioning.api [-] 12 -> 13...  2021-12-07 13:08:12.157 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:12.157 | INFO migrate.versioning.api [-] 13 -> 14...  2021-12-07 13:08:12.603 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:12.604 | INFO migrate.versioning.api [-] 14 -> 15...  2021-12-07 13:08:15.294 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:15.294 | INFO migrate.versioning.api [-] 15 -> 16...  2021-12-07 13:08:18.545 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:18.545 | INFO migrate.versioning.api [-] 16 -> 17...  2021-12-07 13:08:20.180 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:20.180 | INFO migrate.versioning.api [-] 17 -> 18...  2021-12-07 13:08:21.636 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:21.636 | INFO migrate.versioning.api [-] 18 -> 19...  2021-12-07 13:08:22.230 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:22.230 | INFO migrate.versioning.api [-] 19 -> 20...  2021-12-07 13:08:23.018 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:23.019 | INFO migrate.versioning.api [-] 20 -> 21...  2021-12-07 13:08:23.055 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:23.055 | INFO migrate.versioning.api [-] 21 -> 22...  2021-12-07 13:08:23.099 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:23.099 | INFO migrate.versioning.api [-] 22 -> 23...  2021-12-07 13:08:23.138 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:23.138 | INFO migrate.versioning.api [-] 23 -> 24...  2021-12-07 13:08:23.173 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:23.173 | INFO migrate.versioning.api [-] 24 -> 25...  2021-12-07 13:08:23.203 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:23.203 | INFO migrate.versioning.api [-] 25 -> 26...  2021-12-07 13:08:23.591 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:23.592 | INFO migrate.versioning.api [-] 26 -> 27...  2021-12-07 13:08:27.106 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:27.106 | INFO migrate.versioning.api [-] 27 -> 28...  2021-12-07 13:08:28.346 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:28.346 | INFO migrate.versioning.api [-] 28 -> 29...  2021-12-07 13:08:28.837 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:28.838 | INFO migrate.versioning.api [-] 29 -> 30...  2021-12-07 13:08:28.882 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:28.882 | INFO migrate.versioning.api [-] 30 -> 31...  2021-12-07 13:08:28.917 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:28.917 | INFO migrate.versioning.api [-] 31 -> 32...  2021-12-07 13:08:28.957 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:28.958 | INFO migrate.versioning.api [-] 32 -> 33...  2021-12-07 13:08:28.992 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:28.992 | INFO migrate.versioning.api [-] 33 -> 34...  2021-12-07 13:08:29.030 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:29.030 | INFO migrate.versioning.api [-] 34 -> 35...  2021-12-07 13:08:29.066 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:29.066 | INFO migrate.versioning.api [-] 35 -> 36...  2021-12-07 13:08:29.144 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:29.145 | INFO migrate.versioning.api [-] 36 -> 37...  2021-12-07 13:08:29.191 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:29.191 | INFO migrate.versioning.api [-] 37 -> 38...  2021-12-07 13:08:29.224 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:29.224 | INFO migrate.versioning.api [-] 38 -> 39...  2021-12-07 13:08:29.266 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:29.266 | INFO migrate.versioning.api [-] 39 -> 40...  2021-12-07 13:08:29.300 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:29.300 | INFO migrate.versioning.api [-] 40 -> 41...  2021-12-07 13:08:30.145 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:30.146 | INFO migrate.versioning.api [-] 41 -> 42...  2021-12-07 13:08:30.717 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:30.717 | INFO migrate.versioning.api [-] 42 -> 43...  2021-12-07 13:08:31.587 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:31.587 | INFO migrate.versioning.api [-] 43 -> 44...  2021-12-07 13:08:33.643 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:33.643 | INFO migrate.versioning.api [-] 44 -> 45...  2021-12-07 13:08:33.682 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:33.683 | INFO migrate.versioning.api [-] 45 -> 46...  2021-12-07 13:08:33.717 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:33.717 | INFO migrate.versioning.api [-] 46 -> 47...  2021-12-07 13:08:33.751 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:33.751 | INFO migrate.versioning.api [-] 47 -> 48...  2021-12-07 13:08:33.784 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:33.784 | INFO migrate.versioning.api [-] 48 -> 49...  2021-12-07 13:08:33.823 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:33.824 | INFO migrate.versioning.api [-] 49 -> 50...  2021-12-07 13:08:34.352 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:34.352 | INFO migrate.versioning.api [-] 50 -> 51...  2021-12-07 13:08:38.477 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:38.477 | INFO migrate.versioning.api [-] 51 -> 52...  2021-12-07 13:08:39.202 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:39.203 | INFO migrate.versioning.api [-] 52 -> 53...  2021-12-07 13:08:39.243 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:39.243 | INFO migrate.versioning.api [-] 53 -> 54...  2021-12-07 13:08:39.283 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:39.283 | INFO migrate.versioning.api [-] 54 -> 55...  2021-12-07 13:08:39.338 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:39.339 | INFO migrate.versioning.api [-] 55 -> 56...  2021-12-07 13:08:39.389 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:39.389 | INFO migrate.versioning.api [-] 56 -> 57...  2021-12-07 13:08:39.426 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:39.426 | INFO migrate.versioning.api [-] 57 -> 58...  2021-12-07 13:08:40.012 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:40.013 | INFO migrate.versioning.api [-] 58 -> 59...  2021-12-07 13:08:40.780 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:40.780 | INFO migrate.versioning.api [-] 59 -> 60...  2021-12-07 13:08:41.431 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:41.432 | INFO migrate.versioning.api [-] 60 -> 61...  2021-12-07 13:08:42.072 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:42.072 | INFO migrate.versioning.api [-] 61 -> 62...  2021-12-07 13:08:43.048 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.049 | INFO migrate.versioning.api [-] 62 -> 63...  2021-12-07 13:08:43.118 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.118 | INFO migrate.versioning.api [-] 63 -> 64...  2021-12-07 13:08:43.179 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.180 | INFO migrate.versioning.api [-] 64 -> 65...  2021-12-07 13:08:43.231 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.231 | INFO migrate.versioning.api [-] 65 -> 66...  2021-12-07 13:08:43.289 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.289 | INFO migrate.versioning.api [-] 66 -> 67...  2021-12-07 13:08:43.328 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.329 | INFO migrate.versioning.api [-] 67 -> 68...  2021-12-07 13:08:43.385 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.386 | INFO migrate.versioning.api [-] 68 -> 69...  2021-12-07 13:08:43.431 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.431 | INFO migrate.versioning.api [-] 69 -> 70...  2021-12-07 13:08:43.507 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.507 | INFO migrate.versioning.api [-] 70 -> 71...  2021-12-07 13:08:43.548 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.548 | INFO migrate.versioning.api [-] 71 -> 72...  2021-12-07 13:08:43.591 | INFO migrate.versioning.api [-] done 2021-12-07 13:08:43.967 | + lib/nova:init_nova:762 : recreate_database nova_cell0 2021-12-07 13:08:43.970 | + lib/database:recreate_database:110 : local db=nova_cell0 2021-12-07 13:08:43.972 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell0 2021-12-07 13:08:43.976 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell0 2021-12-07 13:08:43.978 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2021-12-07 13:08:43.982 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:08:43.995 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2021-12-07 13:08:43.998 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:08:44.011 | ++ lib/nova:init_nova:768 : database_connection_url nova_cell0 2021-12-07 13:08:44.014 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-12-07 13:08:44.016 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-12-07 13:08:44.019 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-12-07 13:08:44.022 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-07 13:08:44.025 | + lib/nova:init_nova:768 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-12-07 13:08:47.970 | ++ lib/nova:init_nova:771 : seq 1 1 2021-12-07 13:08:47.974 | + lib/nova:init_nova:771 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 13:08:47.976 | + lib/nova:init_nova:772 : recreate_database nova_cell1 2021-12-07 13:08:47.979 | + lib/database:recreate_database:110 : local db=nova_cell1 2021-12-07 13:08:47.981 | + lib/database:recreate_database:111 : recreate_database_mysql nova_cell1 2021-12-07 13:08:47.984 | + lib/databases/mysql:recreate_database_mysql:63 : local db=nova_cell1 2021-12-07 13:08:47.986 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2021-12-07 13:08:47.990 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:08:48.003 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2021-12-07 13:08:48.007 | mysql: [Warning] Using a password on the command line interface can be insecure. 2021-12-07 13:08:48.020 | ++ lib/nova:init_nova:773 : conductor_conf 1 2021-12-07 13:08:48.024 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-07 13:08:48.026 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-07 13:08:48.029 | + lib/nova:init_nova:773 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2021-12-07 13:08:51.215 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:08:51.216 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.216 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.217 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.217 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.218 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.218 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.219 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.219 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.220 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.220 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.221 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.221 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.222 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.222 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.223 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.223 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.224 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.224 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.225 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.225 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.226 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.226 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.227 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.227 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.228 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.228 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.229 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.229 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.230 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.230 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.231 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.231 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.243 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.245 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.245 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.246 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.246 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.247 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.247 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.272 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.276 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.276 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.277 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.277 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.278 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.278 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.279 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.279 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.280 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.280 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.283 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.283 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.284 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.284 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.287 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.287 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.373 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.373 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.374 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.374 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.375 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.375 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.376 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.376 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.377 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.377 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.378 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.378 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.379 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.379 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.380 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.381 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.381 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.382 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.382 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.383 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.383 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.384 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.384 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.385 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.385 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.386 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.386 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.387 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.387 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.388 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.388 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.389 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.389 | DEBUG migrate.versioning.script.base [-] [01;35mLoading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.389 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.390 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.390 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.391 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.391 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.392 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.392 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.393 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.393 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.394 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.394 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.395 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.395 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.396 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.396 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.397 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.397 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.398 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.398 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.399 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.399 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.400 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:08:51.400 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:08:51.400 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:08:51.401 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=82397) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:08:51.809 | INFO migrate.versioning.api [-] 215 -> 216...  2021-12-07 13:10:00.903 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:00.903 | INFO migrate.versioning.api [-] 216 -> 217...  2021-12-07 13:10:00.939 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:00.939 | INFO migrate.versioning.api [-] 217 -> 218...  2021-12-07 13:10:00.973 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:00.973 | INFO migrate.versioning.api [-] 218 -> 219...  2021-12-07 13:10:01.007 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.007 | INFO migrate.versioning.api [-] 219 -> 220...  2021-12-07 13:10:01.050 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.050 | INFO migrate.versioning.api [-] 220 -> 221...  2021-12-07 13:10:01.085 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.085 | INFO migrate.versioning.api [-] 221 -> 222...  2021-12-07 13:10:01.125 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.126 | INFO migrate.versioning.api [-] 222 -> 223...  2021-12-07 13:10:01.173 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.173 | INFO migrate.versioning.api [-] 223 -> 224...  2021-12-07 13:10:01.207 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.207 | INFO migrate.versioning.api [-] 224 -> 225...  2021-12-07 13:10:01.241 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.241 | INFO migrate.versioning.api [-] 225 -> 226...  2021-12-07 13:10:01.280 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.280 | INFO migrate.versioning.api [-] 226 -> 227...  2021-12-07 13:10:01.331 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:01.331 | INFO migrate.versioning.api [-] 227 -> 228...  2021-12-07 13:10:02.280 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:02.280 | INFO migrate.versioning.api [-] 228 -> 229...  2021-12-07 13:10:03.177 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:03.177 | INFO migrate.versioning.api [-] 229 -> 230...  2021-12-07 13:10:05.516 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:05.516 | INFO migrate.versioning.api [-] 230 -> 231...  2021-12-07 13:10:06.782 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:06.782 | INFO migrate.versioning.api [-] 231 -> 232...  2021-12-07 13:10:08.102 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:08.102 | INFO migrate.versioning.api [-] 232 -> 233...  2021-12-07 13:10:09.662 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:09.662 | INFO migrate.versioning.api [-] 233 -> 234...  2021-12-07 13:10:09.919 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:09.920 | INFO migrate.versioning.api [-] 234 -> 235...  2021-12-07 13:10:09.959 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:09.960 | INFO migrate.versioning.api [-] 235 -> 236...  2021-12-07 13:10:09.996 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:09.996 | INFO migrate.versioning.api [-] 236 -> 237...  2021-12-07 13:10:10.047 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.047 | INFO migrate.versioning.api [-] 237 -> 238...  2021-12-07 13:10:10.087 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.087 | INFO migrate.versioning.api [-] 238 -> 239...  2021-12-07 13:10:10.122 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.122 | INFO migrate.versioning.api [-] 239 -> 240...  2021-12-07 13:10:10.155 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.156 | INFO migrate.versioning.api [-] 240 -> 241...  2021-12-07 13:10:10.196 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.196 | INFO migrate.versioning.api [-] 241 -> 242...  2021-12-07 13:10:10.230 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.231 | INFO migrate.versioning.api [-] 242 -> 243...  2021-12-07 13:10:10.264 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.264 | INFO migrate.versioning.api [-] 243 -> 244...  2021-12-07 13:10:10.430 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:10.430 | INFO migrate.versioning.api [-] 244 -> 245...  2021-12-07 13:10:15.242 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:15.242 | INFO migrate.versioning.api [-] 245 -> 246...  2021-12-07 13:10:16.047 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:16.047 | INFO migrate.versioning.api [-] 246 -> 247...  2021-12-07 13:10:19.291 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:19.291 | INFO migrate.versioning.api [-] 247 -> 248...  2021-12-07 13:10:19.301 | INFO 248_add_expire_reservations_index [-] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-12-07 13:10:19.367 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:19.367 | INFO migrate.versioning.api [-] 248 -> 249...  2021-12-07 13:10:19.567 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:19.567 | INFO migrate.versioning.api [-] 249 -> 250...  2021-12-07 13:10:19.919 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:19.919 | INFO migrate.versioning.api [-] 250 -> 251...  2021-12-07 13:10:21.193 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:21.193 | INFO migrate.versioning.api [-] 251 -> 252...  2021-12-07 13:10:23.190 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:23.190 | INFO migrate.versioning.api [-] 252 -> 253...  2021-12-07 13:10:24.297 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:24.297 | INFO migrate.versioning.api [-] 253 -> 254...  2021-12-07 13:10:25.596 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:25.596 | INFO migrate.versioning.api [-] 254 -> 255...  2021-12-07 13:10:25.640 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:25.640 | INFO migrate.versioning.api [-] 255 -> 256...  2021-12-07 13:10:25.681 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:25.681 | INFO migrate.versioning.api [-] 256 -> 257...  2021-12-07 13:10:25.733 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:25.733 | INFO migrate.versioning.api [-] 257 -> 258...  2021-12-07 13:10:25.807 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:25.807 | INFO migrate.versioning.api [-] 258 -> 259...  2021-12-07 13:10:25.861 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:25.861 | INFO migrate.versioning.api [-] 259 -> 260...  2021-12-07 13:10:25.987 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:25.987 | INFO migrate.versioning.api [-] 260 -> 261...  2021-12-07 13:10:26.073 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:26.073 | INFO migrate.versioning.api [-] 261 -> 262...  2021-12-07 13:10:26.147 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:26.147 | INFO migrate.versioning.api [-] 262 -> 263...  2021-12-07 13:10:26.216 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:26.216 | INFO migrate.versioning.api [-] 263 -> 264...  2021-12-07 13:10:26.267 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:26.268 | INFO migrate.versioning.api [-] 264 -> 265...  2021-12-07 13:10:26.690 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:26.690 | INFO migrate.versioning.api [-] 265 -> 266...  2021-12-07 13:10:27.224 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:27.224 | INFO migrate.versioning.api [-] 266 -> 267...  2021-12-07 13:10:29.233 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:29.233 | INFO migrate.versioning.api [-] 267 -> 268...  2021-12-07 13:10:30.541 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:30.541 | INFO migrate.versioning.api [-] 268 -> 269...  2021-12-07 13:10:31.804 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:31.805 | INFO migrate.versioning.api [-] 269 -> 270...  2021-12-07 13:10:32.879 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:32.879 | INFO migrate.versioning.api [-] 270 -> 271...  2021-12-07 13:10:33.633 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:33.633 | INFO migrate.versioning.api [-] 271 -> 272...  2021-12-07 13:10:33.675 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:33.675 | INFO migrate.versioning.api [-] 272 -> 273...  2021-12-07 13:10:33.713 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:33.713 | INFO migrate.versioning.api [-] 273 -> 274...  2021-12-07 13:10:34.110 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:34.111 | INFO migrate.versioning.api [-] 274 -> 275...  2021-12-07 13:10:35.156 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:35.156 | INFO migrate.versioning.api [-] 275 -> 276...  2021-12-07 13:10:36.496 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:36.496 | INFO migrate.versioning.api [-] 276 -> 277...  2021-12-07 13:10:36.782 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:36.783 | INFO migrate.versioning.api [-] 277 -> 278...  2021-12-07 13:10:38.130 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:38.130 | INFO migrate.versioning.api [-] 278 -> 279...  2021-12-07 13:10:38.578 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:38.578 | INFO migrate.versioning.api [-] 279 -> 280...  2021-12-07 13:10:39.433 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.433 | INFO migrate.versioning.api [-] 280 -> 281...  2021-12-07 13:10:39.469 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.469 | INFO migrate.versioning.api [-] 281 -> 282...  2021-12-07 13:10:39.503 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.503 | INFO migrate.versioning.api [-] 282 -> 283...  2021-12-07 13:10:39.538 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.538 | INFO migrate.versioning.api [-] 283 -> 284...  2021-12-07 13:10:39.589 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.590 | INFO migrate.versioning.api [-] 284 -> 285...  2021-12-07 13:10:39.644 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.644 | INFO migrate.versioning.api [-] 285 -> 286...  2021-12-07 13:10:39.695 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.695 | INFO migrate.versioning.api [-] 286 -> 287...  2021-12-07 13:10:39.748 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.748 | INFO migrate.versioning.api [-] 287 -> 288...  2021-12-07 13:10:39.810 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.810 | INFO migrate.versioning.api [-] 288 -> 289...  2021-12-07 13:10:39.872 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.872 | INFO migrate.versioning.api [-] 289 -> 290...  2021-12-07 13:10:39.915 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.915 | INFO migrate.versioning.api [-] 290 -> 291...  2021-12-07 13:10:39.975 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:39.976 | INFO migrate.versioning.api [-] 291 -> 292...  2021-12-07 13:10:41.216 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:41.217 | INFO migrate.versioning.api [-] 292 -> 293...  2021-12-07 13:10:43.558 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:43.558 | INFO migrate.versioning.api [-] 293 -> 294...  2021-12-07 13:10:44.621 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:44.621 | INFO migrate.versioning.api [-] 294 -> 295...  2021-12-07 13:10:45.009 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:45.010 | INFO migrate.versioning.api [-] 295 -> 296...  2021-12-07 13:10:45.055 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:45.055 | INFO migrate.versioning.api [-] 296 -> 297...  2021-12-07 13:10:46.398 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:46.399 | INFO migrate.versioning.api [-] 297 -> 298...  2021-12-07 13:10:47.288 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:47.288 | INFO migrate.versioning.api [-] 298 -> 299...  2021-12-07 13:10:48.475 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:48.475 | INFO migrate.versioning.api [-] 299 -> 300...  2021-12-07 13:10:49.515 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:49.515 | INFO migrate.versioning.api [-] 300 -> 301...  2021-12-07 13:10:52.121 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.121 | INFO migrate.versioning.api [-] 301 -> 302...  2021-12-07 13:10:52.165 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.165 | INFO migrate.versioning.api [-] 302 -> 303...  2021-12-07 13:10:52.206 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.206 | INFO migrate.versioning.api [-] 303 -> 304...  2021-12-07 13:10:52.246 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.246 | INFO migrate.versioning.api [-] 304 -> 305...  2021-12-07 13:10:52.287 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.287 | INFO migrate.versioning.api [-] 305 -> 306...  2021-12-07 13:10:52.366 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.366 | INFO migrate.versioning.api [-] 306 -> 307...  2021-12-07 13:10:52.407 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.407 | INFO migrate.versioning.api [-] 307 -> 308...  2021-12-07 13:10:52.446 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.446 | INFO migrate.versioning.api [-] 308 -> 309...  2021-12-07 13:10:52.498 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.498 | INFO migrate.versioning.api [-] 309 -> 310...  2021-12-07 13:10:52.535 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.535 | INFO migrate.versioning.api [-] 310 -> 311...  2021-12-07 13:10:52.584 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.584 | INFO migrate.versioning.api [-] 311 -> 312...  2021-12-07 13:10:52.623 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:52.623 | INFO migrate.versioning.api [-] 312 -> 313...  2021-12-07 13:10:54.098 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:54.098 | INFO migrate.versioning.api [-] 313 -> 314...  2021-12-07 13:10:57.481 | INFO migrate.versioning.api [-] done 2021-12-07 13:10:57.481 | INFO migrate.versioning.api [-] 314 -> 315...  2021-12-07 13:11:03.818 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:03.818 | INFO migrate.versioning.api [-] 315 -> 316...  2021-12-07 13:11:05.004 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:05.004 | INFO migrate.versioning.api [-] 316 -> 317...  2021-12-07 13:11:06.146 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:06.147 | INFO migrate.versioning.api [-] 317 -> 318...  2021-12-07 13:11:11.452 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.452 | INFO migrate.versioning.api [-] 318 -> 319...  2021-12-07 13:11:11.718 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.718 | INFO migrate.versioning.api [-] 319 -> 320...  2021-12-07 13:11:11.757 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.758 | INFO migrate.versioning.api [-] 320 -> 321...  2021-12-07 13:11:11.798 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.798 | INFO migrate.versioning.api [-] 321 -> 322...  2021-12-07 13:11:11.846 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.846 | INFO migrate.versioning.api [-] 322 -> 323...  2021-12-07 13:11:11.886 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.886 | INFO migrate.versioning.api [-] 323 -> 324...  2021-12-07 13:11:11.923 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.923 | INFO migrate.versioning.api [-] 324 -> 325...  2021-12-07 13:11:11.963 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:11.963 | INFO migrate.versioning.api [-] 325 -> 326...  2021-12-07 13:11:12.006 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:12.006 | INFO migrate.versioning.api [-] 326 -> 327...  2021-12-07 13:11:12.044 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:12.044 | INFO migrate.versioning.api [-] 327 -> 328...  2021-12-07 13:11:12.086 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:12.086 | INFO migrate.versioning.api [-] 328 -> 329...  2021-12-07 13:11:12.121 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:12.121 | INFO migrate.versioning.api [-] 329 -> 330...  2021-12-07 13:11:12.183 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:12.184 | INFO migrate.versioning.api [-] 330 -> 331...  2021-12-07 13:11:14.464 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:14.464 | INFO migrate.versioning.api [-] 331 -> 332...  2021-12-07 13:11:15.534 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:15.535 | INFO migrate.versioning.api [-] 332 -> 333...  2021-12-07 13:11:16.815 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:16.815 | INFO migrate.versioning.api [-] 333 -> 334...  2021-12-07 13:11:17.846 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:17.846 | INFO migrate.versioning.api [-] 334 -> 335...  2021-12-07 13:11:17.880 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:17.881 | INFO migrate.versioning.api [-] 335 -> 336...  2021-12-07 13:11:17.923 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:17.924 | INFO migrate.versioning.api [-] 336 -> 337...  2021-12-07 13:11:17.960 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:17.961 | INFO migrate.versioning.api [-] 337 -> 338...  2021-12-07 13:11:18.000 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.000 | INFO migrate.versioning.api [-] 338 -> 339...  2021-12-07 13:11:18.034 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.035 | INFO migrate.versioning.api [-] 339 -> 340...  2021-12-07 13:11:18.066 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.066 | INFO migrate.versioning.api [-] 340 -> 341...  2021-12-07 13:11:18.103 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.103 | INFO migrate.versioning.api [-] 341 -> 342...  2021-12-07 13:11:18.140 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.140 | INFO migrate.versioning.api [-] 342 -> 343...  2021-12-07 13:11:18.177 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.177 | INFO migrate.versioning.api [-] 343 -> 344...  2021-12-07 13:11:18.229 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.229 | INFO migrate.versioning.api [-] 344 -> 345...  2021-12-07 13:11:18.312 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:18.313 | INFO migrate.versioning.api [-] 345 -> 346...  2021-12-07 13:11:19.755 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:19.755 | INFO migrate.versioning.api [-] 346 -> 347...  2021-12-07 13:11:20.272 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.272 | INFO migrate.versioning.api [-] 347 -> 348...  2021-12-07 13:11:20.312 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.312 | INFO migrate.versioning.api [-] 348 -> 349...  2021-12-07 13:11:20.366 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.366 | INFO migrate.versioning.api [-] 349 -> 350...  2021-12-07 13:11:20.437 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.437 | INFO migrate.versioning.api [-] 350 -> 351...  2021-12-07 13:11:20.481 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.481 | INFO migrate.versioning.api [-] 351 -> 352...  2021-12-07 13:11:20.520 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.520 | INFO migrate.versioning.api [-] 352 -> 353...  2021-12-07 13:11:20.560 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.561 | INFO migrate.versioning.api [-] 353 -> 354...  2021-12-07 13:11:20.600 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.600 | INFO migrate.versioning.api [-] 354 -> 355...  2021-12-07 13:11:20.649 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.649 | INFO migrate.versioning.api [-] 355 -> 356...  2021-12-07 13:11:20.709 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.709 | INFO migrate.versioning.api [-] 356 -> 357...  2021-12-07 13:11:20.764 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:20.764 | INFO migrate.versioning.api [-] 357 -> 358...  2021-12-07 13:11:22.211 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:22.211 | INFO migrate.versioning.api [-] 358 -> 359...  2021-12-07 13:11:23.666 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:23.666 | INFO migrate.versioning.api [-] 359 -> 360...  2021-12-07 13:11:24.697 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:24.698 | INFO migrate.versioning.api [-] 360 -> 361...  2021-12-07 13:11:24.971 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:24.972 | INFO migrate.versioning.api [-] 361 -> 362...  2021-12-07 13:11:26.398 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.398 | INFO migrate.versioning.api [-] 362 -> 363...  2021-12-07 13:11:26.443 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.443 | INFO migrate.versioning.api [-] 363 -> 364...  2021-12-07 13:11:26.477 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.478 | INFO migrate.versioning.api [-] 364 -> 365...  2021-12-07 13:11:26.520 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.520 | INFO migrate.versioning.api [-] 365 -> 366...  2021-12-07 13:11:26.563 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.563 | INFO migrate.versioning.api [-] 366 -> 367...  2021-12-07 13:11:26.612 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.612 | INFO migrate.versioning.api [-] 367 -> 368...  2021-12-07 13:11:26.651 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.651 | INFO migrate.versioning.api [-] 368 -> 369...  2021-12-07 13:11:26.694 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.694 | INFO migrate.versioning.api [-] 369 -> 370...  2021-12-07 13:11:26.735 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.736 | INFO migrate.versioning.api [-] 370 -> 371...  2021-12-07 13:11:26.774 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.774 | INFO migrate.versioning.api [-] 371 -> 372...  2021-12-07 13:11:26.812 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:26.813 | INFO migrate.versioning.api [-] 372 -> 373...  2021-12-07 13:11:28.443 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:28.443 | INFO migrate.versioning.api [-] 373 -> 374...  2021-12-07 13:11:29.997 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:29.998 | INFO migrate.versioning.api [-] 374 -> 375...  2021-12-07 13:11:30.711 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:30.712 | INFO migrate.versioning.api [-] 375 -> 376...  2021-12-07 13:11:31.061 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:31.061 | INFO migrate.versioning.api [-] 376 -> 377...  2021-12-07 13:11:31.446 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:31.446 | INFO migrate.versioning.api [-] 377 -> 378...  2021-12-07 13:11:31.763 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:31.764 | INFO migrate.versioning.api [-] 378 -> 379...  2021-12-07 13:11:31.805 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:31.806 | INFO migrate.versioning.api [-] 379 -> 380...  2021-12-07 13:11:31.854 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:31.855 | INFO migrate.versioning.api [-] 380 -> 381...  2021-12-07 13:11:31.900 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:31.900 | INFO migrate.versioning.api [-] 381 -> 382...  2021-12-07 13:11:31.937 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:31.937 | INFO migrate.versioning.api [-] 382 -> 383...  2021-12-07 13:11:32.006 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:32.006 | INFO migrate.versioning.api [-] 383 -> 384...  2021-12-07 13:11:32.043 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:32.043 | INFO migrate.versioning.api [-] 384 -> 385...  2021-12-07 13:11:32.078 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:32.078 | INFO migrate.versioning.api [-] 385 -> 386...  2021-12-07 13:11:32.112 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:32.112 | INFO migrate.versioning.api [-] 386 -> 387...  2021-12-07 13:11:32.152 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:32.152 | INFO migrate.versioning.api [-] 387 -> 388...  2021-12-07 13:11:32.194 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:32.194 | INFO migrate.versioning.api [-] 388 -> 389...  2021-12-07 13:11:32.501 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:32.501 | INFO migrate.versioning.api [-] 389 -> 390...  2021-12-07 13:11:33.523 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:33.523 | INFO migrate.versioning.api [-] 390 -> 391...  2021-12-07 13:11:34.777 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:34.777 | INFO migrate.versioning.api [-] 391 -> 392...  2021-12-07 13:11:34.846 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:34.846 | INFO migrate.versioning.api [-] 392 -> 393...  2021-12-07 13:11:34.903 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:34.903 | INFO migrate.versioning.api [-] 393 -> 394...  2021-12-07 13:11:34.946 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:34.946 | INFO migrate.versioning.api [-] 394 -> 395...  2021-12-07 13:11:35.009 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:35.009 | INFO migrate.versioning.api [-] 395 -> 396...  2021-12-07 13:11:35.061 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:35.061 | INFO migrate.versioning.api [-] 396 -> 397...  2021-12-07 13:11:36.232 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:36.232 | INFO migrate.versioning.api [-] 397 -> 398...  2021-12-07 13:11:37.306 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:37.306 | INFO migrate.versioning.api [-] 398 -> 399...  2021-12-07 13:11:38.600 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:38.600 | INFO migrate.versioning.api [-] 399 -> 400...  2021-12-07 13:11:38.652 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:38.653 | INFO migrate.versioning.api [-] 400 -> 401...  2021-12-07 13:11:40.788 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:40.788 | INFO migrate.versioning.api [-] 401 -> 402...  2021-12-07 13:11:41.849 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:41.849 | INFO migrate.versioning.api [-] 402 -> 403...  2021-12-07 13:11:41.883 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:41.883 | INFO migrate.versioning.api [-] 403 -> 404...  2021-12-07 13:11:41.917 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:41.917 | INFO migrate.versioning.api [-] 404 -> 405...  2021-12-07 13:11:41.954 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:41.954 | INFO migrate.versioning.api [-] 405 -> 406...  2021-12-07 13:11:42.017 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:42.017 | INFO migrate.versioning.api [-] 406 -> 407...  2021-12-07 13:11:42.051 | INFO migrate.versioning.api [-] done 2021-12-07 13:11:42.051 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'block_device_mapping_instance_uuid_virtual_name_device_name_idx' defined on the table 'nova_cell1.block_device_mapping'. This is deprecated and will be disallowed in a future release.") 2021-12-07 13:11:42.051 | result = self._query(query) 2021-12-07 13:11:42.051 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'uniq_instances0uuid' defined on the table 'nova_cell1.instances'. This is deprecated and will be disallowed in a future release.") 2021-12-07 13:11:42.051 | result = self._query(query) 2021-12-07 13:11:42.432 | + lib/nova:init_nova:777 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2021-12-07 13:11:45.912 | DEBUG migrate.versioning.repository [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2021-12-07 13:11:45.914 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.914 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/222_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.914 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.915 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/251_add_numa_topology_to_comput_nodes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.915 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.915 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/257_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.916 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.916 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/260_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.917 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.917 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/329_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.917 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.923 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/314_add_resource_provider_tables.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_add_compute_node_id_fk.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/246_sqlite_upgrade.sql loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/377_add_migrations_updated_at_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/247_nullable_mismatch.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/375_add_access_url_to_console_auth_tokens.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/370_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/244_increase_user_id_length_volume_usage_cache.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/366_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/221_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.924 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.925 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/302_pgsql_add_instance_system_metadata_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.925 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.925 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/321_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.926 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.926 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/335_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.926 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.927 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/283_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.927 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.927 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/261_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.928 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.928 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/272_add_keypair_type.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.929 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.929 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/217_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.929 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.930 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/351_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.930 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.930 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.931 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.931 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/298_mysql_extra_specs_binary_collation.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.932 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.932 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/369_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.932 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.933 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/357_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.933 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.933 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/300_migration_context.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.934 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.935 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/368_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.935 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.935 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/346_remove_scheduled_at_column.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.936 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.936 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/243_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.936 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.937 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/311_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.937 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.938 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/343_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.938 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.938 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/322_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.939 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.939 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/337_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.939 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.940 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/379_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.940 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.940 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/318_resource_provider_name_aggregates.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.941 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.941 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/336_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.942 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.942 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/273_sqlite_foreign_keys.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.942 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.943 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/280_add_nullable_false_to_keypairs_name.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.943 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.943 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/253_add_pci_requests_to_instance_extra_table.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.944 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.944 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/239_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.944 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.945 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/259_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.945 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.946 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/390_add_trusted_certs.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.946 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.946 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/292_drop_nova_volumes_tables.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.947 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.947 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/338_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.947 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.948 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/271_sqlite_postgresql_indexes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.948 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.948 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/397_migrations_cross_cell_move.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.949 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.949 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/230_add_details_column_to_instance_actions_events.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.950 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.951 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/360_add_compute_node_mapped.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.951 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.951 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/308_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.952 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.952 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/391_add_volume_type_to_bdm.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.952 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.953 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/388_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.953 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.953 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/265_remove_duplicated_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.954 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.954 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/294_add_service_heartbeat.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.955 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.955 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/406_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.955 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.956 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/307_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.956 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.957 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/399_add_instances_hidden.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.957 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.961 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/245_add_mtu_and_dhcp_server.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.961 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/374_bdm_uuid.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/354_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/331_add_tag_to_vifs_and_bdm.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/310_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/372_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/327_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/371_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.962 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.963 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/323_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.963 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.963 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/312_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.964 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.964 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/344_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.965 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.965 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/284_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.965 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.966 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/285_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.966 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.966 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/282_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.967 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.967 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/334_device_metadata_in_extra.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.968 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.968 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.968 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.969 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/227_fix_project_user_quotas_resource_length.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.969 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.969 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/387_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.970 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.970 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/289_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.970 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.971 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/263_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.971 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.972 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/290_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.972 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.972 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/316_add_disk_ratio_for_compute_nodes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.973 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.973 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/236_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.973 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.974 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/332_keypair_in_extra.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.974 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.974 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/279_fix_unique_constraint_for_compute_node.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.975 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.975 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/232_drop_dump_tables.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.976 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.976 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/252_add_instance_extra_table.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.978 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.978 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/365_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.979 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.979 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/384_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.979 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.980 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/266_add_instance_tags.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.980 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.980 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/270_flavor_data_in_extra.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.981 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.981 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/400_enforce_service_uuid.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.982 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.982 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/392_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.982 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.983 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/342_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.983 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.984 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/299_service_version_number.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.984 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.984 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/319_add_instances_deleted_created_at_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.985 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.985 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/287_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.985 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.986 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/231_add_ephemeral_key_uuid.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.986 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.987 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/396_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.987 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.987 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/378_add_instance_actions_updated_at_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.988 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.988 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/264_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.988 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.989 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/340_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.989 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.989 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/345_require_online_migration_completion.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.990 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.990 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/385_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.991 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.991 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/288_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.991 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.992 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/403_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.992 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.992 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/373_migration_uuid.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.993 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.993 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/402_add_resources.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.993 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.994 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/404_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.994 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.995 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/355_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.995 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.995 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/389_add_aggregate_metadata_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.996 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.996 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/235_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.996 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.997 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/281_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.998 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.998 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/393_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.999 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:45.999 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/358_bdm_attachment_id.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:45.999 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.000 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/313_add_parent_id_column.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.000 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.000 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/356_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.001 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.001 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/297_add_forced_down_for_services.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.001 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.002 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/218_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.002 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.003 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/364_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.003 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.003 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/225_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.004 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.009 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/274_update_instances_project_id_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.009 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/295_add_virtual_interfaces_uuid_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/401_add_user_id_and_project_id_to_migrations.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/229_add_extra_resources_in_compute_nodes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/267_instance_uuid_non_nullable.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/233_add_stats_in_compute_nodes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/407_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/220_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/242_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/269_add_numa_node_column.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.010 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.011 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/324_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.011 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.011 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/241_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.012 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.013 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/315_add_migration_progresss_detail.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.013 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.014 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/381_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.014 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.014 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/291_enforce_flavors_migrated.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.015 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.015 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/398_add_vpmems.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.016 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.016 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/367_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.016 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.017 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/306_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.017 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.017 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/237_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.018 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.018 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/326_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.018 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.019 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/277_add_fixed_ip_updated_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.019 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.020 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/339_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.020 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.020 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/262_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.021 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.021 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/330_enforce_mitaka_online_migrations.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.021 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.022 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/349_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.022 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.022 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/361_add_compute_nodes_uuid_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.023 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.023 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/347_add_updated_at_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.023 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.024 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/275_add_keypair_type.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.024 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.025 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/333_add_console_auth_tokens_table.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.025 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.025 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/328_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.026 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.026 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/363_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.026 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.027 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/405_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.027 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.027 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/376_add_console_auth_tokens_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.028 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.028 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/301_add_cpu_and_ram_ratios_for_compute_nodes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.029 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.029 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/286_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.029 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.030 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/383_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.030 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.030 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/353_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.031 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.031 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/296_add_missing_db2_fkeys.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.032 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.032 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/386_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.032 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.033 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/309_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.033 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.033 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/258_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.034 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.034 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/317_add_aggregate_uuid.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.034 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.035 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/223_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.035 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.036 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/268_add_host_in_compute_node.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.036 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.036 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/228_add_metrics_in_compute_nodes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.037 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.037 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/219_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.037 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.038 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/362_add_pci_devices_uuid.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.038 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.038 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/394_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.039 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.039 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/276_vcpu_model.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.039 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.040 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/395_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.040 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.041 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/248_add_expire_reservations_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.041 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.041 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/255_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.042 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.042 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/278_remove_service_fk_in_compute_nodes.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.042 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.043 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/240_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.043 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.043 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/325_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.044 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.044 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/224_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.045 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.045 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/320_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.045 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.046 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/293_add_migration_type.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.046 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.046 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/250_remove_instance_groups_metadata.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.047 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.047 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/350_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.047 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.048 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/305_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.048 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.049 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/348_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.049 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.049 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/359_add_service_uuid.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.050 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.050 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/238_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.050 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.051 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/341_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.051 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.051 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.052 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.052 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/352_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.053 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.055 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/382_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.055 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.055 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/380_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.055 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.055 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/304_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.055 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.056 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/226_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.056 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.056 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/303_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.056 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.056 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/216_havana.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.057 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Loading script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py... {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2021-12-07 13:11:46.057 | DEBUG migrate.versioning.script.base [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Script /opt/stack/nova/nova/db/sqlalchemy/migrate_repo/versions/256_placeholder.py loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2021-12-07 13:11:46.058 | DEBUG migrate.versioning.repository [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Repository /opt/stack/nova/nova/db/sqlalchemy/migrate_repo loaded successfully {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2021-12-07 13:11:46.058 | DEBUG migrate.versioning.repository [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'nova'), ('version_table', 'migrate_version'), ('required_dbs', '[]')]))]) {{(pid=82438) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2021-12-07 13:11:46.511 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 215 -> 216...  2021-12-07 13:12:56.856 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:56.856 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 216 -> 217...  2021-12-07 13:12:56.887 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:56.887 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 217 -> 218...  2021-12-07 13:12:56.931 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:56.931 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 218 -> 219...  2021-12-07 13:12:56.964 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:56.964 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 219 -> 220...  2021-12-07 13:12:56.999 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:56.999 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 220 -> 221...  2021-12-07 13:12:57.036 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:57.036 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 221 -> 222...  2021-12-07 13:12:57.087 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:57.088 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 222 -> 223...  2021-12-07 13:12:57.133 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:57.133 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 223 -> 224...  2021-12-07 13:12:57.183 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:57.183 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 224 -> 225...  2021-12-07 13:12:57.230 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:57.230 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 225 -> 226...  2021-12-07 13:12:57.282 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:57.282 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 226 -> 227...  2021-12-07 13:12:57.322 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:57.323 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 227 -> 228...  2021-12-07 13:12:58.371 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:58.371 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 228 -> 229...  2021-12-07 13:12:59.382 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:12:59.382 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 229 -> 230...  2021-12-07 13:13:01.633 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:01.634 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 230 -> 231...  2021-12-07 13:13:03.110 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:03.110 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 231 -> 232...  2021-12-07 13:13:04.681 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:04.681 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 232 -> 233...  2021-12-07 13:13:06.258 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.259 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 233 -> 234...  2021-12-07 13:13:06.641 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.642 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 234 -> 235...  2021-12-07 13:13:06.681 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.681 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 235 -> 236...  2021-12-07 13:13:06.716 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.716 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 236 -> 237...  2021-12-07 13:13:06.755 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.755 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 237 -> 238...  2021-12-07 13:13:06.789 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.790 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 238 -> 239...  2021-12-07 13:13:06.824 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.825 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 239 -> 240...  2021-12-07 13:13:06.859 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.859 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 240 -> 241...  2021-12-07 13:13:06.892 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.893 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 241 -> 242...  2021-12-07 13:13:06.927 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.927 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 242 -> 243...  2021-12-07 13:13:06.964 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:06.965 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 243 -> 244...  2021-12-07 13:13:07.110 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:07.110 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 244 -> 245...  2021-12-07 13:13:12.052 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:12.053 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 245 -> 246...  2021-12-07 13:13:12.870 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:12.870 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 246 -> 247...  2021-12-07 13:13:16.027 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:16.028 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 247 -> 248...  2021-12-07 13:13:16.037 | INFO 248_add_expire_reservations_index [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] Skipped adding reservations_deleted_expire_idx because an equivalent index already exists. 2021-12-07 13:13:16.084 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:16.085 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 248 -> 249...  2021-12-07 13:13:16.310 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:16.310 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 249 -> 250...  2021-12-07 13:13:16.707 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:16.708 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 250 -> 251...  2021-12-07 13:13:17.867 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:17.867 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 251 -> 252...  2021-12-07 13:13:20.104 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:20.104 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 252 -> 253...  2021-12-07 13:13:21.261 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:21.261 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 253 -> 254...  2021-12-07 13:13:22.502 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.502 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 254 -> 255...  2021-12-07 13:13:22.532 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.532 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 255 -> 256...  2021-12-07 13:13:22.572 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.572 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 256 -> 257...  2021-12-07 13:13:22.604 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.605 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 257 -> 258...  2021-12-07 13:13:22.641 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.641 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 258 -> 259...  2021-12-07 13:13:22.681 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.681 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 259 -> 260...  2021-12-07 13:13:22.722 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.722 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 260 -> 261...  2021-12-07 13:13:22.761 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.761 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 261 -> 262...  2021-12-07 13:13:22.798 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.799 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 262 -> 263...  2021-12-07 13:13:22.839 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.839 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 263 -> 264...  2021-12-07 13:13:22.899 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:22.899 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 264 -> 265...  2021-12-07 13:13:23.292 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:23.293 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 265 -> 266...  2021-12-07 13:13:23.918 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:23.919 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 266 -> 267...  2021-12-07 13:13:25.989 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:25.990 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 267 -> 268...  2021-12-07 13:13:27.401 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:27.401 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 268 -> 269...  2021-12-07 13:13:28.410 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:28.411 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 269 -> 270...  2021-12-07 13:13:29.578 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:29.578 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 270 -> 271...  2021-12-07 13:13:30.350 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:30.351 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 271 -> 272...  2021-12-07 13:13:30.413 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:30.413 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 272 -> 273...  2021-12-07 13:13:30.455 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:30.456 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 273 -> 274...  2021-12-07 13:13:30.873 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:30.873 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 274 -> 275...  2021-12-07 13:13:31.878 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:31.878 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 275 -> 276...  2021-12-07 13:13:32.989 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:32.989 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 276 -> 277...  2021-12-07 13:13:33.281 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:33.282 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 277 -> 278...  2021-12-07 13:13:34.712 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:34.713 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 278 -> 279...  2021-12-07 13:13:35.195 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:35.195 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 279 -> 280...  2021-12-07 13:13:36.149 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.150 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 280 -> 281...  2021-12-07 13:13:36.189 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.189 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 281 -> 282...  2021-12-07 13:13:36.241 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.242 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 282 -> 283...  2021-12-07 13:13:36.286 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.287 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 283 -> 284...  2021-12-07 13:13:36.322 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.322 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 284 -> 285...  2021-12-07 13:13:36.389 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.390 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 285 -> 286...  2021-12-07 13:13:36.440 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.441 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 286 -> 287...  2021-12-07 13:13:36.479 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.479 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 287 -> 288...  2021-12-07 13:13:36.515 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.515 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 288 -> 289...  2021-12-07 13:13:36.555 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.556 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 289 -> 290...  2021-12-07 13:13:36.589 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.590 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 290 -> 291...  2021-12-07 13:13:36.650 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:36.650 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 291 -> 292...  2021-12-07 13:13:37.904 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:37.904 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 292 -> 293...  2021-12-07 13:13:40.161 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:40.162 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 293 -> 294...  2021-12-07 13:13:41.155 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:41.155 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 294 -> 295...  2021-12-07 13:13:41.490 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:41.490 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 295 -> 296...  2021-12-07 13:13:41.530 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:41.530 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 296 -> 297...  2021-12-07 13:13:42.606 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:42.607 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 297 -> 298...  2021-12-07 13:13:43.372 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:43.373 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 298 -> 299...  2021-12-07 13:13:44.549 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:44.549 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 299 -> 300...  2021-12-07 13:13:45.715 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:45.715 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 300 -> 301...  2021-12-07 13:13:47.983 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:47.983 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 301 -> 302...  2021-12-07 13:13:48.018 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.018 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 302 -> 303...  2021-12-07 13:13:48.058 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.058 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 303 -> 304...  2021-12-07 13:13:48.098 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.098 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 304 -> 305...  2021-12-07 13:13:48.132 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.132 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 305 -> 306...  2021-12-07 13:13:48.172 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.172 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 306 -> 307...  2021-12-07 13:13:48.215 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.216 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 307 -> 308...  2021-12-07 13:13:48.249 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.250 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 308 -> 309...  2021-12-07 13:13:48.284 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.285 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 309 -> 310...  2021-12-07 13:13:48.343 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.344 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 310 -> 311...  2021-12-07 13:13:48.406 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.406 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 311 -> 312...  2021-12-07 13:13:48.456 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:48.456 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 312 -> 313...  2021-12-07 13:13:49.926 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:49.927 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 313 -> 314...  2021-12-07 13:13:53.966 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:13:53.966 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 314 -> 315...  2021-12-07 13:14:00.658 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:00.658 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 315 -> 316...  2021-12-07 13:14:01.811 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:01.811 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 316 -> 317...  2021-12-07 13:14:02.960 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:02.961 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 317 -> 318...  2021-12-07 13:14:07.603 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:07.604 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 318 -> 319...  2021-12-07 13:14:07.918 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:07.918 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 319 -> 320...  2021-12-07 13:14:07.958 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:07.958 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 320 -> 321...  2021-12-07 13:14:07.998 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:07.998 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 321 -> 322...  2021-12-07 13:14:08.040 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.040 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 322 -> 323...  2021-12-07 13:14:08.078 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.078 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 323 -> 324...  2021-12-07 13:14:08.112 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.113 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 324 -> 325...  2021-12-07 13:14:08.152 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.152 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 325 -> 326...  2021-12-07 13:14:08.195 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.195 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 326 -> 327...  2021-12-07 13:14:08.245 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.246 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 327 -> 328...  2021-12-07 13:14:08.295 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.295 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 328 -> 329...  2021-12-07 13:14:08.348 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.349 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 329 -> 330...  2021-12-07 13:14:08.415 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:08.415 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 330 -> 331...  2021-12-07 13:14:10.754 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:10.755 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 331 -> 332...  2021-12-07 13:14:11.972 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:11.972 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 332 -> 333...  2021-12-07 13:14:13.045 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:13.046 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 333 -> 334...  2021-12-07 13:14:14.181 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.181 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 334 -> 335...  2021-12-07 13:14:14.223 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.224 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 335 -> 336...  2021-12-07 13:14:14.268 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.269 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 336 -> 337...  2021-12-07 13:14:14.314 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.314 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 337 -> 338...  2021-12-07 13:14:14.349 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.349 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 338 -> 339...  2021-12-07 13:14:14.394 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.395 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 339 -> 340...  2021-12-07 13:14:14.435 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.436 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 340 -> 341...  2021-12-07 13:14:14.468 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.469 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 341 -> 342...  2021-12-07 13:14:14.525 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.526 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 342 -> 343...  2021-12-07 13:14:14.565 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.566 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 343 -> 344...  2021-12-07 13:14:14.600 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.600 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 344 -> 345...  2021-12-07 13:14:14.678 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:14.678 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 345 -> 346...  2021-12-07 13:14:16.354 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:16.355 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 346 -> 347...  2021-12-07 13:14:16.880 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:16.880 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 347 -> 348...  2021-12-07 13:14:16.917 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:16.918 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 348 -> 349...  2021-12-07 13:14:16.955 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:16.955 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 349 -> 350...  2021-12-07 13:14:17.026 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.026 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 350 -> 351...  2021-12-07 13:14:17.063 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.063 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 351 -> 352...  2021-12-07 13:14:17.108 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.108 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 352 -> 353...  2021-12-07 13:14:17.142 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.142 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 353 -> 354...  2021-12-07 13:14:17.186 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.186 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 354 -> 355...  2021-12-07 13:14:17.227 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.227 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 355 -> 356...  2021-12-07 13:14:17.278 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.278 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 356 -> 357...  2021-12-07 13:14:17.318 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:17.318 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 357 -> 358...  2021-12-07 13:14:18.565 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:18.566 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 358 -> 359...  2021-12-07 13:14:19.946 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:19.946 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 359 -> 360...  2021-12-07 13:14:21.086 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:21.086 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 360 -> 361...  2021-12-07 13:14:21.417 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:21.417 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 361 -> 362...  2021-12-07 13:14:22.502 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.503 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 362 -> 363...  2021-12-07 13:14:22.536 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.537 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 363 -> 364...  2021-12-07 13:14:22.577 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.577 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 364 -> 365...  2021-12-07 13:14:22.620 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.621 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 365 -> 366...  2021-12-07 13:14:22.666 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.666 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 366 -> 367...  2021-12-07 13:14:22.706 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.707 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 367 -> 368...  2021-12-07 13:14:22.746 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.746 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 368 -> 369...  2021-12-07 13:14:22.780 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.781 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 369 -> 370...  2021-12-07 13:14:22.817 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.817 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 370 -> 371...  2021-12-07 13:14:22.862 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.863 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 371 -> 372...  2021-12-07 13:14:22.917 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:22.918 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 372 -> 373...  2021-12-07 13:14:24.754 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:24.754 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 373 -> 374...  2021-12-07 13:14:26.525 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:26.526 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 374 -> 375...  2021-12-07 13:14:27.177 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:27.177 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 375 -> 376...  2021-12-07 13:14:27.495 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:27.495 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 376 -> 377...  2021-12-07 13:14:27.760 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:27.760 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 377 -> 378...  2021-12-07 13:14:28.045 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.046 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 378 -> 379...  2021-12-07 13:14:28.089 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.089 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 379 -> 380...  2021-12-07 13:14:28.120 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.120 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 380 -> 381...  2021-12-07 13:14:28.154 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.154 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 381 -> 382...  2021-12-07 13:14:28.188 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.188 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 382 -> 383...  2021-12-07 13:14:28.228 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.228 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 383 -> 384...  2021-12-07 13:14:28.257 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.257 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 384 -> 385...  2021-12-07 13:14:28.285 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.286 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 385 -> 386...  2021-12-07 13:14:28.314 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.314 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 386 -> 387...  2021-12-07 13:14:28.349 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.350 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 387 -> 388...  2021-12-07 13:14:28.397 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.397 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 388 -> 389...  2021-12-07 13:14:28.674 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:28.674 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 389 -> 390...  2021-12-07 13:14:29.966 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:29.966 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 390 -> 391...  2021-12-07 13:14:31.228 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:31.229 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 391 -> 392...  2021-12-07 13:14:31.268 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:31.268 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 392 -> 393...  2021-12-07 13:14:31.325 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:31.327 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 393 -> 394...  2021-12-07 13:14:31.383 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:31.383 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 394 -> 395...  2021-12-07 13:14:31.462 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:31.463 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 395 -> 396...  2021-12-07 13:14:31.506 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:31.506 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 396 -> 397...  2021-12-07 13:14:32.800 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:32.800 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 397 -> 398...  2021-12-07 13:14:33.839 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:33.840 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 398 -> 399...  2021-12-07 13:14:35.332 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:35.332 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 399 -> 400...  2021-12-07 13:14:35.394 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:35.394 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 400 -> 401...  2021-12-07 13:14:38.085 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:38.086 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 401 -> 402...  2021-12-07 13:14:39.217 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:39.218 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 402 -> 403...  2021-12-07 13:14:39.260 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:39.260 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 403 -> 404...  2021-12-07 13:14:39.298 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:39.298 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 404 -> 405...  2021-12-07 13:14:39.337 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:39.337 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 405 -> 406...  2021-12-07 13:14:39.394 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:39.394 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] 406 -> 407...  2021-12-07 13:14:39.445 | INFO migrate.versioning.api [None req-9da65986-32a2-41a1-981c-071579e91a8f None None] done 2021-12-07 13:14:39.475 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'block_device_mapping_instance_uuid_virtual_name_device_name_idx' defined on the table 'nova_cell0.block_device_mapping'. This is deprecated and will be disallowed in a future release.") 2021-12-07 13:14:39.475 | result = self._query(query) 2021-12-07 13:14:39.475 | /usr/local/lib/python3.6/dist-packages/pymysql/cursors.py:170: Warning: (1831, "Duplicate index 'uniq_instances0uuid' defined on the table 'nova_cell0.instances'. This is deprecated and will be disallowed in a future release.") 2021-12-07 13:14:39.475 | result = self._query(query) 2021-12-07 13:14:39.899 | + lib/nova:init_nova:781 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2021-12-07 13:14:43.754 | Running batches of 50 until complete 2021-12-07 13:14:43.754 | +-------------------------------------+--------------+-----------+ 2021-12-07 13:14:43.754 | | Migration | Total Needed | Completed | 2021-12-07 13:14:43.754 | +-------------------------------------+--------------+-----------+ 2021-12-07 13:14:43.754 | | fill_virtual_interface_list | 0 | 0 | 2021-12-07 13:14:43.754 | | migrate_empty_ratio | 0 | 0 | 2021-12-07 13:14:43.754 | | migrate_quota_classes_to_api_db | 0 | 0 | 2021-12-07 13:14:43.754 | | migrate_quota_limits_to_api_db | 0 | 0 | 2021-12-07 13:14:43.754 | | migration_migrate_to_uuid | 0 | 0 | 2021-12-07 13:14:43.754 | | populate_missing_availability_zones | 0 | 0 | 2021-12-07 13:14:43.754 | | populate_queued_for_delete | 0 | 0 | 2021-12-07 13:14:43.754 | | populate_user_id | 0 | 0 | 2021-12-07 13:14:43.754 | | populate_uuids | 0 | 0 | 2021-12-07 13:14:43.754 | +-------------------------------------+--------------+-----------+ 2021-12-07 13:14:44.162 | ++ lib/nova:init_nova:784 : seq 1 1 2021-12-07 13:14:44.165 | + lib/nova:init_nova:784 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 13:14:44.168 | ++ lib/nova:init_nova:785 : conductor_conf 1 2021-12-07 13:14:44.172 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-07 13:14:44.175 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-07 13:14:44.178 | + lib/nova:init_nova:785 : /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-12-07 13:14:47.795 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2021-12-07 13:14:47.795 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2021-12-07 13:14:48.203 | + lib/nova:init_nova:789 : create_nova_keys_dir 2021-12-07 13:14:48.206 | + lib/nova:create_nova_keys_dir:751 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2021-12-07 13:14:48.218 | + lib/nova:init_nova:791 : [[ '' == \L\V\M ]] 2021-12-07 13:14:48.221 | + ./stack.sh:main:1209 : is_service_enabled neutron 2021-12-07 13:14:48.237 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:48.239 | + ./stack.sh:main:1210 : configure_neutron_nova 2021-12-07 13:14:48.242 | + lib/neutron:configure_neutron_nova:616 : is_neutron_legacy_enabled 2021-12-07 13:14:48.246 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:14:48.246 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-07 13:14:48.251 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:14:48.253 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-07 13:14:48.256 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:14:48.258 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-07 13:14:48.261 | + lib/neutron:configure_neutron_nova:618 : create_nova_conf_neutron /etc/nova/nova.conf 2021-12-07 13:14:48.263 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova.conf 2021-12-07 13:14:48.266 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova.conf neutron auth_type password 2021-12-07 13:14:48.291 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.24/identity 2021-12-07 13:14:48.316 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova.conf neutron username neutron 2021-12-07 13:14:48.342 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova.conf neutron password Passw0rd 2021-12-07 13:14:48.366 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2021-12-07 13:14:48.393 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova.conf neutron project_name service 2021-12-07 13:14:48.417 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2021-12-07 13:14:48.444 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2021-12-07 13:14:48.475 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2021-12-07 13:14:48.502 | + lib/neutron-legacy:create_nova_conf_neutron:387 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2021-12-07 13:14:48.504 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-12-07 13:14:48.506 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-12-07 13:14:48.509 | + lib/neutron-legacy:create_nova_conf_neutron:389 : is_service_enabled q-meta 2021-12-07 13:14:48.524 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:48.527 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2021-12-07 13:14:48.553 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2021-12-07 13:14:48.578 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2021-12-07 13:14:48.603 | + lib/neutron:configure_neutron_nova:619 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2021-12-07 13:14:48.606 | ++ lib/neutron:configure_neutron_nova:620 : seq 1 1 2021-12-07 13:14:48.610 | + lib/neutron:configure_neutron_nova:620 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 13:14:48.613 | + lib/neutron:configure_neutron_nova:621 : local conf 2021-12-07 13:14:48.616 | ++ lib/neutron:configure_neutron_nova:622 : conductor_conf 1 2021-12-07 13:14:48.618 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-07 13:14:48.621 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-07 13:14:48.624 | + lib/neutron:configure_neutron_nova:622 : conf=/etc/nova/nova_cell1.conf 2021-12-07 13:14:48.627 | + lib/neutron:configure_neutron_nova:623 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2021-12-07 13:14:48.629 | + lib/neutron-legacy:create_nova_conf_neutron:375 : local conf=/etc/nova/nova_cell1.conf 2021-12-07 13:14:48.631 | + lib/neutron-legacy:create_nova_conf_neutron:376 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2021-12-07 13:14:48.658 | + lib/neutron-legacy:create_nova_conf_neutron:377 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.24/identity 2021-12-07 13:14:48.684 | + lib/neutron-legacy:create_nova_conf_neutron:378 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2021-12-07 13:14:48.710 | + lib/neutron-legacy:create_nova_conf_neutron:379 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2021-12-07 13:14:48.736 | + lib/neutron-legacy:create_nova_conf_neutron:380 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2021-12-07 13:14:48.762 | + lib/neutron-legacy:create_nova_conf_neutron:381 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2021-12-07 13:14:48.787 | + lib/neutron-legacy:create_nova_conf_neutron:382 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2021-12-07 13:14:48.813 | + lib/neutron-legacy:create_nova_conf_neutron:383 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2021-12-07 13:14:48.838 | + lib/neutron-legacy:create_nova_conf_neutron:384 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2021-12-07 13:14:48.888 | + lib/neutron-legacy:create_nova_conf_neutron:387 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2021-12-07 13:14:48.890 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2021-12-07 13:14:48.893 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2021-12-07 13:14:48.896 | + lib/neutron-legacy:create_nova_conf_neutron:389 : is_service_enabled q-meta 2021-12-07 13:14:48.913 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:48.916 | + lib/neutron-legacy:create_nova_conf_neutron:390 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2021-12-07 13:14:48.944 | + lib/neutron-legacy:create_nova_conf_neutron:393 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2021-12-07 13:14:48.970 | + lib/neutron-legacy:create_nova_conf_neutron:394 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2021-12-07 13:14:48.996 | + ./stack.sh:main:1219 : run_phase stack post-config 2021-12-07 13:14:48.999 | + functions-common:run_phase:1759 : local mode=stack 2021-12-07 13:14:49.001 | + functions-common:run_phase:1760 : local phase=post-config 2021-12-07 13:14:49.004 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-07 13:14:49.006 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-07 13:14:49.009 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-07 13:14:49.011 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-07 13:14:49.013 | + functions-common:run_phase:1769 : local extra 2021-12-07 13:14:49.017 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-07 13:14:49.020 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-07 13:14:49.023 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-07 13:14:49.025 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-07 13:14:49.028 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2021-12-07 13:14:49.032 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-07 13:14:49.047 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:49.050 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 13:14:49.052 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:14:49.054 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2021-12-07 13:14:49.057 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:14:49.059 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-07 13:14:49.061 | ++ extras.d/80-tempest.sh:source:12 : : 2021-12-07 13:14:49.064 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-07 13:14:49.066 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-07 13:14:49.068 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 13:14:49.071 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-07 13:14:49.073 | + functions-common:run_phase:1786 : run_plugins stack post-config 2021-12-07 13:14:49.076 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-07 13:14:49.078 | + functions-common:run_plugins:1746 : local phase=post-config 2021-12-07 13:14:49.081 | + functions-common:run_plugins:1748 : local plugins= 2021-12-07 13:14:49.083 | + functions-common:run_plugins:1749 : local plugin 2021-12-07 13:14:49.086 | + ./stack.sh:main:1227 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2021-12-07 13:14:49.088 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.091 | + inc/meta-config:merge_config_group:171 : shift 2021-12-07 13:14:49.094 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2021-12-07 13:14:49.096 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:14:49.099 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-07 13:14:49.101 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-07 13:14:49.104 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2021-12-07 13:14:49.107 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.111 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2021-12-07 13:14:49.113 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:14:49.116 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2021-12-07 13:14:49.116 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:14:49.116 | gsub("[][]", "", $1); 2021-12-07 13:14:49.116 | split($1, a, "|"); 2021-12-07 13:14:49.116 | if (a[1] == matchgroup) 2021-12-07 13:14:49.116 | print a[2] 2021-12-07 13:14:49.116 | } 2021-12-07 13:14:49.116 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.122 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-07 13:14:49.125 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-07 13:14:49.127 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-07 13:14:49.130 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2021-12-07 13:14:49.133 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2021-12-07 13:14:49.136 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2021-12-07 13:14:49.138 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2021-12-07 13:14:49.142 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2021-12-07 13:14:49.145 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2021-12-07 13:14:49.148 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2021-12-07 13:14:49.150 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-12-07 13:14:49.153 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.156 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-07 13:14:49.158 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2021-12-07 13:14:49.160 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-07 13:14:49.164 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2021-12-07 13:14:49.166 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2021-12-07 13:14:49.169 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2021-12-07 13:14:49.172 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2021-12-07 13:14:49.176 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2021-12-07 13:14:49.176 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2021-12-07 13:14:49.176 | BEGIN { 2021-12-07 13:14:49.176 | section = "" 2021-12-07 13:14:49.176 | last_section = "" 2021-12-07 13:14:49.176 | section_count = 0 2021-12-07 13:14:49.176 | } 2021-12-07 13:14:49.176 | /^\[.+\]/ { 2021-12-07 13:14:49.176 | gsub("[][]", "", $1); 2021-12-07 13:14:49.176 | section=$1 2021-12-07 13:14:49.176 | next 2021-12-07 13:14:49.176 | } 2021-12-07 13:14:49.176 | /^ *\#/ { 2021-12-07 13:14:49.177 | next 2021-12-07 13:14:49.177 | } 2021-12-07 13:14:49.177 | /^[^ \t]+/ { 2021-12-07 13:14:49.177 | # get offset of first = in $0 2021-12-07 13:14:49.177 | eq_idx = index($0, "=") 2021-12-07 13:14:49.177 | # extract attr & value from $0 2021-12-07 13:14:49.177 | attr = substr($0, 1, eq_idx - 1) 2021-12-07 13:14:49.177 | value = substr($0, eq_idx + 1) 2021-12-07 13:14:49.177 | # only need to strip trailing whitespace from attr 2021-12-07 13:14:49.177 | sub(/[ \t]*$/, "", attr) 2021-12-07 13:14:49.177 | # need to strip leading & trailing whitespace from value 2021-12-07 13:14:49.177 | sub(/^[ \t]*/, "", value) 2021-12-07 13:14:49.177 | sub(/[ \t]*$/, "", value) 2021-12-07 13:14:49.177 | 2021-12-07 13:14:49.177 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-07 13:14:49.177 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-07 13:14:49.177 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-07 13:14:49.177 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-07 13:14:49.177 | if (! (section, attr) in cfg_attr_count) { 2021-12-07 13:14:49.177 | if (section != last_section) { 2021-12-07 13:14:49.177 | cfg_section[section_count++] = section 2021-12-07 13:14:49.177 | last_section = section 2021-12-07 13:14:49.177 | } 2021-12-07 13:14:49.177 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-07 13:14:49.177 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-07 13:14:49.177 | 2021-12-07 13:14:49.177 | cfg_attr[section, attr, 0] = value 2021-12-07 13:14:49.177 | cfg_attr_count[section, attr] = 1 2021-12-07 13:14:49.177 | } else { 2021-12-07 13:14:49.177 | lno = cfg_attr_count[section, attr]++ 2021-12-07 13:14:49.177 | cfg_attr[section, attr, lno] = value 2021-12-07 13:14:49.177 | } 2021-12-07 13:14:49.177 | } 2021-12-07 13:14:49.177 | END { 2021-12-07 13:14:49.178 | # Process each section in order 2021-12-07 13:14:49.178 | for (sno = 0; sno < section_count; sno++) { 2021-12-07 13:14:49.178 | section = cfg_section[sno] 2021-12-07 13:14:49.178 | # The ini routines simply append a config item immediately 2021-12-07 13:14:49.178 | # after the section header. To keep the same order as defined 2021-12-07 13:14:49.178 | # in local.conf, invoke the ini routines in the reverse order 2021-12-07 13:14:49.178 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-07 13:14:49.178 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-07 13:14:49.178 | if (cfg_attr_count[section, attr] == 1) 2021-12-07 13:14:49.178 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-07 13:14:49.178 | else { 2021-12-07 13:14:49.178 | # For multiline, invoke the ini routines in the reverse order 2021-12-07 13:14:49.178 | count = cfg_attr_count[section, attr] 2021-12-07 13:14:49.178 | print "inidelete " configfile " " section " " attr 2021-12-07 13:14:49.178 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-07 13:14:49.178 | for (l = count -2; l >= 0; l--) 2021-12-07 13:14:49.178 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-07 13:14:49.178 | } 2021-12-07 13:14:49.178 | } 2021-12-07 13:14:49.178 | } 2021-12-07 13:14:49.178 | } 2021-12-07 13:14:49.178 | ' 2021-12-07 13:14:49.178 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.180 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.182 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-07 13:14:49.185 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2021-12-07 13:14:49.187 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:14:49.190 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2021-12-07 13:14:49.192 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2021-12-07 13:14:49.192 | BEGIN { group = "" } 2021-12-07 13:14:49.192 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:14:49.193 | gsub("[][]", "", $1); 2021-12-07 13:14:49.193 | split($1, a, "|"); 2021-12-07 13:14:49.193 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-07 13:14:49.193 | group=a[1] 2021-12-07 13:14:49.193 | } else { 2021-12-07 13:14:49.193 | group="" 2021-12-07 13:14:49.193 | } 2021-12-07 13:14:49.193 | next 2021-12-07 13:14:49.193 | } 2021-12-07 13:14:49.193 | { 2021-12-07 13:14:49.193 | if (group != "") 2021-12-07 13:14:49.193 | print $0 2021-12-07 13:14:49.193 | } 2021-12-07 13:14:49.193 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.199 | + 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-12-07 13:14:49.201 | ++ 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-12-07 13:14:49.228 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.231 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2021-12-07 13:14:49.233 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2021-12-07 13:14:49.258 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.261 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2021-12-07 13:14:49.263 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2021-12-07 13:14:49.299 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.302 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2021-12-07 13:14:49.304 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2021-12-07 13:14:49.333 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.335 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2021-12-07 13:14:49.338 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2021-12-07 13:14:49.365 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.367 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2021-12-07 13:14:49.370 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2021-12-07 13:14:49.398 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.400 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.24/identity"' 2021-12-07 13:14:49.403 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.24/identity 2021-12-07 13:14:49.431 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.433 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2021-12-07 13:14:49.436 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2021-12-07 13:14:49.465 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.467 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2021-12-07 13:14:49.470 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-12-07 13:14:49.497 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.500 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2021-12-07 13:14:49.503 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-12-07 13:14:49.531 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.533 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2021-12-07 13:14:49.536 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2021-12-07 13:14:49.564 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.566 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2021-12-07 13:14:49.569 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-12-07 13:14:49.596 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.599 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2021-12-07 13:14:49.601 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2021-12-07 13:14:49.629 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.632 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-07 13:14:49.635 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-07 13:14:49.637 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-07 13:14:49.641 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2021-12-07 13:14:49.644 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2021-12-07 13:14:49.647 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2021-12-07 13:14:49.649 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2021-12-07 13:14:49.652 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2021-12-07 13:14:49.656 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2021-12-07 13:14:49.658 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2021-12-07 13:14:49.661 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-12-07 13:14:49.663 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.665 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-07 13:14:49.668 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2021-12-07 13:14:49.670 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-07 13:14:49.674 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2021-12-07 13:14:49.676 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2021-12-07 13:14:49.679 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2021-12-07 13:14:49.682 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2021-12-07 13:14:49.685 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2021-12-07 13:14:49.686 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.687 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2021-12-07 13:14:49.687 | BEGIN { 2021-12-07 13:14:49.687 | section = "" 2021-12-07 13:14:49.687 | last_section = "" 2021-12-07 13:14:49.687 | section_count = 0 2021-12-07 13:14:49.687 | } 2021-12-07 13:14:49.687 | /^\[.+\]/ { 2021-12-07 13:14:49.687 | gsub("[][]", "", $1); 2021-12-07 13:14:49.687 | section=$1 2021-12-07 13:14:49.687 | next 2021-12-07 13:14:49.687 | } 2021-12-07 13:14:49.687 | /^ *\#/ { 2021-12-07 13:14:49.687 | next 2021-12-07 13:14:49.687 | } 2021-12-07 13:14:49.688 | /^[^ \t]+/ { 2021-12-07 13:14:49.688 | # get offset of first = in $0 2021-12-07 13:14:49.688 | eq_idx = index($0, "=") 2021-12-07 13:14:49.688 | # extract attr & value from $0 2021-12-07 13:14:49.688 | attr = substr($0, 1, eq_idx - 1) 2021-12-07 13:14:49.688 | value = substr($0, eq_idx + 1) 2021-12-07 13:14:49.688 | # only need to strip trailing whitespace from attr 2021-12-07 13:14:49.688 | sub(/[ \t]*$/, "", attr) 2021-12-07 13:14:49.688 | # need to strip leading & trailing whitespace from value 2021-12-07 13:14:49.688 | sub(/^[ \t]*/, "", value) 2021-12-07 13:14:49.688 | sub(/[ \t]*$/, "", value) 2021-12-07 13:14:49.688 | 2021-12-07 13:14:49.688 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-07 13:14:49.688 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-07 13:14:49.688 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-07 13:14:49.688 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-07 13:14:49.688 | if (! (section, attr) in cfg_attr_count) { 2021-12-07 13:14:49.688 | if (section != last_section) { 2021-12-07 13:14:49.688 | cfg_section[section_count++] = section 2021-12-07 13:14:49.688 | last_section = section 2021-12-07 13:14:49.688 | } 2021-12-07 13:14:49.688 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-07 13:14:49.688 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-07 13:14:49.688 | 2021-12-07 13:14:49.688 | cfg_attr[section, attr, 0] = value 2021-12-07 13:14:49.688 | cfg_attr_count[section, attr] = 1 2021-12-07 13:14:49.688 | } else { 2021-12-07 13:14:49.688 | lno = cfg_attr_count[section, attr]++ 2021-12-07 13:14:49.688 | cfg_attr[section, attr, lno] = value 2021-12-07 13:14:49.688 | } 2021-12-07 13:14:49.688 | } 2021-12-07 13:14:49.688 | END { 2021-12-07 13:14:49.688 | # Process each section in order 2021-12-07 13:14:49.688 | for (sno = 0; sno < section_count; sno++) { 2021-12-07 13:14:49.688 | section = cfg_section[sno] 2021-12-07 13:14:49.689 | # The ini routines simply append a config item immediately 2021-12-07 13:14:49.689 | # after the section header. To keep the same order as defined 2021-12-07 13:14:49.689 | # in local.conf, invoke the ini routines in the reverse order 2021-12-07 13:14:49.689 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-07 13:14:49.689 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-07 13:14:49.689 | if (cfg_attr_count[section, attr] == 1) 2021-12-07 13:14:49.689 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-07 13:14:49.689 | else { 2021-12-07 13:14:49.689 | # For multiline, invoke the ini routines in the reverse order 2021-12-07 13:14:49.689 | count = cfg_attr_count[section, attr] 2021-12-07 13:14:49.689 | print "inidelete " configfile " " section " " attr 2021-12-07 13:14:49.689 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-07 13:14:49.689 | for (l = count -2; l >= 0; l--) 2021-12-07 13:14:49.689 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-07 13:14:49.689 | } 2021-12-07 13:14:49.689 | } 2021-12-07 13:14:49.689 | } 2021-12-07 13:14:49.689 | } 2021-12-07 13:14:49.689 | ' 2021-12-07 13:14:49.689 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.691 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-07 13:14:49.694 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2021-12-07 13:14:49.696 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:14:49.699 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2021-12-07 13:14:49.701 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2021-12-07 13:14:49.701 | BEGIN { group = "" } 2021-12-07 13:14:49.701 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:14:49.701 | gsub("[][]", "", $1); 2021-12-07 13:14:49.701 | split($1, a, "|"); 2021-12-07 13:14:49.701 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-07 13:14:49.702 | group=a[1] 2021-12-07 13:14:49.702 | } else { 2021-12-07 13:14:49.702 | group="" 2021-12-07 13:14:49.702 | } 2021-12-07 13:14:49.702 | next 2021-12-07 13:14:49.702 | } 2021-12-07 13:14:49.702 | { 2021-12-07 13:14:49.702 | if (group != "") 2021-12-07 13:14:49.702 | print $0 2021-12-07 13:14:49.702 | } 2021-12-07 13:14:49.703 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:14:49.708 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2021-12-07 13:14:49.711 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2021-12-07 13:14:49.742 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.744 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2021-12-07 13:14:49.747 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2021-12-07 13:14:49.779 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.782 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2021-12-07 13:14:49.784 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2021-12-07 13:14:49.816 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.818 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2021-12-07 13:14:49.820 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2021-12-07 13:14:49.852 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.855 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2021-12-07 13:14:49.857 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2021-12-07 13:14:49.889 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.892 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2021-12-07 13:14:49.895 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2021-12-07 13:14:49.927 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.929 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2021-12-07 13:14:49.932 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2021-12-07 13:14:49.964 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:49.966 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2021-12-07 13:14:49.969 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2021-12-07 13:14:50.001 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.004 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2021-12-07 13:14:50.007 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2021-12-07 13:14:50.037 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.040 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2021-12-07 13:14:50.042 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2021-12-07 13:14:50.075 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.077 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2021-12-07 13:14:50.080 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2021-12-07 13:14:50.112 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.115 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2021-12-07 13:14:50.117 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2021-12-07 13:14:50.149 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.152 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2021-12-07 13:14:50.154 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2021-12-07 13:14:50.186 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.189 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2021-12-07 13:14:50.191 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2021-12-07 13:14:50.224 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.226 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2021-12-07 13:14:50.228 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2021-12-07 13:14:50.266 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.269 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2021-12-07 13:14:50.271 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2021-12-07 13:14:50.304 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.307 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-07 13:14:50.309 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-07 13:14:50.312 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-07 13:14:50.315 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2021-12-07 13:14:50.318 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2021-12-07 13:14:50.321 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2021-12-07 13:14:50.323 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2021-12-07 13:14:50.327 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2021-12-07 13:14:50.331 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2021-12-07 13:14:50.333 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2021-12-07 13:14:50.336 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-12-07 13:14:50.338 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:50.341 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-07 13:14:50.344 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2021-12-07 13:14:50.347 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-07 13:14:50.350 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2021-12-07 13:14:50.352 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2021-12-07 13:14:50.355 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2021-12-07 13:14:50.358 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2021-12-07 13:14:50.362 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2021-12-07 13:14:50.364 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2021-12-07 13:14:50.364 | BEGIN { 2021-12-07 13:14:50.364 | section = "" 2021-12-07 13:14:50.364 | last_section = "" 2021-12-07 13:14:50.364 | section_count = 0 2021-12-07 13:14:50.365 | } 2021-12-07 13:14:50.365 | /^\[.+\]/ { 2021-12-07 13:14:50.365 | gsub("[][]", "", $1); 2021-12-07 13:14:50.365 | section=$1 2021-12-07 13:14:50.365 | next 2021-12-07 13:14:50.365 | } 2021-12-07 13:14:50.365 | /^ *\#/ { 2021-12-07 13:14:50.365 | next 2021-12-07 13:14:50.365 | } 2021-12-07 13:14:50.365 | /^[^ \t]+/ { 2021-12-07 13:14:50.365 | # get offset of first = in $0 2021-12-07 13:14:50.365 | eq_idx = index($0, "=") 2021-12-07 13:14:50.365 | # extract attr & value from $0 2021-12-07 13:14:50.365 | attr = substr($0, 1, eq_idx - 1) 2021-12-07 13:14:50.365 | value = substr($0, eq_idx + 1) 2021-12-07 13:14:50.365 | # only need to strip trailing whitespace from attr 2021-12-07 13:14:50.365 | sub(/[ \t]*$/, "", attr) 2021-12-07 13:14:50.365 | # need to strip leading & trailing whitespace from value 2021-12-07 13:14:50.365 | sub(/^[ \t]*/, "", value) 2021-12-07 13:14:50.365 | sub(/[ \t]*$/, "", value) 2021-12-07 13:14:50.365 | 2021-12-07 13:14:50.365 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-07 13:14:50.365 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-07 13:14:50.365 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-07 13:14:50.365 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-07 13:14:50.365 | if (! (section, attr) in cfg_attr_count) { 2021-12-07 13:14:50.365 | if (section != last_section) { 2021-12-07 13:14:50.365 | cfg_section[section_count++] = section 2021-12-07 13:14:50.365 | last_section = section 2021-12-07 13:14:50.365 | } 2021-12-07 13:14:50.365 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-07 13:14:50.366 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-07 13:14:50.366 | 2021-12-07 13:14:50.366 | cfg_attr[section, attr, 0] = value 2021-12-07 13:14:50.366 | cfg_attr_count[section, attr] = 1 2021-12-07 13:14:50.366 | } else { 2021-12-07 13:14:50.366 | lno = cfg_attr_count[section, attr]++ 2021-12-07 13:14:50.366 | cfg_attr[section, attr, lno] = value 2021-12-07 13:14:50.366 | } 2021-12-07 13:14:50.366 | } 2021-12-07 13:14:50.366 | END { 2021-12-07 13:14:50.366 | # Process each section in order 2021-12-07 13:14:50.366 | for (sno = 0; sno < section_count; sno++) { 2021-12-07 13:14:50.366 | section = cfg_section[sno] 2021-12-07 13:14:50.366 | # The ini routines simply append a config item immediately 2021-12-07 13:14:50.366 | # after the section header. To keep the same order as defined 2021-12-07 13:14:50.366 | # in local.conf, invoke the ini routines in the reverse order 2021-12-07 13:14:50.366 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-07 13:14:50.366 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-07 13:14:50.366 | if (cfg_attr_count[section, attr] == 1) 2021-12-07 13:14:50.366 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-07 13:14:50.366 | else { 2021-12-07 13:14:50.366 | # For multiline, invoke the ini routines in the reverse order 2021-12-07 13:14:50.366 | count = cfg_attr_count[section, attr] 2021-12-07 13:14:50.366 | print "inidelete " configfile " " section " " attr 2021-12-07 13:14:50.366 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-07 13:14:50.366 | for (l = count -2; l >= 0; l--) 2021-12-07 13:14:50.366 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-07 13:14:50.366 | } 2021-12-07 13:14:50.366 | } 2021-12-07 13:14:50.366 | } 2021-12-07 13:14:50.366 | } 2021-12-07 13:14:50.366 | ' 2021-12-07 13:14:50.366 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.367 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:50.368 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-07 13:14:50.370 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2021-12-07 13:14:50.373 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:14:50.375 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2021-12-07 13:14:50.378 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2021-12-07 13:14:50.378 | BEGIN { group = "" } 2021-12-07 13:14:50.378 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:14:50.378 | gsub("[][]", "", $1); 2021-12-07 13:14:50.378 | split($1, a, "|"); 2021-12-07 13:14:50.378 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-07 13:14:50.378 | group=a[1] 2021-12-07 13:14:50.378 | } else { 2021-12-07 13:14:50.378 | group="" 2021-12-07 13:14:50.378 | } 2021-12-07 13:14:50.378 | next 2021-12-07 13:14:50.378 | } 2021-12-07 13:14:50.378 | { 2021-12-07 13:14:50.378 | if (group != "") 2021-12-07 13:14:50.378 | print $0 2021-12-07 13:14:50.378 | } 2021-12-07 13:14:50.378 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:14:50.384 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2021-12-07 13:14:50.387 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2021-12-07 13:14:50.415 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.418 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2021-12-07 13:14:50.420 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2021-12-07 13:14:50.448 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.450 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2021-12-07 13:14:50.453 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2021-12-07 13:14:50.479 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.482 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2021-12-07 13:14:50.484 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2021-12-07 13:14:50.510 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.513 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2021-12-07 13:14:50.515 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2021-12-07 13:14:50.541 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.544 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2021-12-07 13:14:50.546 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2021-12-07 13:14:50.572 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.575 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2021-12-07 13:14:50.577 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2021-12-07 13:14:50.603 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.606 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2021-12-07 13:14:50.608 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2021-12-07 13:14:50.634 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.637 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2021-12-07 13:14:50.640 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2021-12-07 13:14:50.643 | + inc/meta-config:merge_config_group:180 : local dir 2021-12-07 13:14:50.646 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2021-12-07 13:14:50.649 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:14:50.652 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:14:50.654 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2021-12-07 13:14:50.658 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:14:50.662 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2021-12-07 13:14:50.664 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2021-12-07 13:14:50.667 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-12-07 13:14:50.669 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:50.672 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-07 13:14:50.674 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-12-07 13:14:50.677 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-07 13:14:50.680 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2021-12-07 13:14:50.682 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:14:50.685 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:14:50.687 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2021-12-07 13:14:50.691 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2021-12-07 13:14:50.691 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.692 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-12-07 13:14:50.692 | BEGIN { 2021-12-07 13:14:50.692 | section = "" 2021-12-07 13:14:50.692 | last_section = "" 2021-12-07 13:14:50.692 | section_count = 0 2021-12-07 13:14:50.692 | } 2021-12-07 13:14:50.692 | /^\[.+\]/ { 2021-12-07 13:14:50.692 | gsub("[][]", "", $1); 2021-12-07 13:14:50.692 | section=$1 2021-12-07 13:14:50.692 | next 2021-12-07 13:14:50.692 | } 2021-12-07 13:14:50.692 | /^ *\#/ { 2021-12-07 13:14:50.692 | next 2021-12-07 13:14:50.692 | } 2021-12-07 13:14:50.692 | /^[^ \t]+/ { 2021-12-07 13:14:50.692 | # get offset of first = in $0 2021-12-07 13:14:50.692 | eq_idx = index($0, "=") 2021-12-07 13:14:50.692 | # extract attr & value from $0 2021-12-07 13:14:50.692 | attr = substr($0, 1, eq_idx - 1) 2021-12-07 13:14:50.692 | value = substr($0, eq_idx + 1) 2021-12-07 13:14:50.692 | # only need to strip trailing whitespace from attr 2021-12-07 13:14:50.692 | sub(/[ \t]*$/, "", attr) 2021-12-07 13:14:50.692 | # need to strip leading & trailing whitespace from value 2021-12-07 13:14:50.692 | sub(/^[ \t]*/, "", value) 2021-12-07 13:14:50.692 | sub(/[ \t]*$/, "", value) 2021-12-07 13:14:50.692 | 2021-12-07 13:14:50.692 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-07 13:14:50.692 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-07 13:14:50.692 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-07 13:14:50.692 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-07 13:14:50.693 | if (! (section, attr) in cfg_attr_count) { 2021-12-07 13:14:50.693 | if (section != last_section) { 2021-12-07 13:14:50.693 | cfg_section[section_count++] = section 2021-12-07 13:14:50.693 | last_section = section 2021-12-07 13:14:50.693 | } 2021-12-07 13:14:50.693 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-07 13:14:50.693 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-07 13:14:50.693 | 2021-12-07 13:14:50.693 | cfg_attr[section, attr, 0] = value 2021-12-07 13:14:50.693 | cfg_attr_count[section, attr] = 1 2021-12-07 13:14:50.693 | } else { 2021-12-07 13:14:50.693 | lno = cfg_attr_count[section, attr]++ 2021-12-07 13:14:50.693 | cfg_attr[section, attr, lno] = value 2021-12-07 13:14:50.693 | } 2021-12-07 13:14:50.693 | } 2021-12-07 13:14:50.693 | END { 2021-12-07 13:14:50.693 | # Process each section in order 2021-12-07 13:14:50.693 | for (sno = 0; sno < section_count; sno++) { 2021-12-07 13:14:50.693 | section = cfg_section[sno] 2021-12-07 13:14:50.693 | # The ini routines simply append a config item immediately 2021-12-07 13:14:50.693 | # after the section header. To keep the same order as defined 2021-12-07 13:14:50.693 | # in local.conf, invoke the ini routines in the reverse order 2021-12-07 13:14:50.693 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-07 13:14:50.693 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-07 13:14:50.693 | if (cfg_attr_count[section, attr] == 1) 2021-12-07 13:14:50.693 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-07 13:14:50.693 | else { 2021-12-07 13:14:50.693 | # For multiline, invoke the ini routines in the reverse order 2021-12-07 13:14:50.693 | count = cfg_attr_count[section, attr] 2021-12-07 13:14:50.693 | print "inidelete " configfile " " section " " attr 2021-12-07 13:14:50.693 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-07 13:14:50.694 | for (l = count -2; l >= 0; l--) 2021-12-07 13:14:50.694 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-07 13:14:50.694 | } 2021-12-07 13:14:50.694 | } 2021-12-07 13:14:50.694 | } 2021-12-07 13:14:50.694 | } 2021-12-07 13:14:50.694 | ' 2021-12-07 13:14:50.694 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:14:50.696 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-07 13:14:50.698 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2021-12-07 13:14:50.700 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:14:50.703 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2021-12-07 13:14:50.706 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2021-12-07 13:14:50.706 | BEGIN { group = "" } 2021-12-07 13:14:50.706 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:14:50.706 | gsub("[][]", "", $1); 2021-12-07 13:14:50.706 | split($1, a, "|"); 2021-12-07 13:14:50.706 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-07 13:14:50.706 | group=a[1] 2021-12-07 13:14:50.706 | } else { 2021-12-07 13:14:50.706 | group="" 2021-12-07 13:14:50.706 | } 2021-12-07 13:14:50.706 | next 2021-12-07 13:14:50.707 | } 2021-12-07 13:14:50.707 | { 2021-12-07 13:14:50.707 | if (group != "") 2021-12-07 13:14:50.707 | print $0 2021-12-07 13:14:50.707 | } 2021-12-07 13:14:50.707 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:14:50.712 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2021-12-07 13:14:50.715 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2021-12-07 13:14:50.743 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.745 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2021-12-07 13:14:50.748 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2021-12-07 13:14:50.774 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:14:50.777 | + ./stack.sh:main:1236 : is_service_enabled swift 2021-12-07 13:14:50.794 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:50.797 | + ./stack.sh:main:1237 : echo_summary 'Starting Swift' 2021-12-07 13:14:50.799 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:14:50.802 | + ./stack.sh:echo_summary:428 : echo -e Starting Swift 2021-12-07 13:14:50.804 | + ./stack.sh:main:1238 : start_swift 2021-12-07 13:14:50.807 | + lib/swift:start_swift:774 : restart_service memcached 2021-12-07 13:14:50.809 | + functions-common:restart_service:2215 : '[' -x /bin/systemctl ']' 2021-12-07 13:14:50.812 | + functions-common:restart_service:2216 : sudo /bin/systemctl restart memcached 2021-12-07 13:14:50.858 | + lib/swift:start_swift:777 : is_ubuntu 2021-12-07 13:14:50.860 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 13:14:50.863 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 13:14:50.865 | + lib/swift:start_swift:778 : sudo /etc/init.d/rsync restart 2021-12-07 13:14:50.918 | Restarting rsync (via systemctl): rsync.service. 2021-12-07 13:14:50.922 | + lib/swift:start_swift:785 : '[' False == True ']' 2021-12-07 13:14:50.925 | + lib/swift:start_swift:804 : [[ 1 == 1 ]] 2021-12-07 13:14:50.927 | + lib/swift:start_swift:805 : local foreground_services type 2021-12-07 13:14:50.929 | + lib/swift:start_swift:807 : foreground_services='object container account' 2021-12-07 13:14:50.932 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-12-07 13:14:50.934 | + lib/swift:start_swift:809 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-07 13:14:50.937 | + functions-common:run_process:1582 : local service=s-object 2021-12-07 13:14:50.941 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-07 13:14:50.943 | + functions-common:run_process:1584 : local group= 2021-12-07 13:14:50.946 | + functions-common:run_process:1585 : local user= 2021-12-07 13:14:50.948 | + functions-common:run_process:1587 : local name=s-object 2021-12-07 13:14:50.950 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:14:50.953 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:14:50.956 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:14:50.958 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:14:50.962 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:14:50.965 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882890962 2021-12-07 13:14:50.968 | + functions-common:run_process:1590 : is_service_enabled s-object 2021-12-07 13:14:50.984 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:50.987 | + functions-common:run_process:1591 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2021-12-07 13:14:50.990 | + functions-common:_run_under_systemd:1547 : local service=s-object 2021-12-07 13:14:50.992 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-07 13:14:50.994 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-07 13:14:50.997 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-07 13:14:50.999 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-07 13:14:51.002 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2021-12-07 13:14:51.004 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2021-12-07 13:14:51.006 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-object.service 2021-12-07 13:14:51.009 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:14:51.011 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:14:51.013 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2021-12-07 13:14:51.016 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2021-12-07 13:14:51.019 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-object.service 2021-12-07 13:14:51.021 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2021-12-07 13:14:51.023 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:14:51.025 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:14:51.027 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:14:51.029 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:14:51.031 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-object.service 2021-12-07 13:14:51.034 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:14:51.038 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2021-12-07 13:14:51.094 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2021-12-07 13:14:51.149 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:14:51.194 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2021-12-07 13:14:51.241 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2021-12-07 13:14:51.290 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:14:51.338 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:14:51.340 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2021-12-07 13:14:51.395 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:14:51.599 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-object.service 2021-12-07 13:14:51.612 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2021-12-07 13:14:51.803 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-object.service 2021-12-07 13:14:51.823 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:14:51.828 | + functions-common:time_stop:2331 : local name 2021-12-07 13:14:51.831 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:14:51.833 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:14:51.836 | + functions-common:time_stop:2334 : local total 2021-12-07 13:14:51.838 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:14:51.840 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:14:51.843 | + functions-common:time_stop:2338 : start_time=1638882890962 2021-12-07 13:14:51.846 | + functions-common:time_stop:2340 : [[ -z 1638882890962 ]] 2021-12-07 13:14:51.849 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:14:51.852 | + functions-common:time_stop:2343 : end_time=1638882891850 2021-12-07 13:14:51.855 | + functions-common:time_stop:2344 : elapsed_time=888 2021-12-07 13:14:51.857 | + functions-common:time_stop:2345 : total=2034 2021-12-07 13:14:51.860 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:14:51.862 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=2922 2021-12-07 13:14:51.865 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-12-07 13:14:51.867 | + lib/swift:start_swift:809 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-07 13:14:51.870 | + functions-common:run_process:1582 : local service=s-container 2021-12-07 13:14:51.872 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-07 13:14:51.875 | + functions-common:run_process:1584 : local group= 2021-12-07 13:14:51.877 | + functions-common:run_process:1585 : local user= 2021-12-07 13:14:51.879 | + functions-common:run_process:1587 : local name=s-container 2021-12-07 13:14:51.882 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:14:51.884 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:14:51.886 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:14:51.889 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:14:51.892 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:14:51.896 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882891893 2021-12-07 13:14:51.898 | + functions-common:run_process:1590 : is_service_enabled s-container 2021-12-07 13:14:51.915 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:51.917 | + functions-common:run_process:1591 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2021-12-07 13:14:51.920 | + functions-common:_run_under_systemd:1547 : local service=s-container 2021-12-07 13:14:51.923 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-07 13:14:51.925 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-07 13:14:51.928 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-07 13:14:51.930 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-07 13:14:51.933 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2021-12-07 13:14:51.936 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2021-12-07 13:14:51.939 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-container.service 2021-12-07 13:14:51.941 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:14:51.943 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:14:51.946 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2021-12-07 13:14:51.948 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2021-12-07 13:14:51.951 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-container.service 2021-12-07 13:14:51.954 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2021-12-07 13:14:51.956 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:14:51.958 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:14:51.961 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:14:51.963 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:14:51.965 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-container.service 2021-12-07 13:14:51.968 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:14:51.972 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2021-12-07 13:14:52.028 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2021-12-07 13:14:52.090 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:14:52.137 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2021-12-07 13:14:52.185 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2021-12-07 13:14:52.233 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:14:52.280 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:14:52.283 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2021-12-07 13:14:52.339 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:14:52.542 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-container.service 2021-12-07 13:14:52.555 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2021-12-07 13:14:52.763 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-container.service 2021-12-07 13:14:52.783 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:14:52.786 | + functions-common:time_stop:2331 : local name 2021-12-07 13:14:52.788 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:14:52.791 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:14:52.793 | + functions-common:time_stop:2334 : local total 2021-12-07 13:14:52.795 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:14:52.798 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:14:52.800 | + functions-common:time_stop:2338 : start_time=1638882891893 2021-12-07 13:14:52.802 | + functions-common:time_stop:2340 : [[ -z 1638882891893 ]] 2021-12-07 13:14:52.806 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:14:52.809 | + functions-common:time_stop:2343 : end_time=1638882892806 2021-12-07 13:14:52.811 | + functions-common:time_stop:2344 : elapsed_time=913 2021-12-07 13:14:52.814 | + functions-common:time_stop:2345 : total=2922 2021-12-07 13:14:52.817 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:14:52.819 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=3835 2021-12-07 13:14:52.821 | + lib/swift:start_swift:808 : for type in ${foreground_services} 2021-12-07 13:14:52.824 | + lib/swift:start_swift:809 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-07 13:14:52.826 | + functions-common:run_process:1582 : local service=s-account 2021-12-07 13:14:52.829 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-07 13:14:52.832 | + functions-common:run_process:1584 : local group= 2021-12-07 13:14:52.835 | + functions-common:run_process:1585 : local user= 2021-12-07 13:14:52.840 | + functions-common:run_process:1587 : local name=s-account 2021-12-07 13:14:52.843 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:14:52.845 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:14:52.848 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:14:52.850 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:14:52.853 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:14:52.856 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882892854 2021-12-07 13:14:52.859 | + functions-common:run_process:1590 : is_service_enabled s-account 2021-12-07 13:14:52.878 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:52.881 | + functions-common:run_process:1591 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2021-12-07 13:14:52.883 | + functions-common:_run_under_systemd:1547 : local service=s-account 2021-12-07 13:14:52.886 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-07 13:14:52.888 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-07 13:14:52.891 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-07 13:14:52.894 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-07 13:14:52.897 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2021-12-07 13:14:52.899 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2021-12-07 13:14:52.901 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-account.service 2021-12-07 13:14:52.904 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:14:52.907 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:14:52.909 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2021-12-07 13:14:52.911 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2021-12-07 13:14:52.914 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-account.service 2021-12-07 13:14:52.916 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2021-12-07 13:14:52.919 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:14:52.921 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:14:52.925 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:14:52.927 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:14:52.929 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-account.service 2021-12-07 13:14:52.932 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:14:52.936 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2021-12-07 13:14:53.000 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2021-12-07 13:14:53.062 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:14:53.110 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2021-12-07 13:14:53.157 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2021-12-07 13:14:53.206 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:14:53.254 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:14:53.257 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2021-12-07 13:14:53.324 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:14:53.531 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-account.service 2021-12-07 13:14:53.545 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2021-12-07 13:14:53.757 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-account.service 2021-12-07 13:14:53.778 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:14:53.780 | + functions-common:time_stop:2331 : local name 2021-12-07 13:14:53.783 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:14:53.785 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:14:53.788 | + functions-common:time_stop:2334 : local total 2021-12-07 13:14:53.790 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:14:53.792 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:14:53.795 | + functions-common:time_stop:2338 : start_time=1638882892854 2021-12-07 13:14:53.797 | + functions-common:time_stop:2340 : [[ -z 1638882892854 ]] 2021-12-07 13:14:53.801 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:14:53.804 | + functions-common:time_stop:2343 : end_time=1638882893801 2021-12-07 13:14:53.806 | + functions-common:time_stop:2344 : elapsed_time=947 2021-12-07 13:14:53.809 | + functions-common:time_stop:2345 : total=3835 2021-12-07 13:14:53.811 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:14:53.813 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=4782 2021-12-07 13:14:53.816 | + lib/swift:start_swift:812 : [[ False == \T\r\u\e ]] 2021-12-07 13:14:53.818 | + lib/swift:start_swift:817 : enable_service s-container-sync 2021-12-07 13:14:53.863 | + lib/swift:start_swift:818 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-07 13:14:53.865 | + functions-common:run_process:1582 : local service=s-container-sync 2021-12-07 13:14:53.867 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-07 13:14:53.870 | + functions-common:run_process:1584 : local group= 2021-12-07 13:14:53.872 | + functions-common:run_process:1585 : local user= 2021-12-07 13:14:53.874 | + functions-common:run_process:1587 : local name=s-container-sync 2021-12-07 13:14:53.877 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:14:53.879 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:14:53.882 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:14:53.884 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:14:53.888 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:14:53.890 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882893888 2021-12-07 13:14:53.899 | + functions-common:run_process:1590 : is_service_enabled s-container-sync 2021-12-07 13:14:53.920 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:53.923 | + functions-common:run_process:1591 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2021-12-07 13:14:53.926 | + functions-common:_run_under_systemd:1547 : local service=s-container-sync 2021-12-07 13:14:53.928 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-07 13:14:53.930 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-07 13:14:53.933 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-07 13:14:53.935 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-07 13:14:53.937 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2021-12-07 13:14:53.940 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2021-12-07 13:14:53.942 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-container-sync.service 2021-12-07 13:14:53.944 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:14:53.947 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:14:53.949 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2021-12-07 13:14:53.952 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2021-12-07 13:14:53.955 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-container-sync.service 2021-12-07 13:14:53.957 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2021-12-07 13:14:53.959 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:14:53.961 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:14:53.964 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:14:53.966 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:14:53.968 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2021-12-07 13:14:53.971 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:14:53.975 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2021-12-07 13:14:54.030 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2021-12-07 13:14:54.089 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:14:54.137 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2021-12-07 13:14:54.183 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2021-12-07 13:14:54.230 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:14:54.280 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:14:54.282 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2021-12-07 13:14:54.344 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:14:54.566 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-container-sync.service 2021-12-07 13:14:54.580 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2021-12-07 13:14:54.788 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-container-sync.service 2021-12-07 13:14:54.808 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:14:54.810 | + functions-common:time_stop:2331 : local name 2021-12-07 13:14:54.814 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:14:54.816 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:14:54.819 | + functions-common:time_stop:2334 : local total 2021-12-07 13:14:54.829 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:14:54.833 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:14:54.836 | + functions-common:time_stop:2338 : start_time=1638882893888 2021-12-07 13:14:54.840 | + functions-common:time_stop:2340 : [[ -z 1638882893888 ]] 2021-12-07 13:14:54.845 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:14:54.849 | + functions-common:time_stop:2343 : end_time=1638882894846 2021-12-07 13:14:54.851 | + functions-common:time_stop:2344 : elapsed_time=958 2021-12-07 13:14:54.854 | + functions-common:time_stop:2345 : total=4782 2021-12-07 13:14:54.856 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:14:54.858 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5740 2021-12-07 13:14:54.861 | + lib/swift:start_swift:825 : is_service_enabled tls-proxy 2021-12-07 13:14:54.879 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:14:54.881 | + lib/swift:start_swift:829 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:54.884 | + functions-common:run_process:1582 : local service=s-proxy 2021-12-07 13:14:54.886 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:54.888 | + functions-common:run_process:1584 : local group= 2021-12-07 13:14:54.891 | + functions-common:run_process:1585 : local user= 2021-12-07 13:14:54.893 | + functions-common:run_process:1587 : local name=s-proxy 2021-12-07 13:14:54.896 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:14:54.899 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:14:54.901 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:14:54.904 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:14:54.907 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:14:54.910 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882894908 2021-12-07 13:14:54.913 | + functions-common:run_process:1590 : is_service_enabled s-proxy 2021-12-07 13:14:54.929 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:54.931 | + functions-common:run_process:1591 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2021-12-07 13:14:54.934 | + functions-common:_run_under_systemd:1547 : local service=s-proxy 2021-12-07 13:14:54.936 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:54.939 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:54.942 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:54.944 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:54.947 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2021-12-07 13:14:54.949 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2021-12-07 13:14:54.952 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@s-proxy.service 2021-12-07 13:14:54.955 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:14:54.958 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:14:54.961 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2021-12-07 13:14:54.963 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2021-12-07 13:14:54.966 | + functions-common:write_user_unit_file:1464 : local service=devstack@s-proxy.service 2021-12-07 13:14:54.968 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:54.971 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:14:54.973 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:14:54.975 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:14:54.978 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:14:54.980 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2021-12-07 13:14:54.983 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:14:54.987 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2021-12-07 13:14:55.042 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2021-12-07 13:14:55.100 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2021-12-07 13:14:55.147 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2021-12-07 13:14:55.194 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2021-12-07 13:14:55.241 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:14:55.294 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:14:55.296 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2021-12-07 13:14:55.352 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:14:55.570 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@s-proxy.service 2021-12-07 13:14:55.584 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2021-12-07 13:14:55.785 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@s-proxy.service 2021-12-07 13:14:55.806 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:14:55.809 | + functions-common:time_stop:2331 : local name 2021-12-07 13:14:55.811 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:14:55.813 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:14:55.816 | + functions-common:time_stop:2334 : local total 2021-12-07 13:14:55.818 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:14:55.821 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:14:55.823 | + functions-common:time_stop:2338 : start_time=1638882894908 2021-12-07 13:14:55.825 | + functions-common:time_stop:2340 : [[ -z 1638882894908 ]] 2021-12-07 13:14:55.829 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:14:55.833 | + functions-common:time_stop:2343 : end_time=1638882895830 2021-12-07 13:14:55.835 | + functions-common:time_stop:2344 : elapsed_time=922 2021-12-07 13:14:55.838 | + functions-common:time_stop:2345 : total=5740 2021-12-07 13:14:55.840 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:14:55.843 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=6662 2021-12-07 13:14:55.847 | + lib/swift:start_swift:834 : echo 'Waiting for swift proxy to start...' 2021-12-07 13:14:55.847 | Waiting for swift proxy to start... 2021-12-07 13:14:55.849 | + lib/swift:start_swift:835 : wait_for_service 60 http://10.222.0.24:8080/info 2021-12-07 13:14:55.851 | + functions:wait_for_service:444 : local timeout=60 2021-12-07 13:14:55.854 | + functions:wait_for_service:445 : local url=http://10.222.0.24:8080/info 2021-12-07 13:14:55.856 | + functions:wait_for_service:446 : local rval=0 2021-12-07 13:14:55.859 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-07 13:14:55.862 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-07 13:14:55.864 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:14:55.867 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:14:55.870 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:14:55.873 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882895871 2021-12-07 13:14:55.876 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-07 13:14:55.881 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24:8080/info 2021-12-07 13:14:55.894 | + :: : [[ 000 == 503 ]] 2021-12-07 13:14:55.895 | + :: : [[ 7 -eq 7 ]] 2021-12-07 13:14:55.904 | + :: : sleep 1 2021-12-07 13:14:56.910 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24:8080/info 2021-12-07 13:14:56.923 | + :: : [[ 000 == 503 ]] 2021-12-07 13:14:56.924 | + :: : [[ 7 -eq 7 ]] 2021-12-07 13:14:56.925 | + :: : sleep 1 2021-12-07 13:14:57.928 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24:8080/info 2021-12-07 13:14:57.941 | + :: : [[ 000 == 503 ]] 2021-12-07 13:14:57.942 | + :: : [[ 7 -eq 7 ]] 2021-12-07 13:14:57.943 | + :: : sleep 1 2021-12-07 13:14:58.946 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24:8080/info 2021-12-07 13:14:59.300 | + :: : [[ 200 == 503 ]] 2021-12-07 13:14:59.301 | + :: : [[ 0 -eq 7 ]] 2021-12-07 13:14:59.304 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-07 13:14:59.308 | + functions-common:time_stop:2331 : local name 2021-12-07 13:14:59.310 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:14:59.312 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:14:59.315 | + functions-common:time_stop:2334 : local total 2021-12-07 13:14:59.317 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:14:59.320 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-07 13:14:59.322 | + functions-common:time_stop:2338 : start_time=1638882895871 2021-12-07 13:14:59.325 | + functions-common:time_stop:2340 : [[ -z 1638882895871 ]] 2021-12-07 13:14:59.327 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:14:59.331 | + functions-common:time_stop:2343 : end_time=1638882899329 2021-12-07 13:14:59.334 | + functions-common:time_stop:2344 : elapsed_time=3458 2021-12-07 13:14:59.336 | + functions-common:time_stop:2345 : total=3715 2021-12-07 13:14:59.338 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:14:59.341 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=7173 2021-12-07 13:14:59.343 | + functions:wait_for_service:454 : return 0 2021-12-07 13:14:59.346 | + lib/swift:start_swift:839 : [[ False == \T\r\u\e ]] 2021-12-07 13:14:59.349 | + ./stack.sh:main:1242 : is_service_enabled glance 2021-12-07 13:14:59.365 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:59.368 | + ./stack.sh:main:1243 : echo_summary 'Starting Glance' 2021-12-07 13:14:59.370 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:14:59.373 | + ./stack.sh:echo_summary:428 : echo -e Starting Glance 2021-12-07 13:14:59.376 | + ./stack.sh:main:1244 : start_glance 2021-12-07 13:14:59.378 | + lib/glance:start_glance:385 : local service_protocol=http 2021-12-07 13:14:59.381 | + lib/glance:start_glance:386 : is_service_enabled tls-proxy 2021-12-07 13:14:59.396 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:14:59.399 | + lib/glance:start_glance:393 : run_process g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.401 | + functions-common:run_process:1582 : local service=g-reg 2021-12-07 13:14:59.404 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.407 | + functions-common:run_process:1584 : local group= 2021-12-07 13:14:59.410 | + functions-common:run_process:1585 : local user= 2021-12-07 13:14:59.412 | + functions-common:run_process:1587 : local name=g-reg 2021-12-07 13:14:59.415 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:14:59.417 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:14:59.420 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:14:59.423 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:14:59.426 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:14:59.429 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882899427 2021-12-07 13:14:59.432 | + functions-common:run_process:1590 : is_service_enabled g-reg 2021-12-07 13:14:59.448 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:14:59.451 | + functions-common:run_process:1591 : _run_under_systemd g-reg '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' '' 2021-12-07 13:14:59.454 | + functions-common:_run_under_systemd:1547 : local service=g-reg 2021-12-07 13:14:59.456 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.459 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.461 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.464 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.466 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ sudo ]] 2021-12-07 13:14:59.470 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ ^/ ]] 2021-12-07 13:14:59.472 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@g-reg.service 2021-12-07 13:14:59.474 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:14:59.477 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:14:59.479 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf =~ uwsgi ]] 2021-12-07 13:14:59.482 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@g-reg.service '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' '' ubuntu 2021-12-07 13:14:59.485 | + functions-common:write_user_unit_file:1464 : local service=devstack@g-reg.service 2021-12-07 13:14:59.487 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.490 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:14:59.492 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:14:59.494 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:14:59.496 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:14:59.498 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@g-reg.service 2021-12-07 13:14:59.501 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:14:59.505 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Unit Description 'Devstack devstack@g-reg.service' 2021-12-07 13:14:59.559 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service User ubuntu 2021-12-07 13:14:59.615 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecStart '/usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf' 2021-12-07 13:14:59.661 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service KillMode process 2021-12-07 13:14:59.707 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service TimeoutStopSec 300 2021-12-07 13:14:59.753 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:14:59.800 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:14:59.802 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@g-reg.service Install WantedBy multi-user.target 2021-12-07 13:14:59.859 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:15:00.055 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@g-reg.service 2021-12-07 13:15:00.069 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-reg.service → /etc/systemd/system/devstack@g-reg.service. 2021-12-07 13:15:00.266 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@g-reg.service 2021-12-07 13:15:00.285 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:00.288 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:00.290 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:00.293 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:00.295 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:00.298 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:00.300 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:00.303 | + functions-common:time_stop:2338 : start_time=1638882899427 2021-12-07 13:15:00.306 | + functions-common:time_stop:2340 : [[ -z 1638882899427 ]] 2021-12-07 13:15:00.309 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:00.312 | + functions-common:time_stop:2343 : end_time=1638882900310 2021-12-07 13:15:00.315 | + functions-common:time_stop:2344 : elapsed_time=883 2021-12-07 13:15:00.318 | + functions-common:time_stop:2345 : total=6662 2021-12-07 13:15:00.320 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:00.322 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=7545 2021-12-07 13:15:00.325 | + lib/glance:start_glance:394 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-07 13:15:00.328 | ++ lib/glance:start_glance:395 : which uwsgi 2021-12-07 13:15:00.332 | + lib/glance:start_glance:395 : run_process g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.334 | + functions-common:run_process:1582 : local service=g-api 2021-12-07 13:15:00.337 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.339 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:00.342 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:00.344 | + functions-common:run_process:1587 : local name=g-api 2021-12-07 13:15:00.347 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:00.349 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:00.351 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:00.354 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:00.357 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:00.360 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882900358 2021-12-07 13:15:00.363 | + functions-common:run_process:1590 : is_service_enabled g-api 2021-12-07 13:15:00.379 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:00.382 | + functions-common:run_process:1591 : _run_under_systemd g-api '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' 2021-12-07 13:15:00.384 | + functions-common:_run_under_systemd:1547 : local service=g-api 2021-12-07 13:15:00.387 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.389 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.392 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.394 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.397 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2021-12-07 13:15:00.399 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2021-12-07 13:15:00.402 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@g-api.service 2021-12-07 13:15:00.404 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:00.407 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:00.409 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2021-12-07 13:15:00.414 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu 2021-12-07 13:15:00.416 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@g-api.service 2021-12-07 13:15:00.418 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.421 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-07 13:15:00.423 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-07 13:15:00.426 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@g-api.service 2021-12-07 13:15:00.429 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-07 13:15:00.433 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2021-12-07 13:15:00.488 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2021-12-07 13:15:00.544 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2021-12-07 13:15:00.592 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2021-12-07 13:15:00.641 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:00.688 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2021-12-07 13:15:00.735 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2021-12-07 13:15:00.782 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2021-12-07 13:15:00.830 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2021-12-07 13:15:00.878 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2021-12-07 13:15:00.925 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-07 13:15:00.928 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2021-12-07 13:15:00.985 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-07 13:15:01.201 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@g-api.service 2021-12-07 13:15:01.215 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2021-12-07 13:15:01.412 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@g-api.service 2021-12-07 13:15:01.487 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:01.491 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:01.494 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:01.496 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:01.499 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:01.501 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:01.505 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:01.507 | + functions-common:time_stop:2338 : start_time=1638882900358 2021-12-07 13:15:01.510 | + functions-common:time_stop:2340 : [[ -z 1638882900358 ]] 2021-12-07 13:15:01.514 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:01.517 | + functions-common:time_stop:2343 : end_time=1638882901513 2021-12-07 13:15:01.519 | + functions-common:time_stop:2344 : elapsed_time=1155 2021-12-07 13:15:01.522 | + functions-common:time_stop:2345 : total=7545 2021-12-07 13:15:01.524 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:01.527 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=8700 2021-12-07 13:15:01.529 | + lib/glance:start_glance:400 : echo 'Waiting for g-api (10.222.0.24) to start...' 2021-12-07 13:15:01.529 | Waiting for g-api (10.222.0.24) to start... 2021-12-07 13:15:01.532 | + lib/glance:start_glance:401 : wait_for_service 60 http://10.222.0.24/image 2021-12-07 13:15:01.534 | + functions:wait_for_service:444 : local timeout=60 2021-12-07 13:15:01.538 | + functions:wait_for_service:445 : local url=http://10.222.0.24/image 2021-12-07 13:15:01.540 | + functions:wait_for_service:446 : local rval=0 2021-12-07 13:15:01.542 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-07 13:15:01.545 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-07 13:15:01.547 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:01.550 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:01.555 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:01.557 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882901554 2021-12-07 13:15:01.560 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-07 13:15:01.565 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24/image 2021-12-07 13:15:05.177 | + :: : [[ 300 == 503 ]] 2021-12-07 13:15:05.179 | + :: : [[ 0 -eq 7 ]] 2021-12-07 13:15:05.182 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-07 13:15:05.185 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:05.187 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:05.190 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:05.192 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:05.194 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:05.197 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-07 13:15:05.199 | + functions-common:time_stop:2338 : start_time=1638882901554 2021-12-07 13:15:05.202 | + functions-common:time_stop:2340 : [[ -z 1638882901554 ]] 2021-12-07 13:15:05.205 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:05.209 | + functions-common:time_stop:2343 : end_time=1638882905206 2021-12-07 13:15:05.211 | + functions-common:time_stop:2344 : elapsed_time=3652 2021-12-07 13:15:05.214 | + functions-common:time_stop:2345 : total=7173 2021-12-07 13:15:05.216 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:05.219 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=10825 2021-12-07 13:15:05.221 | + functions:wait_for_service:454 : return 0 2021-12-07 13:15:05.225 | + ./stack.sh:main:1259 : is_service_enabled mysql postgresql 2021-12-07 13:15:05.241 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:05.243 | + ./stack.sh:main:1259 : is_service_enabled glance 2021-12-07 13:15:05.260 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:05.263 | + ./stack.sh:main:1260 : echo_summary 'Uploading images' 2021-12-07 13:15:05.265 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:15:05.267 | + ./stack.sh:echo_summary:428 : echo -e Uploading images 2021-12-07 13:15:05.271 | + ./stack.sh:main:1262 : for image_url in ${IMAGE_URLS//,/ } 2021-12-07 13:15:05.273 | + ./stack.sh:main:1263 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:05.275 | + functions:upload_image:89 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:05.277 | + functions:upload_image:91 : local image image_fname image_name 2021-12-07 13:15:05.279 | + functions:upload_image:94 : mkdir -p /home/ubuntu/devstack/files/images 2021-12-07 13:15:05.284 | ++ functions:upload_image:95 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:05.287 | + functions:upload_image:95 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:05.289 | + functions:upload_image:96 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2021-12-07 13:15:05.291 | + functions:upload_image:98 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2021-12-07 13:15:05.293 | + functions:upload_image:99 : 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-12-07 13:15:05.296 | --2021-12-07 13:15:05-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:05.297 | Connecting to 10.100.0.9:80... connected. 2021-12-07 13:15:05.299 | HTTP request sent, awaiting response... 200 OK 2021-12-07 13:15:05.299 | Length: 645922816 (616M) 2021-12-07 13:15:05.299 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2021-12-07 13:15:05.320 | 2021-12-07 13:15:05.609 | 0K ........ ........ ........ ........ 5% 106M 5s 2021-12-07 13:15:05.902 | 32768K ........ ........ ........ ........ 10% 109M 5s 2021-12-07 13:15:06.187 | 65536K ........ ........ ........ ........ 15% 112M 5s 2021-12-07 13:15:06.475 | 98304K ........ ........ ........ ........ 20% 111M 4s 2021-12-07 13:15:06.760 | 131072K ........ ........ ........ ........ 25% 112M 4s 2021-12-07 13:15:07.045 | 163840K ........ ........ ........ ........ 31% 112M 4s 2021-12-07 13:15:07.330 | 196608K ........ ........ ........ ........ 36% 112M 4s 2021-12-07 13:15:07.616 | 229376K ........ ........ ........ ........ 41% 112M 3s 2021-12-07 13:15:07.901 | 262144K ........ ........ ........ ........ 46% 112M 3s 2021-12-07 13:15:08.186 | 294912K ........ ........ ........ ........ 51% 112M 3s 2021-12-07 13:15:08.471 | 327680K ........ ........ ........ ........ 57% 112M 2s 2021-12-07 13:15:08.756 | 360448K ........ ........ ........ ........ 62% 112M 2s 2021-12-07 13:15:09.041 | 393216K ........ ........ ........ ........ 67% 112M 2s 2021-12-07 13:15:09.326 | 425984K ........ ........ ........ ........ 72% 112M 2s 2021-12-07 13:15:09.611 | 458752K ........ ........ ........ ........ 77% 112M 1s 2021-12-07 13:15:09.897 | 491520K ........ ........ ........ ........ 83% 112M 1s 2021-12-07 13:15:10.182 | 524288K ........ ........ ........ ........ 88% 112M 1s 2021-12-07 13:15:10.467 | 557056K ........ ........ ........ ........ 93% 112M 0s 2021-12-07 13:15:10.752 | 589824K ........ ........ ........ ........ 98% 112M 0s 2021-12-07 13:15:10.814 | 622592K ........ 100% 112M=5.5s 2021-12-07 13:15:10.814 | 2021-12-07 13:15:10.814 | 2021-12-07 13:15:10 (112 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2021-12-07 13:15:10.814 | 2021-12-07 13:15:10.817 | + functions:upload_image:100 : [[ 0 -ne 0 ]] 2021-12-07 13:15:10.820 | + functions:upload_image:105 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:10.822 | + functions:upload_image:119 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2021-12-07 13:15:10.824 | + functions:upload_image:126 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2021-12-07 13:15:10.827 | + functions:upload_image:241 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vhd\.tgz ]] 2021-12-07 13:15:10.829 | + functions:upload_image:263 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.xen-raw\.tgz ]] 2021-12-07 13:15:10.831 | + functions:upload_image:274 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2021-12-07 13:15:10.834 | + functions:upload_image:290 : local kernel= 2021-12-07 13:15:10.836 | + functions:upload_image:291 : local ramdisk= 2021-12-07 13:15:10.838 | + functions:upload_image:292 : local disk_format= 2021-12-07 13:15:10.841 | + functions:upload_image:293 : local container_format= 2021-12-07 13:15:10.843 | + functions:upload_image:294 : local unpack= 2021-12-07 13:15:10.845 | + functions:upload_image:295 : local 'img_property=--property hw_rng_model=virtio' 2021-12-07 13:15:10.847 | + functions:upload_image:296 : case "$image_fname" in 2021-12-07 13:15:10.849 | + functions:upload_image:361 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:10.852 | ++ functions:upload_image:362 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:10.855 | + functions:upload_image:362 : image_name=ubuntu-16 2021-12-07 13:15:10.859 | ++ functions:upload_image:363 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2021-12-07 13:15:10.859 | ++ functions:upload_image:363 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2021-12-07 13:15:10.863 | + functions:upload_image:363 : disk_format=vhdx 2021-12-07 13:15:10.866 | + functions:upload_image:364 : container_format=bare 2021-12-07 13:15:10.868 | + functions:upload_image:365 : '[' vhdx == gz ']' 2021-12-07 13:15:10.870 | + functions:upload_image:372 : is_arch ppc64le 2021-12-07 13:15:10.873 | ++ functions-common:is_arch:428 : uname -m 2021-12-07 13:15:10.876 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2021-12-07 13:15:10.878 | + functions:upload_image:372 : is_arch ppc64 2021-12-07 13:15:10.883 | ++ functions-common:is_arch:428 : uname -m 2021-12-07 13:15:10.887 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c\6\4 ]] 2021-12-07 13:15:10.889 | + functions:upload_image:372 : is_arch ppc 2021-12-07 13:15:10.891 | ++ functions-common:is_arch:428 : uname -m 2021-12-07 13:15:10.894 | + functions-common:is_arch:428 : [[ x86_64 == \p\p\c ]] 2021-12-07 13:15:10.897 | + functions:upload_image:376 : is_arch aarch64 2021-12-07 13:15:10.900 | ++ functions-common:is_arch:428 : uname -m 2021-12-07 13:15:10.903 | + functions-common:is_arch:428 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2021-12-07 13:15:10.905 | + functions:upload_image:380 : '[' bare = bare ']' 2021-12-07 13:15:10.908 | + functions:upload_image:381 : '[' '' = zcat ']' 2021-12-07 13:15:10.910 | + functions:upload_image:383 : '[' '' = bunzip2 ']' 2021-12-07 13:15:10.912 | + functions:upload_image:385 : '[' '' = unxz ']' 2021-12-07 13:15:10.914 | + functions:upload_image:396 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --property hw_rng_model=virtio --public --container-format=bare --disk-format vhdx 2021-12-07 13:15:35.287 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:15:35.287 | | Field | Value | 2021-12-07 13:15:35.287 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:15:35.287 | | container_format | bare | 2021-12-07 13:15:35.287 | | created_at | 2021-12-07T13:15:14Z | 2021-12-07 13:15:35.287 | | disk_format | vhdx | 2021-12-07 13:15:35.287 | | file | /v2/images/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71/file | 2021-12-07 13:15:35.287 | | id | 2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71 | 2021-12-07 13:15:35.287 | | min_disk | 0 | 2021-12-07 13:15:35.287 | | min_ram | 0 | 2021-12-07 13:15:35.287 | | name | ubuntu-16 | 2021-12-07 13:15:35.287 | | owner | 10ab71807a564b839e621c98cb6b77f9 | 2021-12-07 13:15:35.287 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='', self='/v2/images/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71' | 2021-12-07 13:15:35.287 | | protected | False | 2021-12-07 13:15:35.287 | | schema | /v2/schemas/image | 2021-12-07 13:15:35.287 | | status | queued | 2021-12-07 13:15:35.287 | | tags | | 2021-12-07 13:15:35.287 | | updated_at | 2021-12-07T13:15:14Z | 2021-12-07 13:15:35.287 | | visibility | public | 2021-12-07 13:15:35.287 | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:15:35.398 | + ./stack.sh:main:1270 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-07 13:15:35.400 | + ./stack.sh:main:1271 : is_service_enabled nova 2021-12-07 13:15:35.416 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:35.419 | + ./stack.sh:main:1272 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-07 13:15:35.445 | + ./stack.sh:main:1273 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-07 13:15:35.472 | + ./stack.sh:main:1276 : is_service_enabled cinder 2021-12-07 13:15:35.489 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:35.492 | + ./stack.sh:main:1277 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2021-12-07 13:15:35.520 | + ./stack.sh:main:1281 : is_service_enabled n-api 2021-12-07 13:15:35.537 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:35.539 | + ./stack.sh:main:1282 : echo_summary 'Starting Nova API' 2021-12-07 13:15:35.542 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:15:35.544 | + ./stack.sh:echo_summary:428 : echo -e Starting Nova API 2021-12-07 13:15:35.546 | + ./stack.sh:main:1283 : start_nova_api 2021-12-07 13:15:35.549 | + lib/nova:start_nova_api:850 : local service_port=8774 2021-12-07 13:15:35.551 | + lib/nova:start_nova_api:851 : local service_protocol=http 2021-12-07 13:15:35.554 | + lib/nova:start_nova_api:852 : local nova_url 2021-12-07 13:15:35.557 | + lib/nova:start_nova_api:853 : is_service_enabled tls-proxy 2021-12-07 13:15:35.574 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:15:35.576 | + lib/nova:start_nova_api:859 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:15:35.579 | + lib/nova:start_nova_api:860 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:15:35.582 | + lib/nova:start_nova_api:860 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:15:35.586 | + lib/nova:start_nova_api:862 : '[' True == False ']' 2021-12-07 13:15:35.589 | ++ lib/nova:start_nova_api:870 : which uwsgi 2021-12-07 13:15:35.593 | + lib/nova:start_nova_api:870 : run_process n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.595 | + functions-common:run_process:1582 : local service=n-api 2021-12-07 13:15:35.598 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.601 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:35.604 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:35.607 | + functions-common:run_process:1587 : local name=n-api 2021-12-07 13:15:35.609 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:35.612 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:35.614 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:35.617 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:35.620 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:35.624 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882935621 2021-12-07 13:15:35.626 | + functions-common:run_process:1590 : is_service_enabled n-api 2021-12-07 13:15:35.642 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:35.645 | + functions-common:run_process:1591 : _run_under_systemd n-api '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2021-12-07 13:15:35.648 | + functions-common:_run_under_systemd:1547 : local service=n-api 2021-12-07 13:15:35.651 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.653 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.656 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.658 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.661 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2021-12-07 13:15:35.664 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2021-12-07 13:15:35.667 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-api.service 2021-12-07 13:15:35.669 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:35.672 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:35.674 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2021-12-07 13:15:35.677 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2021-12-07 13:15:35.680 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@n-api.service 2021-12-07 13:15:35.682 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.684 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-07 13:15:35.686 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-07 13:15:35.689 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@n-api.service 2021-12-07 13:15:35.691 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-07 13:15:35.695 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2021-12-07 13:15:35.752 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2021-12-07 13:15:35.809 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2021-12-07 13:15:35.856 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2021-12-07 13:15:35.904 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:35.952 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2021-12-07 13:15:36.000 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2021-12-07 13:15:36.048 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2021-12-07 13:15:36.098 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2021-12-07 13:15:36.145 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2021-12-07 13:15:36.193 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-07 13:15:36.195 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2021-12-07 13:15:36.252 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-07 13:15:36.481 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-api.service 2021-12-07 13:15:36.495 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2021-12-07 13:15:36.702 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-api.service 2021-12-07 13:15:36.779 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:36.781 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:36.784 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:36.787 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:36.789 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:36.792 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:36.795 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:36.797 | + functions-common:time_stop:2338 : start_time=1638882935621 2021-12-07 13:15:36.799 | + functions-common:time_stop:2340 : [[ -z 1638882935621 ]] 2021-12-07 13:15:36.803 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:36.807 | + functions-common:time_stop:2343 : end_time=1638882936804 2021-12-07 13:15:36.809 | + functions-common:time_stop:2344 : elapsed_time=1183 2021-12-07 13:15:36.812 | + functions-common:time_stop:2345 : total=8700 2021-12-07 13:15:36.815 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:36.817 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=9883 2021-12-07 13:15:36.820 | + lib/nova:start_nova_api:871 : nova_url=http://10.222.0.24/compute/v2.1/ 2021-12-07 13:15:36.823 | + lib/nova:start_nova_api:874 : echo 'Waiting for nova-api to start...' 2021-12-07 13:15:36.823 | Waiting for nova-api to start... 2021-12-07 13:15:36.825 | + lib/nova:start_nova_api:875 : wait_for_service 60 http://10.222.0.24/compute/v2.1/ 2021-12-07 13:15:36.828 | + functions:wait_for_service:444 : local timeout=60 2021-12-07 13:15:36.830 | + functions:wait_for_service:445 : local url=http://10.222.0.24/compute/v2.1/ 2021-12-07 13:15:36.833 | + functions:wait_for_service:446 : local rval=0 2021-12-07 13:15:36.836 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-07 13:15:36.838 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-07 13:15:36.841 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:36.843 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:36.846 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:36.851 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882936847 2021-12-07 13:15:36.853 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-07 13:15:36.859 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24/compute/v2.1/ 2021-12-07 13:15:43.008 | + :: : [[ 200 == 503 ]] 2021-12-07 13:15:43.009 | + :: : [[ 0 -eq 7 ]] 2021-12-07 13:15:43.012 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-07 13:15:43.015 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:43.018 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:43.021 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:43.023 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:43.026 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:43.028 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-07 13:15:43.031 | + functions-common:time_stop:2338 : start_time=1638882936847 2021-12-07 13:15:43.034 | + functions-common:time_stop:2340 : [[ -z 1638882936847 ]] 2021-12-07 13:15:43.037 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:43.041 | + functions-common:time_stop:2343 : end_time=1638882943038 2021-12-07 13:15:43.044 | + functions-common:time_stop:2344 : elapsed_time=6191 2021-12-07 13:15:43.046 | + functions-common:time_stop:2345 : total=10825 2021-12-07 13:15:43.049 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:43.053 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=17016 2021-12-07 13:15:43.056 | + functions:wait_for_service:454 : return 0 2021-12-07 13:15:43.058 | + lib/nova:start_nova_api:879 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:15:43.061 | + lib/nova:start_nova_api:879 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:15:43.064 | + ./stack.sh:main:1286 : is_service_enabled neutron-api 2021-12-07 13:15:43.082 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:15:43.086 | + ./stack.sh:main:1289 : is_service_enabled q-svc 2021-12-07 13:15:43.102 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:43.105 | + ./stack.sh:main:1290 : echo_summary 'Starting Neutron' 2021-12-07 13:15:43.107 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:15:43.110 | + ./stack.sh:echo_summary:428 : echo -e Starting Neutron 2021-12-07 13:15:43.113 | + ./stack.sh:main:1291 : configure_neutron_after_post_config 2021-12-07 13:15:43.116 | + lib/neutron-legacy:configure_neutron_after_post_config:459 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2021-12-07 13:15:43.119 | + lib/neutron-legacy:configure_neutron_after_post_config:460 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2021-12-07 13:15:43.151 | + ./stack.sh:main:1292 : start_neutron_service_and_check 2021-12-07 13:15:43.154 | + lib/neutron-legacy:start_neutron_service_and_check:466 : local service_port=9696 2021-12-07 13:15:43.157 | + lib/neutron-legacy:start_neutron_service_and_check:467 : local service_protocol=http 2021-12-07 13:15:43.159 | + lib/neutron-legacy:start_neutron_service_and_check:468 : local cfg_file_options 2021-12-07 13:15:43.162 | + lib/neutron-legacy:start_neutron_service_and_check:469 : local neutron_url 2021-12-07 13:15:43.165 | ++ lib/neutron-legacy:start_neutron_service_and_check:471 : determine_config_files neutron-server 2021-12-07 13:15:43.168 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-12-07 13:15:43.170 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-12-07 13:15:43.174 | +++ lib/neutron-legacy:determine_config_files:326 : _determine_config_server 2021-12-07 13:15:43.176 | +++ lib/neutron-legacy:_determine_config_server:294 : [[ '' != '' ]] 2021-12-07 13:15:43.179 | +++ lib/neutron-legacy:_determine_config_server:301 : [[ 0 > 0 ]] 2021-12-07 13:15:43.181 | +++ lib/neutron-legacy:_determine_config_server:308 : local cfg_file 2021-12-07 13:15:43.184 | +++ lib/neutron-legacy:_determine_config_server:309 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.187 | +++ lib/neutron-legacy:_determine_config_server:313 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.190 | ++ lib/neutron-legacy:determine_config_files:326 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.193 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2021-12-07 13:15:43.195 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.199 | + lib/neutron-legacy:start_neutron_service_and_check:471 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.201 | + lib/neutron-legacy:start_neutron_service_and_check:473 : is_service_enabled tls-proxy 2021-12-07 13:15:43.218 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:15:43.221 | + lib/neutron-legacy:start_neutron_service_and_check:478 : '[' False == True ']' 2021-12-07 13:15:43.223 | + lib/neutron-legacy:start_neutron_service_and_check:485 : 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-12-07 13:15:43.226 | + functions-common:run_process:1582 : local service=q-svc 2021-12-07 13:15:43.229 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.231 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:43.234 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:43.236 | + functions-common:run_process:1587 : local name=q-svc 2021-12-07 13:15:43.240 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:43.243 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:43.246 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:43.249 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:43.252 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:43.257 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882943253 2021-12-07 13:15:43.259 | + functions-common:run_process:1590 : is_service_enabled q-svc 2021-12-07 13:15:43.281 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:43.283 | + functions-common:run_process:1591 : _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-12-07 13:15:43.286 | + functions-common:_run_under_systemd:1547 : local service=q-svc 2021-12-07 13:15:43.289 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.291 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.294 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.296 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.299 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-12-07 13:15:43.301 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-12-07 13:15:43.304 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-svc.service 2021-12-07 13:15:43.307 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:43.309 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:43.312 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-12-07 13:15:43.314 | + functions-common:_run_under_systemd:1559 : 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-12-07 13:15:43.317 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-svc.service 2021-12-07 13:15:43.320 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:43.322 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:15:43.324 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:15:43.326 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:15:43.329 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:15:43.331 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2021-12-07 13:15:43.333 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:15:43.337 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2021-12-07 13:15:43.393 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2021-12-07 13:15:43.448 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:15:43.496 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2021-12-07 13:15:43.543 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2021-12-07 13:15:43.590 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:43.637 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:15:43.639 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2021-12-07 13:15:43.694 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:15:43.904 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-svc.service 2021-12-07 13:15:43.917 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2021-12-07 13:15:44.122 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-svc.service 2021-12-07 13:15:44.142 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:44.144 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:44.148 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:44.150 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:44.153 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:44.155 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:44.158 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:44.160 | + functions-common:time_stop:2338 : start_time=1638882943253 2021-12-07 13:15:44.164 | + functions-common:time_stop:2340 : [[ -z 1638882943253 ]] 2021-12-07 13:15:44.167 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:44.170 | + functions-common:time_stop:2343 : end_time=1638882944168 2021-12-07 13:15:44.173 | + functions-common:time_stop:2344 : elapsed_time=915 2021-12-07 13:15:44.175 | + functions-common:time_stop:2345 : total=9883 2021-12-07 13:15:44.178 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:44.180 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=10798 2021-12-07 13:15:44.183 | + lib/neutron-legacy:start_neutron_service_and_check:486 : neutron_url=http://10.222.0.24:9696 2021-12-07 13:15:44.185 | + lib/neutron-legacy:start_neutron_service_and_check:488 : is_service_enabled tls-proxy 2021-12-07 13:15:44.202 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:15:44.204 | + lib/neutron-legacy:start_neutron_service_and_check:492 : echo 'Waiting for Neutron to start...' 2021-12-07 13:15:44.205 | Waiting for Neutron to start... 2021-12-07 13:15:44.207 | + lib/neutron-legacy:start_neutron_service_and_check:494 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.24:9696' 2021-12-07 13:15:44.210 | + lib/neutron-legacy:start_neutron_service_and_check:495 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.24:9696' 'Neutron did not start' 60 2021-12-07 13:15:44.212 | + functions-common:test_with_retry:2269 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.24:9696' 2021-12-07 13:15:44.215 | + functions-common:test_with_retry:2270 : local 'failmsg=Neutron did not start' 2021-12-07 13:15:44.217 | + functions-common:test_with_retry:2271 : local until=60 2021-12-07 13:15:44.220 | + functions-common:test_with_retry:2272 : local sleep=0.5 2021-12-07 13:15:44.222 | + functions-common:test_with_retry:2274 : time_start test_with_retry 2021-12-07 13:15:44.226 | + functions-common:time_start:2317 : local name=test_with_retry 2021-12-07 13:15:44.228 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:44.231 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:44.234 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:44.237 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882944235 2021-12-07 13:15:44.240 | + functions-common:test_with_retry:2275 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.24:9696; do sleep 0.5; done' 2021-12-07 13:15:44.245 | 2021-12-07 13:15:44.245 | Redirecting output to ‘wget-log’. 2021-12-07 13:15:44.749 | 2021-12-07 13:15:44.749 | Redirecting output to ‘wget-log.1’. 2021-12-07 13:15:45.253 | 2021-12-07 13:15:45.254 | Redirecting output to ‘wget-log.2’. 2021-12-07 13:15:45.758 | 2021-12-07 13:15:45.758 | Redirecting output to ‘wget-log.3’. 2021-12-07 13:15:46.263 | 2021-12-07 13:15:46.263 | Redirecting output to ‘wget-log.4’. 2021-12-07 13:15:46.767 | 2021-12-07 13:15:46.767 | Redirecting output to ‘wget-log.5’. 2021-12-07 13:15:47.272 | 2021-12-07 13:15:47.272 | Redirecting output to ‘wget-log.6’. 2021-12-07 13:15:47.776 | 2021-12-07 13:15:47.776 | Redirecting output to ‘wget-log.7’. 2021-12-07 13:15:48.280 | 2021-12-07 13:15:48.280 | Redirecting output to ‘wget-log.8’. 2021-12-07 13:15:48.785 | 2021-12-07 13:15:48.785 | Redirecting output to ‘wget-log.9’. 2021-12-07 13:15:49.289 | 2021-12-07 13:15:49.289 | Redirecting output to ‘wget-log.10’. 2021-12-07 13:15:49.793 | 2021-12-07 13:15:49.793 | Redirecting output to ‘wget-log.11’. 2021-12-07 13:15:49.831 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.24:9696/v2.0/"}]}]}+ functions-common:test_with_retry:2278 : time_stop test_with_retry 2021-12-07 13:15:49.834 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:49.837 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:49.840 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:49.843 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:49.845 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:49.848 | + functions-common:time_stop:2337 : name=test_with_retry 2021-12-07 13:15:49.851 | + functions-common:time_stop:2338 : start_time=1638882944235 2021-12-07 13:15:49.854 | + functions-common:time_stop:2340 : [[ -z 1638882944235 ]] 2021-12-07 13:15:49.857 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:49.864 | + functions-common:time_stop:2343 : end_time=1638882949858 2021-12-07 13:15:49.871 | + functions-common:time_stop:2344 : elapsed_time=5623 2021-12-07 13:15:49.875 | + functions-common:time_stop:2345 : total=0 2021-12-07 13:15:49.878 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:49.880 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5623 2021-12-07 13:15:49.883 | + ./stack.sh:main:1297 : is_service_enabled placement 2021-12-07 13:15:49.903 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:49.906 | + ./stack.sh:main:1298 : echo_summary 'Starting Placement' 2021-12-07 13:15:49.908 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:15:49.913 | + ./stack.sh:echo_summary:428 : echo -e Starting Placement 2021-12-07 13:15:49.916 | + ./stack.sh:main:1299 : start_placement 2021-12-07 13:15:49.919 | + lib/placement:start_placement:161 : start_placement_api 2021-12-07 13:15:49.921 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2021-12-07 13:15:49.925 | ++ lib/placement:start_placement_api:147 : which uwsgi 2021-12-07 13:15:49.928 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:49.931 | + functions-common:run_process:1582 : local service=placement-api 2021-12-07 13:15:49.933 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:49.936 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:49.939 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:49.941 | + functions-common:run_process:1587 : local name=placement-api 2021-12-07 13:15:49.944 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:49.946 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:49.949 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:49.951 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:49.955 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:49.959 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882949956 2021-12-07 13:15:49.961 | + functions-common:run_process:1590 : is_service_enabled placement-api 2021-12-07 13:15:49.978 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:49.981 | + functions-common:run_process:1591 : _run_under_systemd placement-api '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' 2021-12-07 13:15:49.984 | + functions-common:_run_under_systemd:1547 : local service=placement-api 2021-12-07 13:15:49.986 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:49.989 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:49.991 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:49.994 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:49.996 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2021-12-07 13:15:49.999 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2021-12-07 13:15:50.001 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@placement-api.service 2021-12-07 13:15:50.004 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:50.006 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:50.009 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2021-12-07 13:15:50.011 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu 2021-12-07 13:15:50.014 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@placement-api.service 2021-12-07 13:15:50.016 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:50.019 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-07 13:15:50.022 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-07 13:15:50.024 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2021-12-07 13:15:50.026 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-07 13:15:50.030 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2021-12-07 13:15:50.088 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2021-12-07 13:15:50.144 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2021-12-07 13:15:50.191 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2021-12-07 13:15:50.239 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:50.288 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2021-12-07 13:15:50.336 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2021-12-07 13:15:50.383 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2021-12-07 13:15:50.430 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2021-12-07 13:15:50.479 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2021-12-07 13:15:50.538 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-07 13:15:50.540 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2021-12-07 13:15:50.597 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-07 13:15:50.807 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@placement-api.service 2021-12-07 13:15:50.821 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2021-12-07 13:15:51.030 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@placement-api.service 2021-12-07 13:15:51.108 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:51.111 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:51.114 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:51.116 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:51.119 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:51.121 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:51.124 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:51.126 | + functions-common:time_stop:2338 : start_time=1638882949956 2021-12-07 13:15:51.134 | + functions-common:time_stop:2340 : [[ -z 1638882949956 ]] 2021-12-07 13:15:51.134 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:51.136 | + functions-common:time_stop:2343 : end_time=1638882951133 2021-12-07 13:15:51.139 | + functions-common:time_stop:2344 : elapsed_time=1177 2021-12-07 13:15:51.141 | + functions-common:time_stop:2345 : total=10798 2021-12-07 13:15:51.143 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:51.146 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=11975 2021-12-07 13:15:51.149 | + lib/placement:start_placement_api:154 : echo 'Waiting for placement-api to start...' 2021-12-07 13:15:51.149 | Waiting for placement-api to start... 2021-12-07 13:15:51.151 | + lib/placement:start_placement_api:155 : wait_for_service 60 http://10.222.0.24/placement 2021-12-07 13:15:51.154 | + functions:wait_for_service:444 : local timeout=60 2021-12-07 13:15:51.156 | + functions:wait_for_service:445 : local url=http://10.222.0.24/placement 2021-12-07 13:15:51.159 | + functions:wait_for_service:446 : local rval=0 2021-12-07 13:15:51.162 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-07 13:15:51.164 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-07 13:15:51.167 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:51.169 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:51.173 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:51.177 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882951173 2021-12-07 13:15:51.179 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-07 13:15:51.184 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24/placement 2021-12-07 13:15:54.087 | + :: : [[ 200 == 503 ]] 2021-12-07 13:15:54.089 | + :: : [[ 0 -eq 7 ]] 2021-12-07 13:15:54.092 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-07 13:15:54.094 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:54.097 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:54.100 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:54.102 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:54.105 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:54.108 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-07 13:15:54.114 | + functions-common:time_stop:2338 : start_time=1638882951173 2021-12-07 13:15:54.114 | + functions-common:time_stop:2340 : [[ -z 1638882951173 ]] 2021-12-07 13:15:54.116 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:54.120 | + functions-common:time_stop:2343 : end_time=1638882954117 2021-12-07 13:15:54.123 | + functions-common:time_stop:2344 : elapsed_time=2944 2021-12-07 13:15:54.125 | + functions-common:time_stop:2345 : total=17016 2021-12-07 13:15:54.128 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:54.130 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19960 2021-12-07 13:15:54.133 | + functions:wait_for_service:454 : return 0 2021-12-07 13:15:54.135 | + ./stack.sh:main:1302 : is_service_enabled neutron 2021-12-07 13:15:54.152 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:54.155 | + ./stack.sh:main:1303 : start_neutron 2021-12-07 13:15:54.157 | + lib/neutron:start_neutron:702 : is_neutron_legacy_enabled 2021-12-07 13:15:54.162 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:15:54.162 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-12-07 13:15:54.167 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2021-12-07 13:15:54.169 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2021-12-07 13:15:54.172 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:15:54.174 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-12-07 13:15:54.178 | + lib/neutron:start_neutron:704 : start_mutnauq_l2_agent 2021-12-07 13:15:54.180 | + lib/neutron-legacy:start_mutnauq_l2_agent:501 : 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-12-07 13:15:54.183 | + functions-common:run_process:1582 : local service=q-agt 2021-12-07 13:15:54.185 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:54.188 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:54.190 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:54.193 | + functions-common:run_process:1587 : local name=q-agt 2021-12-07 13:15:54.195 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:54.198 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:54.200 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:54.203 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:54.206 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:54.209 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882954207 2021-12-07 13:15:54.212 | + functions-common:run_process:1590 : is_service_enabled q-agt 2021-12-07 13:15:54.228 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:54.231 | + functions-common:run_process:1591 : _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-12-07 13:15:54.233 | + functions-common:_run_under_systemd:1547 : local service=q-agt 2021-12-07 13:15:54.236 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:54.238 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:54.241 | + functions-common:_run_under_systemd:1551 : _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-12-07 13:15:54.244 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:54.246 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2021-12-07 13:15:54.248 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2021-12-07 13:15:54.251 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-agt.service 2021-12-07 13:15:54.253 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:54.256 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:54.258 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2021-12-07 13:15:54.261 | + functions-common:_run_under_systemd:1559 : 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-12-07 13:15:54.263 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-agt.service 2021-12-07 13:15:54.266 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2021-12-07 13:15:54.268 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:15:54.270 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:15:54.273 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:15:54.275 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:15:54.277 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2021-12-07 13:15:54.280 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:15:54.283 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2021-12-07 13:15:54.339 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2021-12-07 13:15:54.394 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:15:54.455 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2021-12-07 13:15:54.502 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2021-12-07 13:15:54.556 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:54.604 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:15:54.606 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2021-12-07 13:15:54.661 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:15:54.880 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-agt.service 2021-12-07 13:15:54.893 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2021-12-07 13:15:55.105 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-agt.service 2021-12-07 13:15:55.126 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:55.129 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:55.132 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:55.135 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:55.137 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:55.140 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:55.142 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:55.145 | + functions-common:time_stop:2338 : start_time=1638882954207 2021-12-07 13:15:55.148 | + functions-common:time_stop:2340 : [[ -z 1638882954207 ]] 2021-12-07 13:15:55.151 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:55.155 | + functions-common:time_stop:2343 : end_time=1638882955152 2021-12-07 13:15:55.157 | + functions-common:time_stop:2344 : elapsed_time=945 2021-12-07 13:15:55.160 | + functions-common:time_stop:2345 : total=11975 2021-12-07 13:15:55.162 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:55.165 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=12920 2021-12-07 13:15:55.167 | + lib/neutron-legacy:start_mutnauq_l2_agent:503 : is_provider_network 2021-12-07 13:15:55.170 | + functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-12-07 13:15:55.172 | + functions-common:is_provider_network:2183 : return 1 2021-12-07 13:15:55.175 | + lib/neutron:start_neutron:705 : start_mutnauq_other_agents 2021-12-07 13:15:55.178 | + lib/neutron-legacy:start_mutnauq_other_agents:519 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-07 13:15:55.181 | + functions-common:run_process:1582 : local service=q-dhcp 2021-12-07 13:15:55.183 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-07 13:15:55.186 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:55.188 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:55.191 | + functions-common:run_process:1587 : local name=q-dhcp 2021-12-07 13:15:55.194 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:55.196 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:55.198 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:55.201 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:55.204 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:55.209 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882955205 2021-12-07 13:15:55.211 | + functions-common:run_process:1590 : is_service_enabled q-dhcp 2021-12-07 13:15:55.228 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:55.231 | + functions-common:run_process:1591 : _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-12-07 13:15:55.235 | + functions-common:_run_under_systemd:1547 : local service=q-dhcp 2021-12-07 13:15:55.237 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-07 13:15:55.240 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-07 13:15:55.242 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-07 13:15:55.245 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-07 13:15:55.248 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2021-12-07 13:15:55.251 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2021-12-07 13:15:55.253 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-dhcp.service 2021-12-07 13:15:55.256 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:55.259 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:55.261 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2021-12-07 13:15:55.273 | + functions-common:_run_under_systemd:1559 : 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-12-07 13:15:55.276 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-dhcp.service 2021-12-07 13:15:55.278 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2021-12-07 13:15:55.291 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:15:55.291 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:15:55.291 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:15:55.291 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:15:55.292 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2021-12-07 13:15:55.294 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:15:55.299 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2021-12-07 13:15:55.356 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2021-12-07 13:15:55.429 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:15:55.478 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2021-12-07 13:15:55.526 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2021-12-07 13:15:55.573 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:55.622 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:15:55.624 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2021-12-07 13:15:55.680 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:15:55.914 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-dhcp.service 2021-12-07 13:15:55.928 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2021-12-07 13:15:56.121 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-dhcp.service 2021-12-07 13:15:56.144 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:56.147 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:56.149 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:56.152 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:56.154 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:56.157 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:56.159 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:56.162 | + functions-common:time_stop:2338 : start_time=1638882955205 2021-12-07 13:15:56.164 | + functions-common:time_stop:2340 : [[ -z 1638882955205 ]] 2021-12-07 13:15:56.167 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:56.171 | + functions-common:time_stop:2343 : end_time=1638882956168 2021-12-07 13:15:56.174 | + functions-common:time_stop:2344 : elapsed_time=963 2021-12-07 13:15:56.177 | + functions-common:time_stop:2345 : total=12920 2021-12-07 13:15:56.180 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:56.182 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=13883 2021-12-07 13:15:56.185 | + lib/neutron-legacy:start_mutnauq_other_agents:521 : is_service_enabled neutron-vpnaas 2021-12-07 13:15:56.205 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:15:56.208 | ++ lib/neutron-legacy:start_mutnauq_other_agents:524 : determine_config_files neutron-l3-agent 2021-12-07 13:15:56.211 | ++ lib/neutron-legacy:determine_config_files:324 : local opts= 2021-12-07 13:15:56.213 | ++ lib/neutron-legacy:determine_config_files:325 : case "$1" in 2021-12-07 13:15:56.216 | +++ lib/neutron-legacy:determine_config_files:327 : _determine_config_l3 2021-12-07 13:15:56.219 | +++ lib/neutron-legacy:_determine_config_l3:317 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.221 | +++ lib/neutron-legacy:_determine_config_l3:318 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.225 | ++ lib/neutron-legacy:determine_config_files:327 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.228 | ++ lib/neutron-legacy:determine_config_files:329 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2021-12-07 13:15:56.230 | ++ lib/neutron-legacy:determine_config_files:332 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.233 | + lib/neutron-legacy:start_mutnauq_other_agents:524 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.236 | + functions-common:run_process:1582 : local service=q-l3 2021-12-07 13:15:56.239 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.242 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:56.244 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:56.247 | + functions-common:run_process:1587 : local name=q-l3 2021-12-07 13:15:56.249 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:56.252 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:56.254 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:56.257 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:56.260 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:56.274 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882956264 2021-12-07 13:15:56.278 | + functions-common:run_process:1590 : is_service_enabled q-l3 2021-12-07 13:15:56.302 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:56.305 | + functions-common:run_process:1591 : _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-12-07 13:15:56.307 | + functions-common:_run_under_systemd:1547 : local service=q-l3 2021-12-07 13:15:56.310 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.313 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.315 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.318 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.320 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2021-12-07 13:15:56.323 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2021-12-07 13:15:56.326 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-l3.service 2021-12-07 13:15:56.329 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:56.331 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:56.333 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2021-12-07 13:15:56.336 | + functions-common:_run_under_systemd:1559 : 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-12-07 13:15:56.339 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-l3.service 2021-12-07 13:15:56.341 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2021-12-07 13:15:56.343 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:15:56.346 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:15:56.349 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:15:56.351 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:15:56.354 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2021-12-07 13:15:56.356 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:15:56.361 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2021-12-07 13:15:56.422 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2021-12-07 13:15:56.483 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:15:56.533 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2021-12-07 13:15:56.585 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2021-12-07 13:15:56.637 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:56.691 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:15:56.694 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2021-12-07 13:15:56.756 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:15:56.985 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-l3.service 2021-12-07 13:15:56.999 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2021-12-07 13:15:57.217 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-l3.service 2021-12-07 13:15:57.241 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:57.244 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:57.249 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:57.251 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:57.253 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:57.256 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:57.258 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:57.260 | + functions-common:time_stop:2338 : start_time=1638882956264 2021-12-07 13:15:57.263 | + functions-common:time_stop:2340 : [[ -z 1638882956264 ]] 2021-12-07 13:15:57.267 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:57.269 | + functions-common:time_stop:2343 : end_time=1638882957266 2021-12-07 13:15:57.272 | + functions-common:time_stop:2344 : elapsed_time=1002 2021-12-07 13:15:57.274 | + functions-common:time_stop:2345 : total=13883 2021-12-07 13:15:57.277 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:57.280 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=14885 2021-12-07 13:15:57.282 | + lib/neutron-legacy:start_mutnauq_other_agents:527 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-07 13:15:57.284 | + functions-common:run_process:1582 : local service=q-meta 2021-12-07 13:15:57.287 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-07 13:15:57.290 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:57.292 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:57.294 | + functions-common:run_process:1587 : local name=q-meta 2021-12-07 13:15:57.297 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:57.299 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:57.302 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:57.308 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:57.320 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:57.329 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882957321 2021-12-07 13:15:57.332 | + functions-common:run_process:1590 : is_service_enabled q-meta 2021-12-07 13:15:57.351 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:57.354 | + functions-common:run_process:1591 : _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-12-07 13:15:57.357 | + functions-common:_run_under_systemd:1547 : local service=q-meta 2021-12-07 13:15:57.359 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-07 13:15:57.362 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-07 13:15:57.364 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-07 13:15:57.367 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-07 13:15:57.369 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2021-12-07 13:15:57.372 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2021-12-07 13:15:57.375 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-meta.service 2021-12-07 13:15:57.377 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:57.380 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:57.382 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2021-12-07 13:15:57.385 | + functions-common:_run_under_systemd:1559 : 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-12-07 13:15:57.388 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-meta.service 2021-12-07 13:15:57.390 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2021-12-07 13:15:57.393 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:15:57.396 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:15:57.399 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:15:57.401 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:15:57.404 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2021-12-07 13:15:57.406 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:15:57.411 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2021-12-07 13:15:57.486 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2021-12-07 13:15:57.552 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:15:57.606 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2021-12-07 13:15:57.661 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2021-12-07 13:15:57.718 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:57.776 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:15:57.779 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2021-12-07 13:15:57.849 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:15:58.113 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-meta.service 2021-12-07 13:15:58.130 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2021-12-07 13:15:58.355 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-meta.service 2021-12-07 13:15:58.375 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:15:58.379 | + functions-common:time_stop:2331 : local name 2021-12-07 13:15:58.383 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:15:58.387 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:15:58.392 | + functions-common:time_stop:2334 : local total 2021-12-07 13:15:58.399 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:15:58.407 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:15:58.412 | + functions-common:time_stop:2338 : start_time=1638882957321 2021-12-07 13:15:58.423 | + functions-common:time_stop:2340 : [[ -z 1638882957321 ]] 2021-12-07 13:15:58.429 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:15:58.441 | + functions-common:time_stop:2343 : end_time=1638882958432 2021-12-07 13:15:58.455 | + functions-common:time_stop:2344 : elapsed_time=1111 2021-12-07 13:15:58.464 | + functions-common:time_stop:2345 : total=14885 2021-12-07 13:15:58.472 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:15:58.480 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=15996 2021-12-07 13:15:58.486 | + lib/neutron-legacy:start_mutnauq_other_agents:528 : 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-12-07 13:15:58.499 | + functions-common:run_process:1582 : local service=q-metering 2021-12-07 13:15:58.507 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-07 13:15:58.513 | + functions-common:run_process:1584 : local group= 2021-12-07 13:15:58.523 | + functions-common:run_process:1585 : local user= 2021-12-07 13:15:58.528 | + functions-common:run_process:1587 : local name=q-metering 2021-12-07 13:15:58.536 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:15:58.544 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:15:58.549 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:15:58.556 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:15:58.563 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:15:58.579 | + functions-common:time_start:2322 : _TIME_START[$name]=1638882958568 2021-12-07 13:15:58.588 | + functions-common:run_process:1590 : is_service_enabled q-metering 2021-12-07 13:15:58.639 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:15:58.648 | + functions-common:run_process:1591 : _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-12-07 13:15:58.659 | + functions-common:_run_under_systemd:1547 : local service=q-metering 2021-12-07 13:15:58.665 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-07 13:15:58.672 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-07 13:15:58.677 | + functions-common:_run_under_systemd:1551 : _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-12-07 13:15:58.684 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-07 13:15:58.689 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2021-12-07 13:15:58.696 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2021-12-07 13:15:58.707 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@q-metering.service 2021-12-07 13:15:58.716 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:15:58.722 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:15:58.728 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2021-12-07 13:15:58.734 | + functions-common:_run_under_systemd:1559 : 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-12-07 13:15:58.740 | + functions-common:write_user_unit_file:1464 : local service=devstack@q-metering.service 2021-12-07 13:15:58.746 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2021-12-07 13:15:58.756 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:15:58.763 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:15:58.772 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:15:58.776 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:15:58.788 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2021-12-07 13:15:58.796 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:15:58.811 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2021-12-07 13:15:58.947 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2021-12-07 13:15:59.083 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:15:59.203 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2021-12-07 13:15:59.312 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2021-12-07 13:15:59.399 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:15:59.499 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:15:59.503 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2021-12-07 13:15:59.579 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:15:59.877 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@q-metering.service 2021-12-07 13:15:59.894 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2021-12-07 13:16:00.122 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@q-metering.service 2021-12-07 13:16:00.147 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:00.151 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:00.155 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:00.158 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:00.166 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:00.170 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:00.183 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:00.187 | + functions-common:time_stop:2338 : start_time=1638882958568 2021-12-07 13:16:00.192 | + functions-common:time_stop:2340 : [[ -z 1638882958568 ]] 2021-12-07 13:16:00.207 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:00.215 | + functions-common:time_stop:2343 : end_time=1638882960204 2021-12-07 13:16:00.220 | + functions-common:time_stop:2344 : elapsed_time=1636 2021-12-07 13:16:00.227 | + functions-common:time_stop:2345 : total=15996 2021-12-07 13:16:00.238 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:00.243 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=17632 2021-12-07 13:16:00.247 | + ./stack.sh:main:1306 : is_service_enabled q-svc 2021-12-07 13:16:00.291 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:00.291 | + ./stack.sh:main:1306 : [[ True == \T\r\u\e ]] 2021-12-07 13:16:00.296 | + ./stack.sh:main:1307 : echo_summary 'Creating initial neutron network elements' 2021-12-07 13:16:00.299 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:16:00.304 | + ./stack.sh:echo_summary:428 : echo -e Creating initial neutron network elements 2021-12-07 13:16:00.312 | + ./stack.sh:main:1308 : create_neutron_initial_network 2021-12-07 13:16:00.323 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:165 : local project_id 2021-12-07 13:16:00.331 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : oscwrap project list 2021-12-07 13:16:00.331 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : get_field 1 2021-12-07 13:16:00.335 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : grep ' demo ' 2021-12-07 13:16:00.339 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:16:00.347 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:02.950 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:02.954 | ++ functions-common:get_field:728 : '[' 1 -lt 0 ']' 2021-12-07 13:16:02.957 | ++ functions-common:get_field:731 : field='$2' 2021-12-07 13:16:02.963 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2021-12-07 13:16:02.963 | ++ functions-common:get_field:733 : echo '| e2c93e88440e48e59f76bcf68e508c9e | demo |' 2021-12-07 13:16:02.966 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:02.970 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : project_id=e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 13:16:02.972 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:167 : die_if_not_set 167 project_id 'Failure retrieving project_id for demo' 2021-12-07 13:16:02.975 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:16:02.992 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:170 : type -p neutron_plugin_create_initial_network_profile 2021-12-07 13:16:02.995 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:174 : is_networking_extension_supported auto-allocated-topology 2021-12-07 13:16:02.998 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-12-07 13:16:03.001 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-07 13:16:05.891 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:05.894 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-07 13:16:05.894 | router-admin-state-down-before-update 2021-12-07 13:16:05.894 | agent 2021-12-07 13:16:05.894 | agent-resources-synced 2021-12-07 13:16:05.894 | allowed-address-pairs 2021-12-07 13:16:05.894 | auto-allocated-topology 2021-12-07 13:16:05.894 | availability_zone 2021-12-07 13:16:05.894 | availability_zone_filter 2021-12-07 13:16:05.894 | default-subnetpools 2021-12-07 13:16:05.894 | dhcp_agent_scheduler 2021-12-07 13:16:05.894 | dvr 2021-12-07 13:16:05.894 | empty-string-filtering 2021-12-07 13:16:05.894 | external-net 2021-12-07 13:16:05.894 | extra_dhcp_opt 2021-12-07 13:16:05.894 | extraroute 2021-12-07 13:16:05.895 | extraroute-atomic 2021-12-07 13:16:05.895 | filter-validation 2021-12-07 13:16:05.895 | fip-port-details 2021-12-07 13:16:05.895 | flavors 2021-12-07 13:16:05.895 | floatingip-pools 2021-12-07 13:16:05.895 | ip-substring-filtering 2021-12-07 13:16:05.895 | router 2021-12-07 13:16:05.895 | ext-gw-mode 2021-12-07 13:16:05.895 | l3-ha 2021-12-07 13:16:05.895 | l3-flavors 2021-12-07 13:16:05.895 | l3-port-ip-change-not-allowed 2021-12-07 13:16:05.895 | l3_agent_scheduler 2021-12-07 13:16:05.895 | metering 2021-12-07 13:16:05.895 | multi-provider 2021-12-07 13:16:05.895 | net-mtu 2021-12-07 13:16:05.895 | net-mtu-writable 2021-12-07 13:16:05.895 | network_availability_zone 2021-12-07 13:16:05.895 | network-ip-availability 2021-12-07 13:16:05.895 | pagination 2021-12-07 13:16:05.895 | port-mac-address-regenerate 2021-12-07 13:16:05.895 | binding 2021-12-07 13:16:05.895 | binding-extended 2021-12-07 13:16:05.895 | port-security 2021-12-07 13:16:05.895 | project-id 2021-12-07 13:16:05.895 | provider 2021-12-07 13:16:05.895 | quotas 2021-12-07 13:16:05.895 | quota_details 2021-12-07 13:16:05.895 | rbac-policies 2021-12-07 13:16:05.896 | rbac-address-scope 2021-12-07 13:16:05.896 | rbac-security-groups 2021-12-07 13:16:05.896 | rbac-subnetpool 2021-12-07 13:16:05.896 | revision-if-match 2021-12-07 13:16:05.896 | standard-attr-revisions 2021-12-07 13:16:05.896 | router_availability_zone 2021-12-07 13:16:05.896 | port-security-groups-filtering 2021-12-07 13:16:05.896 | security-group 2021-12-07 13:16:05.896 | service-type 2021-12-07 13:16:05.896 | sorting 2021-12-07 13:16:05.896 | standard-attr-description 2021-12-07 13:16:05.896 | stateful-security-group 2021-12-07 13:16:05.896 | subnet_onboard 2021-12-07 13:16:05.896 | subnet-service-types 2021-12-07 13:16:05.896 | subnet_allocation 2021-12-07 13:16:05.896 | subnetpool-prefix-ops 2021-12-07 13:16:05.896 | standard-attr-tag 2021-12-07 13:16:05.896 | standard-attr-timestamp' 2021-12-07 13:16:05.897 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-07 13:16:05.897 | router-admin-state-down-before-update 2021-12-07 13:16:05.897 | agent 2021-12-07 13:16:05.897 | agent-resources-synced 2021-12-07 13:16:05.897 | allowed-address-pairs 2021-12-07 13:16:05.897 | auto-allocated-topology 2021-12-07 13:16:05.897 | availability_zone 2021-12-07 13:16:05.897 | availability_zone_filter 2021-12-07 13:16:05.897 | default-subnetpools 2021-12-07 13:16:05.898 | dhcp_agent_scheduler 2021-12-07 13:16:05.898 | dvr 2021-12-07 13:16:05.898 | empty-string-filtering 2021-12-07 13:16:05.898 | external-net 2021-12-07 13:16:05.898 | extra_dhcp_opt 2021-12-07 13:16:05.898 | extraroute 2021-12-07 13:16:05.898 | extraroute-atomic 2021-12-07 13:16:05.898 | filter-validation 2021-12-07 13:16:05.898 | fip-port-details 2021-12-07 13:16:05.898 | flavors 2021-12-07 13:16:05.898 | floatingip-pools 2021-12-07 13:16:05.898 | ip-substring-filtering 2021-12-07 13:16:05.898 | router 2021-12-07 13:16:05.898 | ext-gw-mode 2021-12-07 13:16:05.898 | l3-ha 2021-12-07 13:16:05.898 | l3-flavors 2021-12-07 13:16:05.898 | l3-port-ip-change-not-allowed 2021-12-07 13:16:05.898 | l3_agent_scheduler 2021-12-07 13:16:05.898 | metering 2021-12-07 13:16:05.898 | multi-provider 2021-12-07 13:16:05.898 | net-mtu 2021-12-07 13:16:05.898 | net-mtu-writable 2021-12-07 13:16:05.898 | network_availability_zone 2021-12-07 13:16:05.898 | network-ip-availability 2021-12-07 13:16:05.898 | pagination 2021-12-07 13:16:05.898 | port-mac-address-regenerate 2021-12-07 13:16:05.898 | binding 2021-12-07 13:16:05.898 | binding-extended 2021-12-07 13:16:05.898 | port-security 2021-12-07 13:16:05.898 | project-id 2021-12-07 13:16:05.898 | provider 2021-12-07 13:16:05.898 | quotas 2021-12-07 13:16:05.898 | quota_details 2021-12-07 13:16:05.898 | rbac-policies 2021-12-07 13:16:05.898 | rbac-address-scope 2021-12-07 13:16:05.899 | rbac-security-groups 2021-12-07 13:16:05.899 | rbac-subnetpool 2021-12-07 13:16:05.899 | revision-if-match 2021-12-07 13:16:05.899 | standard-attr-revisions 2021-12-07 13:16:05.899 | router_availability_zone 2021-12-07 13:16:05.899 | port-security-groups-filtering 2021-12-07 13:16:05.899 | security-group 2021-12-07 13:16:05.899 | service-type 2021-12-07 13:16:05.899 | sorting 2021-12-07 13:16:05.899 | standard-attr-description 2021-12-07 13:16:05.899 | stateful-security-group 2021-12-07 13:16:05.899 | subnet_onboard 2021-12-07 13:16:05.899 | subnet-service-types 2021-12-07 13:16:05.899 | subnet_allocation 2021-12-07 13:16:05.899 | subnetpool-prefix-ops 2021-12-07 13:16:05.899 | standard-attr-tag 2021-12-07 13:16:05.899 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-12-07 13:16:05.900 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-07 13:16:05.903 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:175 : [[ True == \T\r\u\e ]] 2021-12-07 13:16:05.905 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:176 : [[ 4 =~ 4.* ]] 2021-12-07 13:16:05.909 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:177 : 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-12-07 13:16:08.869 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:08.872 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:177 : SUBNETPOOL_V4_ID=d762f826-03d1-4dab-9b56-60c20a68741c 2021-12-07 13:16:08.874 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:179 : [[ 4 =~ .*6 ]] 2021-12-07 13:16:08.877 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:185 : is_provider_network 2021-12-07 13:16:08.881 | + functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-12-07 13:16:08.883 | + functions-common:is_provider_network:2183 : return 1 2021-12-07 13:16:08.887 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create --project e2c93e88440e48e59f76bcf68e508c9e private 2021-12-07 13:16:08.887 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : grep ' id ' 2021-12-07 13:16:08.888 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : get_field 2 2021-12-07 13:16:08.891 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:16:08.893 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:12.240 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:12.243 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-07 13:16:12.246 | ++ functions-common:get_field:731 : field='$3' 2021-12-07 13:16:12.249 | ++ functions-common:get_field:733 : echo '| id | 419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 |' 2021-12-07 13:16:12.250 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-07 13:16:12.255 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:12.258 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : NET_ID=419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 2021-12-07 13:16:12.264 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : die_if_not_set 216 NET_ID 'Failure creating NET_ID for private e2c93e88440e48e59f76bcf68e508c9e' 2021-12-07 13:16:12.267 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:16:12.283 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ 4 =~ 4.* ]] 2021-12-07 13:16:12.287 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : _neutron_create_private_subnet_v4 e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 13:16:12.290 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : local project_id=e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 13:16:12.292 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : '[' -z d762f826-03d1-4dab-9b56-60c20a68741c ']' 2021-12-07 13:16:12.295 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:271 : local 'subnet_params=--project e2c93e88440e48e59f76bcf68e508c9e ' 2021-12-07 13:16:12.297 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:272 : subnet_params+='--ip-version 4 ' 2021-12-07 13:16:12.299 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:273 : [[ -n 172.20.0.1 ]] 2021-12-07 13:16:12.303 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:274 : subnet_params+='--gateway 172.20.0.1 ' 2021-12-07 13:16:12.305 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:276 : subnet_params+='--subnet-pool d762f826-03d1-4dab-9b56-60c20a68741c ' 2021-12-07 13:16:12.308 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:277 : subnet_params+=' ' 2021-12-07 13:16:12.310 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:278 : subnet_params+='--network 419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 private-subnet' 2021-12-07 13:16:12.312 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:279 : local subnet_id 2021-12-07 13:16:12.317 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --project e2c93e88440e48e59f76bcf68e508c9e --ip-version 4 --gateway 172.20.0.1 --subnet-pool d762f826-03d1-4dab-9b56-60c20a68741c --network 419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 private-subnet 2021-12-07 13:16:12.317 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : grep ' id ' 2021-12-07 13:16:12.318 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : get_field 2 2021-12-07 13:16:12.320 | +++ functions-common:get_field:726 : local data field 2021-12-07 13:16:12.323 | +++ functions-common:get_field:727 : read data 2021-12-07 13:16:15.659 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:15.663 | +++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-07 13:16:15.666 | +++ functions-common:get_field:731 : field='$3' 2021-12-07 13:16:15.669 | +++ functions-common:get_field:733 : echo '| id | 307856bd-be39-42f6-9b64-4d9941c8ea19 |' 2021-12-07 13:16:15.669 | +++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-07 13:16:15.674 | +++ functions-common:get_field:727 : read data 2021-12-07 13:16:15.678 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:280 : subnet_id=307856bd-be39-42f6-9b64-4d9941c8ea19 2021-12-07 13:16:15.680 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:281 : die_if_not_set 281 subnet_id 'Failure creating private IPv4 subnet for e2c93e88440e48e59f76bcf68e508c9e' 2021-12-07 13:16:15.683 | ++ functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:16:15.700 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:282 : echo 307856bd-be39-42f6-9b64-4d9941c8ea19 2021-12-07 13:16:15.703 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : SUBNET_ID=307856bd-be39-42f6-9b64-4d9941c8ea19 2021-12-07 13:16:15.706 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : [[ 4 =~ .*6 ]] 2021-12-07 13:16:15.709 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported router 2021-12-07 13:16:15.712 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=router 2021-12-07 13:16:15.716 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-07 13:16:17.983 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:17.986 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-07 13:16:17.986 | router-admin-state-down-before-update 2021-12-07 13:16:17.986 | agent 2021-12-07 13:16:17.986 | agent-resources-synced 2021-12-07 13:16:17.986 | allowed-address-pairs 2021-12-07 13:16:17.986 | auto-allocated-topology 2021-12-07 13:16:17.986 | availability_zone 2021-12-07 13:16:17.986 | availability_zone_filter 2021-12-07 13:16:17.986 | default-subnetpools 2021-12-07 13:16:17.986 | dhcp_agent_scheduler 2021-12-07 13:16:17.986 | dvr 2021-12-07 13:16:17.986 | empty-string-filtering 2021-12-07 13:16:17.986 | external-net 2021-12-07 13:16:17.986 | extra_dhcp_opt 2021-12-07 13:16:17.987 | extraroute 2021-12-07 13:16:17.987 | extraroute-atomic 2021-12-07 13:16:17.987 | filter-validation 2021-12-07 13:16:17.987 | fip-port-details 2021-12-07 13:16:17.987 | flavors 2021-12-07 13:16:17.987 | floatingip-pools 2021-12-07 13:16:17.987 | ip-substring-filtering 2021-12-07 13:16:17.987 | router 2021-12-07 13:16:17.987 | ext-gw-mode 2021-12-07 13:16:17.987 | l3-ha 2021-12-07 13:16:17.987 | l3-flavors 2021-12-07 13:16:17.987 | l3-port-ip-change-not-allowed 2021-12-07 13:16:17.987 | l3_agent_scheduler 2021-12-07 13:16:17.987 | metering 2021-12-07 13:16:17.987 | multi-provider 2021-12-07 13:16:17.987 | net-mtu 2021-12-07 13:16:17.987 | net-mtu-writable 2021-12-07 13:16:17.987 | network_availability_zone 2021-12-07 13:16:17.987 | network-ip-availability 2021-12-07 13:16:17.987 | pagination 2021-12-07 13:16:17.987 | port-mac-address-regenerate 2021-12-07 13:16:17.987 | binding 2021-12-07 13:16:17.987 | binding-extended 2021-12-07 13:16:17.987 | port-security 2021-12-07 13:16:17.987 | project-id 2021-12-07 13:16:17.987 | provider 2021-12-07 13:16:17.987 | quotas 2021-12-07 13:16:17.987 | quota_details 2021-12-07 13:16:17.987 | rbac-policies 2021-12-07 13:16:17.987 | rbac-address-scope 2021-12-07 13:16:17.987 | rbac-security-groups 2021-12-07 13:16:17.987 | rbac-subnetpool 2021-12-07 13:16:17.987 | revision-if-match 2021-12-07 13:16:17.987 | standard-attr-revisions 2021-12-07 13:16:17.988 | router_availability_zone 2021-12-07 13:16:17.988 | port-security-groups-filtering 2021-12-07 13:16:17.988 | security-group 2021-12-07 13:16:17.988 | service-type 2021-12-07 13:16:17.988 | sorting 2021-12-07 13:16:17.988 | standard-attr-description 2021-12-07 13:16:17.988 | stateful-security-group 2021-12-07 13:16:17.988 | subnet_onboard 2021-12-07 13:16:17.988 | subnet-service-types 2021-12-07 13:16:17.988 | subnet_allocation 2021-12-07 13:16:17.988 | subnetpool-prefix-ops 2021-12-07 13:16:17.988 | standard-attr-tag 2021-12-07 13:16:17.988 | standard-attr-timestamp' 2021-12-07 13:16:17.991 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-07 13:16:17.991 | router-admin-state-down-before-update 2021-12-07 13:16:17.991 | agent 2021-12-07 13:16:17.991 | agent-resources-synced 2021-12-07 13:16:17.991 | allowed-address-pairs 2021-12-07 13:16:17.991 | auto-allocated-topology 2021-12-07 13:16:17.991 | availability_zone 2021-12-07 13:16:17.991 | availability_zone_filter 2021-12-07 13:16:17.991 | default-subnetpools 2021-12-07 13:16:17.991 | dhcp_agent_scheduler 2021-12-07 13:16:17.991 | dvr 2021-12-07 13:16:17.991 | empty-string-filtering 2021-12-07 13:16:17.991 | external-net 2021-12-07 13:16:17.991 | extra_dhcp_opt 2021-12-07 13:16:17.991 | extraroute 2021-12-07 13:16:17.991 | extraroute-atomic 2021-12-07 13:16:17.991 | filter-validation 2021-12-07 13:16:17.991 | fip-port-details 2021-12-07 13:16:17.991 | flavors 2021-12-07 13:16:17.992 | floatingip-pools 2021-12-07 13:16:17.992 | ip-substring-filtering 2021-12-07 13:16:17.992 | router 2021-12-07 13:16:17.992 | ext-gw-mode 2021-12-07 13:16:17.992 | l3-ha 2021-12-07 13:16:17.992 | l3-flavors 2021-12-07 13:16:17.992 | l3-port-ip-change-not-allowed 2021-12-07 13:16:17.992 | l3_agent_scheduler 2021-12-07 13:16:17.992 | metering 2021-12-07 13:16:17.992 | multi-provider 2021-12-07 13:16:17.992 | net-mtu 2021-12-07 13:16:17.992 | net-mtu-writable 2021-12-07 13:16:17.992 | network_availability_zone 2021-12-07 13:16:17.992 | network-ip-availability 2021-12-07 13:16:17.992 | pagination 2021-12-07 13:16:17.992 | port-mac-address-regenerate 2021-12-07 13:16:17.992 | binding 2021-12-07 13:16:17.992 | binding-extended 2021-12-07 13:16:17.992 | port-security 2021-12-07 13:16:17.992 | project-id 2021-12-07 13:16:17.992 | provider 2021-12-07 13:16:17.992 | quotas 2021-12-07 13:16:17.992 | quota_details 2021-12-07 13:16:17.992 | rbac-policies 2021-12-07 13:16:17.992 | rbac-address-scope 2021-12-07 13:16:17.992 | rbac-security-groups 2021-12-07 13:16:17.992 | rbac-subnetpool 2021-12-07 13:16:17.992 | revision-if-match 2021-12-07 13:16:17.992 | standard-attr-revisions 2021-12-07 13:16:17.992 | router_availability_zone 2021-12-07 13:16:17.992 | port-security-groups-filtering 2021-12-07 13:16:17.992 | security-group 2021-12-07 13:16:17.992 | service-type 2021-12-07 13:16:17.992 | sorting 2021-12-07 13:16:17.992 | standard-attr-description 2021-12-07 13:16:17.993 | stateful-security-group 2021-12-07 13:16:17.993 | subnet_onboard 2021-12-07 13:16:17.993 | subnet-service-types 2021-12-07 13:16:17.993 | subnet_allocation 2021-12-07 13:16:17.993 | subnetpool-prefix-ops 2021-12-07 13:16:17.993 | standard-attr-tag 2021-12-07 13:16:17.993 | standard-attr-timestamp =~ router ]] 2021-12-07 13:16:17.994 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-07 13:16:17.997 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported external-net 2021-12-07 13:16:17.999 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-12-07 13:16:18.003 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-07 13:16:20.370 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:20.373 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-07 13:16:20.373 | router-admin-state-down-before-update 2021-12-07 13:16:20.373 | agent 2021-12-07 13:16:20.373 | agent-resources-synced 2021-12-07 13:16:20.373 | allowed-address-pairs 2021-12-07 13:16:20.373 | auto-allocated-topology 2021-12-07 13:16:20.373 | availability_zone 2021-12-07 13:16:20.373 | availability_zone_filter 2021-12-07 13:16:20.373 | default-subnetpools 2021-12-07 13:16:20.373 | dhcp_agent_scheduler 2021-12-07 13:16:20.373 | dvr 2021-12-07 13:16:20.373 | empty-string-filtering 2021-12-07 13:16:20.373 | external-net 2021-12-07 13:16:20.373 | extra_dhcp_opt 2021-12-07 13:16:20.373 | extraroute 2021-12-07 13:16:20.373 | extraroute-atomic 2021-12-07 13:16:20.373 | filter-validation 2021-12-07 13:16:20.373 | fip-port-details 2021-12-07 13:16:20.373 | flavors 2021-12-07 13:16:20.373 | floatingip-pools 2021-12-07 13:16:20.374 | ip-substring-filtering 2021-12-07 13:16:20.374 | router 2021-12-07 13:16:20.374 | ext-gw-mode 2021-12-07 13:16:20.374 | l3-ha 2021-12-07 13:16:20.374 | l3-flavors 2021-12-07 13:16:20.374 | l3-port-ip-change-not-allowed 2021-12-07 13:16:20.374 | l3_agent_scheduler 2021-12-07 13:16:20.374 | metering 2021-12-07 13:16:20.374 | multi-provider 2021-12-07 13:16:20.374 | net-mtu 2021-12-07 13:16:20.374 | net-mtu-writable 2021-12-07 13:16:20.374 | network_availability_zone 2021-12-07 13:16:20.374 | network-ip-availability 2021-12-07 13:16:20.374 | pagination 2021-12-07 13:16:20.374 | port-mac-address-regenerate 2021-12-07 13:16:20.374 | binding 2021-12-07 13:16:20.374 | binding-extended 2021-12-07 13:16:20.374 | port-security 2021-12-07 13:16:20.374 | project-id 2021-12-07 13:16:20.374 | provider 2021-12-07 13:16:20.374 | quotas 2021-12-07 13:16:20.374 | quota_details 2021-12-07 13:16:20.374 | rbac-policies 2021-12-07 13:16:20.374 | rbac-address-scope 2021-12-07 13:16:20.374 | rbac-security-groups 2021-12-07 13:16:20.374 | rbac-subnetpool 2021-12-07 13:16:20.374 | revision-if-match 2021-12-07 13:16:20.374 | standard-attr-revisions 2021-12-07 13:16:20.374 | router_availability_zone 2021-12-07 13:16:20.374 | port-security-groups-filtering 2021-12-07 13:16:20.374 | security-group 2021-12-07 13:16:20.374 | service-type 2021-12-07 13:16:20.374 | sorting 2021-12-07 13:16:20.374 | standard-attr-description 2021-12-07 13:16:20.374 | stateful-security-group 2021-12-07 13:16:20.374 | subnet_onboard 2021-12-07 13:16:20.375 | subnet-service-types 2021-12-07 13:16:20.375 | subnet_allocation 2021-12-07 13:16:20.375 | subnetpool-prefix-ops 2021-12-07 13:16:20.375 | standard-attr-tag 2021-12-07 13:16:20.375 | standard-attr-timestamp' 2021-12-07 13:16:20.376 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-07 13:16:20.376 | router-admin-state-down-before-update 2021-12-07 13:16:20.376 | agent 2021-12-07 13:16:20.376 | agent-resources-synced 2021-12-07 13:16:20.376 | allowed-address-pairs 2021-12-07 13:16:20.376 | auto-allocated-topology 2021-12-07 13:16:20.376 | availability_zone 2021-12-07 13:16:20.376 | availability_zone_filter 2021-12-07 13:16:20.376 | default-subnetpools 2021-12-07 13:16:20.376 | dhcp_agent_scheduler 2021-12-07 13:16:20.376 | dvr 2021-12-07 13:16:20.377 | empty-string-filtering 2021-12-07 13:16:20.377 | external-net 2021-12-07 13:16:20.377 | extra_dhcp_opt 2021-12-07 13:16:20.377 | extraroute 2021-12-07 13:16:20.377 | extraroute-atomic 2021-12-07 13:16:20.377 | filter-validation 2021-12-07 13:16:20.377 | fip-port-details 2021-12-07 13:16:20.377 | flavors 2021-12-07 13:16:20.377 | floatingip-pools 2021-12-07 13:16:20.377 | ip-substring-filtering 2021-12-07 13:16:20.377 | router 2021-12-07 13:16:20.377 | ext-gw-mode 2021-12-07 13:16:20.377 | l3-ha 2021-12-07 13:16:20.377 | l3-flavors 2021-12-07 13:16:20.377 | l3-port-ip-change-not-allowed 2021-12-07 13:16:20.377 | l3_agent_scheduler 2021-12-07 13:16:20.377 | metering 2021-12-07 13:16:20.377 | multi-provider 2021-12-07 13:16:20.377 | net-mtu 2021-12-07 13:16:20.377 | net-mtu-writable 2021-12-07 13:16:20.377 | network_availability_zone 2021-12-07 13:16:20.377 | network-ip-availability 2021-12-07 13:16:20.377 | pagination 2021-12-07 13:16:20.377 | port-mac-address-regenerate 2021-12-07 13:16:20.377 | binding 2021-12-07 13:16:20.377 | binding-extended 2021-12-07 13:16:20.377 | port-security 2021-12-07 13:16:20.377 | project-id 2021-12-07 13:16:20.377 | provider 2021-12-07 13:16:20.377 | quotas 2021-12-07 13:16:20.377 | quota_details 2021-12-07 13:16:20.377 | rbac-policies 2021-12-07 13:16:20.377 | rbac-address-scope 2021-12-07 13:16:20.377 | rbac-security-groups 2021-12-07 13:16:20.377 | rbac-subnetpool 2021-12-07 13:16:20.377 | revision-if-match 2021-12-07 13:16:20.378 | standard-attr-revisions 2021-12-07 13:16:20.378 | router_availability_zone 2021-12-07 13:16:20.378 | port-security-groups-filtering 2021-12-07 13:16:20.378 | security-group 2021-12-07 13:16:20.378 | service-type 2021-12-07 13:16:20.378 | sorting 2021-12-07 13:16:20.378 | standard-attr-description 2021-12-07 13:16:20.378 | stateful-security-group 2021-12-07 13:16:20.378 | subnet_onboard 2021-12-07 13:16:20.378 | subnet-service-types 2021-12-07 13:16:20.378 | subnet_allocation 2021-12-07 13:16:20.378 | subnetpool-prefix-ops 2021-12-07 13:16:20.378 | standard-attr-tag 2021-12-07 13:16:20.378 | standard-attr-timestamp =~ external-net ]] 2021-12-07 13:16:20.379 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-07 13:16:20.382 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:231 : [[ True == \T\r\u\e ]] 2021-12-07 13:16:20.386 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : oscwrap --os-cloud devstack-admin --os-region RegionOne router create --project e2c93e88440e48e59f76bcf68e508c9e router1 2021-12-07 13:16:20.386 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : grep ' id ' 2021-12-07 13:16:20.386 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : get_field 2 2021-12-07 13:16:20.389 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:16:20.392 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:23.031 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:23.034 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-07 13:16:23.037 | ++ functions-common:get_field:731 : field='$3' 2021-12-07 13:16:23.040 | ++ functions-common:get_field:733 : echo '| id | 120e5336-ac89-4cc2-9b80-fcae0ef78d58 |' 2021-12-07 13:16:23.041 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-07 13:16:23.046 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:23.049 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : ROUTER_ID=120e5336-ac89-4cc2-9b80-fcae0ef78d58 2021-12-07 13:16:23.052 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : die_if_not_set 234 ROUTER_ID 'Failure creating ROUTER_ID for e2c93e88440e48e59f76bcf68e508c9e router1' 2021-12-07 13:16:23.055 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:16:23.071 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:241 : EXTERNAL_NETWORK_FLAGS=--external 2021-12-07 13:16:23.074 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : is_networking_extension_supported auto-allocated-topology 2021-12-07 13:16:23.077 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=auto-allocated-topology 2021-12-07 13:16:23.080 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-07 13:16:25.413 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:25.416 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-07 13:16:25.416 | router-admin-state-down-before-update 2021-12-07 13:16:25.416 | agent 2021-12-07 13:16:25.416 | agent-resources-synced 2021-12-07 13:16:25.416 | allowed-address-pairs 2021-12-07 13:16:25.416 | auto-allocated-topology 2021-12-07 13:16:25.416 | availability_zone 2021-12-07 13:16:25.416 | availability_zone_filter 2021-12-07 13:16:25.416 | default-subnetpools 2021-12-07 13:16:25.416 | dhcp_agent_scheduler 2021-12-07 13:16:25.416 | dvr 2021-12-07 13:16:25.416 | empty-string-filtering 2021-12-07 13:16:25.416 | external-net 2021-12-07 13:16:25.416 | extra_dhcp_opt 2021-12-07 13:16:25.416 | extraroute 2021-12-07 13:16:25.416 | extraroute-atomic 2021-12-07 13:16:25.416 | filter-validation 2021-12-07 13:16:25.416 | fip-port-details 2021-12-07 13:16:25.416 | flavors 2021-12-07 13:16:25.416 | floatingip-pools 2021-12-07 13:16:25.416 | ip-substring-filtering 2021-12-07 13:16:25.416 | router 2021-12-07 13:16:25.417 | ext-gw-mode 2021-12-07 13:16:25.417 | l3-ha 2021-12-07 13:16:25.417 | l3-flavors 2021-12-07 13:16:25.417 | l3-port-ip-change-not-allowed 2021-12-07 13:16:25.417 | l3_agent_scheduler 2021-12-07 13:16:25.417 | metering 2021-12-07 13:16:25.417 | multi-provider 2021-12-07 13:16:25.417 | net-mtu 2021-12-07 13:16:25.417 | net-mtu-writable 2021-12-07 13:16:25.417 | network_availability_zone 2021-12-07 13:16:25.417 | network-ip-availability 2021-12-07 13:16:25.417 | pagination 2021-12-07 13:16:25.417 | port-mac-address-regenerate 2021-12-07 13:16:25.417 | binding 2021-12-07 13:16:25.417 | binding-extended 2021-12-07 13:16:25.417 | port-security 2021-12-07 13:16:25.417 | project-id 2021-12-07 13:16:25.417 | provider 2021-12-07 13:16:25.417 | quotas 2021-12-07 13:16:25.417 | quota_details 2021-12-07 13:16:25.417 | rbac-policies 2021-12-07 13:16:25.417 | rbac-address-scope 2021-12-07 13:16:25.417 | rbac-security-groups 2021-12-07 13:16:25.417 | rbac-subnetpool 2021-12-07 13:16:25.417 | revision-if-match 2021-12-07 13:16:25.417 | standard-attr-revisions 2021-12-07 13:16:25.417 | router_availability_zone 2021-12-07 13:16:25.417 | port-security-groups-filtering 2021-12-07 13:16:25.417 | security-group 2021-12-07 13:16:25.417 | service-type 2021-12-07 13:16:25.417 | sorting 2021-12-07 13:16:25.418 | standard-attr-description 2021-12-07 13:16:25.418 | stateful-security-group 2021-12-07 13:16:25.418 | subnet_onboard 2021-12-07 13:16:25.418 | subnet-service-types 2021-12-07 13:16:25.418 | subnet_allocation 2021-12-07 13:16:25.418 | subnetpool-prefix-ops 2021-12-07 13:16:25.418 | standard-attr-tag 2021-12-07 13:16:25.418 | standard-attr-timestamp' 2021-12-07 13:16:25.418 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-07 13:16:25.418 | router-admin-state-down-before-update 2021-12-07 13:16:25.418 | agent 2021-12-07 13:16:25.418 | agent-resources-synced 2021-12-07 13:16:25.418 | allowed-address-pairs 2021-12-07 13:16:25.418 | auto-allocated-topology 2021-12-07 13:16:25.418 | availability_zone 2021-12-07 13:16:25.419 | availability_zone_filter 2021-12-07 13:16:25.419 | default-subnetpools 2021-12-07 13:16:25.419 | dhcp_agent_scheduler 2021-12-07 13:16:25.419 | dvr 2021-12-07 13:16:25.419 | empty-string-filtering 2021-12-07 13:16:25.419 | external-net 2021-12-07 13:16:25.419 | extra_dhcp_opt 2021-12-07 13:16:25.419 | extraroute 2021-12-07 13:16:25.419 | extraroute-atomic 2021-12-07 13:16:25.419 | filter-validation 2021-12-07 13:16:25.419 | fip-port-details 2021-12-07 13:16:25.419 | flavors 2021-12-07 13:16:25.419 | floatingip-pools 2021-12-07 13:16:25.419 | ip-substring-filtering 2021-12-07 13:16:25.419 | router 2021-12-07 13:16:25.419 | ext-gw-mode 2021-12-07 13:16:25.419 | l3-ha 2021-12-07 13:16:25.419 | l3-flavors 2021-12-07 13:16:25.419 | l3-port-ip-change-not-allowed 2021-12-07 13:16:25.419 | l3_agent_scheduler 2021-12-07 13:16:25.419 | metering 2021-12-07 13:16:25.419 | multi-provider 2021-12-07 13:16:25.419 | net-mtu 2021-12-07 13:16:25.419 | net-mtu-writable 2021-12-07 13:16:25.419 | network_availability_zone 2021-12-07 13:16:25.419 | network-ip-availability 2021-12-07 13:16:25.419 | pagination 2021-12-07 13:16:25.419 | port-mac-address-regenerate 2021-12-07 13:16:25.419 | binding 2021-12-07 13:16:25.419 | binding-extended 2021-12-07 13:16:25.419 | port-security 2021-12-07 13:16:25.419 | project-id 2021-12-07 13:16:25.419 | provider 2021-12-07 13:16:25.419 | quotas 2021-12-07 13:16:25.419 | quota_details 2021-12-07 13:16:25.420 | rbac-policies 2021-12-07 13:16:25.420 | rbac-address-scope 2021-12-07 13:16:25.420 | rbac-security-groups 2021-12-07 13:16:25.420 | rbac-subnetpool 2021-12-07 13:16:25.420 | revision-if-match 2021-12-07 13:16:25.420 | standard-attr-revisions 2021-12-07 13:16:25.420 | router_availability_zone 2021-12-07 13:16:25.420 | port-security-groups-filtering 2021-12-07 13:16:25.420 | security-group 2021-12-07 13:16:25.420 | service-type 2021-12-07 13:16:25.420 | sorting 2021-12-07 13:16:25.420 | standard-attr-description 2021-12-07 13:16:25.420 | stateful-security-group 2021-12-07 13:16:25.420 | subnet_onboard 2021-12-07 13:16:25.420 | subnet-service-types 2021-12-07 13:16:25.420 | subnet_allocation 2021-12-07 13:16:25.420 | subnetpool-prefix-ops 2021-12-07 13:16:25.420 | standard-attr-tag 2021-12-07 13:16:25.420 | standard-attr-timestamp =~ auto-allocated-topology ]] 2021-12-07 13:16:25.421 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-07 13:16:25.424 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:243 : EXTERNAL_NETWORK_FLAGS='--external --default' 2021-12-07 13:16:25.426 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:246 : '[' True = True ']' 2021-12-07 13:16:25.431 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 2021-12-07 13:16:25.431 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : get_field 2 2021-12-07 13:16:25.432 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : grep ' id ' 2021-12-07 13:16:25.434 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:16:25.437 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:28.747 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:28.750 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-07 13:16:28.753 | ++ functions-common:get_field:731 : field='$3' 2021-12-07 13:16:28.757 | ++ functions-common:get_field:733 : echo '| id | 3e4fe3c4-9dba-4ff1-b219-f50882f57056 |' 2021-12-07 13:16:28.757 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-07 13:16:28.762 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:28.766 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:247 : EXT_NET_ID=3e4fe3c4-9dba-4ff1-b219-f50882f57056 2021-12-07 13:16:28.768 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:251 : die_if_not_set 251 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2021-12-07 13:16:28.771 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:16:28.788 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:253 : [[ 4 =~ 4.* ]] 2021-12-07 13:16:28.790 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:255 : _neutron_configure_router_v4 2021-12-07 13:16:28.793 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:337 : openstack --os-cloud devstack-admin --os-region RegionOne router add subnet 120e5336-ac89-4cc2-9b80-fcae0ef78d58 307856bd-be39-42f6-9b64-4d9941c8ea19 2021-12-07 13:16:33.751 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:339 : local id_and_ext_gw_ip 2021-12-07 13:16:33.754 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : _neutron_create_public_subnet_v4 3e4fe3c4-9dba-4ff1-b219-f50882f57056 2021-12-07 13:16:33.757 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:310 : local 'subnet_params=--ip-version 4 ' 2021-12-07 13:16:33.760 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:311 : subnet_params+=' ' 2021-12-07 13:16:33.762 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:312 : [[ -n 172.36.4.1 ]] 2021-12-07 13:16:33.764 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:313 : subnet_params+='--gateway 172.36.4.1 ' 2021-12-07 13:16:33.767 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:315 : subnet_params+='--network 3e4fe3c4-9dba-4ff1-b219-f50882f57056 --subnet-range 172.36.4.0/24 --no-dhcp ' 2021-12-07 13:16:33.769 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:316 : subnet_params+=public-subnet 2021-12-07 13:16:33.772 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:317 : local id_and_ext_gw_ip 2021-12-07 13:16:33.776 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.36.4.1 --network 3e4fe3c4-9dba-4ff1-b219-f50882f57056 --subnet-range 172.36.4.0/24 --no-dhcp public-subnet 2021-12-07 13:16:33.776 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : grep -e gateway_ip -e ' id ' 2021-12-07 13:16:37.163 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:37.166 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:318 : id_and_ext_gw_ip='| gateway_ip | 172.36.4.1 | 2021-12-07 13:16:37.166 | | id | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 |' 2021-12-07 13:16:37.169 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:319 : die_if_not_set 319 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2021-12-07 13:16:37.171 | ++ functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:16:37.187 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:320 : echo '|' gateway_ip '|' 172.36.4.1 '|' '|' id '|' 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 '|' 2021-12-07 13:16:37.190 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:340 : id_and_ext_gw_ip='| gateway_ip | 172.36.4.1 | | id | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 |' 2021-12-07 13:16:37.193 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:341 : local ext_gw_ip 2021-12-07 13:16:37.196 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : echo '|' gateway_ip '|' 172.36.4.1 '|' '|' id '|' 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 '|' 2021-12-07 13:16:37.199 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : get_field 2 2021-12-07 13:16:37.201 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:16:37.203 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:37.206 | ++ functions-common:get_field:728 : '[' 2 -lt 0 ']' 2021-12-07 13:16:37.209 | ++ functions-common:get_field:731 : field='$3' 2021-12-07 13:16:37.212 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2021-12-07 13:16:37.213 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.36.4.1 | | id | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 |' 2021-12-07 13:16:37.219 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:37.223 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : ext_gw_ip=172.36.4.1 2021-12-07 13:16:37.227 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : get_field 5 2021-12-07 13:16:37.230 | ++ functions-common:get_field:726 : local data field 2021-12-07 13:16:37.231 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : echo '|' gateway_ip '|' 172.36.4.1 '|' '|' id '|' 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 '|' 2021-12-07 13:16:37.233 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:37.235 | ++ functions-common:get_field:728 : '[' 5 -lt 0 ']' 2021-12-07 13:16:37.237 | ++ functions-common:get_field:731 : field='$6' 2021-12-07 13:16:37.241 | ++ functions-common:get_field:733 : echo '| gateway_ip | 172.36.4.1 | | id | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 |' 2021-12-07 13:16:37.241 | ++ functions-common:get_field:733 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2021-12-07 13:16:37.247 | ++ functions-common:get_field:727 : read data 2021-12-07 13:16:37.251 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : PUB_SUBNET_ID=308a38d7-9fe2-48ca-9a86-c2885e26dfe2 2021-12-07 13:16:37.254 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : openstack --os-cloud devstack-admin --os-region RegionOne router set --external-gateway 3e4fe3c4-9dba-4ff1-b219-f50882f57056 120e5336-ac89-4cc2-9b80-fcae0ef78d58 2021-12-07 13:16:42.173 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : is_service_enabled q-l3 2021-12-07 13:16:42.188 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:42.190 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local ext_gw_interface=none 2021-12-07 13:16:42.194 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : is_neutron_ovs_base_plugin 2021-12-07 13:16:42.197 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:17 : return 0 2021-12-07 13:16:42.200 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : _neutron_get_ext_gw_interface 2021-12-07 13:16:42.202 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:153 : [[ False == \T\r\u\e ]] 2021-12-07 13:16:42.205 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:158 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2021-12-07 13:16:42.226 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:160 : echo br-data 2021-12-07 13:16:42.229 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ext_gw_interface=br-data 2021-12-07 13:16:42.231 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:364 : [[ br-data != \n\o\n\e ]] 2021-12-07 13:16:42.233 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:365 : local cidr_len=24 2021-12-07 13:16:42.236 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:366 : local 'testcmd=ip -o link | grep -q br-data' 2021-12-07 13:16:42.238 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:367 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2021-12-07 13:16:42.241 | + functions-common:test_with_retry:2269 : local 'testcmd=ip -o link | grep -q br-data' 2021-12-07 13:16:42.243 | + functions-common:test_with_retry:2270 : local 'failmsg=br-data creation failed' 2021-12-07 13:16:42.246 | + functions-common:test_with_retry:2271 : local until=10 2021-12-07 13:16:42.248 | + functions-common:test_with_retry:2272 : local sleep=0.5 2021-12-07 13:16:42.250 | + functions-common:test_with_retry:2274 : time_start test_with_retry 2021-12-07 13:16:42.253 | + functions-common:time_start:2317 : local name=test_with_retry 2021-12-07 13:16:42.256 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:42.258 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:42.264 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:42.268 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883002265 2021-12-07 13:16:42.272 | + functions-common:test_with_retry:2275 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2021-12-07 13:16:42.280 | + functions-common:test_with_retry:2278 : time_stop test_with_retry 2021-12-07 13:16:42.282 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:42.284 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:42.287 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:42.289 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:42.292 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:42.295 | + functions-common:time_stop:2337 : name=test_with_retry 2021-12-07 13:16:42.297 | + functions-common:time_stop:2338 : start_time=1638883002265 2021-12-07 13:16:42.299 | + functions-common:time_stop:2340 : [[ -z 1638883002265 ]] 2021-12-07 13:16:42.302 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:42.306 | + functions-common:time_stop:2343 : end_time=1638883002303 2021-12-07 13:16:42.308 | + functions-common:time_stop:2344 : elapsed_time=38 2021-12-07 13:16:42.311 | + functions-common:time_stop:2345 : total=5623 2021-12-07 13:16:42.313 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:42.316 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=5661 2021-12-07 13:16:42.320 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : ip addr show dev br-data 2021-12-07 13:16:42.321 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : grep -c 172.36.4.1 2021-12-07 13:16:42.325 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ 0 == 0 ]] 2021-12-07 13:16:42.328 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \F\a\l\s\e ]] 2021-12-07 13:16:42.330 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ False == \T\r\u\e ]] 2021-12-07 13:16:42.332 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:368 : [[ True == \T\r\u\e ]] 2021-12-07 13:16:42.335 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:369 : sudo ip addr add 172.36.4.1/24 dev br-data 2021-12-07 13:16:42.347 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:370 : sudo ip link set br-data up 2021-12-07 13:16:42.361 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2021-12-07 13:16:42.362 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : awk -Fip_address '{ print $2 }' 2021-12-07 13:16:42.362 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : cut -f2 '-d'\''' 2021-12-07 13:16:42.364 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : tr '\n' ' ' 2021-12-07 13:16:44.691 | ++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:16:44.695 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:372 : ROUTER_GW_IP=' 172.36.4.158 ' 2021-12-07 13:16:44.699 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:373 : die_if_not_set 373 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2021-12-07 13:16:44.702 | + functions-common:die_if_not_set:211 : local exitcode=0 2021-12-07 13:16:44.723 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:375 : _neutron_set_router_id 2021-12-07 13:16:44.725 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:146 : [[ True == \F\a\l\s\e ]] 2021-12-07 13:16:44.728 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:258 : [[ 4 =~ .*6 ]] 2021-12-07 13:16:44.731 | + ./stack.sh:main:1311 : is_service_enabled nova 2021-12-07 13:16:44.748 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:44.751 | + ./stack.sh:main:1312 : echo_summary 'Starting Nova' 2021-12-07 13:16:44.754 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:16:44.757 | + ./stack.sh:echo_summary:428 : echo -e Starting Nova 2021-12-07 13:16:44.759 | + ./stack.sh:main:1313 : start_nova 2021-12-07 13:16:44.762 | + lib/nova:start_nova:1053 : start_nova_rest 2021-12-07 13:16:44.764 | + lib/nova:start_nova_rest:951 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:44.767 | + lib/nova:start_nova_rest:952 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:44.770 | + lib/nova:start_nova_rest:952 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:44.773 | + lib/nova:start_nova_rest:954 : local api_cell_conf=/etc/nova/nova.conf 2021-12-07 13:16:44.776 | + lib/nova:start_nova_rest:955 : local compute_cell_conf=/etc/nova/nova.conf 2021-12-07 13:16:44.780 | + lib/nova:start_nova_rest:957 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:44.782 | + functions-common:run_process:1582 : local service=n-sch 2021-12-07 13:16:44.785 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:44.788 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:44.791 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:44.794 | + functions-common:run_process:1587 : local name=n-sch 2021-12-07 13:16:44.796 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:44.799 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:44.802 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:44.805 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:44.809 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:44.812 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883004810 2021-12-07 13:16:44.816 | + functions-common:run_process:1590 : is_service_enabled n-sch 2021-12-07 13:16:44.834 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:44.837 | + functions-common:run_process:1591 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' 2021-12-07 13:16:44.840 | + functions-common:_run_under_systemd:1547 : local service=n-sch 2021-12-07 13:16:44.843 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:44.845 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:44.848 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:44.851 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:44.853 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2021-12-07 13:16:44.856 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-12-07 13:16:44.859 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-sch.service 2021-12-07 13:16:44.862 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:16:44.865 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:16:44.868 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-12-07 13:16:44.871 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu 2021-12-07 13:16:44.873 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-sch.service 2021-12-07 13:16:44.876 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:44.878 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:16:44.881 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:16:44.883 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:16:44.885 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:16:44.888 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2021-12-07 13:16:44.890 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:16:44.894 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2021-12-07 13:16:44.956 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2021-12-07 13:16:45.013 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2021-12-07 13:16:45.063 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2021-12-07 13:16:45.118 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2021-12-07 13:16:45.167 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:16:45.216 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:16:45.219 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2021-12-07 13:16:45.277 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:16:45.507 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-sch.service 2021-12-07 13:16:45.521 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2021-12-07 13:16:45.730 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-sch.service 2021-12-07 13:16:45.752 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:45.755 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:45.758 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:45.761 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:45.763 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:45.766 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:45.768 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:45.771 | + functions-common:time_stop:2338 : start_time=1638883004810 2021-12-07 13:16:45.774 | + functions-common:time_stop:2340 : [[ -z 1638883004810 ]] 2021-12-07 13:16:45.778 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:45.781 | + functions-common:time_stop:2343 : end_time=1638883005778 2021-12-07 13:16:45.784 | + functions-common:time_stop:2344 : elapsed_time=968 2021-12-07 13:16:45.790 | + functions-common:time_stop:2345 : total=17632 2021-12-07 13:16:45.793 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:45.796 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=18600 2021-12-07 13:16:45.799 | + lib/nova:start_nova_rest:958 : '[' True == False ']' 2021-12-07 13:16:45.803 | ++ lib/nova:start_nova_rest:961 : which uwsgi 2021-12-07 13:16:45.807 | + lib/nova:start_nova_rest:961 : run_process n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:45.810 | + functions-common:run_process:1582 : local service=n-api-meta 2021-12-07 13:16:45.813 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:45.815 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:45.819 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:45.821 | + functions-common:run_process:1587 : local name=n-api-meta 2021-12-07 13:16:45.824 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:45.827 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:45.830 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:45.832 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:45.836 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:45.840 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883005837 2021-12-07 13:16:45.843 | + functions-common:run_process:1590 : is_service_enabled n-api-meta 2021-12-07 13:16:45.861 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:45.865 | + functions-common:run_process:1591 : _run_under_systemd n-api-meta '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' 2021-12-07 13:16:45.868 | + functions-common:_run_under_systemd:1547 : local service=n-api-meta 2021-12-07 13:16:45.871 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:45.873 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:45.876 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:45.878 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:45.881 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2021-12-07 13:16:45.884 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2021-12-07 13:16:45.887 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-api-meta.service 2021-12-07 13:16:45.889 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:16:45.892 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:16:45.895 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2021-12-07 13:16:45.904 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu 2021-12-07 13:16:45.907 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@n-api-meta.service 2021-12-07 13:16:45.910 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:45.913 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-07 13:16:45.916 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-07 13:16:45.918 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2021-12-07 13:16:45.921 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-07 13:16:45.926 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2021-12-07 13:16:45.998 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2021-12-07 13:16:46.072 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2021-12-07 13:16:46.131 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2021-12-07 13:16:46.188 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:16:46.246 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2021-12-07 13:16:46.316 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2021-12-07 13:16:46.369 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2021-12-07 13:16:46.430 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2021-12-07 13:16:46.490 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2021-12-07 13:16:46.540 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-07 13:16:46.542 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2021-12-07 13:16:46.601 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-07 13:16:46.845 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-api-meta.service 2021-12-07 13:16:46.859 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2021-12-07 13:16:47.088 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-api-meta.service 2021-12-07 13:16:47.166 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:47.171 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:47.171 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:47.174 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:47.178 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:47.179 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:47.183 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:47.184 | + functions-common:time_stop:2338 : start_time=1638883005837 2021-12-07 13:16:47.186 | + functions-common:time_stop:2340 : [[ -z 1638883005837 ]] 2021-12-07 13:16:47.195 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:47.199 | + functions-common:time_stop:2343 : end_time=1638883007195 2021-12-07 13:16:47.202 | + functions-common:time_stop:2344 : elapsed_time=1358 2021-12-07 13:16:47.205 | + functions-common:time_stop:2345 : total=18600 2021-12-07 13:16:47.208 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:47.211 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=19958 2021-12-07 13:16:47.214 | + lib/nova:start_nova_rest:964 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:47.217 | + lib/nova:start_nova_rest:964 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:47.221 | + lib/nova:start_nova:1054 : start_nova_console_proxies 2021-12-07 13:16:47.224 | + lib/nova:start_nova_console_proxies:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:47.227 | + lib/nova:start_nova_console_proxies:981 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:47.231 | + lib/nova:start_nova_console_proxies:981 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:47.233 | + lib/nova:start_nova_console_proxies:983 : local api_cell_conf=/etc/nova/nova.conf 2021-12-07 13:16:47.237 | + lib/nova:start_nova_console_proxies:985 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-07 13:16:47.240 | + lib/nova:start_nova_console_proxies:991 : enable_nova_console_proxies 2021-12-07 13:16:47.243 | ++ lib/nova:enable_nova_console_proxies:968 : seq 1 1 2021-12-07 13:16:47.248 | + lib/nova:enable_nova_console_proxies:968 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 13:16:47.254 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-07 13:16:47.257 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-novnc 2021-12-07 13:16:47.300 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.305 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-07 13:16:47.312 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-xvnc 2021-12-07 13:16:47.351 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.355 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-07 13:16:47.355 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-spice 2021-12-07 13:16:47.376 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.379 | + lib/nova:enable_nova_console_proxies:969 : for srv in n-novnc n-xvnc n-spice n-sproxy 2021-12-07 13:16:47.381 | + lib/nova:enable_nova_console_proxies:970 : is_service_enabled n-sproxy 2021-12-07 13:16:47.405 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.414 | ++ lib/nova:start_nova_console_proxies:992 : seq 1 1 2021-12-07 13:16:47.417 | + lib/nova:start_nova_console_proxies:992 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 13:16:47.420 | + lib/nova:start_nova_console_proxies:993 : local conf 2021-12-07 13:16:47.426 | ++ lib/nova:start_nova_console_proxies:994 : conductor_conf 1 2021-12-07 13:16:47.427 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-07 13:16:47.430 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-07 13:16:47.433 | + lib/nova:start_nova_console_proxies:994 : conf=/etc/nova/nova_cell1.conf 2021-12-07 13:16:47.436 | + lib/nova:start_nova_console_proxies:995 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-07 13:16:47.439 | + functions-common:run_process:1582 : local service=n-novnc-cell1 2021-12-07 13:16:47.442 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-07 13:16:47.445 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:47.448 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:47.451 | + functions-common:run_process:1587 : local name=n-novnc-cell1 2021-12-07 13:16:47.454 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:47.458 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:47.459 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:47.462 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:47.466 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:47.470 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883007466 2021-12-07 13:16:47.473 | + functions-common:run_process:1590 : is_service_enabled n-novnc-cell1 2021-12-07 13:16:47.491 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.494 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:47.497 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:47.500 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:47.502 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:47.505 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:47.507 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:47.510 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:47.513 | + functions-common:time_stop:2338 : start_time=1638883007466 2021-12-07 13:16:47.515 | + functions-common:time_stop:2340 : [[ -z 1638883007466 ]] 2021-12-07 13:16:47.519 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:47.524 | + functions-common:time_stop:2343 : end_time=1638883007520 2021-12-07 13:16:47.526 | + functions-common:time_stop:2344 : elapsed_time=54 2021-12-07 13:16:47.529 | + functions-common:time_stop:2345 : total=19958 2021-12-07 13:16:47.532 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:47.535 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20012 2021-12-07 13:16:47.539 | + lib/nova:start_nova_console_proxies:996 : run_process n-xvnc-cell1 '/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:47.541 | + functions-common:run_process:1582 : local service=n-xvnc-cell1 2021-12-07 13:16:47.544 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-xvpvncproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:47.547 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:47.550 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:47.559 | + functions-common:run_process:1587 : local name=n-xvnc-cell1 2021-12-07 13:16:47.559 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:47.559 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:47.561 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:47.566 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:47.571 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:47.571 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883007568 2021-12-07 13:16:47.575 | + functions-common:run_process:1590 : is_service_enabled n-xvnc-cell1 2021-12-07 13:16:47.593 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.595 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:47.598 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:47.601 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:47.604 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:47.606 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:47.609 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:47.611 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:47.614 | + functions-common:time_stop:2338 : start_time=1638883007568 2021-12-07 13:16:47.623 | + functions-common:time_stop:2340 : [[ -z 1638883007568 ]] 2021-12-07 13:16:47.623 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:47.624 | + functions-common:time_stop:2343 : end_time=1638883007621 2021-12-07 13:16:47.627 | + functions-common:time_stop:2344 : elapsed_time=53 2021-12-07 13:16:47.631 | + functions-common:time_stop:2345 : total=20012 2021-12-07 13:16:47.635 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:47.635 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20065 2021-12-07 13:16:47.639 | + lib/nova:start_nova_console_proxies:997 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-07 13:16:47.643 | + functions-common:run_process:1582 : local service=n-spice-cell1 2021-12-07 13:16:47.643 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2021-12-07 13:16:47.646 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:47.651 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:47.651 | + functions-common:run_process:1587 : local name=n-spice-cell1 2021-12-07 13:16:47.655 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:47.655 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:47.659 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:47.663 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:47.666 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:47.667 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883007664 2021-12-07 13:16:47.671 | + functions-common:run_process:1590 : is_service_enabled n-spice-cell1 2021-12-07 13:16:47.691 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.695 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:47.697 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:47.700 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:47.703 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:47.707 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:47.707 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:47.711 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:47.715 | + functions-common:time_stop:2338 : start_time=1638883007664 2021-12-07 13:16:47.715 | + functions-common:time_stop:2340 : [[ -z 1638883007664 ]] 2021-12-07 13:16:47.719 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:47.723 | + functions-common:time_stop:2343 : end_time=1638883007718 2021-12-07 13:16:47.725 | + functions-common:time_stop:2344 : elapsed_time=54 2021-12-07 13:16:47.727 | + functions-common:time_stop:2345 : total=20065 2021-12-07 13:16:47.729 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:47.732 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20119 2021-12-07 13:16:47.735 | + lib/nova:start_nova_console_proxies:998 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:47.737 | + functions-common:run_process:1582 : local service=n-sproxy-cell1 2021-12-07 13:16:47.740 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:47.743 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:47.745 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:47.748 | + functions-common:run_process:1587 : local name=n-sproxy-cell1 2021-12-07 13:16:47.750 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:47.753 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:47.756 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:47.758 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:47.763 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:47.765 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883007762 2021-12-07 13:16:47.768 | + functions-common:run_process:1590 : is_service_enabled n-sproxy-cell1 2021-12-07 13:16:47.790 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:47.793 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:47.796 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:47.798 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:47.800 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:47.804 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:47.806 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:47.809 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:47.812 | + functions-common:time_stop:2338 : start_time=1638883007762 2021-12-07 13:16:47.814 | + functions-common:time_stop:2340 : [[ -z 1638883007762 ]] 2021-12-07 13:16:47.819 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:47.822 | + functions-common:time_stop:2343 : end_time=1638883007819 2021-12-07 13:16:47.824 | + functions-common:time_stop:2344 : elapsed_time=57 2021-12-07 13:16:47.827 | + functions-common:time_stop:2345 : total=20119 2021-12-07 13:16:47.830 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:47.832 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=20176 2021-12-07 13:16:47.835 | + lib/nova:start_nova_console_proxies:1002 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:47.838 | + lib/nova:start_nova_console_proxies:1002 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:47.841 | + lib/nova:start_nova:1055 : start_nova_conductor 2021-12-07 13:16:47.843 | + lib/nova:start_nova_conductor:1015 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-07 13:16:47.846 | + lib/nova:start_nova_conductor:1021 : enable_nova_fleet 2021-12-07 13:16:47.849 | + lib/nova:enable_nova_fleet:1006 : is_service_enabled n-cond 2021-12-07 13:16:47.869 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:47.871 | + lib/nova:enable_nova_fleet:1007 : enable_service n-super-cond 2021-12-07 13:16:47.927 | ++ lib/nova:enable_nova_fleet:1008 : seq 1 1 2021-12-07 13:16:47.931 | + lib/nova:enable_nova_fleet:1008 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 13:16:47.933 | + lib/nova:enable_nova_fleet:1009 : enable_service n-cond-cell1 2021-12-07 13:16:47.997 | + lib/nova:start_nova_conductor:1022 : is_service_enabled n-super-cond 2021-12-07 13:16:48.053 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:48.060 | + lib/nova:start_nova_conductor:1023 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.065 | + functions-common:run_process:1582 : local service=n-super-cond 2021-12-07 13:16:48.068 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.073 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:48.077 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:48.081 | + functions-common:run_process:1587 : local name=n-super-cond 2021-12-07 13:16:48.088 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:48.096 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:48.104 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:48.107 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:48.111 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:48.117 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883008112 2021-12-07 13:16:48.120 | + functions-common:run_process:1590 : is_service_enabled n-super-cond 2021-12-07 13:16:48.153 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:48.162 | + functions-common:run_process:1591 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' 2021-12-07 13:16:48.171 | + functions-common:_run_under_systemd:1547 : local service=n-super-cond 2021-12-07 13:16:48.175 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.178 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.181 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.188 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.193 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2021-12-07 13:16:48.196 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2021-12-07 13:16:48.207 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-super-cond.service 2021-12-07 13:16:48.213 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:16:48.220 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:16:48.228 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2021-12-07 13:16:48.234 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu 2021-12-07 13:16:48.244 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-super-cond.service 2021-12-07 13:16:48.249 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.255 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:16:48.263 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:16:48.268 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:16:48.279 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:16:48.287 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2021-12-07 13:16:48.292 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:16:48.308 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2021-12-07 13:16:48.412 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2021-12-07 13:16:48.484 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2021-12-07 13:16:48.545 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2021-12-07 13:16:48.612 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2021-12-07 13:16:48.673 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:16:48.735 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:16:48.735 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2021-12-07 13:16:48.799 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:16:49.035 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-super-cond.service 2021-12-07 13:16:49.050 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2021-12-07 13:16:49.410 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-super-cond.service 2021-12-07 13:16:49.442 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:49.447 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:49.453 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:49.463 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:49.463 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:49.465 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:49.475 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:49.478 | + functions-common:time_stop:2338 : start_time=1638883008112 2021-12-07 13:16:49.487 | + functions-common:time_stop:2340 : [[ -z 1638883008112 ]] 2021-12-07 13:16:49.498 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:49.508 | + functions-common:time_stop:2343 : end_time=1638883009499 2021-12-07 13:16:49.513 | + functions-common:time_stop:2344 : elapsed_time=1387 2021-12-07 13:16:49.520 | + functions-common:time_stop:2345 : total=20176 2021-12-07 13:16:49.528 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:49.530 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=21563 2021-12-07 13:16:49.544 | ++ lib/nova:start_nova_conductor:1025 : seq 1 1 2021-12-07 13:16:49.555 | + lib/nova:start_nova_conductor:1025 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-12-07 13:16:49.560 | + lib/nova:start_nova_conductor:1026 : is_service_enabled n-cond-cell1 2021-12-07 13:16:49.620 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:49.631 | + lib/nova:start_nova_conductor:1027 : local conf 2021-12-07 13:16:49.647 | ++ lib/nova:start_nova_conductor:1028 : conductor_conf 1 2021-12-07 13:16:49.655 | ++ lib/nova:conductor_conf:744 : local cell=1 2021-12-07 13:16:49.666 | ++ lib/nova:conductor_conf:745 : echo /etc/nova/nova_cell1.conf 2021-12-07 13:16:49.675 | + lib/nova:start_nova_conductor:1028 : conf=/etc/nova/nova_cell1.conf 2021-12-07 13:16:49.683 | + lib/nova:start_nova_conductor:1029 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:49.693 | + functions-common:run_process:1582 : local service=n-cond-cell1 2021-12-07 13:16:49.696 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:49.703 | + functions-common:run_process:1584 : local group= 2021-12-07 13:16:49.715 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:49.725 | + functions-common:run_process:1587 : local name=n-cond-cell1 2021-12-07 13:16:49.731 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:49.742 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:49.752 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:49.763 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:49.774 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:49.787 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883009776 2021-12-07 13:16:49.798 | + functions-common:run_process:1590 : is_service_enabled n-cond-cell1 2021-12-07 13:16:49.852 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:49.859 | + functions-common:run_process:1591 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' 2021-12-07 13:16:49.868 | + functions-common:_run_under_systemd:1547 : local service=n-cond-cell1 2021-12-07 13:16:49.876 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:49.882 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:49.892 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:49.898 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:49.913 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2021-12-07 13:16:49.925 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2021-12-07 13:16:49.932 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@n-cond-cell1.service 2021-12-07 13:16:49.939 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:16:49.948 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:16:49.957 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2021-12-07 13:16:49.968 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu 2021-12-07 13:16:49.980 | + functions-common:write_user_unit_file:1464 : local service=devstack@n-cond-cell1.service 2021-12-07 13:16:49.992 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2021-12-07 13:16:49.997 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:16:50.004 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:16:50.008 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:16:50.010 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:16:50.013 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2021-12-07 13:16:50.015 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:16:50.025 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2021-12-07 13:16:50.097 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2021-12-07 13:16:50.196 | + functions-common:write_user_unit_file:1477 : 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-12-07 13:16:50.282 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2021-12-07 13:16:50.364 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2021-12-07 13:16:50.455 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:16:50.539 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:16:50.542 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2021-12-07 13:16:50.660 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:16:50.909 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@n-cond-cell1.service 2021-12-07 13:16:50.925 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2021-12-07 13:16:51.183 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@n-cond-cell1.service 2021-12-07 13:16:51.211 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:51.214 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:51.217 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:51.220 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:51.224 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:51.228 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:51.233 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:51.236 | + functions-common:time_stop:2338 : start_time=1638883009776 2021-12-07 13:16:51.244 | + functions-common:time_stop:2340 : [[ -z 1638883009776 ]] 2021-12-07 13:16:51.253 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:51.260 | + functions-common:time_stop:2343 : end_time=1638883011254 2021-12-07 13:16:51.262 | + functions-common:time_stop:2344 : elapsed_time=1478 2021-12-07 13:16:51.265 | + functions-common:time_stop:2345 : total=21563 2021-12-07 13:16:51.273 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:51.280 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=23041 2021-12-07 13:16:51.288 | + lib/nova:start_nova:1056 : start_nova_compute 2021-12-07 13:16:51.300 | + lib/nova:start_nova_compute:886 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:51.311 | + lib/nova:start_nova_compute:887 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:51.319 | + lib/nova:start_nova_compute:887 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:51.326 | + lib/nova:start_nova_compute:889 : local compute_cell_conf=/etc/nova/nova.conf 2021-12-07 13:16:51.329 | + lib/nova:start_nova_compute:892 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2021-12-07 13:16:51.344 | + lib/nova:start_nova_compute:894 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-12-07 13:16:51.347 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:16:51.352 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2021-12-07 13:16:51.359 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2021-12-07 13:16:51.364 | + inc/meta-config:merge_config_file:90 : local real_configfile 2021-12-07 13:16:51.375 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2021-12-07 13:16:51.383 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2021-12-07 13:16:51.396 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2021-12-07 13:16:51.403 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2021-12-07 13:16:51.410 | + inc/meta-config:merge_config_file:164 : read a 2021-12-07 13:16:51.412 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2021-12-07 13:16:51.414 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2021-12-07 13:16:51.414 | BEGIN { 2021-12-07 13:16:51.414 | section = "" 2021-12-07 13:16:51.414 | last_section = "" 2021-12-07 13:16:51.414 | section_count = 0 2021-12-07 13:16:51.414 | } 2021-12-07 13:16:51.414 | /^\[.+\]/ { 2021-12-07 13:16:51.414 | gsub("[][]", "", $1); 2021-12-07 13:16:51.414 | section=$1 2021-12-07 13:16:51.414 | next 2021-12-07 13:16:51.414 | } 2021-12-07 13:16:51.414 | /^ *\#/ { 2021-12-07 13:16:51.414 | next 2021-12-07 13:16:51.414 | } 2021-12-07 13:16:51.414 | /^[^ \t]+/ { 2021-12-07 13:16:51.414 | # get offset of first = in $0 2021-12-07 13:16:51.414 | eq_idx = index($0, "=") 2021-12-07 13:16:51.414 | # extract attr & value from $0 2021-12-07 13:16:51.414 | attr = substr($0, 1, eq_idx - 1) 2021-12-07 13:16:51.414 | value = substr($0, eq_idx + 1) 2021-12-07 13:16:51.414 | # only need to strip trailing whitespace from attr 2021-12-07 13:16:51.414 | sub(/[ \t]*$/, "", attr) 2021-12-07 13:16:51.414 | # need to strip leading & trailing whitespace from value 2021-12-07 13:16:51.414 | sub(/^[ \t]*/, "", value) 2021-12-07 13:16:51.414 | sub(/[ \t]*$/, "", value) 2021-12-07 13:16:51.414 | 2021-12-07 13:16:51.415 | # cfg_attr_count: number of config lines per [section, attr] 2021-12-07 13:16:51.415 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2021-12-07 13:16:51.415 | # cfg_section: keep the section names in the same order as they appear in local.conf 2021-12-07 13:16:51.415 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2021-12-07 13:16:51.415 | if (! (section, attr) in cfg_attr_count) { 2021-12-07 13:16:51.415 | if (section != last_section) { 2021-12-07 13:16:51.415 | cfg_section[section_count++] = section 2021-12-07 13:16:51.415 | last_section = section 2021-12-07 13:16:51.415 | } 2021-12-07 13:16:51.415 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2021-12-07 13:16:51.415 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2021-12-07 13:16:51.415 | 2021-12-07 13:16:51.415 | cfg_attr[section, attr, 0] = value 2021-12-07 13:16:51.415 | cfg_attr_count[section, attr] = 1 2021-12-07 13:16:51.415 | } else { 2021-12-07 13:16:51.415 | lno = cfg_attr_count[section, attr]++ 2021-12-07 13:16:51.415 | cfg_attr[section, attr, lno] = value 2021-12-07 13:16:51.415 | } 2021-12-07 13:16:51.415 | } 2021-12-07 13:16:51.415 | END { 2021-12-07 13:16:51.415 | # Process each section in order 2021-12-07 13:16:51.415 | for (sno = 0; sno < section_count; sno++) { 2021-12-07 13:16:51.415 | section = cfg_section[sno] 2021-12-07 13:16:51.415 | # The ini routines simply append a config item immediately 2021-12-07 13:16:51.415 | # after the section header. To keep the same order as defined 2021-12-07 13:16:51.415 | # in local.conf, invoke the ini routines in the reverse order 2021-12-07 13:16:51.415 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2021-12-07 13:16:51.415 | attr = cfg_sec_attr_name[sno, attr_no] 2021-12-07 13:16:51.415 | if (cfg_attr_count[section, attr] == 1) 2021-12-07 13:16:51.415 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2021-12-07 13:16:51.415 | else { 2021-12-07 13:16:51.416 | # For multiline, invoke the ini routines in the reverse order 2021-12-07 13:16:51.416 | count = cfg_attr_count[section, attr] 2021-12-07 13:16:51.416 | print "inidelete " configfile " " section " " attr 2021-12-07 13:16:51.416 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2021-12-07 13:16:51.416 | for (l = count -2; l >= 0; l--) 2021-12-07 13:16:51.416 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2021-12-07 13:16:51.416 | } 2021-12-07 13:16:51.416 | } 2021-12-07 13:16:51.416 | } 2021-12-07 13:16:51.416 | } 2021-12-07 13:16:51.416 | ' 2021-12-07 13:16:51.423 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:16:51.427 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2021-12-07 13:16:51.435 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2021-12-07 13:16:51.447 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:16:51.459 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2021-12-07 13:16:51.467 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2021-12-07 13:16:51.467 | BEGIN { group = "" } 2021-12-07 13:16:51.467 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:16:51.468 | gsub("[][]", "", $1); 2021-12-07 13:16:51.468 | split($1, a, "|"); 2021-12-07 13:16:51.468 | if (a[1] == matchgroup && a[2] == configfile) { 2021-12-07 13:16:51.468 | group=a[1] 2021-12-07 13:16:51.468 | } else { 2021-12-07 13:16:51.468 | group="" 2021-12-07 13:16:51.468 | } 2021-12-07 13:16:51.468 | next 2021-12-07 13:16:51.468 | } 2021-12-07 13:16:51.468 | { 2021-12-07 13:16:51.468 | if (group != "") 2021-12-07 13:16:51.468 | print $0 2021-12-07 13:16:51.468 | } 2021-12-07 13:16:51.468 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:16:51.481 | + lib/nova:start_nova_compute:896 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-12-07 13:16:51.485 | + lib/nova:start_nova_compute:903 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2021-12-07 13:16:51.543 | + lib/nova:start_nova_compute:906 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2021-12-07 13:16:51.601 | + lib/nova:start_nova_compute:907 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2021-12-07 13:16:51.604 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-12-07 13:16:51.611 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2021-12-07 13:16:51.623 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-12-07 13:16:51.631 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-12-07 13:16:51.643 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-12-07 13:16:51.704 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:51.719 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-12-07 13:16:51.727 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-12-07 13:16:51.735 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-12-07 13:16:51.787 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:51.800 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/nova_cell1 2021-12-07 13:16:51.811 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/nova_cell1 2021-12-07 13:16:51.877 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-12-07 13:16:51.881 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-12-07 13:16:51.888 | + lib/nova:start_nova_compute:911 : inidelete /etc/nova/nova-cpu.conf database connection 2021-12-07 13:16:51.935 | + lib/nova:start_nova_compute:912 : inidelete /etc/nova/nova-cpu.conf api_database connection 2021-12-07 13:16:51.975 | + lib/nova:start_nova_compute:917 : configure_console_compute 2021-12-07 13:16:51.980 | + lib/nova:configure_console_compute:622 : local offset 2021-12-07 13:16:51.985 | + lib/nova:configure_console_compute:623 : offset=0 2021-12-07 13:16:51.992 | + lib/nova:configure_console_compute:627 : local default_proxyclient_addr 2021-12-07 13:16:51.997 | ++ lib/nova:configure_console_compute:628 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2021-12-07 13:16:52.055 | + lib/nova:configure_console_compute:628 : default_proxyclient_addr=10.222.0.24 2021-12-07 13:16:52.059 | + lib/nova:configure_console_compute:632 : is_service_enabled n-cpu 2021-12-07 13:16:52.100 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:52.107 | + lib/nova:configure_console_compute:650 : is_service_enabled n-novnc 2021-12-07 13:16:52.137 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:52.143 | + lib/nova:configure_console_compute:650 : is_service_enabled n-xvnc 2021-12-07 13:16:52.174 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:52.179 | + lib/nova:configure_console_compute:650 : '[' False '!=' False ']' 2021-12-07 13:16:52.182 | + lib/nova:configure_console_compute:658 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2021-12-07 13:16:52.241 | + lib/nova:configure_console_compute:661 : is_service_enabled n-spice 2021-12-07 13:16:52.280 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:52.285 | + lib/nova:configure_console_compute:671 : is_service_enabled n-sproxy 2021-12-07 13:16:52.336 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:52.340 | + lib/nova:start_nova_compute:919 : [[ libvirt = \l\i\b\v\i\r\t ]] 2021-12-07 13:16:52.347 | + lib/nova:start_nova_compute:923 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2021-12-07 13:16:52.354 | + functions-common:run_process:1582 : local service=n-cpu 2021-12-07 13:16:52.360 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2021-12-07 13:16:52.364 | + functions-common:run_process:1584 : local group=libvirt 2021-12-07 13:16:52.368 | + functions-common:run_process:1585 : local user= 2021-12-07 13:16:52.372 | + functions-common:run_process:1587 : local name=n-cpu 2021-12-07 13:16:52.379 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:16:52.383 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:16:52.395 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:16:52.403 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:16:52.413 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:16:52.421 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883012414 2021-12-07 13:16:52.431 | + functions-common:run_process:1590 : is_service_enabled n-cpu 2021-12-07 13:16:52.483 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:16:52.491 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:16:52.497 | + functions-common:time_stop:2331 : local name 2021-12-07 13:16:52.503 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:16:52.515 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:16:52.523 | + functions-common:time_stop:2334 : local total 2021-12-07 13:16:52.535 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:16:52.547 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:16:52.554 | + functions-common:time_stop:2338 : start_time=1638883012414 2021-12-07 13:16:52.559 | + functions-common:time_stop:2340 : [[ -z 1638883012414 ]] 2021-12-07 13:16:52.572 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:16:52.584 | + functions-common:time_stop:2343 : end_time=1638883012572 2021-12-07 13:16:52.595 | + functions-common:time_stop:2344 : elapsed_time=158 2021-12-07 13:16:52.603 | + functions-common:time_stop:2345 : total=23041 2021-12-07 13:16:52.610 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:16:52.615 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=23199 2021-12-07 13:16:52.621 | + lib/nova:start_nova_compute:945 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:52.631 | + lib/nova:start_nova_compute:945 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/sbin:/usr/sbin:/sbin 2021-12-07 13:16:52.641 | + lib/nova:start_nova:1057 : is_service_enabled n-api 2021-12-07 13:16:52.675 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:52.684 | + lib/nova:start_nova:1059 : echo 'Dumping cells_v2 mapping' 2021-12-07 13:16:52.684 | Dumping cells_v2 mapping 2021-12-07 13:16:52.691 | + lib/nova:start_nova:1060 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2021-12-07 13:16:56.406 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-12-07 13:16:56.406 | | Name | UUID | Transport URL | Database Connection | Disabled | 2021-12-07 13:16:56.406 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-12-07 13:16:56.406 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 | False | 2021-12-07 13:16:56.406 | | cell1 | 5d343b34-0db2-4226-94f4-e40e554a2847 | rabbit://stackrabbit:Passw0rd@10.222.0.24:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8 | False | 2021-12-07 13:16:56.406 | +-------+--------------------------------------+-----------------------------------------------------------+-----------------------------------------------------------------+----------+ 2021-12-07 13:16:56.816 | + ./stack.sh:main:1314 : create_flavors 2021-12-07 13:16:56.820 | + lib/nova:create_flavors:1124 : is_service_enabled n-api 2021-12-07 13:16:56.838 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:16:56.841 | + lib/nova:create_flavors:1125 : openstack --os-region-name=RegionOne flavor list 2021-12-07 13:16:56.841 | + lib/nova:create_flavors:1125 : grep -q ds512M 2021-12-07 13:16:59.691 | + lib/nova:create_flavors:1127 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2021-12-07 13:17:02.382 | +----------------------------+-----------------------+ 2021-12-07 13:17:02.382 | | Field | Value | 2021-12-07 13:17:02.382 | +----------------------------+-----------------------+ 2021-12-07 13:17:02.382 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:02.382 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:02.382 | | disk | 1 | 2021-12-07 13:17:02.382 | | id | c1 | 2021-12-07 13:17:02.382 | | name | cirros256 | 2021-12-07 13:17:02.382 | | os-flavor-access:is_public | True | 2021-12-07 13:17:02.382 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:02.382 | | ram | 256 | 2021-12-07 13:17:02.382 | | rxtx_factor | 1.0 | 2021-12-07 13:17:02.382 | | swap | | 2021-12-07 13:17:02.382 | | vcpus | 1 | 2021-12-07 13:17:02.382 | +----------------------------+-----------------------+ 2021-12-07 13:17:02.502 | + lib/nova:create_flavors:1128 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2021-12-07 13:17:05.163 | +----------------------------+-----------------------+ 2021-12-07 13:17:05.164 | | Field | Value | 2021-12-07 13:17:05.164 | +----------------------------+-----------------------+ 2021-12-07 13:17:05.164 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:05.164 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:05.164 | | disk | 5 | 2021-12-07 13:17:05.164 | | id | d1 | 2021-12-07 13:17:05.164 | | name | ds512M | 2021-12-07 13:17:05.164 | | os-flavor-access:is_public | True | 2021-12-07 13:17:05.164 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:05.164 | | ram | 512 | 2021-12-07 13:17:05.164 | | rxtx_factor | 1.0 | 2021-12-07 13:17:05.164 | | swap | | 2021-12-07 13:17:05.164 | | vcpus | 1 | 2021-12-07 13:17:05.164 | +----------------------------+-----------------------+ 2021-12-07 13:17:05.282 | + lib/nova:create_flavors:1129 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2021-12-07 13:17:07.724 | +----------------------------+-----------------------+ 2021-12-07 13:17:07.724 | | Field | Value | 2021-12-07 13:17:07.724 | +----------------------------+-----------------------+ 2021-12-07 13:17:07.724 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:07.724 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:07.724 | | disk | 10 | 2021-12-07 13:17:07.724 | | id | d2 | 2021-12-07 13:17:07.724 | | name | ds1G | 2021-12-07 13:17:07.724 | | os-flavor-access:is_public | True | 2021-12-07 13:17:07.724 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:07.724 | | ram | 1024 | 2021-12-07 13:17:07.724 | | rxtx_factor | 1.0 | 2021-12-07 13:17:07.724 | | swap | | 2021-12-07 13:17:07.724 | | vcpus | 1 | 2021-12-07 13:17:07.724 | +----------------------------+-----------------------+ 2021-12-07 13:17:07.850 | + lib/nova:create_flavors:1130 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2021-12-07 13:17:10.317 | +----------------------------+-----------------------+ 2021-12-07 13:17:10.317 | | Field | Value | 2021-12-07 13:17:10.317 | +----------------------------+-----------------------+ 2021-12-07 13:17:10.317 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:10.317 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:10.317 | | disk | 10 | 2021-12-07 13:17:10.317 | | id | d3 | 2021-12-07 13:17:10.317 | | name | ds2G | 2021-12-07 13:17:10.317 | | os-flavor-access:is_public | True | 2021-12-07 13:17:10.317 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:10.317 | | ram | 2048 | 2021-12-07 13:17:10.317 | | rxtx_factor | 1.0 | 2021-12-07 13:17:10.317 | | swap | | 2021-12-07 13:17:10.317 | | vcpus | 2 | 2021-12-07 13:17:10.317 | +----------------------------+-----------------------+ 2021-12-07 13:17:10.440 | + lib/nova:create_flavors:1131 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2021-12-07 13:17:12.858 | +----------------------------+-----------------------+ 2021-12-07 13:17:12.858 | | Field | Value | 2021-12-07 13:17:12.858 | +----------------------------+-----------------------+ 2021-12-07 13:17:12.858 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:12.858 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:12.858 | | disk | 20 | 2021-12-07 13:17:12.858 | | id | d4 | 2021-12-07 13:17:12.858 | | name | ds4G | 2021-12-07 13:17:12.858 | | os-flavor-access:is_public | True | 2021-12-07 13:17:12.859 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:12.859 | | ram | 4096 | 2021-12-07 13:17:12.859 | | rxtx_factor | 1.0 | 2021-12-07 13:17:12.859 | | swap | | 2021-12-07 13:17:12.859 | | vcpus | 4 | 2021-12-07 13:17:12.859 | +----------------------------+-----------------------+ 2021-12-07 13:17:12.979 | + lib/nova:create_flavors:1134 : openstack --os-region-name=RegionOne flavor list 2021-12-07 13:17:12.979 | + lib/nova:create_flavors:1134 : grep -q m1.tiny 2021-12-07 13:17:15.359 | + lib/nova:create_flavors:1135 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2021-12-07 13:17:17.738 | +----------------------------+-----------------------+ 2021-12-07 13:17:17.738 | | Field | Value | 2021-12-07 13:17:17.738 | +----------------------------+-----------------------+ 2021-12-07 13:17:17.738 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:17.738 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:17.738 | | disk | 1 | 2021-12-07 13:17:17.738 | | id | 1 | 2021-12-07 13:17:17.738 | | name | m1.tiny | 2021-12-07 13:17:17.738 | | os-flavor-access:is_public | True | 2021-12-07 13:17:17.739 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:17.739 | | ram | 512 | 2021-12-07 13:17:17.739 | | rxtx_factor | 1.0 | 2021-12-07 13:17:17.739 | | swap | | 2021-12-07 13:17:17.739 | | vcpus | 1 | 2021-12-07 13:17:17.739 | +----------------------------+-----------------------+ 2021-12-07 13:17:17.858 | + lib/nova:create_flavors:1136 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2021-12-07 13:17:20.263 | +----------------------------+-----------------------+ 2021-12-07 13:17:20.263 | | Field | Value | 2021-12-07 13:17:20.263 | +----------------------------+-----------------------+ 2021-12-07 13:17:20.263 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:20.263 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:20.263 | | disk | 20 | 2021-12-07 13:17:20.263 | | id | 2 | 2021-12-07 13:17:20.263 | | name | m1.small | 2021-12-07 13:17:20.263 | | os-flavor-access:is_public | True | 2021-12-07 13:17:20.263 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:20.263 | | ram | 2048 | 2021-12-07 13:17:20.263 | | rxtx_factor | 1.0 | 2021-12-07 13:17:20.263 | | swap | | 2021-12-07 13:17:20.263 | | vcpus | 1 | 2021-12-07 13:17:20.263 | +----------------------------+-----------------------+ 2021-12-07 13:17:20.385 | + lib/nova:create_flavors:1137 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2021-12-07 13:17:22.761 | +----------------------------+-----------------------+ 2021-12-07 13:17:22.761 | | Field | Value | 2021-12-07 13:17:22.761 | +----------------------------+-----------------------+ 2021-12-07 13:17:22.761 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:22.761 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:22.761 | | disk | 40 | 2021-12-07 13:17:22.761 | | id | 3 | 2021-12-07 13:17:22.761 | | name | m1.medium | 2021-12-07 13:17:22.761 | | os-flavor-access:is_public | True | 2021-12-07 13:17:22.761 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:22.761 | | ram | 4096 | 2021-12-07 13:17:22.761 | | rxtx_factor | 1.0 | 2021-12-07 13:17:22.761 | | swap | | 2021-12-07 13:17:22.761 | | vcpus | 2 | 2021-12-07 13:17:22.761 | +----------------------------+-----------------------+ 2021-12-07 13:17:22.898 | + lib/nova:create_flavors:1138 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2021-12-07 13:17:25.377 | +----------------------------+-----------------------+ 2021-12-07 13:17:25.377 | | Field | Value | 2021-12-07 13:17:25.377 | +----------------------------+-----------------------+ 2021-12-07 13:17:25.377 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:25.377 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:25.377 | | disk | 80 | 2021-12-07 13:17:25.377 | | id | 4 | 2021-12-07 13:17:25.377 | | name | m1.large | 2021-12-07 13:17:25.377 | | os-flavor-access:is_public | True | 2021-12-07 13:17:25.378 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:25.378 | | ram | 8192 | 2021-12-07 13:17:25.378 | | rxtx_factor | 1.0 | 2021-12-07 13:17:25.378 | | swap | | 2021-12-07 13:17:25.379 | | vcpus | 4 | 2021-12-07 13:17:25.379 | +----------------------------+-----------------------+ 2021-12-07 13:17:25.502 | + lib/nova:create_flavors:1139 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2021-12-07 13:17:27.940 | +----------------------------+-----------------------+ 2021-12-07 13:17:27.940 | | Field | Value | 2021-12-07 13:17:27.940 | +----------------------------+-----------------------+ 2021-12-07 13:17:27.940 | | OS-FLV-DISABLED:disabled | False | 2021-12-07 13:17:27.940 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2021-12-07 13:17:27.940 | | disk | 160 | 2021-12-07 13:17:27.940 | | id | 5 | 2021-12-07 13:17:27.940 | | name | m1.xlarge | 2021-12-07 13:17:27.940 | | os-flavor-access:is_public | True | 2021-12-07 13:17:27.940 | | properties | hw_rng:allowed='True' | 2021-12-07 13:17:27.940 | | ram | 16384 | 2021-12-07 13:17:27.940 | | rxtx_factor | 1.0 | 2021-12-07 13:17:27.940 | | swap | | 2021-12-07 13:17:27.940 | | vcpus | 8 | 2021-12-07 13:17:27.940 | +----------------------------+-----------------------+ 2021-12-07 13:17:28.064 | + ./stack.sh:main:1316 : is_service_enabled cinder 2021-12-07 13:17:28.085 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:28.088 | + ./stack.sh:main:1317 : echo_summary 'Starting Cinder' 2021-12-07 13:17:28.091 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:17:28.094 | + ./stack.sh:echo_summary:428 : echo -e Starting Cinder 2021-12-07 13:17:28.098 | + ./stack.sh:main:1318 : start_cinder 2021-12-07 13:17:28.101 | + lib/cinder:start_cinder:459 : local service_port=8776 2021-12-07 13:17:28.103 | + lib/cinder:start_cinder:460 : local service_protocol=http 2021-12-07 13:17:28.106 | + lib/cinder:start_cinder:461 : local cinder_url 2021-12-07 13:17:28.109 | + lib/cinder:start_cinder:462 : is_service_enabled tls-proxy 2021-12-07 13:17:28.126 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:17:28.129 | + lib/cinder:start_cinder:466 : '[' tgtadm = tgtadm ']' 2021-12-07 13:17:28.132 | + lib/cinder:start_cinder:467 : is_service_enabled c-vol 2021-12-07 13:17:28.151 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:28.154 | + lib/cinder:start_cinder:469 : sudo rm -f /etc/tgt/conf.d/stack.conf 2021-12-07 13:17:28.166 | + lib/cinder:start_cinder:470 : _configure_tgt_for_config_d 2021-12-07 13:17:28.169 | + lib/cinder:_configure_tgt_for_config_d:449 : [[ ! -d /etc/tgt/stack.d/ ]] 2021-12-07 13:17:28.172 | + lib/cinder:_configure_tgt_for_config_d:450 : sudo ln -sf /opt/stack/data/cinder/volumes /etc/tgt/stack.d 2021-12-07 13:17:28.187 | + lib/cinder:_configure_tgt_for_config_d:452 : grep -q 'include /etc/tgt/stack.d/*' /etc/tgt/targets.conf 2021-12-07 13:17:28.193 | + lib/cinder:_configure_tgt_for_config_d:453 : sudo tee -a /etc/tgt/targets.conf 2021-12-07 13:17:28.193 | + lib/cinder:_configure_tgt_for_config_d:453 : echo 'include /etc/tgt/stack.d/*' 2021-12-07 13:17:28.201 | include /etc/tgt/stack.d/* 2021-12-07 13:17:28.205 | + lib/cinder:start_cinder:471 : is_ubuntu 2021-12-07 13:17:28.208 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 13:17:28.211 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 13:17:28.214 | + lib/cinder:start_cinder:472 : sudo service tgt restart 2021-12-07 13:17:28.630 | + lib/cinder:start_cinder:482 : sudo tgtadm --mode system --op update --name debug --value on 2021-12-07 13:17:28.644 | + lib/cinder:start_cinder:486 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:17:28.648 | + lib/cinder:start_cinder:487 : '[' True == False ']' 2021-12-07 13:17:28.651 | ++ lib/cinder:start_cinder:495 : which uwsgi 2021-12-07 13:17:28.656 | + lib/cinder:start_cinder:495 : run_process c-api '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.659 | + functions-common:run_process:1582 : local service=c-api 2021-12-07 13:17:28.661 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.664 | + functions-common:run_process:1584 : local group= 2021-12-07 13:17:28.667 | + functions-common:run_process:1585 : local user= 2021-12-07 13:17:28.669 | + functions-common:run_process:1587 : local name=c-api 2021-12-07 13:17:28.672 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:17:28.675 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:17:28.678 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:17:28.680 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:17:28.684 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:17:28.687 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883048684 2021-12-07 13:17:28.690 | + functions-common:run_process:1590 : is_service_enabled c-api 2021-12-07 13:17:28.707 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:28.710 | + functions-common:run_process:1591 : _run_under_systemd c-api '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' 2021-12-07 13:17:28.713 | + functions-common:_run_under_systemd:1547 : local service=c-api 2021-12-07 13:17:28.715 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.718 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.721 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.723 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.726 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2021-12-07 13:17:28.729 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2021-12-07 13:17:28.731 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-api.service 2021-12-07 13:17:28.734 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:17:28.736 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:17:28.739 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2021-12-07 13:17:28.742 | + functions-common:_run_under_systemd:1557 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu 2021-12-07 13:17:28.744 | + functions-common:write_uwsgi_user_unit_file:1491 : local service=devstack@c-api.service 2021-12-07 13:17:28.746 | + functions-common:write_uwsgi_user_unit_file:1492 : local 'command=/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.749 | + functions-common:write_uwsgi_user_unit_file:1493 : local group= 2021-12-07 13:17:28.751 | + functions-common:write_uwsgi_user_unit_file:1494 : local user=ubuntu 2021-12-07 13:17:28.754 | + functions-common:write_uwsgi_user_unit_file:1495 : local unitfile=/etc/systemd/system/devstack@c-api.service 2021-12-07 13:17:28.756 | + functions-common:write_uwsgi_user_unit_file:1496 : mkdir -p /etc/systemd/system 2021-12-07 13:17:28.761 | + functions-common:write_uwsgi_user_unit_file:1498 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2021-12-07 13:17:28.820 | + functions-common:write_uwsgi_user_unit_file:1499 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2021-12-07 13:17:28.883 | + functions-common:write_uwsgi_user_unit_file:1500 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2021-12-07 13:17:28.935 | + functions-common:write_uwsgi_user_unit_file:1501 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/local/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2021-12-07 13:17:28.985 | + functions-common:write_uwsgi_user_unit_file:1502 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:17:29.041 | + functions-common:write_uwsgi_user_unit_file:1503 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2021-12-07 13:17:29.095 | + functions-common:write_uwsgi_user_unit_file:1504 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2021-12-07 13:17:29.147 | + functions-common:write_uwsgi_user_unit_file:1505 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2021-12-07 13:17:29.204 | + functions-common:write_uwsgi_user_unit_file:1506 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2021-12-07 13:17:29.263 | + functions-common:write_uwsgi_user_unit_file:1507 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2021-12-07 13:17:29.332 | + functions-common:write_uwsgi_user_unit_file:1509 : [[ -n '' ]] 2021-12-07 13:17:29.335 | + functions-common:write_uwsgi_user_unit_file:1512 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2021-12-07 13:17:29.405 | + functions-common:write_uwsgi_user_unit_file:1515 : sudo systemctl daemon-reload 2021-12-07 13:17:29.645 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-api.service 2021-12-07 13:17:29.659 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2021-12-07 13:17:29.882 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-api.service 2021-12-07 13:17:29.961 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:17:29.963 | + functions-common:time_stop:2331 : local name 2021-12-07 13:17:29.966 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:17:29.969 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:17:29.972 | + functions-common:time_stop:2334 : local total 2021-12-07 13:17:29.977 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:17:29.981 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:17:29.988 | + functions-common:time_stop:2338 : start_time=1638883048684 2021-12-07 13:17:29.990 | + functions-common:time_stop:2340 : [[ -z 1638883048684 ]] 2021-12-07 13:17:29.996 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:17:30.001 | + functions-common:time_stop:2343 : end_time=1638883049997 2021-12-07 13:17:30.006 | + functions-common:time_stop:2344 : elapsed_time=1313 2021-12-07 13:17:30.009 | + functions-common:time_stop:2345 : total=23199 2021-12-07 13:17:30.015 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:17:30.018 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=24512 2021-12-07 13:17:30.022 | + lib/cinder:start_cinder:496 : cinder_url=http://10.222.0.24/volume/v3 2021-12-07 13:17:30.025 | + lib/cinder:start_cinder:500 : echo 'Waiting for Cinder API to start...' 2021-12-07 13:17:30.025 | Waiting for Cinder API to start... 2021-12-07 13:17:30.028 | + lib/cinder:start_cinder:501 : wait_for_service 60 http://10.222.0.24/volume/v3 2021-12-07 13:17:30.033 | + functions:wait_for_service:444 : local timeout=60 2021-12-07 13:17:30.036 | + functions:wait_for_service:445 : local url=http://10.222.0.24/volume/v3 2021-12-07 13:17:30.039 | + functions:wait_for_service:446 : local rval=0 2021-12-07 13:17:30.042 | + functions:wait_for_service:447 : time_start wait_for_service 2021-12-07 13:17:30.045 | + functions-common:time_start:2317 : local name=wait_for_service 2021-12-07 13:17:30.050 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:17:30.054 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:17:30.059 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:17:30.063 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883050059 2021-12-07 13:17:30.067 | + functions:wait_for_service:448 : timeout 60 bash -x 2021-12-07 13:17:30.075 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.24/volume/v3 2021-12-07 13:17:35.354 | + :: : [[ 401 == 503 ]] 2021-12-07 13:17:35.355 | + :: : [[ 0 -eq 7 ]] 2021-12-07 13:17:35.358 | + functions:wait_for_service:453 : time_stop wait_for_service 2021-12-07 13:17:35.361 | + functions-common:time_stop:2331 : local name 2021-12-07 13:17:35.364 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:17:35.366 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:17:35.369 | + functions-common:time_stop:2334 : local total 2021-12-07 13:17:35.372 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:17:35.374 | + functions-common:time_stop:2337 : name=wait_for_service 2021-12-07 13:17:35.377 | + functions-common:time_stop:2338 : start_time=1638883050059 2021-12-07 13:17:35.380 | + functions-common:time_stop:2340 : [[ -z 1638883050059 ]] 2021-12-07 13:17:35.383 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:17:35.391 | + functions-common:time_stop:2343 : end_time=1638883055384 2021-12-07 13:17:35.391 | + functions-common:time_stop:2344 : elapsed_time=5325 2021-12-07 13:17:35.392 | + functions-common:time_stop:2345 : total=19960 2021-12-07 13:17:35.395 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:17:35.397 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=25285 2021-12-07 13:17:35.400 | + functions:wait_for_service:454 : return 0 2021-12-07 13:17:35.403 | + lib/cinder:start_cinder:505 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.405 | + functions-common:run_process:1582 : local service=c-sch 2021-12-07 13:17:35.408 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.411 | + functions-common:run_process:1584 : local group= 2021-12-07 13:17:35.414 | + functions-common:run_process:1585 : local user= 2021-12-07 13:17:35.417 | + functions-common:run_process:1587 : local name=c-sch 2021-12-07 13:17:35.419 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:17:35.422 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:17:35.425 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:17:35.431 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:17:35.433 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:17:35.438 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883055434 2021-12-07 13:17:35.441 | + functions-common:run_process:1590 : is_service_enabled c-sch 2021-12-07 13:17:35.459 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:35.461 | + functions-common:run_process:1591 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' 2021-12-07 13:17:35.464 | + functions-common:_run_under_systemd:1547 : local service=c-sch 2021-12-07 13:17:35.471 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.471 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.472 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.474 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.477 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-12-07 13:17:35.480 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-12-07 13:17:35.482 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-sch.service 2021-12-07 13:17:35.485 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:17:35.488 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:17:35.490 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-12-07 13:17:35.494 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu 2021-12-07 13:17:35.497 | + functions-common:write_user_unit_file:1464 : local service=devstack@c-sch.service 2021-12-07 13:17:35.499 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.502 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:17:35.506 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:17:35.510 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:17:35.513 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:17:35.516 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2021-12-07 13:17:35.522 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:17:35.546 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2021-12-07 13:17:35.597 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2021-12-07 13:17:35.676 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:35.729 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2021-12-07 13:17:35.782 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2021-12-07 13:17:35.919 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:17:35.974 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:17:35.977 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2021-12-07 13:17:36.040 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:17:36.266 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-sch.service 2021-12-07 13:17:36.281 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2021-12-07 13:17:36.510 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-sch.service 2021-12-07 13:17:36.533 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:17:36.536 | + functions-common:time_stop:2331 : local name 2021-12-07 13:17:36.539 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:17:36.542 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:17:36.544 | + functions-common:time_stop:2334 : local total 2021-12-07 13:17:36.546 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:17:36.549 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:17:36.552 | + functions-common:time_stop:2338 : start_time=1638883055434 2021-12-07 13:17:36.554 | + functions-common:time_stop:2340 : [[ -z 1638883055434 ]] 2021-12-07 13:17:36.557 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:17:36.561 | + functions-common:time_stop:2343 : end_time=1638883056558 2021-12-07 13:17:36.564 | + functions-common:time_stop:2344 : elapsed_time=1124 2021-12-07 13:17:36.566 | + functions-common:time_stop:2345 : total=24512 2021-12-07 13:17:36.569 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:17:36.571 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=25636 2021-12-07 13:17:36.574 | + lib/cinder:start_cinder:506 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.577 | + functions-common:run_process:1582 : local service=c-bak 2021-12-07 13:17:36.579 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.582 | + functions-common:run_process:1584 : local group= 2021-12-07 13:17:36.585 | + functions-common:run_process:1585 : local user= 2021-12-07 13:17:36.587 | + functions-common:run_process:1587 : local name=c-bak 2021-12-07 13:17:36.590 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:17:36.593 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:17:36.595 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:17:36.598 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:17:36.602 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:17:36.606 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883056603 2021-12-07 13:17:36.608 | + functions-common:run_process:1590 : is_service_enabled c-bak 2021-12-07 13:17:36.626 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:36.629 | + functions-common:run_process:1591 : _run_under_systemd c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 2021-12-07 13:17:36.631 | + functions-common:_run_under_systemd:1547 : local service=c-bak 2021-12-07 13:17:36.634 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.636 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.639 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.642 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.645 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-12-07 13:17:36.648 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-12-07 13:17:36.650 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-bak.service 2021-12-07 13:17:36.653 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:17:36.655 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:17:36.658 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-12-07 13:17:36.662 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@c-bak.service '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ubuntu 2021-12-07 13:17:36.664 | + functions-common:write_user_unit_file:1464 : local service=devstack@c-bak.service 2021-12-07 13:17:36.667 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.669 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:17:36.672 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:17:36.674 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:17:36.677 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:17:36.679 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@c-bak.service 2021-12-07 13:17:36.682 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:17:36.687 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service' 2021-12-07 13:17:36.749 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu 2021-12-07 13:17:36.818 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecStart '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:36.871 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process 2021-12-07 13:17:36.921 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300 2021-12-07 13:17:36.971 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:17:37.023 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:17:37.026 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target 2021-12-07 13:17:37.094 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:17:37.344 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-bak.service 2021-12-07 13:17:37.359 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service. 2021-12-07 13:17:37.603 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-bak.service 2021-12-07 13:17:37.630 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:17:37.633 | + functions-common:time_stop:2331 : local name 2021-12-07 13:17:37.636 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:17:37.638 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:17:37.641 | + functions-common:time_stop:2334 : local total 2021-12-07 13:17:37.645 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:17:37.647 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:17:37.650 | + functions-common:time_stop:2338 : start_time=1638883056603 2021-12-07 13:17:37.653 | + functions-common:time_stop:2340 : [[ -z 1638883056603 ]] 2021-12-07 13:17:37.656 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:17:37.662 | + functions-common:time_stop:2343 : end_time=1638883057657 2021-12-07 13:17:37.665 | + functions-common:time_stop:2344 : elapsed_time=1054 2021-12-07 13:17:37.668 | + functions-common:time_stop:2345 : total=25636 2021-12-07 13:17:37.671 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:17:37.675 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=26690 2021-12-07 13:17:37.678 | + lib/cinder:start_cinder:507 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:37.680 | + functions-common:run_process:1582 : local service=c-vol 2021-12-07 13:17:37.683 | + functions-common:run_process:1583 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:37.686 | + functions-common:run_process:1584 : local group= 2021-12-07 13:17:37.688 | + functions-common:run_process:1585 : local user= 2021-12-07 13:17:37.692 | + functions-common:run_process:1587 : local name=c-vol 2021-12-07 13:17:37.695 | + functions-common:run_process:1589 : time_start run_process 2021-12-07 13:17:37.698 | + functions-common:time_start:2317 : local name=run_process 2021-12-07 13:17:37.701 | + functions-common:time_start:2318 : local start_time= 2021-12-07 13:17:37.704 | + functions-common:time_start:2319 : [[ -n '' ]] 2021-12-07 13:17:37.709 | ++ functions-common:time_start:2322 : date +%s%3N 2021-12-07 13:17:37.713 | + functions-common:time_start:2322 : _TIME_START[$name]=1638883057710 2021-12-07 13:17:37.716 | + functions-common:run_process:1590 : is_service_enabled c-vol 2021-12-07 13:17:37.738 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:37.741 | + functions-common:run_process:1591 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 2021-12-07 13:17:37.744 | + functions-common:_run_under_systemd:1547 : local service=c-vol 2021-12-07 13:17:37.747 | + functions-common:_run_under_systemd:1548 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:37.750 | + functions-common:_run_under_systemd:1549 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:37.753 | + functions-common:_run_under_systemd:1551 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:37.756 | + functions-common:_common_systemd_pitfalls:1519 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:37.759 | + functions-common:_common_systemd_pitfalls:1522 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2021-12-07 13:17:37.765 | + functions-common:_common_systemd_pitfalls:1533 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2021-12-07 13:17:37.769 | + functions-common:_run_under_systemd:1553 : local systemd_service=devstack@c-vol.service 2021-12-07 13:17:37.772 | + functions-common:_run_under_systemd:1554 : local group= 2021-12-07 13:17:37.775 | + functions-common:_run_under_systemd:1555 : local user=ubuntu 2021-12-07 13:17:37.778 | + functions-common:_run_under_systemd:1556 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2021-12-07 13:17:37.782 | + functions-common:_run_under_systemd:1559 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu 2021-12-07 13:17:37.785 | + functions-common:write_user_unit_file:1464 : local service=devstack@c-vol.service 2021-12-07 13:17:37.788 | + functions-common:write_user_unit_file:1465 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:37.791 | + functions-common:write_user_unit_file:1466 : local group= 2021-12-07 13:17:37.794 | + functions-common:write_user_unit_file:1467 : local user=ubuntu 2021-12-07 13:17:37.797 | + functions-common:write_user_unit_file:1468 : local extra= 2021-12-07 13:17:37.799 | + functions-common:write_user_unit_file:1469 : [[ -n '' ]] 2021-12-07 13:17:37.803 | + functions-common:write_user_unit_file:1472 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2021-12-07 13:17:37.805 | + functions-common:write_user_unit_file:1473 : mkdir -p /etc/systemd/system 2021-12-07 13:17:37.809 | + functions-common:write_user_unit_file:1475 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2021-12-07 13:17:37.878 | + functions-common:write_user_unit_file:1476 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu 2021-12-07 13:17:37.955 | + functions-common:write_user_unit_file:1477 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2021-12-07 13:17:38.014 | + functions-common:write_user_unit_file:1478 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2021-12-07 13:17:38.079 | + functions-common:write_user_unit_file:1479 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2021-12-07 13:17:38.153 | + functions-common:write_user_unit_file:1480 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/bin/kill -HUP $MAINPID' 2021-12-07 13:17:38.216 | + functions-common:write_user_unit_file:1481 : [[ -n '' ]] 2021-12-07 13:17:38.221 | + functions-common:write_user_unit_file:1484 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2021-12-07 13:17:38.307 | + functions-common:write_user_unit_file:1487 : sudo systemctl daemon-reload 2021-12-07 13:17:38.570 | + functions-common:_run_under_systemd:1562 : sudo systemctl enable devstack@c-vol.service 2021-12-07 13:17:38.586 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2021-12-07 13:17:38.833 | + functions-common:_run_under_systemd:1563 : sudo systemctl start devstack@c-vol.service 2021-12-07 13:17:38.863 | + functions-common:run_process:1593 : time_stop run_process 2021-12-07 13:17:38.865 | + functions-common:time_stop:2331 : local name 2021-12-07 13:17:38.868 | + functions-common:time_stop:2332 : local end_time 2021-12-07 13:17:38.871 | + functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:17:38.873 | + functions-common:time_stop:2334 : local total 2021-12-07 13:17:38.875 | + functions-common:time_stop:2335 : local start_time 2021-12-07 13:17:38.878 | + functions-common:time_stop:2337 : name=run_process 2021-12-07 13:17:38.880 | + functions-common:time_stop:2338 : start_time=1638883057710 2021-12-07 13:17:38.887 | + functions-common:time_stop:2340 : [[ -z 1638883057710 ]] 2021-12-07 13:17:38.892 | ++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:17:38.895 | + functions-common:time_stop:2343 : end_time=1638883058891 2021-12-07 13:17:38.900 | + functions-common:time_stop:2344 : elapsed_time=1181 2021-12-07 13:17:38.903 | + functions-common:time_stop:2345 : total=26690 2021-12-07 13:17:38.909 | + functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:17:38.913 | + functions-common:time_stop:2348 : _TIME_TOTAL[$name]=27871 2021-12-07 13:17:38.915 | + ./stack.sh:main:1319 : create_volume_types 2021-12-07 13:17:38.919 | + lib/cinder:create_volume_types:525 : is_service_enabled c-api 2021-12-07 13:17:38.945 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:38.948 | + lib/cinder:create_volume_types:525 : [[ -n lvm:lvmdriver-1 ]] 2021-12-07 13:17:38.952 | + lib/cinder:create_volume_types:526 : local be be_name 2021-12-07 13:17:38.955 | + lib/cinder:create_volume_types:527 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2021-12-07 13:17:38.959 | + lib/cinder:create_volume_types:528 : be_name=lvmdriver-1 2021-12-07 13:17:38.962 | + lib/cinder:create_volume_types:530 : is_service_enabled keystone 2021-12-07 13:17:38.986 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:38.990 | + lib/cinder:create_volume_types:531 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2021-12-07 13:17:42.916 | +-------------+--------------------------------------+ 2021-12-07 13:17:42.916 | | Field | Value | 2021-12-07 13:17:42.916 | +-------------+--------------------------------------+ 2021-12-07 13:17:42.916 | | description | None | 2021-12-07 13:17:42.916 | | id | fe6272d8-c888-4625-a228-6d0fde421b19 | 2021-12-07 13:17:42.916 | | is_public | True | 2021-12-07 13:17:42.916 | | name | lvmdriver-1 | 2021-12-07 13:17:42.916 | | properties | volume_backend_name='lvmdriver-1' | 2021-12-07 13:17:42.917 | +-------------+--------------------------------------+ 2021-12-07 13:17:43.039 | + ./stack.sh:main:1323 : is_service_enabled horizon 2021-12-07 13:17:43.057 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:17:43.060 | + ./stack.sh:main:1337 : is_service_enabled nova 2021-12-07 13:17:43.082 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:43.086 | + ./stack.sh:main:1337 : is_service_enabled keystone 2021-12-07 13:17:43.106 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:17:43.109 | + ./stack.sh:main:1338 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc' 2021-12-07 13:17:43.113 | + ./stack.sh:main:1340 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2021-12-07 13:17:43.116 | + ./stack.sh:main:1344 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc 2021-12-07 13:17:43.120 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2021-12-07 13:17:43.136 | ++ 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-12-07 13:17:43.136 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --' 2021-12-07 13:17:43.136 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' -- 2021-12-07 13:17:43.136 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc -- 2021-12-07 13:17:43.136 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2021-12-07 13:17:43.136 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2021-12-07 13:17:43.136 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2021-12-07 13:17:43.136 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2021-12-07 13:17:43.137 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2021-12-07 13:17:43.137 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2021-12-07 13:17:43.139 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2021-12-07 13:17:43.140 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2021-12-07 13:17:43.142 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-07 13:17:43.144 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2021-12-07 13:17:43.145 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-12-07 13:17:43.147 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 4 -gt 0 ']' 2021-12-07 13:17:43.148 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-07 13:17:43.150 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2021-12-07 13:17:43.151 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-12-07 13:17:43.153 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2021-12-07 13:17:43.154 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-07 13:17:43.155 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2021-12-07 13:17:43.157 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2021-12-07 13:17:43.159 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2021-12-07 13:17:43.160 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2021-12-07 13:17:43.162 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2021-12-07 13:17:43.163 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2021-12-07 13:17:43.169 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2021-12-07 13:17:43.171 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2021-12-07 13:17:43.173 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2021-12-07 13:17:43.176 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z admin -a '' ']' 2021-12-07 13:17:43.177 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z admin -a -z '' ']' 2021-12-07 13:17:43.179 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z admin ']' 2021-12-07 13:17:43.181 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z http://10.222.0.24/identity ']' 2021-12-07 13:17:43.184 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z default -a -z '' ']' 2021-12-07 13:17:43.189 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z default -a -z '' ']' 2021-12-07 13:17:43.192 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2021-12-07 13:17:43.194 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2021-12-07 13:17:43.197 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2021-12-07 13:17:43.201 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2021-12-07 13:17:43.204 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2021-12-07 13:17:43.206 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2021-12-07 13:17:43.220 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2021-12-07 13:17:43.225 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:17:43.226 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:17:45.511 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-07 13:17:45.511 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 07478021f2bf479a84cd95ce4c060e33 --long --quote none -f csv 2021-12-07 13:17:45.511 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:45.513 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:47.850 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest2 '!=' admin ']' 2021-12-07 13:17:47.851 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest2_password' 2021-12-07 13:17:47.853 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing2 2021-12-07 13:17:47.854 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing2 ']' 2021-12-07 13:17:47.856 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing2 2021-12-07 13:17:47.857 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 21dcdfc7d4e543b38a8f0efed647f4ef swiftusertest2 07478021f2bf479a84cd95ce4c060e33 swiftprojecttest2 testing2 2021-12-07 13:17:47.859 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=21dcdfc7d4e543b38a8f0efed647f4ef 2021-12-07 13:17:47.860 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest2 2021-12-07 13:17:47.862 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=07478021f2bf479a84cd95ce4c060e33 2021-12-07 13:17:47.864 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest2 2021-12-07 13:17:47.865 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing2 2021-12-07 13:17:47.867 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest2 2021-12-07 13:17:47.870 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest2/swiftusertest2 2021-12-07 13:17:47.872 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:17:47.874 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:17:47.876 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing2"' 2021-12-07 13:17:47.878 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:17:47.880 | + 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-12-07 13:17:47.881 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:47.883 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:17:47.884 | + 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-12-07 13:17:47.886 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:47.887 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:17:47.889 | + 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-12-07 13:17:47.890 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:47.892 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:17:47.894 | + 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-12-07 13:17:47.896 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:47.898 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:17:47.899 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:47.901 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:47.903 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:17:47.904 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:17:47.907 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:47.907 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 10ab71807a564b839e621c98cb6b77f9 --long --quote none -f csv 2021-12-07 13:17:47.907 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-07 13:17:47.909 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:50.184 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-12-07 13:17:50.185 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-12-07 13:17:50.187 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-07 13:17:50.188 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-07 13:17:50.190 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 25d2a7735a2943979545eade207950d1 admin 10ab71807a564b839e621c98cb6b77f9 admin Passw0rd 2021-12-07 13:17:50.192 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=25d2a7735a2943979545eade207950d1 2021-12-07 13:17:50.193 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-12-07 13:17:50.195 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=10ab71807a564b839e621c98cb6b77f9 2021-12-07 13:17:50.196 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=admin 2021-12-07 13:17:50.198 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-07 13:17:50.200 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/admin 2021-12-07 13:17:50.203 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/admin/admin 2021-12-07 13:17:50.204 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:17:50.208 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:17:50.209 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-07 13:17:50.211 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:17:50.212 | + 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-12-07 13:17:50.214 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:50.215 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:17:50.217 | + 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-12-07 13:17:50.218 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:50.220 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:17:50.222 | + 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-12-07 13:17:50.223 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:50.225 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:17:50.226 | + 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-12-07 13:17:50.228 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:50.229 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:17:50.231 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:50.233 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:50.234 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:17:50.236 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:17:50.238 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 71ebff10a1d440f3b839f70d648e7932 --long --quote none -f csv 2021-12-07 13:17:50.238 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:50.239 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-07 13:17:50.240 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:52.636 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-12-07 13:17:52.637 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-12-07 13:17:52.639 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-07 13:17:52.640 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-07 13:17:52.642 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 25d2a7735a2943979545eade207950d1 admin 71ebff10a1d440f3b839f70d648e7932 alt_demo Passw0rd 2021-12-07 13:17:52.644 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=25d2a7735a2943979545eade207950d1 2021-12-07 13:17:52.645 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-12-07 13:17:52.647 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=71ebff10a1d440f3b839f70d648e7932 2021-12-07 13:17:52.648 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-12-07 13:17:52.650 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-07 13:17:52.651 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-12-07 13:17:52.654 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/admin 2021-12-07 13:17:52.656 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:17:52.659 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:17:52.661 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-07 13:17:52.662 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:17:52.664 | + 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-12-07 13:17:52.665 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:52.667 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:17:52.668 | + 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-12-07 13:17:52.670 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:52.671 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:17:52.673 | + 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-12-07 13:17:52.675 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:52.676 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:17:52.678 | + 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-12-07 13:17:52.679 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:52.680 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:17:52.682 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:52.684 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:52.685 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a alt_demo '!=' admin ']' 2021-12-07 13:17:52.687 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$alt_demo_password' 2021-12-07 13:17:52.688 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-07 13:17:52.690 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-07 13:17:52.692 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 405a7a268c9f4964a4b1afa98c0c12b8 alt_demo 71ebff10a1d440f3b839f70d648e7932 alt_demo Passw0rd 2021-12-07 13:17:52.693 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=405a7a268c9f4964a4b1afa98c0c12b8 2021-12-07 13:17:52.695 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=alt_demo 2021-12-07 13:17:52.696 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=71ebff10a1d440f3b839f70d648e7932 2021-12-07 13:17:52.698 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=alt_demo 2021-12-07 13:17:52.699 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-07 13:17:52.701 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/alt_demo 2021-12-07 13:17:52.704 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/alt_demo/alt_demo 2021-12-07 13:17:52.706 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:17:52.709 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:17:52.710 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-07 13:17:52.712 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:17:52.713 | + 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-12-07 13:17:52.715 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:52.716 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:17:52.718 | + 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-12-07 13:17:52.719 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:52.721 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:17:52.723 | + 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-12-07 13:17:52.724 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:52.725 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:17:52.727 | + 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-12-07 13:17:52.728 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:52.730 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:17:52.731 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:52.733 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:52.735 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:17:52.736 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:17:52.738 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:52.739 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project 98a7e58a3eea4e789f46a203d784e460 --long --quote none -f csv 2021-12-07 13:17:52.739 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-07 13:17:52.740 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:55.060 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest4 '!=' admin ']' 2021-12-07 13:17:55.061 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest4_password' 2021-12-07 13:17:55.063 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing4 2021-12-07 13:17:55.065 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing4 ']' 2021-12-07 13:17:55.066 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing4 2021-12-07 13:17:55.068 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 915dc465037d4a26a0514e43668d9c0a swiftusertest4 98a7e58a3eea4e789f46a203d784e460 swiftprojecttest4 testing4 2021-12-07 13:17:55.069 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=915dc465037d4a26a0514e43668d9c0a 2021-12-07 13:17:55.071 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest4 2021-12-07 13:17:55.073 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=98a7e58a3eea4e789f46a203d784e460 2021-12-07 13:17:55.074 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest4 2021-12-07 13:17:55.076 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing4 2021-12-07 13:17:55.078 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest4 2021-12-07 13:17:55.082 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest4/swiftusertest4 2021-12-07 13:17:55.084 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:17:55.087 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:17:55.088 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing4"' 2021-12-07 13:17:55.090 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:17:55.091 | + 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-12-07 13:17:55.093 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:55.095 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:17:55.097 | + 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-12-07 13:17:55.099 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:55.100 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:17:55.102 | + 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-12-07 13:17:55.104 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:55.105 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:17:55.107 | + 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-12-07 13:17:55.108 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:55.110 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:17:55.112 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:55.113 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:55.115 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:17:55.117 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:17:55.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-07 13:17:55.119 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:55.121 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project ac6d68c80615401f8ca3f626c910b9cc --long --quote none -f csv 2021-12-07 13:17:55.121 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:57.443 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-12-07 13:17:57.444 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-12-07 13:17:57.446 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-07 13:17:57.447 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-07 13:17:57.451 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry d42bf9f7df4d4e4e867495a647195f46 demo ac6d68c80615401f8ca3f626c910b9cc invisible_to_admin Passw0rd 2021-12-07 13:17:57.452 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=d42bf9f7df4d4e4e867495a647195f46 2021-12-07 13:17:57.454 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-12-07 13:17:57.458 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=ac6d68c80615401f8ca3f626c910b9cc 2021-12-07 13:17:57.460 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=invisible_to_admin 2021-12-07 13:17:57.463 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-07 13:17:57.465 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/invisible_to_admin 2021-12-07 13:17:57.468 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/invisible_to_admin/demo 2021-12-07 13:17:57.470 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:17:57.473 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:17:57.474 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-07 13:17:57.476 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:17:57.478 | + 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-12-07 13:17:57.479 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:57.481 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:17:57.482 | + 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-12-07 13:17:57.487 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:57.487 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:17:57.489 | + 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-12-07 13:17:57.491 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:17:57.492 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:17:57.494 | + 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-12-07 13:17:57.495 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:17:57.497 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:17:57.498 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:57.501 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:57.503 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:17:57.505 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:17:57.507 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project b16a9a65edf5462a991e291cde150e8f --long --quote none -f csv 2021-12-07 13:17:57.507 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-07 13:17:57.507 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:17:57.509 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:17:59.960 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest1 '!=' admin ']' 2021-12-07 13:17:59.962 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest1_password' 2021-12-07 13:17:59.964 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing 2021-12-07 13:17:59.966 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing ']' 2021-12-07 13:17:59.968 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing 2021-12-07 13:17:59.971 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 68cbad89a0e14568bc5f2d023a6c1461 swiftusertest1 b16a9a65edf5462a991e291cde150e8f swiftprojecttest1 testing 2021-12-07 13:17:59.973 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=68cbad89a0e14568bc5f2d023a6c1461 2021-12-07 13:17:59.975 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest1 2021-12-07 13:17:59.977 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:17:59.978 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-12-07 13:17:59.980 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing 2021-12-07 13:17:59.982 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-12-07 13:17:59.985 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest1 2021-12-07 13:17:59.987 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:17:59.997 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:17:59.999 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing"' 2021-12-07 13:18:00.001 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:18:00.003 | + 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-12-07 13:18:00.005 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:00.009 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:18:00.014 | + 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-12-07 13:18:00.014 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:00.015 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:18:00.017 | + 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-12-07 13:18:00.019 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:00.021 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:18:00.022 | + 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-12-07 13:18:00.024 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:00.025 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:18:00.027 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:18:00.029 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:18:00.030 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a swiftusertest3 '!=' admin ']' 2021-12-07 13:18:00.032 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$swiftusertest3_password' 2021-12-07 13:18:00.034 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD=testing3 2021-12-07 13:18:00.035 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n testing3 ']' 2021-12-07 13:18:00.037 | + home/ubuntu/devstack/tools/create_userrc.sh:main:252 : USER_PASS=testing3 2021-12-07 13:18:00.039 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 3a5aa4ff12b440808526046986e7e060 swiftusertest3 b16a9a65edf5462a991e291cde150e8f swiftprojecttest1 testing3 2021-12-07 13:18:00.040 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=3a5aa4ff12b440808526046986e7e060 2021-12-07 13:18:00.042 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=swiftusertest3 2021-12-07 13:18:00.044 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=b16a9a65edf5462a991e291cde150e8f 2021-12-07 13:18:00.045 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=swiftprojecttest1 2021-12-07 13:18:00.047 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=testing3 2021-12-07 13:18:00.048 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/swiftprojecttest1 2021-12-07 13:18:00.052 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/swiftprojecttest1/swiftusertest3 2021-12-07 13:18:00.053 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:18:00.056 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:18:00.058 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="testing3"' 2021-12-07 13:18:00.060 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:18:00.061 | + 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-12-07 13:18:00.063 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:00.065 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:18:00.067 | + 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-12-07 13:18:00.069 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:00.070 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:18:00.072 | + 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-12-07 13:18:00.073 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:00.075 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:18:00.077 | + 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-12-07 13:18:00.078 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:00.080 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:18:00.083 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:18:00.084 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:18:00.086 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:18:00.088 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:18:00.090 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : openstack user list --project e2c93e88440e48e59f76bcf68e508c9e --long --quote none -f csv 2021-12-07 13:18:00.091 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : grep ,True 2021-12-07 13:18:00.091 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:18:00.092 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:18:02.669 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a admin '!=' admin ']' 2021-12-07 13:18:02.671 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$admin_password' 2021-12-07 13:18:02.673 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-07 13:18:02.675 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-07 13:18:02.676 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry 25d2a7735a2943979545eade207950d1 admin e2c93e88440e48e59f76bcf68e508c9e demo Passw0rd 2021-12-07 13:18:02.678 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=25d2a7735a2943979545eade207950d1 2021-12-07 13:18:02.680 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=admin 2021-12-07 13:18:02.681 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 13:18:02.683 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-12-07 13:18:02.684 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-07 13:18:02.686 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-12-07 13:18:02.690 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/admin 2021-12-07 13:18:02.692 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:18:02.702 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:18:02.704 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-07 13:18:02.706 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:18:02.708 | + 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-12-07 13:18:02.710 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:02.711 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:18:02.713 | + 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-12-07 13:18:02.714 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:02.716 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:18:02.717 | + 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-12-07 13:18:02.719 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:02.721 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:18:02.723 | + 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-12-07 13:18:02.725 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:02.726 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:18:02.728 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:18:02.729 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:18:02.732 | + home/ubuntu/devstack/tools/create_userrc.sh:main:243 : '[' all = one -a demo '!=' admin ']' 2021-12-07 13:18:02.733 | + home/ubuntu/devstack/tools/create_userrc.sh:main:250 : eval 'SPECIFIC_UPASSWORD=$demo_password' 2021-12-07 13:18:02.735 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:250 : SPECIFIC_UPASSWORD= 2021-12-07 13:18:02.737 | + home/ubuntu/devstack/tools/create_userrc.sh:main:251 : '[' -n '' ']' 2021-12-07 13:18:02.738 | + home/ubuntu/devstack/tools/create_userrc.sh:main:254 : add_entry d42bf9f7df4d4e4e867495a647195f46 demo e2c93e88440e48e59f76bcf68e508c9e demo Passw0rd 2021-12-07 13:18:02.740 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:179 : local user_id=d42bf9f7df4d4e4e867495a647195f46 2021-12-07 13:18:02.741 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:180 : local user_name=demo 2021-12-07 13:18:02.743 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:181 : local project_id=e2c93e88440e48e59f76bcf68e508c9e 2021-12-07 13:18:02.745 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:182 : local project_name=demo 2021-12-07 13:18:02.746 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:183 : local user_passwd=Passw0rd 2021-12-07 13:18:02.748 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:185 : mkdir -p /home/ubuntu/devstack/accrc/demo 2021-12-07 13:18:02.751 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:186 : local rcfile=/home/ubuntu/devstack/accrc/demo/demo 2021-12-07 13:18:02.753 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:188 : cat 2021-12-07 13:18:02.756 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:197 : '[' -n yes ']' 2021-12-07 13:18:02.758 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:198 : echo 'export OS_PASSWORD="Passw0rd"' 2021-12-07 13:18:02.759 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:200 : '[' -n '' ']' 2021-12-07 13:18:02.761 | + 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-12-07 13:18:02.762 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:02.764 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_USER_DOMAIN_ID=default' 2021-12-07 13:18:02.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-12-07 13:18:02.769 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:02.770 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_USER_DOMAIN_NAME' 2021-12-07 13:18:02.772 | + 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-12-07 13:18:02.774 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' default ']' 2021-12-07 13:18:02.776 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:206 : echo 'export OS_PROJECT_DOMAIN_ID=default' 2021-12-07 13:18:02.777 | + 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-12-07 13:18:02.779 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:205 : '[' ']' 2021-12-07 13:18:02.781 | + home/ubuntu/devstack/tools/create_userrc.sh:add_entry:208 : echo 'unset OS_PROJECT_DOMAIN_NAME' 2021-12-07 13:18:02.784 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : IFS=, 2021-12-07 13:18:02.786 | + home/ubuntu/devstack/tools/create_userrc.sh:main:242 : read user_id user_name project email enabled 2021-12-07 13:18:02.788 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2021-12-07 13:18:02.790 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2021-12-07 13:18:02.793 | + ./stack.sh:main:1349 : save_stackenv 2021-12-07 13:18:02.796 | + functions-common:save_stackenv:60 : local tag= 2021-12-07 13:18:02.799 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-07 13:18:02.803 | + functions-common:save_stackenv:62 : time_stamp=2021-12-07-131802 2021-12-07 13:18:02.806 | + functions-common:save_stackenv:63 : echo '# 2021-12-07-131802 ' 2021-12-07 13:18:02.809 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.812 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-07 13:18:02.815 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.817 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-07 13:18:02.820 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.823 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-07 13:18:02.826 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.828 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-12-07 13:18:02.832 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.836 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2021-12-07 13:18:02.839 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.842 | + functions-common:save_stackenv:65 : echo KEYSTONE_AUTH_URI=http://10.222.0.24/identity 2021-12-07 13:18:02.845 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.848 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2021-12-07 13:18:02.851 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.854 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-07-124131 2021-12-07 13:18:02.857 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.861 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-07 13:18:02.864 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.867 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2021-12-07 13:18:02.869 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.872 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-07 13:18:02.875 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.879 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-07 13:18:02.882 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.884 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-07 13:18:02.887 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-07 13:18:02.890 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-07 13:18:02.893 | + ./stack.sh:main:1360 : merge_config_group /home/ubuntu/devstack/local.conf extra 2021-12-07 13:18:02.897 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-07 13:18:02.900 | + inc/meta-config:merge_config_group:171 : shift 2021-12-07 13:18:02.902 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2021-12-07 13:18:02.905 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:18:02.908 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-07 13:18:02.911 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-07 13:18:02.915 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2021-12-07 13:18:02.917 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:18:02.920 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2021-12-07 13:18:02.923 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:18:02.926 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2021-12-07 13:18:02.926 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:18:02.926 | gsub("[][]", "", $1); 2021-12-07 13:18:02.926 | split($1, a, "|"); 2021-12-07 13:18:02.926 | if (a[1] == matchgroup) 2021-12-07 13:18:02.926 | print a[2] 2021-12-07 13:18:02.926 | } 2021-12-07 13:18:02.926 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:18:02.933 | + ./stack.sh:main:1367 : run_phase stack extra 2021-12-07 13:18:02.936 | + functions-common:run_phase:1759 : local mode=stack 2021-12-07 13:18:02.940 | + functions-common:run_phase:1760 : local phase=extra 2021-12-07 13:18:02.943 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-07 13:18:02.945 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-07 13:18:02.948 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-07 13:18:02.951 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-07 13:18:02.954 | + functions-common:run_phase:1769 : local extra 2021-12-07 13:18:02.958 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-07 13:18:02.962 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-07 13:18:02.965 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-07 13:18:02.968 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-07 13:18:02.972 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2021-12-07 13:18:02.975 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-07 13:18:02.993 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:18:02.996 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 13:18:02.998 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:03.001 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2021-12-07 13:18:03.004 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:03.007 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-07 13:18:03.010 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:03.012 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2021-12-07 13:18:03.015 | ++ extras.d/80-tempest.sh:source:15 : : 2021-12-07 13:18:03.018 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-07 13:18:03.021 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-07 13:18:03.024 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 13:18:03.027 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-07 13:18:03.029 | + functions-common:run_phase:1786 : run_plugins stack extra 2021-12-07 13:18:03.032 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-07 13:18:03.036 | + functions-common:run_plugins:1746 : local phase=extra 2021-12-07 13:18:03.038 | + functions-common:run_plugins:1748 : local plugins= 2021-12-07 13:18:03.041 | + functions-common:run_plugins:1749 : local plugin 2021-12-07 13:18:03.044 | + ./stack.sh:main:1375 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2021-12-07 13:18:03.047 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-07 13:18:03.050 | + inc/meta-config:merge_config_group:171 : shift 2021-12-07 13:18:03.053 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2021-12-07 13:18:03.055 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:18:03.058 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-07 13:18:03.061 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-07 13:18:03.065 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2021-12-07 13:18:03.068 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:18:03.071 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2021-12-07 13:18:03.074 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:18:03.077 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2021-12-07 13:18:03.077 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:18:03.077 | gsub("[][]", "", $1); 2021-12-07 13:18:03.077 | split($1, a, "|"); 2021-12-07 13:18:03.077 | if (a[1] == matchgroup) 2021-12-07 13:18:03.077 | print a[2] 2021-12-07 13:18:03.077 | } 2021-12-07 13:18:03.077 | ' /home/ubuntu/devstack/local.conf 2021-12-07 13:18:03.084 | + ./stack.sh:main:1384 : is_service_enabled n-cpu 2021-12-07 13:18:03.103 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:18:03.106 | + ./stack.sh:main:1389 : service_check 2021-12-07 13:18:03.109 | + functions-common:service_check:1620 : local service 2021-12-07 13:18:03.113 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.115 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@key.service 2021-12-07 13:18:03.129 | Failed to get unit file state for devstack@key.service: No such file or directory 2021-12-07 13:18:03.134 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.140 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-api.service 2021-12-07 13:18:03.153 | enabled 2021-12-07 13:18:03.159 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-api.service --no-pager 2021-12-07 13:18:03.178 | ● devstack@n-api.service - Devstack devstack@n-api.service 2021-12-07 13:18:03.178 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.178 | Active: active (running) since Tue 2021-12-07 13:15:36 UTC; 2min 26s ago 2021-12-07 13:18:03.178 | Main PID: 88232 (uwsgi) 2021-12-07 13:18:03.178 | Status: "uWSGI is ready" 2021-12-07 13:18:03.178 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:03.178 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2021-12-07 13:18:03.178 | ├─88232 nova-apiuWSGI master 2021-12-07 13:18:03.178 | ├─88233 nova-apiuWSGI worker 1 2021-12-07 13:18:03.178 | └─88234 nova-apiuWSGI worker 2 2021-12-07 13:18:03.178 | 2021-12-07 13:18:03.178 | Dec 07 13:17:25 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: [pid: 88234|app: 0|req: 16/30] 10.222.0.24 () {58 vars in 1180 bytes} [Tue Dec 7 13:17:25 2021] GET /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-12-07 13:18:03.178 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: DEBUG nova.api.openstack.wsgi [None req-fc429c15-2eef-40df-96bf-9422d30f7d22 admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "ram": 16384, "vcpus": 8, "disk": 160, "id": "5", "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}} {{(pid=88233) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: INFO nova.api.openstack.requestlog [None req-fc429c15-2eef-40df-96bf-9422d30f7d22 admin admin] 10.222.0.24 "POST /compute/v2.1/flavors" status: 200 len: 368 microversion: 2.1 time: 0.157320 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: [pid: 88233|app: 0|req: 15/31] 10.222.0.24 () {62 vars in 1183 bytes} [Tue Dec 7 13:17:27 2021] POST /compute/v2.1/flavors => generated 368 bytes in 159 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: DEBUG nova.api.openstack.wsgi [None req-30525ea3-9586-4bef-9442-169e12645b30 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=88234) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:520}} 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: INFO nova.api.openstack.requestlog [None req-30525ea3-9586-4bef-9442-169e12645b30 admin admin] 10.222.0.24 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.075492 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: [pid: 88234|app: 0|req: 17/32] 10.222.0.24 () {62 vars in 1233 bytes} [Tue Dec 7 13:17:27 2021] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 77 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: DEBUG nova.api.openstack.wsgi [None req-89639b74-455d-48e2-8df2-494b021a379c admin admin] Calling method '>' {{(pid=88233) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:523}} 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: INFO nova.api.openstack.requestlog [None req-89639b74-455d-48e2-8df2-494b021a379c admin admin] 10.222.0.24 "GET /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.1 time: 0.026867 2021-12-07 13:18:03.179 | Dec 07 13:17:27 dv-neutron-ussuri-2-hyperv devstack@n-api.service[88232]: [pid: 88233|app: 0|req: 16/33] 10.222.0.24 () {58 vars in 1180 bytes} [Tue Dec 7 13:17:27 2021] GET /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 28 msecs (HTTP/1.1 200) 9 headers in 356 bytes (1 switches on core 0) 2021-12-07 13:18:03.183 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.189 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cond.service 2021-12-07 13:18:03.204 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2021-12-07 13:18:03.209 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.213 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-sch.service 2021-12-07 13:18:03.228 | enabled 2021-12-07 13:18:03.233 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-sch.service --no-pager 2021-12-07 13:18:03.251 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2021-12-07 13:18:03.251 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.251 | Active: active (running) since Tue 2021-12-07 13:16:45 UTC; 1min 17s ago 2021-12-07 13:18:03.252 | Main PID: 93082 (nova-scheduler) 2021-12-07 13:18:03.252 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:03.252 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2021-12-07 13:18:03.252 | ├─93082 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-12-07 13:18:03.252 | ├─94617 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-12-07 13:18:03.252 | └─94619 /usr/bin/python3.6 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2021-12-07 13:18:03.252 | 2021-12-07 13:18:03.252 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.252 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] oslo_messaging_notifications.retry = -1 {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.252 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.252 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] oslo_messaging_notifications.transport_url = **** {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.252 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] oslo_reports.file_event_handler = None {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.252 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.253 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] oslo_reports.log_dir = None {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.253 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.service [None req-0e842f4d-4c9e-4bc5-a426-6dbda59964a0 None None] ******************************************************************************** {{(pid=93082) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-07 13:18:03.253 | Dec 07 13:17:17 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.periodic_task [None req-6d86060e-41b4-4574-b927-1fce2480d6c3 None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=94619) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-07 13:18:03.253 | Dec 07 13:17:20 dv-neutron-ussuri-2-hyperv nova-scheduler[93082]: DEBUG oslo_service.periodic_task [None req-30e85a66-2313-492c-9238-dedce1bb274a None None] Running periodic task SchedulerManager._run_periodic_tasks {{(pid=94617) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-07 13:18:03.257 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.259 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-api-meta.service 2021-12-07 13:18:03.278 | enabled 2021-12-07 13:18:03.285 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-api-meta.service --no-pager 2021-12-07 13:18:03.303 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2021-12-07 13:18:03.304 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.304 | Active: active (running) since Tue 2021-12-07 13:16:47 UTC; 1min 16s ago 2021-12-07 13:18:03.304 | Main PID: 93527 (uwsgi) 2021-12-07 13:18:03.304 | Status: "uWSGI is ready" 2021-12-07 13:18:03.304 | Tasks: 4 (limit: 14352) 2021-12-07 13:18:03.304 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2021-12-07 13:18:03.304 | ├─93527 nova-api-metauWSGI master 2021-12-07 13:18:03.304 | ├─93528 nova-api-metauWSGI worker 1 2021-12-07 13:18:03.304 | ├─93529 nova-api-metauWSGI worker 2 2021-12-07 13:18:03.304 | └─93530 nova-api-metauWSGI http 1 2021-12-07 13:18:03.304 | 2021-12-07 13:18:03.304 | Dec 07 13:16:52 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: DEBUG oslo_concurrency.lockutils [None req-3c1dfa34-b650-4204-89ea-5e9db32a5912 None None] Lock "5d343b34-0db2-4226-94f4-e40e554a2847" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=93528) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.304 | Dec 07 13:16:52 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: DEBUG oslo_concurrency.lockutils [None req-3c1dfa34-b650-4204-89ea-5e9db32a5912 None None] Lock "5d343b34-0db2-4226-94f4-e40e554a2847" released by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.002s {{(pid=93528) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.305 | Dec 07 13:16:52 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: DEBUG oslo_db.sqlalchemy.engines [None req-70ed6279-68bd-4e58-9a68-0e5b8f8d15e9 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=93529) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:18:03.305 | Dec 07 13:16:52 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: DEBUG oslo_db.sqlalchemy.engines [None req-3c1dfa34-b650-4204-89ea-5e9db32a5912 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=93528) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:18:03.305 | Dec 07 13:16:52 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: DEBUG oslo_db.sqlalchemy.engines [None req-3c1dfa34-b650-4204-89ea-5e9db32a5912 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=93528) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:18:03.305 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: DEBUG oslo_db.sqlalchemy.engines [None req-3c1dfa34-b650-4204-89ea-5e9db32a5912 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=93528) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:18:03.305 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: WARNING nova.api.metadata.handler [None req-70ed6279-68bd-4e58-9a68-0e5b8f8d15e9 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-12-07 13:18:03.305 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x55b2f05c9400 pid: 93529 (default app) 2021-12-07 13:18:03.305 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: WARNING nova.api.metadata.handler [None req-3c1dfa34-b650-4204-89ea-5e9db32a5912 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2021-12-07 13:18:03.305 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@n-api-meta.service[93527]: WSGI app 0 (mountpoint='') ready in 6 seconds on interpreter 0x55b2f05c9400 pid: 93528 (default app) 2021-12-07 13:18:03.309 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.313 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@placement-api.service 2021-12-07 13:18:03.330 | enabled 2021-12-07 13:18:03.335 | + functions-common:service_check:1627 : sudo systemctl status devstack@placement-api.service --no-pager 2021-12-07 13:18:03.353 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2021-12-07 13:18:03.353 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.353 | Active: active (running) since Tue 2021-12-07 13:15:51 UTC; 2min 12s ago 2021-12-07 13:18:03.353 | Main PID: 89370 (uwsgi) 2021-12-07 13:18:03.353 | Status: "uWSGI is ready" 2021-12-07 13:18:03.353 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:03.354 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2021-12-07 13:18:03.354 | ├─89370 placementuWSGI master 2021-12-07 13:18:03.354 | ├─89371 placementuWSGI worker 1 2021-12-07 13:18:03.354 | └─89372 placementuWSGI worker 2 2021-12-07 13:18:03.354 | 2021-12-07 13:18:03.354 | Dec 07 13:16:49 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: [pid: 89371|app: 0|req: 2/2] 10.222.0.24 () {54 vars in 905 bytes} [Tue Dec 7 13:16:49 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-12-07 13:18:03.354 | Dec 07 13:16:49 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: DEBUG placement.requestlog [None req-ac8e1f56-f3c1-48f3-82c4-0994f697ea21 None None] Starting request: 10.222.0.24 "GET /placement/" {{(pid=89372) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-12-07 13:18:03.354 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: INFO placement.requestlog [None req-ac8e1f56-f3c1-48f3-82c4-0994f697ea21 None None] 10.222.0.24 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-12-07 13:18:03.354 | Dec 07 13:16:50 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: [pid: 89372|app: 0|req: 1/3] 10.222.0.24 () {54 vars in 905 bytes} [Tue Dec 7 13:16:49 2021] GET /placement => generated 136 bytes in 35 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-12-07 13:18:03.354 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: DEBUG placement.requestlog [None req-484b03f0-cd5f-40eb-87ab-f5d54d5dd915 None None] Starting request: 10.222.0.24 "GET /placement/" {{(pid=89371) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-12-07 13:18:03.354 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: INFO placement.requestlog [None req-484b03f0-cd5f-40eb-87ab-f5d54d5dd915 None None] 10.222.0.24 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-12-07 13:18:03.354 | Dec 07 13:16:53 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: [pid: 89371|app: 0|req: 3/4] 10.222.0.24 () {54 vars in 905 bytes} [Tue Dec 7 13:16:53 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-12-07 13:18:03.354 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: DEBUG placement.requestlog [None req-59586797-31c8-45ca-9a06-13af2525d907 None None] Starting request: 10.222.0.24 "GET /placement/" {{(pid=89372) __call__ /opt/stack/placement/placement/requestlog.py:61}} 2021-12-07 13:18:03.354 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: INFO placement.requestlog [None req-59586797-31c8-45ca-9a06-13af2525d907 None None] 10.222.0.24 "GET /placement/" status: 200 len: 136 microversion: 1.0 2021-12-07 13:18:03.355 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv devstack@placement-api.service[89370]: [pid: 89372|app: 0|req: 2/5] 10.222.0.24 () {54 vars in 905 bytes} [Tue Dec 7 13:16:55 2021] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2021-12-07 13:18:03.358 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.361 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@placement-client.service 2021-12-07 13:18:03.374 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2021-12-07 13:18:03.383 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.386 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@g-api.service 2021-12-07 13:18:03.404 | enabled 2021-12-07 13:18:03.409 | + functions-common:service_check:1627 : sudo systemctl status devstack@g-api.service --no-pager 2021-12-07 13:18:03.427 | ● devstack@g-api.service - Devstack devstack@g-api.service 2021-12-07 13:18:03.428 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.428 | Active: active (running) since Tue 2021-12-07 13:15:01 UTC; 3min 1s ago 2021-12-07 13:18:03.428 | Main PID: 87368 (uwsgi) 2021-12-07 13:18:03.428 | Status: "uWSGI is ready" 2021-12-07 13:18:03.428 | Tasks: 5 (limit: 14352) 2021-12-07 13:18:03.428 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2021-12-07 13:18:03.428 | ├─87368 glance-apiuWSGI master 2021-12-07 13:18:03.433 | ├─87369 glance-apiuWSGI worker 1 2021-12-07 13:18:03.434 | └─87370 glance-apiuWSGI worker 2 2021-12-07 13:18:03.434 | 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.location [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=87369) register_scheme_map /usr/local/lib/python3.6/dist-packages/glance_store/location.py:146}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: DEBUG glance_store.backend [None req-d0e0a32a-aabd-484b-9dee-57f2a7bfb7b4 admin admin] Skipping store.set_acls... not implemented. {{(pid=87369) set_acls /usr/local/lib/python3.6/dist-packages/glance_store/backend.py:509}} 2021-12-07 13:18:03.434 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv devstack@g-api.service[87368]: [pid: 87369|app: 0|req: 3/7] 127.0.0.1 () {40 vars in 878 bytes} [Tue Dec 7 13:15:14 2021] PUT /v2/images/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71/file => generated 0 bytes in 20687 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2021-12-07 13:18:03.434 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.435 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-sch.service 2021-12-07 13:18:03.454 | enabled 2021-12-07 13:18:03.459 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-sch.service --no-pager 2021-12-07 13:18:03.477 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2021-12-07 13:18:03.477 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.477 | Active: active (running) since Tue 2021-12-07 13:17:36 UTC; 26s ago 2021-12-07 13:18:03.477 | Main PID: 96396 (cinder-schedule) 2021-12-07 13:18:03.478 | Tasks: 4 (limit: 14352) 2021-12-07 13:18:03.478 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2021-12-07 13:18:03.478 | └─96396 /usr/bin/python3.6 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2021-12-07 13:18:03.478 | 2021-12-07 13:18:03.478 | Dec 07 13:17:41 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: INFO cinder.manager [None req-723ddfb9-2534-4dcd-8e58-692698cd86c6 None None] Initiating service 1 cleanup 2021-12-07 13:18:03.478 | Dec 07 13:17:41 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: INFO cinder.manager [None req-723ddfb9-2534-4dcd-8e58-692698cd86c6 None None] Service 1 cleanup completed. 2021-12-07 13:18:03.478 | Dec 07 13:17:41 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.service [None req-723ddfb9-2534-4dcd-8e58-692698cd86c6 None None] Creating RPC server for service cinder-scheduler {{(pid=96396) start /opt/stack/cinder/cinder/service.py:231}} 2021-12-07 13:18:03.478 | Dec 07 13:17:41 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.service [None req-723ddfb9-2534-4dcd-8e58-692698cd86c6 None None] Pinning object versions for RPC server serializer to 1.38 {{(pid=96396) start /opt/stack/cinder/cinder/service.py:238}} 2021-12-07 13:18:03.478 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.scheduler.host_manager [None req-3930954a-502c-44a9-b285-312b9809106b None None] Received backup service update from dv-neutron-ussuri-2-hyperv: {'backend_state': True, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=96396) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:547}} 2021-12-07 13:18:03.478 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.scheduler.host_manager [None req-a702969b-7d67-4496-98d5-883a044bac43 None None] Received volume service update from dv-neutron-ussuri-2-hyperv@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:dv-neutron-ussuri-2-hyperv: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}], 'shared_targets': False, 'sparse_copy_volume': False, 'filter_function': None, 'goodness_function': None} {{(pid=96396) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:579}} 2021-12-07 13:18:03.478 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.utils [None req-a702969b-7d67-4496-98d5-883a044bac43 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=96396) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:959}} 2021-12-07 13:18:03.478 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.scheduler.host_manager [None req-a702969b-7d67-4496-98d5-883a044bac43 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'dv-neutron-ussuri-2-hyperv@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, 12, 7, 13, 17, 46, 522286)}, {'type': 'backend', 'name_to_id': 'dv-neutron-ussuri-2-hyperv@lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2021, 12, 7, 13, 17, 46, 522286)}]. {{(pid=96396) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:899}} 2021-12-07 13:18:03.478 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.scheduler.host_manager [None req-a702969b-7d67-4496-98d5-883a044bac43 None None] Updating capabilities for dv-neutron-ussuri-2-hyperv@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:dv-neutron-ussuri-2-hyperv: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, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': 'iSCSI', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2021, 12, 7, 13, 17, 46, 494883)} {{(pid=96396) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:368}} 2021-12-07 13:18:03.478 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv cinder-scheduler[96396]: DEBUG cinder.utils [None req-a702969b-7d67-4496-98d5-883a044bac43 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=96396) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:959}} 2021-12-07 13:18:03.482 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.485 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-api.service 2021-12-07 13:18:03.500 | enabled 2021-12-07 13:18:03.506 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-api.service --no-pager 2021-12-07 13:18:03.524 | ● devstack@c-api.service - Devstack devstack@c-api.service 2021-12-07 13:18:03.524 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.524 | Active: active (running) since Tue 2021-12-07 13:17:29 UTC; 33s ago 2021-12-07 13:18:03.524 | Main PID: 95960 (uwsgi) 2021-12-07 13:18:03.524 | Status: "uWSGI is ready" 2021-12-07 13:18:03.525 | Tasks: 11 (limit: 14352) 2021-12-07 13:18:03.525 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2021-12-07 13:18:03.525 | ├─95960 cinder-apiuWSGI master 2021-12-07 13:18:03.525 | ├─95961 cinder-apiuWSGI worker 1 2021-12-07 13:18:03.525 | └─95962 cinder-apiuWSGI worker 2 2021-12-07 13:18:03.525 | 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: [pid: 95962|app: 0|req: 2/2] 10.222.0.24 () {60 vars in 1228 bytes} [Tue Dec 7 13:17:41 2021] POST /volume/v3/10ab71807a564b839e621c98cb6b77f9/types => generated 186 bytes in 859 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: INFO cinder.api.openstack.wsgi [req-44cb543a-b875-48c1-a38f-28fbee976d8a req-6fcf365c-6aa0-4225-ba42-2b91ad90e102 admin admin] POST http://10.222.0.24/volume/v3/10ab71807a564b839e621c98cb6b77f9/types/fe6272d8-c888-4625-a228-6d0fde421b19/extra_specs 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: /usr/local/lib/python3.6/dist-packages/webob/acceptparse.py:1051: 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-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: DeprecationWarning, 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: DEBUG cinder.api.openstack.wsgi [req-44cb543a-b875-48c1-a38f-28fbee976d8a req-6fcf365c-6aa0-4225-ba42-2b91ad90e102 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=95961) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:865}} 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: /usr/local/lib/python3.6/dist-packages/oslo_context/context.py:108: 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-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: DeprecationWarning) 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: DEBUG oslo_db.sqlalchemy.engines [req-44cb543a-b875-48c1-a38f-28fbee976d8a req-6fcf365c-6aa0-4225-ba42-2b91ad90e102 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_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=95961) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: INFO cinder.api.openstack.wsgi [req-44cb543a-b875-48c1-a38f-28fbee976d8a req-6fcf365c-6aa0-4225-ba42-2b91ad90e102 admin admin] http://10.222.0.24/volume/v3/10ab71807a564b839e621c98cb6b77f9/types/fe6272d8-c888-4625-a228-6d0fde421b19/extra_specs returned with HTTP 200 2021-12-07 13:18:03.525 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv devstack@c-api.service[95960]: [pid: 95961|app: 0|req: 1/3] 10.222.0.24 () {62 vars in 1445 bytes} [Tue Dec 7 13:17:42 2021] POST /volume/v3/10ab71807a564b839e621c98cb6b77f9/types/fe6272d8-c888-4625-a228-6d0fde421b19/extra_specs => generated 55 bytes in 532 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2021-12-07 13:18:03.529 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.531 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-vol.service 2021-12-07 13:18:03.546 | enabled 2021-12-07 13:18:03.551 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-vol.service --no-pager 2021-12-07 13:18:03.568 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2021-12-07 13:18:03.568 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.568 | Active: active (running) since Tue 2021-12-07 13:17:38 UTC; 24s ago 2021-12-07 13:18:03.568 | Main PID: 97091 (cinder-volume) 2021-12-07 13:18:03.568 | Tasks: 2 (limit: 14352) 2021-12-07 13:18:03.568 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2021-12-07 13:18:03.568 | ├─97091 /usr/bin/python3.6 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2021-12-07 13:18:03.568 | └─97298 /usr/bin/python3.6 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2021-12-07 13:18:03.568 | 2021-12-07 13:18:03.568 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv sudo[97393]: 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-12-07 13:18:03.568 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv sudo[97393]: pam_unix(sudo:session): session opened for user root by (uid=0) 2021-12-07 13:18:03.568 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv sudo[97393]: pam_unix(sudo:session): session closed for user root 2021-12-07 13:18:03.569 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv cinder-volume[97091]: DEBUG oslo_concurrency.processutils [None req-a702969b-7d67-4496-98d5-883a044bac43 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.373s {{(pid=97298) execute /usr/local/lib/python3.6/dist-packages/oslo_concurrency/processutils.py:416}} 2021-12-07 13:18:03.569 | Dec 07 13:17:46 dv-neutron-ussuri-2-hyperv cinder-volume[97091]: DEBUG oslo_concurrency.processutils [None req-a702969b-7d67-4496-98d5-883a044bac43 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 stack-volumes-lvmdriver-1 {{(pid=97298) execute /usr/local/lib/python3.6/dist-packages/oslo_concurrency/processutils.py:379}} 2021-12-07 13:18:03.569 | Dec 07 13:17:47 dv-neutron-ussuri-2-hyperv sudo[97397]: 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 stack-volumes-lvmdriver-1 2021-12-07 13:18:03.569 | Dec 07 13:17:47 dv-neutron-ussuri-2-hyperv sudo[97397]: pam_unix(sudo:session): session opened for user root by (uid=0) 2021-12-07 13:18:03.569 | Dec 07 13:17:47 dv-neutron-ussuri-2-hyperv sudo[97397]: pam_unix(sudo:session): session closed for user root 2021-12-07 13:18:03.569 | Dec 07 13:17:47 dv-neutron-ussuri-2-hyperv cinder-volume[97091]: DEBUG oslo_concurrency.processutils [None req-a702969b-7d67-4496-98d5-883a044bac43 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.357s {{(pid=97298) execute /usr/local/lib/python3.6/dist-packages/oslo_concurrency/processutils.py:416}} 2021-12-07 13:18:03.569 | Dec 07 13:17:47 dv-neutron-ussuri-2-hyperv cinder-volume[97091]: INFO cinder.volume.manager [None req-a702969b-7d67-4496-98d5-883a044bac43 None None] Driver post RPC initialization completed successfully. 2021-12-07 13:18:03.573 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.576 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-svc.service 2021-12-07 13:18:03.591 | enabled 2021-12-07 13:18:03.596 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-svc.service --no-pager 2021-12-07 13:18:03.613 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2021-12-07 13:18:03.613 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.613 | Active: active (running) since Tue 2021-12-07 13:15:44 UTC; 2min 19s ago 2021-12-07 13:18:03.614 | Main PID: 88788 (/usr/bin/python) 2021-12-07 13:18:03.614 | Tasks: 5 (limit: 14352) 2021-12-07 13:18:03.614 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2021-12-07 13:18:03.614 | ├─88788 /usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:18:03.614 | ├─88897 /usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:18:03.614 | ├─88898 /usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:18:03.614 | ├─88899 neutron-server: rpc worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-12-07 13:18:03.614 | └─88900 neutron-server: rpc worker (/usr/bin/python3.6 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2021-12-07 13:18:03.614 | 2021-12-07 13:18:03.614 | Dec 07 13:17:30 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-a94a35c8-e4c9-406e-b78c-154d85e679e9 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:17:31 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-eed1d394-a978-4bb8-ba14-48b21dea4fe4 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:17:32 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-730a2f29-8331-43e7-beea-215e4fc6515e None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:17:32 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-841ef598-0a70-468f-b5a7-b3aceb73b3c5 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:17:36 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron.db.agents_db [None req-9e313f5e-8ba0-420a-91b7-ac237706456f None None] Agent healthcheck: found 5 active agents {{(pid=88900) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:330}} 2021-12-07 13:18:03.614 | Dec 07 13:18:00 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-56a956a1-4c67-4db4-9662-740af3625808 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:18:01 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-eed1d394-a978-4bb8-ba14-48b21dea4fe4 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-ebf61b82-03eb-4948-828f-e0ea64d60286 None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.614 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-server[88788]: DEBUG neutron_lib.callbacks.manager [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] Notify callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8739613575607', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-2919781'] for agent, after_update {{(pid=88899) _notify_loop /usr/local/lib/python3.6/dist-packages/neutron_lib/callbacks/manager.py:193}} 2021-12-07 13:18:03.618 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.621 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-dhcp.service 2021-12-07 13:18:03.636 | enabled 2021-12-07 13:18:03.640 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-dhcp.service --no-pager 2021-12-07 13:18:03.660 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2021-12-07 13:18:03.660 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.660 | Active: active (running) since Tue 2021-12-07 13:15:56 UTC; 2min 7s ago 2021-12-07 13:18:03.660 | Main PID: 90184 (/usr/bin/python) 2021-12-07 13:18:03.660 | Tasks: 12 (limit: 14352) 2021-12-07 13:18:03.660 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2021-12-07 13:18:03.660 | ├─90184 /usr/bin/python3.6 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini 2021-12-07 13:18:03.660 | ├─91767 /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/tmptzptjd3v/privsep.sock 2021-12-07 13:18:03.660 | ├─91776 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-07 13:18:03.660 | ├─91777 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-07 13:18:03.660 | └─91934 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/419eaa7c-c2bf-4505-9ea6-ab79ba827bd5/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/419eaa7c-c2bf-4505-9ea6-ab79ba827bd5/host --addn-hosts=/opt/stack/data/neutron/dhcp/419eaa7c-c2bf-4505-9ea6-ab79ba827bd5/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/419eaa7c-c2bf-4505-9ea6-ab79ba827bd5/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/419eaa7c-c2bf-4505-9ea6-ab79ba827bd5/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-307856bd-be39-42f6-9b64-4d9941c8ea19,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-12-07 13:18:03.660 | 2021-12-07 13:18:03.660 | Dec 07 13:16:44 dv-neutron-ussuri-2-hyperv dnsmasq[91934]: reading /etc/resolv.conf 2021-12-07 13:18:03.660 | Dec 07 13:16:44 dv-neutron-ussuri-2-hyperv dnsmasq[91934]: using nameserver 127.0.0.53#53 2021-12-07 13:18:03.661 | Dec 07 13:16:44 dv-neutron-ussuri-2-hyperv dnsmasq[91934]: reading /etc/resolv.conf 2021-12-07 13:18:03.661 | Dec 07 13:16:44 dv-neutron-ussuri-2-hyperv dnsmasq[91934]: using nameserver 127.0.0.53#53 2021-12-07 13:18:03.661 | Dec 07 13:16:44 dv-neutron-ussuri-2-hyperv dnsmasq[91934]: reading /etc/resolv.conf 2021-12-07 13:18:03.661 | Dec 07 13:16:44 dv-neutron-ussuri-2-hyperv dnsmasq[91934]: using nameserver 127.0.0.53#53 2021-12-07 13:18:03.661 | Dec 07 13:16:59 dv-neutron-ussuri-2-hyperv neutron-dhcp-agent[90184]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=90184) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.661 | Dec 07 13:16:59 dv-neutron-ussuri-2-hyperv neutron-dhcp-agent[90184]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=90184) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.661 | Dec 07 13:17:59 dv-neutron-ussuri-2-hyperv neutron-dhcp-agent[90184]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=90184) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.661 | Dec 07 13:17:59 dv-neutron-ussuri-2-hyperv neutron-dhcp-agent[90184]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=90184) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.664 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.666 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-meta.service 2021-12-07 13:18:03.681 | enabled 2021-12-07 13:18:03.685 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-meta.service --no-pager 2021-12-07 13:18:03.703 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2021-12-07 13:18:03.708 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.708 | Active: active (running) since Tue 2021-12-07 13:15:58 UTC; 2min 5s ago 2021-12-07 13:18:03.708 | Main PID: 90919 (/usr/bin/python) 2021-12-07 13:18:03.708 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:03.708 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2021-12-07 13:18:03.708 | ├─90919 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-12-07 13:18:03.708 | ├─91409 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-12-07 13:18:03.709 | └─91410 /usr/bin/python3.6 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini 2021-12-07 13:18:03.709 | 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_rabbit.ssl = False {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_rabbit.ssl_version = {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_notifications.driver = [] {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_notifications.retry = -1 {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] oslo_messaging_notifications.transport_url = **** {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:03.709 | Dec 07 13:16:02 dv-neutron-ussuri-2-hyperv neutron-metadata-agent[90919]: DEBUG oslo_service.service [None req-9d83ff3d-ce08-48ca-bfeb-95ac32f32fcf None None] ******************************************************************************** {{(pid=90919) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-07 13:18:03.709 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.711 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-agt.service 2021-12-07 13:18:03.725 | enabled 2021-12-07 13:18:03.729 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-agt.service --no-pager 2021-12-07 13:18:03.746 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2021-12-07 13:18:03.746 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.746 | Active: active (running) since Tue 2021-12-07 13:15:55 UTC; 2min 8s ago 2021-12-07 13:18:03.746 | Main PID: 89827 (/usr/bin/python) 2021-12-07 13:18:03.746 | Tasks: 7 (limit: 14352) 2021-12-07 13:18:03.746 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2021-12-07 13:18:03.746 | ├─89827 /usr/bin/python3.6 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2021-12-07 13:18:03.746 | ├─91380 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-07 13:18:03.746 | ├─91382 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-07 13:18:03.746 | └─91406 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2021-12-07 13:18:03.746 | 2021-12-07 13:18:03.747 | Dec 07 13:17:58 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: DEBUG neutron.agent.linux.utils [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 91406. {{(pid=89827) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:344}} 2021-12-07 13:18:03.747 | Dec 07 13:17:58 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Agent rpc_loop - iteration:58 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2021-12-07 13:18:03.747 | Dec 07 13:18:00 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Agent rpc_loop - iteration:59 started 2021-12-07 13:18:03.747 | Dec 07 13:18:00 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x6aa1aa8c,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=6463807580989205644,duration_nsec=493000000,duration_sec=120,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=89827) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-12-07 13:18:03.747 | Dec 07 13:18:00 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: DEBUG neutron.agent.linux.utils [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 91406. {{(pid=89827) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:344}} 2021-12-07 13:18:03.747 | Dec 07 13:18:00 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Agent rpc_loop - iteration:59 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.006 2021-12-07 13:18:03.747 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Agent rpc_loop - iteration:60 started 2021-12-07 13:18:03.747 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x6aa1aa8e,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=6463807580989205644,duration_nsec=493000000,duration_sec=122,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=89827) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:114}} 2021-12-07 13:18:03.747 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: DEBUG neutron.agent.linux.utils [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 91406. {{(pid=89827) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:344}} 2021-12-07 13:18:03.747 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-openvswitch-agent[89827]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ad23fe75-6627-4345-8e04-0ab6fe9a0056 None None] Agent rpc_loop - iteration:60 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.006 2021-12-07 13:18:03.750 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.754 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-l3.service 2021-12-07 13:18:03.768 | enabled 2021-12-07 13:18:03.772 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-l3.service --no-pager 2021-12-07 13:18:03.788 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2021-12-07 13:18:03.788 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.788 | Active: active (running) since Tue 2021-12-07 13:15:57 UTC; 2min 6s ago 2021-12-07 13:18:03.788 | Main PID: 90570 (/usr/bin/python) 2021-12-07 13:18:03.788 | Tasks: 12 (limit: 14352) 2021-12-07 13:18:03.788 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2021-12-07 13:18:03.788 | ├─90570 /usr/bin/python3.6 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini 2021-12-07 13:18:03.789 | ├─91477 /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/tmpvl_njtnn/privsep.sock 2021-12-07 13:18:03.789 | ├─92234 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-07 13:18:03.789 | ├─92235 /usr/bin/python3.6 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2021-12-07 13:18:03.789 | └─92430 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/120e5336-ac89-4cc2-9b80-fcae0ef78d58.conf 2021-12-07 13:18:03.789 | 2021-12-07 13:18:03.789 | Dec 07 13:17:01 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.789 | Dec 07 13:17:01 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.002s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.789 | Dec 07 13:17:02 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.789 | Dec 07 13:17:02 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.789 | Dec 07 13:17:22 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_service.periodic_task [None req-3c66e1ee-cf8d-467f-9d40-a0dcc8027680 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=90570) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-07 13:18:03.789 | Dec 07 13:18:01 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.789 | Dec 07 13:18:01 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.789 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.789 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=90570) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.789 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv neutron-l3-agent[90570]: DEBUG oslo_service.periodic_task [None req-3c66e1ee-cf8d-467f-9d40-a0dcc8027680 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=90570) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-07 13:18:03.793 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.795 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@rabbit.service 2021-12-07 13:18:03.808 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2021-12-07 13:18:03.812 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.815 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@tempest.service 2021-12-07 13:18:03.828 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2021-12-07 13:18:03.833 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.836 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@mysql.service 2021-12-07 13:18:03.848 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2021-12-07 13:18:03.853 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.856 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@etcd3.service 2021-12-07 13:18:03.869 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2021-12-07 13:18:03.873 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.876 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@dstat.service 2021-12-07 13:18:03.890 | enabled 2021-12-07 13:18:03.895 | + functions-common:service_check:1627 : sudo systemctl status devstack@dstat.service --no-pager 2021-12-07 13:18:03.913 | ● devstack@dstat.service - Devstack devstack@dstat.service 2021-12-07 13:18:03.913 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.913 | Active: active (running) since Tue 2021-12-07 12:55:30 UTC; 22min ago 2021-12-07 13:18:03.913 | Main PID: 70888 (dstat.sh) 2021-12-07 13:18:03.913 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:03.913 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2021-12-07 13:18:03.913 | ├─70888 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2021-12-07 13:18:03.913 | ├─70946 python2 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2021-12-07 13:18:03.913 | └─70947 python2 /usr/bin/dstat -tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap --tcp 2021-12-07 13:18:03.913 | 2021-12-07 13:18:03.914 | Dec 07 13:17:54 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:17:54| 28 3 68 2 0|4289M 2707M 147M 4637M| 498B 0 | 0 128k| 0 6.00 | 406 3730 |2.54 2.39 1.81|3.0 0 2.0| 0 0 |openstack 97689 25%6933k 0 |openstack 976896933k 0 25%|mysqld 410M| 0 0 | 26 263 0 142 0 2021-12-07 13:18:03.914 | Dec 07 13:17:55 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:17:55| 25 5 65 4 0|4258M 2738M 147M 4637M|1510B 0 | 0 502k| 0 27.0 |1096 5072 |2.54 2.39 1.81|3.0 0 79| 0 0 |uwsgi 721094.5%3713B 14k|bash 97336 11M 42k 0%|mysqld 410M| 0 0 | 26 263 0 145 0 2021-12-07 13:18:03.914 | Dec 07 13:17:56 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:17:56| 27 3 68 1 0|4283M 2713M 147M 4637M|1676B 0 | 0 84k| 0 3.00 | 379 3777 |2.42 2.37 1.81|2.0 0 1.0| 0 0 |openstack 97771 25%6083k 33k|openstack 977716083k 33k 25%|mysqld 410M| 0 0 | 26 263 0 145 0 2021-12-07 13:18:03.914 | Dec 07 13:17:57 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:17:57| 28 3 67 2 0|4297M 2699M 147M 4637M|1676B 0 | 0 64k| 0 9.00 | 776 4502 |2.42 2.37 1.81|2.0 0 0| 0 0 |openstack 97771 19%3529k 0 |openstack 977713529k 0 19%|mysqld 410M| 0 0 | 26 264 0 148 0 2021-12-07 13:18:03.914 | Dec 07 13:17:58 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:17:58| 27 4 67 2 0|4272M 2724M 147M 4637M| 664B 0 | 0 148k| 0 9.00 | 735 4427 |2.42 2.37 1.81|2.0 0 78| 0 0 |openstack 97849 19%5266k 33k|bash 97336 11M 42k 0%|mysqld 410M| 0 0 | 26 263 0 148 0 2021-12-07 13:18:03.914 | Dec 07 13:17:59 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:17:59| 28 3 66 3 0|4294M 2702M 147M 4637M|1510B 0 | 0 112k| 0 12.0 | 333 3649 |2.42 2.37 1.81|2.0 0 0| 0 0 |openstack 97849 25%5528k 0 |openstack 978495528k 0 25%|mysqld 410M| 0 0 | 26 263 0 147 0 2021-12-07 13:18:03.914 | Dec 07 13:18:00 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:18:00| 29 5 63 3 0|4258M 2738M 147M 4637M| 498B 0 | 0 172k| 0 12.0 |1455 5764 |2.42 2.37 1.81|3.0 0 143| 0 0 |openstack 979935.0%1920k 256B|bash 97336 11M 49k 0%|mysqld 410M| 0 0 | 26 263 0 154 0 2021-12-07 13:18:03.914 | Dec 07 13:18:01 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:18:01| 28 3 65 4 0|4283M 2712M 147M 4637M|1676B 0 | 0 144k| 0 9.00 | 378 3763 |2.30 2.35 1.80|3.0 0 1.0| 0 0 |openstack 97993 26%5857k 33k|openstack 979935857k 33k 26%|mysqld 410M| 0 0 | 26 263 0 147 0 2021-12-07 13:18:03.914 | Dec 07 13:18:02 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:18:02| 31 3 64 2 0|4297M 2699M 147M 4637M| 664B 0 | 0 188k| 0 15.0 | 685 4350 |2.30 2.35 1.80|3.0 0 0| 0 0 |openstack 97993 20%3529k 0 |openstack 979933529k 0 20%|mysqld 410M| 0 0 | 26 264 0 150 1 2021-12-07 13:18:03.914 | Dec 07 13:18:03 dv-neutron-ussuri-2-hyperv dstat.sh[70888]: 07-12 13:18:03| 24 13 58 5 0|4249M 2746M 147M 4637M| 664B 0 | 0 340k| 0 21.0 |2293 7438 |2.30 2.35 1.80|3.0 0 383| 0 0 |uwsgi 721093.0%2419B 10k|bash 17281 89M 387k1.5%|mysqld 410M| 0 0 | 26 263 0 145 0 2021-12-07 13:18:03.917 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.920 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-crt.service 2021-12-07 13:18:03.935 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2021-12-07 13:18:03.939 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.942 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cauth.service 2021-12-07 13:18:03.956 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2021-12-07 13:18:03.960 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:03.963 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-metering.service 2021-12-07 13:18:03.977 | enabled 2021-12-07 13:18:03.982 | + functions-common:service_check:1627 : sudo systemctl status devstack@q-metering.service --no-pager 2021-12-07 13:18:03.998 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2021-12-07 13:18:03.998 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2021-12-07 13:18:03.998 | Active: active (running) since Tue 2021-12-07 13:16:00 UTC; 2min 3s ago 2021-12-07 13:18:03.998 | Main PID: 91286 (/usr/bin/python) 2021-12-07 13:18:03.999 | Tasks: 1 (limit: 14352) 2021-12-07 13:18:03.999 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2021-12-07 13:18:03.999 | └─91286 /usr/bin/python3.6 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini 2021-12-07 13:18:03.999 | 2021-12-07 13:18:03.999 | Dec 07 13:17:04 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.000s {{(pid=91286) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.999 | Dec 07 13:17:26 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG oslo_service.periodic_task [None req-b7cdd3ad-d80b-4ad5-bb3d-addf9491a4ff None None] Running periodic task MeteringAgentWithStateReport._sync_routers_task {{(pid=91286) run_periodic_tasks /usr/local/lib/python3.6/dist-packages/oslo_service/periodic_task.py:217}} 2021-12-07 13:18:03.999 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG neutron.services.metering.agents.metering_agent [-] Sync router namespaces {{(pid=91286) _sync_router_namespaces /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2021-12-07 13:18:03.999 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=91286) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:03.999 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: 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=91286) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-12-07 13:18:03.999 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=91286) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:03.999 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=91286) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:215}} 2021-12-07 13:18:03.999 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=91286) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:358}} 2021-12-07 13:18:04.000 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: 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=91286) wrapper /usr/local/lib/python3.6/dist-packages/oslo_log/helpers.py:66}} 2021-12-07 13:18:04.000 | Dec 07 13:17:34 dv-neutron-ussuri-2-hyperv neutron-metering-agent[91286]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" released by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=91286) inner /usr/local/lib/python3.6/dist-packages/oslo_concurrency/lockutils.py:370}} 2021-12-07 13:18:04.003 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.006 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@q-vpn.service 2021-12-07 13:18:04.022 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2021-12-07 13:18:04.027 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.029 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@g-reg.service 2021-12-07 13:18:04.044 | enabled 2021-12-07 13:18:04.048 | + functions-common:service_check:1627 : sudo systemctl status devstack@g-reg.service --no-pager 2021-12-07 13:18:04.066 | ● devstack@g-reg.service - Devstack devstack@g-reg.service 2021-12-07 13:18:04.066 | Loaded: loaded (/etc/systemd/system/devstack@g-reg.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.066 | Active: active (running) since Tue 2021-12-07 13:15:00 UTC; 3min 3s ago 2021-12-07 13:18:04.066 | Main PID: 86925 (glance-registry) 2021-12-07 13:18:04.066 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:04.066 | CGroup: /system.slice/system-devstack.slice/devstack@g-reg.service 2021-12-07 13:18:04.066 | ├─86925 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-12-07 13:18:04.066 | ├─87434 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-12-07 13:18:04.066 | └─87435 /usr/bin/python3.6 /usr/local/bin/glance-registry --config-file=/etc/glance/glance-registry.conf 2021-12-07 13:18:04.066 | 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: DEBUG glance.common.config [-] healthcheck.backends = ['disable_by_file'] {{(pid=86925) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: DEBUG glance.common.config [-] healthcheck.detailed = False {{(pid=86925) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: DEBUG glance.common.config [-] healthcheck.disable_by_file_path = None {{(pid=86925) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: DEBUG glance.common.config [-] healthcheck.path = /healthcheck {{(pid=86925) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: DEBUG glance.common.config [-] ******************************************************************************** {{(pid=86925) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: INFO glance.common.wsgi [-] Starting 2 workers 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: INFO glance.common.wsgi [-] Started child 87434 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: INFO eventlet.wsgi.server [-] (87434) wsgi starting up on http://0.0.0.0:9191 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: INFO glance.common.wsgi [-] Started child 87435 2021-12-07 13:18:04.066 | Dec 07 13:15:02 dv-neutron-ussuri-2-hyperv glance-registry[86925]: INFO eventlet.wsgi.server [-] (87435) wsgi starting up on http://0.0.0.0:9191 2021-12-07 13:18:04.070 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.073 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@cinder.service 2021-12-07 13:18:04.087 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2021-12-07 13:18:04.091 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.094 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@c-bak.service 2021-12-07 13:18:04.108 | enabled 2021-12-07 13:18:04.113 | + functions-common:service_check:1627 : sudo systemctl status devstack@c-bak.service --no-pager 2021-12-07 13:18:04.130 | ● devstack@c-bak.service - Devstack devstack@c-bak.service 2021-12-07 13:18:04.130 | Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.130 | Active: active (running) since Tue 2021-12-07 13:17:37 UTC; 26s ago 2021-12-07 13:18:04.130 | Main PID: 96742 (cinder-backup) 2021-12-07 13:18:04.130 | Tasks: 2 (limit: 14352) 2021-12-07 13:18:04.130 | CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service 2021-12-07 13:18:04.130 | ├─96742 /usr/bin/python3.6 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2021-12-07 13:18:04.130 | └─97181 /usr/bin/python3.6 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2021-12-07 13:18:04.130 | 2021-12-07 13:18:04.130 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.use_multipath_for_image_xfer = False {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volume_backend_name = None {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volume_clear = zero {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volume_clear_ionice = None {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volume_clear_size = 0 {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volume_copy_blkio_cgroup_name = cinder-volume-copy {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volume_copy_bps_limit = 0 {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volume_dd_blocksize = 1M {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] backend_defaults.volumes_dir = /opt/stack/data/cinder/volumes {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.131 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv cinder-backup[96742]: DEBUG oslo_service.service [None req-c36d0566-3a0e-4a27-ae19-f74c658723ae None None] ******************************************************************************** {{(pid=96742) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-07 13:18:04.134 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.137 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-proxy.service 2021-12-07 13:18:04.154 | enabled 2021-12-07 13:18:04.159 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-proxy.service --no-pager 2021-12-07 13:18:04.176 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2021-12-07 13:18:04.176 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.176 | Active: active (running) since Tue 2021-12-07 13:14:55 UTC; 3min 8s ago 2021-12-07 13:18:04.176 | Main PID: 86427 (swift-proxy-ser) 2021-12-07 13:18:04.176 | Tasks: 2 (limit: 14352) 2021-12-07 13:18:04.176 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2021-12-07 13:18:04.176 | ├─86427 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-12-07 13:18:04.177 | └─86525 /usr/bin/python3.6 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2021-12-07 13:18:04.177 | 2021-12-07 13:18:04.177 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv proxy-server[86525]: 10.222.0.24 10.222.0.24 07/Dec/2021/13/15/35 PUT /v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71 HTTP/1.0 201 - python-swiftclient-3.9.1 gAAAAABhr15i... 645922816 - - txb249c94f3b714e31bd781-0061af5e64 - 18.9502 - - 1638882916.232392788 1638882935.182613611 0 2021-12-07 13:18:04.177 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv swift-proxy-server[86427]: proxy-server: 10.222.0.24 10.222.0.24 07/Dec/2021/13/15/35 PUT /v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71 HTTP/1.0 201 - python-swiftclient-3.9.1 gAAAAABhr15i... 645922816 - - txb249c94f3b714e31bd781-0061af5e64 - 18.9502 - - 1638882916.232392788 1638882935.182613611 0 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv proxy-server[86525]: Deferring reject downstream 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv proxy-server[86525]: Received request from 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv swift-proxy-server[86427]: proxy-server: Deferring reject downstream 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv swift-proxy-server[86427]: proxy-server: Received request from 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv swift-proxy-server[86427]: proxy-server: Authorizing as anonymous (txn: tx93c3c3e36b2d45f88c3ec-0061af5ef6) 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv proxy-server[86525]: Authorizing as anonymous (txn: tx93c3c3e36b2d45f88c3ec-0061af5ef6) 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv proxy-server[86525]: 10.222.0.24 10.222.0.24 07/Dec/2021/13/17/42 GET /info HTTP/1.0 200 - python-swiftclient-3.9.1 - - 1624 - tx93c3c3e36b2d45f88c3ec-0061af5ef6 - 0.0027 - - 1638883062.057938576 1638883062.060603380 - 2021-12-07 13:18:04.177 | Dec 07 13:17:42 dv-neutron-ussuri-2-hyperv swift-proxy-server[86427]: proxy-server: 10.222.0.24 10.222.0.24 07/Dec/2021/13/17/42 GET /info HTTP/1.0 200 - python-swiftclient-3.9.1 - - 1624 - tx93c3c3e36b2d45f88c3ec-0061af5ef6 - 0.0027 - - 1638883062.057938576 1638883062.060603380 - 2021-12-07 13:18:04.181 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.183 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-object.service 2021-12-07 13:18:04.198 | enabled 2021-12-07 13:18:04.203 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-object.service --no-pager 2021-12-07 13:18:04.220 | ● devstack@s-object.service - Devstack devstack@s-object.service 2021-12-07 13:18:04.221 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.221 | Active: active (running) since Tue 2021-12-07 13:14:51 UTC; 3min 12s ago 2021-12-07 13:18:04.221 | Main PID: 84944 (swift-object-se) 2021-12-07 13:18:04.221 | Tasks: 23 (limit: 14352) 2021-12-07 13:18:04.221 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2021-12-07 13:18:04.221 | ├─84944 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-12-07 13:18:04.221 | ├─85455 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-12-07 13:18:04.221 | └─85457 /usr/bin/python3.6 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2021-12-07 13:18:04.221 | 2021-12-07 13:18:04.221 | Dec 07 13:14:51 dv-neutron-ussuri-2-hyperv systemd[1]: Started Devstack devstack@s-object.service. 2021-12-07 13:18:04.221 | Dec 07 13:14:52 dv-neutron-ussuri-2-hyperv object-server[84944]: Started child 85455 from parent 84944 2021-12-07 13:18:04.221 | Dec 07 13:14:52 dv-neutron-ussuri-2-hyperv swift-object-server[84944]: object-server: Started child 85455 from parent 84944 2021-12-07 13:18:04.221 | Dec 07 13:14:52 dv-neutron-ussuri-2-hyperv object-server[84944]: Started child 85457 from parent 84944 2021-12-07 13:18:04.221 | Dec 07 13:14:52 dv-neutron-ussuri-2-hyperv swift-object-server[84944]: object-server: Started child 85457 from parent 84944 2021-12-07 13:18:04.221 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv object-server[85457]: 127.0.0.1 - - [07/Dec/2021:13:15:35 +0000] "PUT /sdb1/132/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" 201 - "PUT http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" "txb249c94f3b714e31bd781-0061af5e64" "proxy-server 86525" 18.9241 "-" 85457 0 2021-12-07 13:18:04.222 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv swift-object-server[84944]: object-server: 127.0.0.1 - - [07/Dec/2021:13:15:35 +0000] "PUT /sdb1/132/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" 201 - "PUT http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" "txb249c94f3b714e31bd781-0061af5e64" "proxy-server 86525" 18.9241 "-" 85457 0 2021-12-07 13:18:04.225 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.228 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-container.service 2021-12-07 13:18:04.242 | enabled 2021-12-07 13:18:04.246 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-container.service --no-pager 2021-12-07 13:18:04.264 | ● devstack@s-container.service - Devstack devstack@s-container.service 2021-12-07 13:18:04.264 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.264 | Active: active (running) since Tue 2021-12-07 13:14:52 UTC; 3min 11s ago 2021-12-07 13:18:04.265 | Main PID: 85307 (swift-container) 2021-12-07 13:18:04.265 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:04.265 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2021-12-07 13:18:04.265 | ├─85307 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-12-07 13:18:04.265 | ├─85764 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-12-07 13:18:04.265 | └─85766 /usr/bin/python3.6 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2021-12-07 13:18:04.265 | 2021-12-07 13:18:04.265 | Dec 07 13:14:53 dv-neutron-ussuri-2-hyperv container-server[85307]: Started child 85764 from parent 85307 2021-12-07 13:18:04.265 | Dec 07 13:14:53 dv-neutron-ussuri-2-hyperv swift-container-server[85307]: container-server: Started child 85764 from parent 85307 2021-12-07 13:18:04.265 | Dec 07 13:14:53 dv-neutron-ussuri-2-hyperv container-server[85307]: Started child 85766 from parent 85307 2021-12-07 13:18:04.265 | Dec 07 13:14:53 dv-neutron-ussuri-2-hyperv swift-container-server[85307]: container-server: Started child 85766 from parent 85307 2021-12-07 13:18:04.265 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv container-server[85766]: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "PUT /sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" 201 - "PUT http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" "txd8f9830f9d6743c7ba279-0061af5e63" "proxy-server 86525" 0.1535 "-" 85766 0 2021-12-07 13:18:04.265 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv swift-container-server[85307]: container-server: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "PUT /sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" 201 - "PUT http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" "txd8f9830f9d6743c7ba279-0061af5e63" "proxy-server 86525" 0.1535 "-" 85766 0 2021-12-07 13:18:04.265 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv container-server[85766]: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "HEAD /sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" 204 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance?format=json&states=listing" "txb249c94f3b714e31bd781-0061af5e64" "proxy-server 86525" 0.0035 "-" 85766 0 2021-12-07 13:18:04.266 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv swift-container-server[85307]: container-server: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "HEAD /sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" 204 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance?format=json&states=listing" "txb249c94f3b714e31bd781-0061af5e64" "proxy-server 86525" 0.0035 "-" 85766 0 2021-12-07 13:18:04.266 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv container-server[85766]: 127.0.0.1 - - [07/Dec/2021:13:15:35 +0000] "PUT /sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" 201 - "PUT http://10.222.0.24:8080/sdb1/132/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" "txb249c94f3b714e31bd781-0061af5e64" "object-server 85457" 0.0015 "-" 85766 0 2021-12-07 13:18:04.266 | Dec 07 13:15:35 dv-neutron-ussuri-2-hyperv swift-container-server[85307]: container-server: 127.0.0.1 - - [07/Dec/2021:13:15:35 +0000] "PUT /sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" 201 - "PUT http://10.222.0.24:8080/sdb1/132/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance/2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71" "txb249c94f3b714e31bd781-0061af5e64" "object-server 85457" 0.0015 "-" 85766 0 2021-12-07 13:18:04.271 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.275 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-account.service 2021-12-07 13:18:04.291 | enabled 2021-12-07 13:18:04.295 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-account.service --no-pager 2021-12-07 13:18:04.313 | ● devstack@s-account.service - Devstack devstack@s-account.service 2021-12-07 13:18:04.313 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.313 | Active: active (running) since Tue 2021-12-07 13:14:53 UTC; 3min 10s ago 2021-12-07 13:18:04.313 | Main PID: 85666 (swift-account-s) 2021-12-07 13:18:04.313 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:04.313 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2021-12-07 13:18:04.313 | ├─85666 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-12-07 13:18:04.313 | ├─86070 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-12-07 13:18:04.313 | └─86073 /usr/bin/python3.6 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2021-12-07 13:18:04.313 | 2021-12-07 13:18:04.314 | Dec 07 13:15:15 dv-neutron-ussuri-2-hyperv account-server[86073]: 127.0.0.1 - - [07/Dec/2021:13:15:15 +0000] "HEAD /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 404 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7?format=json" "tx7b7c693798a84f82acebc-0061af5e63" "proxy-server 86525" 0.0019 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:15 dv-neutron-ussuri-2-hyperv swift-account-server[85666]: account-server: 127.0.0.1 - - [07/Dec/2021:13:15:15 +0000] "HEAD /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 404 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7?format=json" "tx7b7c693798a84f82acebc-0061af5e63" "proxy-server 86525" 0.0019 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:15 dv-neutron-ussuri-2-hyperv account-server[86073]: 127.0.0.1 - - [07/Dec/2021:13:15:15 +0000] "HEAD /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 404 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7?format=json" "tx7b7c693798a84f82acebc-0061af5e63" "proxy-server 86525" 0.0004 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:15 dv-neutron-ussuri-2-hyperv swift-account-server[85666]: account-server: 127.0.0.1 - - [07/Dec/2021:13:15:15 +0000] "HEAD /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 404 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7?format=json" "tx7b7c693798a84f82acebc-0061af5e63" "proxy-server 86525" 0.0004 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv account-server[86073]: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "PUT /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 201 - "-" "txd8f9830f9d6743c7ba279-0061af5e63" "-" 0.2878 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv swift-account-server[85666]: account-server: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "PUT /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 201 - "-" "txd8f9830f9d6743c7ba279-0061af5e63" "-" 0.2878 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv account-server[86073]: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "HEAD /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 204 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7?format=json" "txd8f9830f9d6743c7ba279-0061af5e63" "proxy-server 86525" 0.0022 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv swift-account-server[85666]: account-server: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "HEAD /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7" 204 - "HEAD http://10.222.0.24:8080/v1/AUTH_26b30a7f9e9343eeae309c2be414dfc7?format=json" "txd8f9830f9d6743c7ba279-0061af5e63" "proxy-server 86525" 0.0022 "-" 86073 - 2021-12-07 13:18:04.314 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv account-server[86073]: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "PUT /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" "txd8f9830f9d6743c7ba279-0061af5e63" "container-server 85766" 0.0020 "-" 86073 0 2021-12-07 13:18:04.314 | Dec 07 13:15:16 dv-neutron-ussuri-2-hyperv swift-account-server[85666]: account-server: 127.0.0.1 - - [07/Dec/2021:13:15:16 +0000] "PUT /sdb1/365/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/471/AUTH_26b30a7f9e9343eeae309c2be414dfc7/glance" "txd8f9830f9d6743c7ba279-0061af5e63" "container-server 85766" 0.0020 "-" 86073 0 2021-12-07 13:18:04.318 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.320 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@heat.service 2021-12-07 13:18:04.334 | Failed to get unit file state for devstack@heat.service: No such file or directory 2021-12-07 13:18:04.338 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.341 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api.service 2021-12-07 13:18:04.355 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2021-12-07 13:18:04.359 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.362 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api-cfn.service 2021-12-07 13:18:04.375 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2021-12-07 13:18:04.379 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.382 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-api-cw.service 2021-12-07 13:18:04.396 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2021-12-07 13:18:04.400 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.402 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@h-eng.service 2021-12-07 13:18:04.416 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2021-12-07 13:18:04.421 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.424 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2021-12-07 13:18:04.437 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2021-12-07 13:18:04.445 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.445 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2021-12-07 13:18:04.459 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2021-12-07 13:18:04.464 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.466 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2021-12-07 13:18:04.480 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2021-12-07 13:18:04.485 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.487 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-api.service 2021-12-07 13:18:04.500 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2021-12-07 13:18:04.505 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.508 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2021-12-07 13:18:04.522 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2021-12-07 13:18:04.531 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.534 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@s-container-sync.service 2021-12-07 13:18:04.550 | enabled 2021-12-07 13:18:04.554 | + functions-common:service_check:1627 : sudo systemctl status devstack@s-container-sync.service --no-pager 2021-12-07 13:18:04.574 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2021-12-07 13:18:04.574 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.574 | Active: active (running) since Tue 2021-12-07 13:14:54 UTC; 3min 9s ago 2021-12-07 13:18:04.574 | Main PID: 86059 (swift-container) 2021-12-07 13:18:04.574 | Tasks: 1 (limit: 14352) 2021-12-07 13:18:04.574 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2021-12-07 13:18:04.574 | └─86059 /usr/bin/python3.6 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2021-12-07 13:18:04.574 | 2021-12-07 13:18:04.574 | Dec 07 13:14:54 dv-neutron-ussuri-2-hyperv systemd[1]: Started Devstack devstack@s-container-sync.service. 2021-12-07 13:18:04.574 | Dec 07 13:14:55 dv-neutron-ussuri-2-hyperv container-sync[86059]: Starting 86059 2021-12-07 13:18:04.574 | Dec 07 13:14:55 dv-neutron-ussuri-2-hyperv container-sync[86059]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2021-12-07 13:18:04.579 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.583 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-super-cond.service 2021-12-07 13:18:04.601 | enabled 2021-12-07 13:18:04.605 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-super-cond.service --no-pager 2021-12-07 13:18:04.624 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2021-12-07 13:18:04.624 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.624 | Active: active (running) since Tue 2021-12-07 13:16:49 UTC; 1min 15s ago 2021-12-07 13:18:04.624 | Main PID: 94412 (nova-conductor) 2021-12-07 13:18:04.624 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:04.624 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2021-12-07 13:18:04.624 | ├─94412 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-12-07 13:18:04.624 | ├─95301 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-12-07 13:18:04.624 | └─95302 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2021-12-07 13:18:04.624 | 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_messaging_rabbit.ssl_version = {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_messaging_notifications.driver = ['messagingv2'] {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_messaging_notifications.retry = -1 {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_messaging_notifications.transport_url = **** {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_reports.file_event_handler = None {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] oslo_reports.log_dir = None {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.624 | Dec 07 13:16:54 dv-neutron-ussuri-2-hyperv nova-conductor[94412]: DEBUG oslo_service.service [None req-77356059-fd90-457b-bfee-bc39868e8c75 None None] ******************************************************************************** {{(pid=94412) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-07 13:18:04.629 | + functions-common:service_check:1621 : for service in ${ENABLED_SERVICES//,/ } 2021-12-07 13:18:04.631 | + functions-common:service_check:1623 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2021-12-07 13:18:04.647 | enabled 2021-12-07 13:18:04.651 | + functions-common:service_check:1627 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2021-12-07 13:18:04.668 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2021-12-07 13:18:04.669 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2021-12-07 13:18:04.669 | Active: active (running) since Tue 2021-12-07 13:16:51 UTC; 1min 13s ago 2021-12-07 13:18:04.669 | Main PID: 94799 (nova-conductor) 2021-12-07 13:18:04.669 | Tasks: 3 (limit: 14352) 2021-12-07 13:18:04.669 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2021-12-07 13:18:04.669 | ├─94799 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-12-07 13:18:04.669 | ├─95308 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-12-07 13:18:04.669 | └─95309 /usr/bin/python3.6 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2021-12-07 13:18:04.669 | 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG oslo_service.service [None req-4adee4e7-6d34-444a-a321-423155420367 None None] oslo_messaging_notifications.transport_url = **** {{(pid=94799) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG oslo_service.service [None req-4adee4e7-6d34-444a-a321-423155420367 None None] oslo_reports.file_event_handler = None {{(pid=94799) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG oslo_service.service [None req-4adee4e7-6d34-444a-a321-423155420367 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=94799) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG oslo_service.service [None req-4adee4e7-6d34-444a-a321-423155420367 None None] oslo_reports.log_dir = None {{(pid=94799) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2589}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG oslo_service.service [None req-4adee4e7-6d34-444a-a321-423155420367 None None] ******************************************************************************** {{(pid=94799) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2591}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG nova.service [None req-2b96f0e8-36c2-4bc1-ba89-a30ce5bd0ecf None None] Creating RPC server for service conductor {{(pid=95309) start /opt/stack/nova/nova/service.py:196}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG nova.service [None req-8e27eb36-acef-49dc-af92-223744fe39a6 None None] Join ServiceGroup membership for this service conductor {{(pid=95308) start /opt/stack/nova/nova/service.py:214}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG nova.servicegroup.drivers.db [None req-8e27eb36-acef-49dc-af92-223744fe39a6 None None] DB_Driver: join new ServiceGroup member dv-neutron-ussuri-2-hyperv to the conductor group, service = {{(pid=95308) join /opt/stack/nova/nova/servicegroup/drivers/db.py:48}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG nova.service [None req-2b96f0e8-36c2-4bc1-ba89-a30ce5bd0ecf None None] Join ServiceGroup membership for this service conductor {{(pid=95309) start /opt/stack/nova/nova/service.py:214}} 2021-12-07 13:18:04.669 | Dec 07 13:16:55 dv-neutron-ussuri-2-hyperv nova-conductor[94799]: DEBUG nova.servicegroup.drivers.db [None req-2b96f0e8-36c2-4bc1-ba89-a30ce5bd0ecf None None] DB_Driver: join new ServiceGroup member dv-neutron-ussuri-2-hyperv to the conductor group, service = {{(pid=95309) join /opt/stack/nova/nova/servicegroup/drivers/db.py:48}} 2021-12-07 13:18:04.673 | + ./stack.sh:main:1395 : is_service_enabled n-api 2021-12-07 13:18:04.691 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:18:04.694 | + ./stack.sh:main:1396 : is_service_enabled n-cpu 2021-12-07 13:18:04.713 | + functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:18:04.715 | + ./stack.sh:main:1403 : 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-12-07 13:18:04.718 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:18:04.722 | + ./stack.sh:echo_summary:428 : 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-12-07 13:18:04.725 | + ./stack.sh:main:1410 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2021-12-07 13:18:08.264 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.264 | | Upgrade Check Results | 2021-12-07 13:18:08.264 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.264 | | Check: Cells v2 | 2021-12-07 13:18:08.264 | | Result: Success | 2021-12-07 13:18:08.264 | | Details: No host mappings or compute nodes were found. Remember to | 2021-12-07 13:18:08.264 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2021-12-07 13:18:08.264 | | compute hosts are deployed. | 2021-12-07 13:18:08.264 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.264 | | Check: Placement API | 2021-12-07 13:18:08.264 | | Result: Success | 2021-12-07 13:18:08.264 | | Details: None | 2021-12-07 13:18:08.264 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.264 | | Check: Ironic Flavor Migration | 2021-12-07 13:18:08.264 | | Result: Success | 2021-12-07 13:18:08.264 | | Details: None | 2021-12-07 13:18:08.264 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.264 | | Check: Cinder API | 2021-12-07 13:18:08.264 | | Result: Success | 2021-12-07 13:18:08.264 | | Details: None | 2021-12-07 13:18:08.264 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.265 | | Check: Policy Scope-based Defaults | 2021-12-07 13:18:08.265 | | Result: Success | 2021-12-07 13:18:08.265 | | Details: None | 2021-12-07 13:18:08.265 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.265 | | Check: Older than N-1 computes | 2021-12-07 13:18:08.265 | | Result: Success | 2021-12-07 13:18:08.265 | | Details: None | 2021-12-07 13:18:08.265 | +--------------------------------------------------------------------+ 2021-12-07 13:18:08.657 | + ./stack.sh:main:1417 : [[ -x /home/ubuntu/devstack/local.sh ]] 2021-12-07 13:18:08.660 | + ./stack.sh:main:1418 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2021-12-07 13:18:08.660 | Running user script /home/ubuntu/devstack/local.sh 2021-12-07 13:18:08.662 | + ./stack.sh:main:1419 : /home/ubuntu/devstack/local.sh 2021-12-07 13:18:08.664 | Before updating nova flavors: 2021-12-07 13:18:10.966 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-12-07 13:18:10.966 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2021-12-07 13:18:10.966 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-12-07 13:18:10.966 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2021-12-07 13:18:10.966 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2021-12-07 13:18:10.966 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2021-12-07 13:18:10.966 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2021-12-07 13:18:10.966 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2021-12-07 13:18:10.966 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2021-12-07 13:18:10.966 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2021-12-07 13:18:10.966 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2021-12-07 13:18:10.966 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2021-12-07 13:18:10.966 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2021-12-07 13:18:10.966 | +----+-----------+-------+------+-----------+-------+-----------+ 2021-12-07 13:18:12.930 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2021-12-07 13:18:13.015 | Flavor 42 not found 2021-12-07 13:18:14.885 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2021-12-07 13:18:14.972 | Flavor 84 not found 2021-12-07 13:18:16.817 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2021-12-07 13:18:16.901 | Flavor 451 not found 2021-12-07 13:18:18.758 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:18.758 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:18:18.758 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:18.758 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:18.758 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:20.660 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:20.660 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:18:20.660 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:20.660 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:20.660 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:22.551 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:22.551 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:18:22.551 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:22.551 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:22.551 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:24.441 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:24.441 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:18:24.441 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:24.441 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:24.441 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:24.531 | After updating nova flavors: 2021-12-07 13:18:26.316 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:26.316 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:18:26.316 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:26.316 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:18:26.316 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:18:26.316 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:18:31.697 | Neutron networks: 2021-12-07 13:18:33.952 | +--------------------------------------+---------+--------------------------------------+ 2021-12-07 13:18:33.952 | | ID | Name | Subnets | 2021-12-07 13:18:33.952 | +--------------------------------------+---------+--------------------------------------+ 2021-12-07 13:18:33.952 | | 3e4fe3c4-9dba-4ff1-b219-f50882f57056 | public | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 | 2021-12-07 13:18:33.952 | | 419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 | private | 307856bd-be39-42f6-9b64-4d9941c8ea19 | 2021-12-07 13:18:33.952 | +--------------------------------------+---------+--------------------------------------+ 2021-12-07 13:18:38.803 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:38.803 | | Field | Value | 2021-12-07 13:18:38.803 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:38.803 | | admin_state_up | UP | 2021-12-07 13:18:38.803 | | availability_zone_hints | | 2021-12-07 13:18:38.803 | | availability_zones | nova | 2021-12-07 13:18:38.803 | | created_at | 2021-12-07T13:16:28Z | 2021-12-07 13:18:38.803 | | description | | 2021-12-07 13:18:38.803 | | dns_domain | None | 2021-12-07 13:18:38.803 | | id | 3e4fe3c4-9dba-4ff1-b219-f50882f57056 | 2021-12-07 13:18:38.803 | | ipv4_address_scope | None | 2021-12-07 13:18:38.803 | | ipv6_address_scope | None | 2021-12-07 13:18:38.803 | | is_default | True | 2021-12-07 13:18:38.803 | | is_vlan_transparent | None | 2021-12-07 13:18:38.803 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='10ab71807a564b839e621c98cb6b77f9', project.name='admin', region_name='RegionOne', zone= | 2021-12-07 13:18:38.803 | | mtu | 1500 | 2021-12-07 13:18:38.803 | | name | public | 2021-12-07 13:18:38.803 | | port_security_enabled | True | 2021-12-07 13:18:38.803 | | project_id | 10ab71807a564b839e621c98cb6b77f9 | 2021-12-07 13:18:38.804 | | provider:network_type | flat | 2021-12-07 13:18:38.804 | | provider:physical_network | physnet1 | 2021-12-07 13:18:38.804 | | provider:segmentation_id | None | 2021-12-07 13:18:38.804 | | qos_policy_id | None | 2021-12-07 13:18:38.804 | | revision_number | 2 | 2021-12-07 13:18:38.804 | | router:external | External | 2021-12-07 13:18:38.804 | | segments | None | 2021-12-07 13:18:38.804 | | shared | False | 2021-12-07 13:18:38.804 | | status | ACTIVE | 2021-12-07 13:18:38.804 | | subnets | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 | 2021-12-07 13:18:38.804 | | tags | | 2021-12-07 13:18:38.804 | | updated_at | 2021-12-07T13:16:36Z | 2021-12-07 13:18:38.804 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:41.308 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:41.309 | | Field | Value | 2021-12-07 13:18:41.309 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:41.309 | | admin_state_up | UP | 2021-12-07 13:18:41.309 | | availability_zone_hints | | 2021-12-07 13:18:41.309 | | availability_zones | nova | 2021-12-07 13:18:41.309 | | created_at | 2021-12-07T13:16:11Z | 2021-12-07 13:18:41.309 | | description | | 2021-12-07 13:18:41.309 | | dns_domain | None | 2021-12-07 13:18:41.309 | | id | 419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 | 2021-12-07 13:18:41.309 | | ipv4_address_scope | None | 2021-12-07 13:18:41.309 | | ipv6_address_scope | None | 2021-12-07 13:18:41.309 | | is_default | None | 2021-12-07 13:18:41.309 | | is_vlan_transparent | None | 2021-12-07 13:18:41.309 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='e2c93e88440e48e59f76bcf68e508c9e', project.name=, region_name='RegionOne', zone= | 2021-12-07 13:18:41.309 | | mtu | 1500 | 2021-12-07 13:18:41.309 | | name | private | 2021-12-07 13:18:41.309 | | port_security_enabled | True | 2021-12-07 13:18:41.309 | | project_id | e2c93e88440e48e59f76bcf68e508c9e | 2021-12-07 13:18:41.309 | | provider:network_type | vlan | 2021-12-07 13:18:41.309 | | provider:physical_network | physnet1 | 2021-12-07 13:18:41.309 | | provider:segmentation_id | 392 | 2021-12-07 13:18:41.309 | | qos_policy_id | None | 2021-12-07 13:18:41.309 | | revision_number | 3 | 2021-12-07 13:18:41.309 | | router:external | Internal | 2021-12-07 13:18:41.309 | | segments | None | 2021-12-07 13:18:41.310 | | shared | False | 2021-12-07 13:18:41.310 | | status | ACTIVE | 2021-12-07 13:18:41.310 | | subnets | 307856bd-be39-42f6-9b64-4d9941c8ea19 | 2021-12-07 13:18:41.310 | | tags | | 2021-12-07 13:18:41.310 | | updated_at | 2021-12-07T13:18:31Z | 2021-12-07 13:18:41.310 | +---------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:41.435 | Neutron subnetworks: 2021-12-07 13:18:43.638 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-12-07 13:18:43.639 | | ID | Name | Network | Subnet | 2021-12-07 13:18:43.639 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-12-07 13:18:43.639 | | 307856bd-be39-42f6-9b64-4d9941c8ea19 | private-subnet | 419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 | 172.20.0.0/26 | 2021-12-07 13:18:43.639 | | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 | public-subnet | 3e4fe3c4-9dba-4ff1-b219-f50882f57056 | 172.36.4.0/24 | 2021-12-07 13:18:43.639 | +--------------------------------------+----------------+--------------------------------------+---------------+ 2021-12-07 13:18:49.019 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:49.019 | | Field | Value | 2021-12-07 13:18:49.019 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:49.019 | | allocation_pools | 172.20.0.2-172.20.0.62 | 2021-12-07 13:18:49.020 | | cidr | 172.20.0.0/26 | 2021-12-07 13:18:49.020 | | created_at | 2021-12-07T13:16:14Z | 2021-12-07 13:18:49.020 | | description | | 2021-12-07 13:18:49.020 | | dns_nameservers | 8.8.4.4, 8.8.8.8 | 2021-12-07 13:18:49.020 | | dns_publish_fixed_ip | None | 2021-12-07 13:18:49.020 | | enable_dhcp | True | 2021-12-07 13:18:49.020 | | gateway_ip | 172.20.0.1 | 2021-12-07 13:18:49.020 | | host_routes | | 2021-12-07 13:18:49.020 | | id | 307856bd-be39-42f6-9b64-4d9941c8ea19 | 2021-12-07 13:18:49.020 | | ip_version | 4 | 2021-12-07 13:18:49.020 | | ipv6_address_mode | None | 2021-12-07 13:18:49.020 | | ipv6_ra_mode | None | 2021-12-07 13:18:49.020 | | location | cloud='', project.domain_id=, project.domain_name=, project.id='e2c93e88440e48e59f76bcf68e508c9e', project.name=, region_name='RegionOne', zone= | 2021-12-07 13:18:49.020 | | name | private-subnet | 2021-12-07 13:18:49.020 | | network_id | 419eaa7c-c2bf-4505-9ea6-ab79ba827bd5 | 2021-12-07 13:18:49.020 | | prefix_length | None | 2021-12-07 13:18:49.020 | | project_id | e2c93e88440e48e59f76bcf68e508c9e | 2021-12-07 13:18:49.020 | | revision_number | 1 | 2021-12-07 13:18:49.020 | | segment_id | None | 2021-12-07 13:18:49.020 | | service_types | | 2021-12-07 13:18:49.020 | | subnetpool_id | d762f826-03d1-4dab-9b56-60c20a68741c | 2021-12-07 13:18:49.020 | | tags | | 2021-12-07 13:18:49.020 | | updated_at | 2021-12-07T13:18:31Z | 2021-12-07 13:18:49.020 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:51.380 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:51.380 | | Field | Value | 2021-12-07 13:18:51.380 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:51.380 | | allocation_pools | 172.36.4.2-172.36.4.254 | 2021-12-07 13:18:51.380 | | cidr | 172.36.4.0/24 | 2021-12-07 13:18:51.380 | | created_at | 2021-12-07T13:16:36Z | 2021-12-07 13:18:51.380 | | description | | 2021-12-07 13:18:51.380 | | dns_nameservers | | 2021-12-07 13:18:51.380 | | dns_publish_fixed_ip | None | 2021-12-07 13:18:51.381 | | enable_dhcp | False | 2021-12-07 13:18:51.381 | | gateway_ip | 172.36.4.1 | 2021-12-07 13:18:51.381 | | host_routes | | 2021-12-07 13:18:51.381 | | id | 308a38d7-9fe2-48ca-9a86-c2885e26dfe2 | 2021-12-07 13:18:51.381 | | ip_version | 4 | 2021-12-07 13:18:51.381 | | ipv6_address_mode | None | 2021-12-07 13:18:51.381 | | ipv6_ra_mode | None | 2021-12-07 13:18:51.381 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='10ab71807a564b839e621c98cb6b77f9', project.name='admin', region_name='RegionOne', zone= | 2021-12-07 13:18:51.381 | | name | public-subnet | 2021-12-07 13:18:51.381 | | network_id | 3e4fe3c4-9dba-4ff1-b219-f50882f57056 | 2021-12-07 13:18:51.381 | | prefix_length | None | 2021-12-07 13:18:51.381 | | project_id | 10ab71807a564b839e621c98cb6b77f9 | 2021-12-07 13:18:51.381 | | revision_number | 0 | 2021-12-07 13:18:51.381 | | segment_id | None | 2021-12-07 13:18:51.382 | | service_types | | 2021-12-07 13:18:51.382 | | subnetpool_id | None | 2021-12-07 13:18:51.382 | | tags | | 2021-12-07 13:18:51.382 | | updated_at | 2021-12-07T13:16:36Z | 2021-12-07 13:18:51.382 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:18:51.777 | + ./stack.sh:main:1428 : command openstack complete 2021-12-07 13:18:51.777 | + ./stack.sh:main:1429 : sudo tee /etc/bash_completion.d/osc.bash_completion 2021-12-07 13:18:51.781 | + ./stack.sh:main:1428 : openstack complete 2021-12-07 13:18:54.269 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2021-12-07 13:18:54.697 | + ./stack.sh:main:1432 : is_service_enabled cinder 2021-12-07 13:18:54.717 | + functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:18:54.719 | + ./stack.sh:main:1433 : is_ubuntu 2021-12-07 13:18:54.722 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-12-07 13:18:54.725 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-12-07 13:18:54.727 | + ./stack.sh:main:1434 : echo_summary 'Configuring lvm.conf global device filter' 2021-12-07 13:18:54.730 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:18:54.733 | + ./stack.sh:echo_summary:428 : echo -e Configuring lvm.conf global device filter 2021-12-07 13:18:54.736 | + ./stack.sh:main:1435 : set_lvm_filter 2021-12-07 13:18:54.739 | + lib/lvm:set_lvm_filter:184 : local 'filter_suffix="r|.*|" ] # from devstack' 2021-12-07 13:18:54.741 | + lib/lvm:set_lvm_filter:185 : local 'filter_string=global_filter = [ ' 2021-12-07 13:18:54.744 | + lib/lvm:set_lvm_filter:186 : local pv 2021-12-07 13:18:54.747 | + lib/lvm:set_lvm_filter:187 : local vg 2021-12-07 13:18:54.750 | + lib/lvm:set_lvm_filter:188 : local line 2021-12-07 13:18:54.753 | ++ lib/lvm:set_lvm_filter:190 : sudo pvs --noheadings -o name 2021-12-07 13:18:54.947 | + lib/lvm:set_lvm_filter:190 : for pv_info in $(sudo pvs --noheadings -o name) 2021-12-07 13:18:54.952 | ++ lib/lvm:set_lvm_filter:191 : echo -e /dev/loop1 2021-12-07 13:18:54.953 | ++ lib/lvm:set_lvm_filter:191 : sed 's/ //g' 2021-12-07 13:18:54.954 | ++ lib/lvm:set_lvm_filter:191 : sed 's/\/dev\///g' 2021-12-07 13:18:54.959 | + lib/lvm:set_lvm_filter:191 : pv=loop1 2021-12-07 13:18:54.962 | + lib/lvm:set_lvm_filter:192 : new='"a|loop1|", ' 2021-12-07 13:18:54.964 | + lib/lvm:set_lvm_filter:193 : filter_string='global_filter = [ "a|loop1|", ' 2021-12-07 13:18:54.967 | + lib/lvm:set_lvm_filter:190 : for pv_info in $(sudo pvs --noheadings -o name) 2021-12-07 13:18:54.973 | ++ lib/lvm:set_lvm_filter:191 : echo -e /dev/loop2 2021-12-07 13:18:54.973 | ++ lib/lvm:set_lvm_filter:191 : sed 's/ //g' 2021-12-07 13:18:54.973 | ++ lib/lvm:set_lvm_filter:191 : sed 's/\/dev\///g' 2021-12-07 13:18:54.979 | + lib/lvm:set_lvm_filter:191 : pv=loop2 2021-12-07 13:18:54.982 | + lib/lvm:set_lvm_filter:192 : new='"a|loop2|", ' 2021-12-07 13:18:54.985 | + lib/lvm:set_lvm_filter:193 : filter_string='global_filter = [ "a|loop1|", "a|loop2|", ' 2021-12-07 13:18:54.988 | + lib/lvm:set_lvm_filter:195 : filter_string='global_filter = [ "a|loop1|", "a|loop2|", "r|.*|" ] # from devstack' 2021-12-07 13:18:54.991 | + lib/lvm:set_lvm_filter:197 : clean_lvm_filter 2021-12-07 13:18:54.993 | + lib/lvm:clean_lvm_filter:172 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2021-12-07 13:18:55.014 | + lib/lvm:set_lvm_filter:198 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "a|loop1|", "a|loop2|", "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2021-12-07 13:18:55.035 | + lib/lvm:set_lvm_filter:199 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "a|loop1|", "a|loop2|", "r|.*|" ] # from devstack' 2021-12-07 13:18:55.038 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:18:55.041 | + ./stack.sh:echo_summary:428 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"a|loop1|",' '"a|loop2|",' '"r|.*|"' ']' '#' from devstack 2021-12-07 13:18:55.044 | + ./stack.sh:main:1445 : run_phase stack test-config 2021-12-07 13:18:55.048 | + functions-common:run_phase:1759 : local mode=stack 2021-12-07 13:18:55.050 | + functions-common:run_phase:1760 : local phase=test-config 2021-12-07 13:18:55.053 | + functions-common:run_phase:1761 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-07 13:18:55.056 | + functions-common:run_phase:1762 : local extra_plugin_file_name 2021-12-07 13:18:55.059 | + functions-common:run_phase:1763 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-07 13:18:55.062 | + functions-common:run_phase:1768 : local exceptions=80-tempest.sh 2021-12-07 13:18:55.065 | + functions-common:run_phase:1769 : local extra 2021-12-07 13:18:55.068 | ++ functions-common:run_phase:1770 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-07 13:18:55.072 | + functions-common:run_phase:1770 : extra=80-tempest.sh 2021-12-07 13:18:55.075 | + functions-common:run_phase:1771 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-07 13:18:55.078 | + functions-common:run_phase:1775 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-07 13:18:55.081 | + functions-common:run_phase:1775 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack test-config 2021-12-07 13:18:55.084 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-07 13:18:55.103 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:18:55.106 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 13:18:55.109 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:55.111 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2021-12-07 13:18:55.114 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:55.117 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-12-07 13:18:55.119 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:55.122 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2021-12-07 13:18:55.125 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:55.128 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2021-12-07 13:18:55.130 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-12-07 13:18:55.133 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-12-07 13:18:55.135 | ++ extras.d/80-tempest.sh:source:20 : echo_summary 'Initializing Tempest' 2021-12-07 13:18:55.138 | ++ ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:18:55.142 | ++ ./stack.sh:echo_summary:428 : echo -e Initializing Tempest 2021-12-07 13:18:55.144 | ++ extras.d/80-tempest.sh:source:21 : configure_tempest 2021-12-07 13:18:55.147 | ++ lib/tempest:configure_tempest:130 : [[ False == \T\r\u\e ]] 2021-12-07 13:18:55.150 | ++ lib/tempest:configure_tempest:134 : pip_install_gr testrepository 2021-12-07 13:18:55.152 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2021-12-07 13:18:55.154 | ++ inc/python:pip_install_gr:77 : local clean_name 2021-12-07 13:18:55.157 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2021-12-07 13:18:55.160 | +++ inc/python:get_from_global_requirements:238 : local package=testrepository 2021-12-07 13:18:55.162 | +++ inc/python:get_from_global_requirements:239 : local required_pkg 2021-12-07 13:18:55.165 | ++++ inc/python:get_from_global_requirements:240 : grep -i -h '^testrepository' /opt/stack/requirements/global-requirements.txt 2021-12-07 13:18:55.166 | ++++ inc/python:get_from_global_requirements:240 : cut -d# -f1 2021-12-07 13:18:55.170 | +++ inc/python:get_from_global_requirements:240 : required_pkg='testrepository ' 2021-12-07 13:18:55.173 | +++ inc/python:get_from_global_requirements:241 : [[ testrepository == '' ]] 2021-12-07 13:18:55.175 | +++ inc/python:get_from_global_requirements:244 : echo testrepository 2021-12-07 13:18:55.177 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2021-12-07 13:18:55.180 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2021-12-07 13:18:55.202 | Using python 3.6 to install testrepository because python3_enabled=True 2021-12-07 13:18:55.208 | ++ inc/python:pip_install:200 : 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 /usr/local/bin/pip3.6 install -c /opt/stack/requirements/upper-constraints.txt testrepository 2021-12-07 13:18:58.210 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 13:18:58.211 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-12-07 13:18:58.211 | Ignoring Django: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.212 | Ignoring Django: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.212 | Ignoring Django: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.213 | Ignoring Faker: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.213 | Ignoring Faker: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.214 | Ignoring Faker: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.214 | Ignoring GitPython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.215 | Ignoring GitPython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.215 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.215 | Ignoring M2Crypto: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.216 | Ignoring Pillow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.217 | Ignoring Pillow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.217 | Ignoring Pillow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.218 | Ignoring Pint: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.219 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.219 | Ignoring Pint: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.220 | Ignoring Pygments: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.221 | Ignoring Pygments: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.221 | Ignoring Pygments: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.221 | Ignoring SecretStorage: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.222 | Ignoring SecretStorage: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.222 | Ignoring SecretStorage: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.223 | Ignoring Sphinx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.223 | Ignoring Sphinx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.223 | Ignoring Sphinx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.226 | Ignoring actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.226 | Ignoring actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.227 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.227 | Ignoring aodhclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.228 | Ignoring aodhclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.229 | Ignoring aodhclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.229 | Ignoring asyncio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.230 | Ignoring asyncio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.230 | Ignoring atomicwrites: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.230 | Ignoring autobahn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.231 | Ignoring autobahn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.231 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.232 | Ignoring automaton: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.232 | Ignoring automaton: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.233 | Ignoring automaton: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.233 | Ignoring backports-abc: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.233 | Ignoring backports.functools-lru-cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.234 | Ignoring backports.ssl-match-hostname: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.235 | Ignoring bashate: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.235 | Ignoring bashate: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.236 | Ignoring bashate: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.236 | Ignoring blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.237 | Ignoring blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.237 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.238 | Ignoring cachetools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.238 | Ignoring cachetools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.238 | Ignoring cachetools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.239 | Ignoring castellan: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.240 | Ignoring castellan: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.240 | Ignoring castellan: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.241 | Ignoring cliff: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.241 | Ignoring cliff: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.241 | Ignoring cliff: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.242 | Ignoring configparser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.242 | Ignoring contextlib2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.243 | Ignoring debtcollector: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.244 | Ignoring debtcollector: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.244 | Ignoring debtcollector: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.245 | Ignoring dnspython: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.246 | Ignoring dnspython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.246 | Ignoring dnspython: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.247 | Ignoring dnspython3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.247 | Ignoring dnspython3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.248 | Ignoring enum34: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.249 | Ignoring funcsigs: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.249 | Ignoring functools32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.250 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.250 | Ignoring futurist: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.251 | Ignoring futurist: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.251 | Ignoring futurist: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.252 | Ignoring gitdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.252 | Ignoring gitdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.253 | Ignoring gitdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.253 | Ignoring gitdb2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.253 | Ignoring gitdb2: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.254 | Ignoring gitdb2: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.255 | Ignoring gunicorn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.255 | Ignoring gunicorn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.256 | Ignoring gunicorn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.256 | Ignoring happybase: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.256 | Ignoring heat-translator: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.257 | Ignoring heat-translator: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.257 | Ignoring heat-translator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.258 | Ignoring ifaddr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.258 | Ignoring ifaddr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.259 | Ignoring influxdb: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.259 | Ignoring influxdb: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.260 | Ignoring influxdb: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.260 | Ignoring ipaddress: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.261 | Ignoring jeepney: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.261 | Ignoring jeepney: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.262 | Ignoring joblib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.262 | Ignoring joblib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.263 | Ignoring keyring: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.264 | Ignoring keyring: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.264 | Ignoring keyring: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.266 | Ignoring libvirt-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.267 | Ignoring libvirt-python: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.267 | Ignoring libvirt-python: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.268 | Ignoring microversion-parse: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.268 | Ignoring microversion-parse: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.269 | Ignoring microversion-parse: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.269 | Ignoring mistral-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.269 | Ignoring mistral-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.270 | Ignoring mistral-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.270 | Ignoring more-itertools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.271 | Ignoring more-itertools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.271 | Ignoring more-itertools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.272 | Ignoring mox3: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.272 | Ignoring mox3: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.273 | Ignoring mox3: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.273 | Ignoring mypy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.274 | Ignoring mypy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.274 | Ignoring mypy-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.274 | Ignoring mypy-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.275 | Ignoring networkx: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.276 | Ignoring networkx: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.276 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.276 | Ignoring neutron-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.277 | Ignoring neutron-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.277 | Ignoring neutron-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.278 | Ignoring numpy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.279 | Ignoring numpy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.279 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.279 | Ignoring octavia-lib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.281 | Ignoring octavia-lib: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.282 | Ignoring octavia-lib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.282 | Ignoring openstack-doc-tools: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.282 | Ignoring openstack-doc-tools: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.283 | Ignoring openstack-doc-tools: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.283 | Ignoring openstackdocstheme: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.284 | Ignoring openstackdocstheme: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.284 | Ignoring openstackdocstheme: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.285 | Ignoring openstacksdk: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.285 | Ignoring openstacksdk: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.285 | Ignoring openstacksdk: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.286 | Ignoring os-api-ref: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.286 | Ignoring os-api-ref: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.287 | Ignoring os-api-ref: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.287 | Ignoring os-ken: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.288 | Ignoring os-ken: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.288 | Ignoring os-ken: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.289 | Ignoring os-resource-classes: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.289 | Ignoring os-resource-classes: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.290 | Ignoring os-resource-classes: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.290 | Ignoring os-testr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.290 | Ignoring os-testr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.291 | Ignoring os-testr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.291 | Ignoring os-traits: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.292 | Ignoring os-traits: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.292 | Ignoring os-traits: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.292 | Ignoring os-vif: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.293 | Ignoring os-vif: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.293 | Ignoring os-vif: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.294 | Ignoring os-win: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.294 | Ignoring os-win: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.295 | Ignoring os-win: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.295 | Ignoring oslo.cache: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.296 | Ignoring oslo.cache: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.297 | Ignoring oslo.cache: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.297 | Ignoring oslo.concurrency: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.298 | Ignoring oslo.concurrency: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.298 | Ignoring oslo.concurrency: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.298 | Ignoring oslo.config: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.299 | Ignoring oslo.config: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.299 | Ignoring oslo.config: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.299 | Ignoring oslo.context: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.300 | Ignoring oslo.context: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.300 | Ignoring oslo.context: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.301 | Ignoring oslo.db: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.301 | Ignoring oslo.db: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.302 | Ignoring oslo.db: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.302 | Ignoring oslo.i18n: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.303 | Ignoring oslo.i18n: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.303 | Ignoring oslo.i18n: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.303 | Ignoring oslo.limit: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.304 | Ignoring oslo.limit: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.304 | Ignoring oslo.limit: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.304 | Ignoring oslo.log: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.305 | Ignoring oslo.log: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.305 | Ignoring oslo.log: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.306 | Ignoring oslo.messaging: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.306 | Ignoring oslo.messaging: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.307 | Ignoring oslo.messaging: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.307 | Ignoring oslo.middleware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.307 | Ignoring oslo.middleware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.308 | Ignoring oslo.middleware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.308 | Ignoring oslo.policy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.309 | Ignoring oslo.policy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.309 | Ignoring oslo.policy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.309 | Ignoring oslo.privsep: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.310 | Ignoring oslo.privsep: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.310 | Ignoring oslo.privsep: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.311 | Ignoring oslo.reports: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.311 | Ignoring oslo.reports: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.312 | Ignoring oslo.reports: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.312 | Ignoring oslo.rootwrap: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.313 | Ignoring oslo.rootwrap: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.313 | Ignoring oslo.rootwrap: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.314 | Ignoring oslo.serialization: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.314 | Ignoring oslo.serialization: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.314 | Ignoring oslo.serialization: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.315 | Ignoring oslo.service: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.315 | Ignoring oslo.service: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.316 | Ignoring oslo.service: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.316 | Ignoring oslo.upgradecheck: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.317 | Ignoring oslo.upgradecheck: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.317 | Ignoring oslo.upgradecheck: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.317 | Ignoring oslo.utils: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.318 | Ignoring oslo.utils: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.318 | Ignoring oslo.utils: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.319 | Ignoring oslo.versionedobjects: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.319 | Ignoring oslo.versionedobjects: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.319 | Ignoring oslo.versionedobjects: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.320 | Ignoring oslo.vmware: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.320 | Ignoring oslo.vmware: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.321 | Ignoring oslo.vmware: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.321 | Ignoring oslotest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.322 | Ignoring oslotest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.322 | Ignoring oslotest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.323 | Ignoring osprofiler: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.323 | Ignoring osprofiler: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.323 | Ignoring osprofiler: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.324 | Ignoring ovsdbapp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.324 | Ignoring ovsdbapp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.325 | Ignoring ovsdbapp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.325 | Ignoring pathlib: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.326 | Ignoring pycadf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.328 | Ignoring pycadf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.328 | Ignoring pycadf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.330 | Ignoring pytest: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.330 | Ignoring pytest: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.331 | Ignoring pytest: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.331 | Ignoring pytest-html: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.332 | Ignoring pytest-html: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.332 | Ignoring pytest-html: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.332 | Ignoring python-blazarclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.333 | Ignoring python-blazarclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.333 | Ignoring python-blazarclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.334 | Ignoring python-cinderclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.334 | Ignoring python-cinderclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.335 | Ignoring python-cinderclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.335 | Ignoring python-cloudkittyclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.336 | Ignoring python-cloudkittyclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.336 | Ignoring python-cloudkittyclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.336 | Ignoring python-congressclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.337 | Ignoring python-congressclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.337 | Ignoring python-congressclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.338 | Ignoring python-designateclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.338 | Ignoring python-designateclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.339 | Ignoring python-designateclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.339 | Ignoring python-freezerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.340 | Ignoring python-freezerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.340 | Ignoring python-freezerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.340 | Ignoring python-glanceclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.341 | Ignoring python-glanceclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.341 | Ignoring python-glanceclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.341 | Ignoring python-heatclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.342 | Ignoring python-heatclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.342 | Ignoring python-heatclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.344 | Ignoring python-ironic-inspector-client: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.345 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.345 | Ignoring python-ironic-inspector-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.345 | Ignoring python-ironicclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.346 | Ignoring python-ironicclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.346 | Ignoring python-ironicclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.347 | Ignoring python-keystoneclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.347 | Ignoring python-keystoneclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.348 | Ignoring python-keystoneclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.348 | Ignoring python-manilaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.349 | Ignoring python-manilaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.349 | Ignoring python-manilaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.349 | Ignoring python-masakariclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.350 | Ignoring python-masakariclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.350 | Ignoring python-masakariclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.351 | Ignoring python-mistralclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.351 | Ignoring python-mistralclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.352 | Ignoring python-mistralclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.352 | Ignoring python-monascaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.353 | Ignoring python-monascaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.353 | Ignoring python-monascaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.353 | Ignoring python-muranoclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.354 | Ignoring python-muranoclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.354 | Ignoring python-muranoclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.354 | Ignoring python-neutronclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.355 | Ignoring python-neutronclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.355 | Ignoring python-neutronclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.356 | Ignoring python-novaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.356 | Ignoring python-novaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.357 | Ignoring python-novaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.357 | Ignoring python-octaviaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.358 | Ignoring python-octaviaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.358 | Ignoring python-octaviaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.359 | Ignoring python-qinlingclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.360 | Ignoring python-qinlingclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.360 | Ignoring python-qinlingclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.360 | Ignoring python-saharaclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.361 | Ignoring python-saharaclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.361 | Ignoring python-saharaclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.362 | Ignoring python-searchlightclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.362 | Ignoring python-searchlightclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.362 | Ignoring python-searchlightclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.363 | Ignoring python-senlinclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.363 | Ignoring python-senlinclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.364 | Ignoring python-senlinclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.364 | Ignoring python-solumclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.365 | Ignoring python-solumclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.365 | Ignoring python-solumclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.365 | Ignoring python-tackerclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.366 | Ignoring python-tackerclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.366 | Ignoring python-tackerclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.367 | Ignoring python-vitrageclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.367 | Ignoring python-vitrageclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.368 | Ignoring python-vitrageclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.368 | Ignoring python-watcherclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.369 | Ignoring python-watcherclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.369 | Ignoring python-watcherclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.369 | Ignoring python-zunclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.370 | Ignoring python-zunclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.370 | Ignoring python-zunclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.371 | Ignoring qpid-python: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.371 | Ignoring reno: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.372 | Ignoring reno: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.372 | Ignoring reno: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.373 | Ignoring scandir: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.374 | Ignoring scikit-learn: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.375 | Ignoring scikit-learn: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.375 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.375 | Ignoring scipy: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.376 | Ignoring scipy: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.376 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.377 | Ignoring seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.377 | Ignoring seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.378 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.378 | Ignoring singledispatch: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.379 | Ignoring smmap2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.379 | Ignoring soupsieve: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.380 | Ignoring soupsieve: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.380 | Ignoring soupsieve: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.380 | Ignoring sphinx-feature-classification: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.381 | Ignoring sphinx-feature-classification: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.381 | Ignoring sphinx-feature-classification: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.382 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.382 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.382 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.383 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.383 | Ignoring sphinxcontrib-applehelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.384 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.384 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.385 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.385 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.385 | Ignoring sphinxcontrib-devhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.386 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.386 | Ignoring sphinxcontrib-htmlhelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.387 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.387 | Ignoring sphinxcontrib-jsmath: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.388 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.388 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.389 | Ignoring sphinxcontrib-nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.389 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.391 | Ignoring sphinxcontrib-qthelp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.391 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.392 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.392 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.392 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.393 | Ignoring sphinxcontrib-serializinghtml: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.393 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.394 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.394 | Ignoring sphinxcontrib-svg2pdfconverter: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.394 | Ignoring sphinxcontrib-websupport: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.395 | Ignoring stestr: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.396 | Ignoring stestr: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.396 | Ignoring stestr: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.396 | Ignoring stomp.py: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.397 | Ignoring stomp.py: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.397 | Ignoring stomp.py: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.398 | Ignoring subprocess32: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.398 | Ignoring taskflow: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.399 | Ignoring taskflow: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.399 | Ignoring taskflow: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.400 | Ignoring thriftpy2: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.400 | Ignoring tooz: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.401 | Ignoring tooz: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.401 | Ignoring tooz: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.402 | Ignoring tornado: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.402 | Ignoring tornado: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.402 | Ignoring tornado: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.403 | Ignoring tosca-parser: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.403 | Ignoring tosca-parser: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.404 | Ignoring tosca-parser: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.404 | Ignoring tricircleclient: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.405 | Ignoring tricircleclient: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.406 | Ignoring tricircleclient: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.406 | Ignoring trollius: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.407 | Ignoring txaio: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.407 | Ignoring txaio: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.408 | Ignoring txaio: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.408 | Ignoring typed-ast: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.409 | Ignoring typed-ast: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.409 | Ignoring typing-extensions: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.409 | Ignoring typing-extensions: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.410 | Ignoring unicodecsv: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.411 | Ignoring weakrefmethod: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.411 | Ignoring webcolors: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.412 | Ignoring webcolors: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.412 | Ignoring webcolors: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.413 | Ignoring zeroconf: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.413 | Ignoring zeroconf: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.414 | Ignoring zeroconf: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.414 | Ignoring zipp: markers 'python_version == "2.7"' don't match your environment 2021-12-07 13:18:58.415 | Ignoring zipp: markers 'python_version == "3.7"' don't match your environment 2021-12-07 13:18:58.415 | Ignoring zipp: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:18:58.561 | Collecting testrepository===0.0.20 2021-12-07 13:18:58.571 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/752/449bc98c20253/testrepository-0.0.20.tar.gz (84 kB) 2021-12-07 13:18:59.524 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 931)) (2.4.0) 2021-12-07 13:18:59.547 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 950)) (1.4.0) 2021-12-07 13:18:59.551 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.1.0) 2021-12-07 13:18:59.559 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.0.0) 2021-12-07 13:18:59.572 | Requirement already satisfied: python-subunit===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 755)) (1.4.0) 2021-12-07 13:18:59.588 | Requirement already satisfied: six===1.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 834)) (1.14.0) 2021-12-07 13:18:59.592 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 703)) (1.6.0) 2021-12-07 13:18:59.596 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) (1.0.0) 2021-12-07 13:18:59.599 | Requirement already satisfied: pbr===5.4.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (5.4.5) 2021-12-07 13:18:59.602 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (1.0.0) 2021-12-07 13:18:59.605 | Requirement already satisfied: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 971)) (1.4.0) 2021-12-07 13:18:59.609 | Building wheels for collected packages: testrepository 2021-12-07 13:18:59.610 | Building wheel for testrepository (setup.py): started 2021-12-07 13:19:00.563 | Building wheel for testrepository (setup.py): finished with status 'done' 2021-12-07 13:19:00.565 | Created wheel for testrepository: filename=testrepository-0.0.20-py3-none-any.whl size=118724 sha256=b274d8585ccc43094dfe1913038c24704fdf70a714b893b4d04d3164f890bd3a 2021-12-07 13:19:00.565 | Stored in directory: /root/.cache/pip/wheels/36/3b/ce/ed9cda0bef537b5b92027f1bdebd644f601d39e1da0976f8d1 2021-12-07 13:19:00.566 | Successfully built testrepository 2021-12-07 13:19:02.830 | Installing collected packages: testrepository 2021-12-07 13:19:03.142 | Successfully installed testrepository-0.0.20 2021-12-07 13:19:03.295 | WARNING: You are using pip version 20.2.4; however, version 21.3.1 is available. 2021-12-07 13:19:03.295 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-12-07 13:19:03.404 | ++ inc/python:pip_install:207 : result=0 2021-12-07 13:19:03.408 | ++ inc/python:pip_install:209 : time_stop pip_install 2021-12-07 13:19:03.410 | ++ functions-common:time_stop:2331 : local name 2021-12-07 13:19:03.412 | ++ functions-common:time_stop:2332 : local end_time 2021-12-07 13:19:03.414 | ++ functions-common:time_stop:2333 : local elapsed_time 2021-12-07 13:19:03.416 | ++ functions-common:time_stop:2334 : local total 2021-12-07 13:19:03.418 | ++ functions-common:time_stop:2335 : local start_time 2021-12-07 13:19:03.421 | ++ functions-common:time_stop:2337 : name=pip_install 2021-12-07 13:19:03.423 | ++ functions-common:time_stop:2338 : start_time=1638883135194 2021-12-07 13:19:03.425 | ++ functions-common:time_stop:2340 : [[ -z 1638883135194 ]] 2021-12-07 13:19:03.428 | +++ functions-common:time_stop:2343 : date +%s%3N 2021-12-07 13:19:03.432 | ++ functions-common:time_stop:2343 : end_time=1638883143429 2021-12-07 13:19:03.434 | ++ functions-common:time_stop:2344 : elapsed_time=8235 2021-12-07 13:19:03.437 | ++ functions-common:time_stop:2345 : total=253788 2021-12-07 13:19:03.442 | ++ functions-common:time_stop:2347 : _TIME_START[$name]= 2021-12-07 13:19:03.442 | ++ functions-common:time_stop:2348 : _TIME_TOTAL[$name]=262023 2021-12-07 13:19:03.443 | ++ inc/python:pip_install:210 : return 0 2021-12-07 13:19:03.445 | ++ lib/tempest:configure_tempest:137 : local image_lines 2021-12-07 13:19:03.448 | ++ lib/tempest:configure_tempest:138 : local images 2021-12-07 13:19:03.450 | ++ lib/tempest:configure_tempest:139 : local num_images 2021-12-07 13:19:03.452 | ++ lib/tempest:configure_tempest:140 : local image_uuid 2021-12-07 13:19:03.455 | ++ lib/tempest:configure_tempest:141 : local image_uuid_alt 2021-12-07 13:19:03.457 | ++ lib/tempest:configure_tempest:142 : local password 2021-12-07 13:19:03.459 | ++ lib/tempest:configure_tempest:143 : local line 2021-12-07 13:19:03.461 | ++ lib/tempest:configure_tempest:144 : local flavors 2021-12-07 13:19:03.463 | ++ lib/tempest:configure_tempest:145 : local available_flavors 2021-12-07 13:19:03.467 | ++ lib/tempest:configure_tempest:146 : local flavors_ref 2021-12-07 13:19:03.467 | ++ lib/tempest:configure_tempest:147 : local flavor_lines 2021-12-07 13:19:03.470 | ++ lib/tempest:configure_tempest:148 : local flavor_ref_size 2021-12-07 13:19:03.472 | ++ lib/tempest:configure_tempest:149 : local flavor_ref_alt_size 2021-12-07 13:19:03.474 | ++ lib/tempest:configure_tempest:150 : local public_network_id 2021-12-07 13:19:03.476 | ++ lib/tempest:configure_tempest:151 : local public_router_id 2021-12-07 13:19:03.478 | ++ lib/tempest:configure_tempest:152 : local ssh_connect_method=floating 2021-12-07 13:19:03.480 | ++ lib/tempest:configure_tempest:153 : local disk 2021-12-07 13:19:03.482 | ++ lib/tempest:configure_tempest:156 : ifs=' 2021-12-07 13:19:03.482 | ' 2021-12-07 13:19:03.485 | ++ lib/tempest:configure_tempest:166 : declare -a images 2021-12-07 13:19:03.487 | ++ lib/tempest:configure_tempest:168 : is_service_enabled glance 2021-12-07 13:19:03.503 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:03.506 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-12-07 13:19:03.507 | +++ lib/tempest:configure_tempest:129 : oscwrap image list --property status=active 2021-12-07 13:19:03.507 | +++ lib/tempest:configure_tempest:129 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2021-12-07 13:19:05.862 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:19:05.865 | ++ lib/tempest:configure_tempest:170 : '[' ubuntu-16 = '' ']' 2021-12-07 13:19:05.868 | ++ lib/tempest:configure_tempest:174 : images+=($IMAGE_UUID) 2021-12-07 13:19:05.870 | ++ lib/tempest:configure_tempest:169 : read -r IMAGE_NAME IMAGE_UUID 2021-12-07 13:19:05.873 | ++ lib/tempest:configure_tempest:177 : case "${#images[*]}" in 2021-12-07 13:19:05.875 | ++ lib/tempest:configure_tempest:183 : '[' -z '' ']' 2021-12-07 13:19:05.878 | ++ lib/tempest:configure_tempest:184 : image_uuid=2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71 2021-12-07 13:19:05.880 | ++ lib/tempest:configure_tempest:185 : image_uuid_alt=2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71 2021-12-07 13:19:05.882 | ++ lib/tempest:configure_tempest:199 : sudo install -d -o ubuntu /opt/stack/tempest/etc 2021-12-07 13:19:05.895 | ++ lib/tempest:configure_tempest:200 : rm -f /opt/stack/tempest/etc/tempest.conf 2021-12-07 13:19:05.899 | ++ lib/tempest:configure_tempest:202 : local password=Passw0rd 2021-12-07 13:19:05.901 | ++ lib/tempest:configure_tempest:205 : local admin_username=admin 2021-12-07 13:19:05.904 | ++ lib/tempest:configure_tempest:206 : local admin_project_name=admin 2021-12-07 13:19:05.906 | ++ lib/tempest:configure_tempest:207 : local admin_domain_name=Default 2021-12-07 13:19:05.909 | ++ lib/tempest:configure_tempest:208 : local alt_username=alt_demo 2021-12-07 13:19:05.911 | ++ lib/tempest:configure_tempest:209 : local alt_project_name=alt_demo 2021-12-07 13:19:05.913 | ++ lib/tempest:configure_tempest:210 : local admin_project_id 2021-12-07 13:19:05.917 | +++ lib/tempest:configure_tempest:211 : oscwrap project list 2021-12-07 13:19:05.917 | +++ lib/tempest:configure_tempest:211 : awk '/ admin / { print $2 }' 2021-12-07 13:19:08.125 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:19:08.128 | ++ lib/tempest:configure_tempest:211 : admin_project_id=10ab71807a564b839e621c98cb6b77f9 2021-12-07 13:19:08.130 | ++ lib/tempest:configure_tempest:213 : is_service_enabled nova 2021-12-07 13:19:08.146 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:08.149 | +++ lib/tempest:configure_tempest:216 : nova flavor-list 2021-12-07 13:19:10.016 | ++ lib/tempest:configure_tempest:216 : available_flavors='+-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:19:10.016 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:19:10.017 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:19:10.017 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:19:10.017 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:19:10.017 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+' 2021-12-07 13:19:10.019 | ++ lib/tempest:configure_tempest:217 : [[ -z '' ]] 2021-12-07 13:19:10.021 | ++ lib/tempest:configure_tempest:218 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:19:10.021 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:19:10.021 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:19:10.021 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:19:10.021 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:19:10.022 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.nano ]] 2021-12-07 13:19:10.023 | ++ lib/tempest:configure_tempest:223 : flavor_ref=42 2021-12-07 13:19:10.026 | ++ lib/tempest:configure_tempest:224 : [[ +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:19:10.026 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2021-12-07 13:19:10.026 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2021-12-07 13:19:10.026 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2021-12-07 13:19:10.026 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2021-12-07 13:19:10.026 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ =~ m1\.micro ]] 2021-12-07 13:19:10.028 | ++ lib/tempest:configure_tempest:229 : flavor_ref_alt=84 2021-12-07 13:19:10.030 | ++ lib/tempest:configure_tempest:278 : iniset /opt/stack/tempest/etc/tempest.conf network project_network_cidr 172.20.0.0/16 2021-12-07 13:19:10.066 | ++ lib/tempest:configure_tempest:280 : ssh_connect_method=floating 2021-12-07 13:19:10.068 | ++ lib/tempest:configure_tempest:286 : [[ True == \T\r\u\e ]] 2021-12-07 13:19:10.070 | ++ lib/tempest:configure_tempest:286 : is_networking_extension_supported external-net 2021-12-07 13:19:10.073 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : local extension=external-net 2021-12-07 13:19:10.076 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2021-12-07 13:19:12.340 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:19:12.344 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:437 : EXT_LIST='address-scope 2021-12-07 13:19:12.344 | router-admin-state-down-before-update 2021-12-07 13:19:12.344 | agent 2021-12-07 13:19:12.344 | agent-resources-synced 2021-12-07 13:19:12.344 | allowed-address-pairs 2021-12-07 13:19:12.344 | auto-allocated-topology 2021-12-07 13:19:12.345 | availability_zone 2021-12-07 13:19:12.345 | availability_zone_filter 2021-12-07 13:19:12.345 | default-subnetpools 2021-12-07 13:19:12.345 | dhcp_agent_scheduler 2021-12-07 13:19:12.345 | dvr 2021-12-07 13:19:12.345 | empty-string-filtering 2021-12-07 13:19:12.345 | external-net 2021-12-07 13:19:12.345 | extra_dhcp_opt 2021-12-07 13:19:12.345 | extraroute 2021-12-07 13:19:12.345 | extraroute-atomic 2021-12-07 13:19:12.345 | filter-validation 2021-12-07 13:19:12.345 | fip-port-details 2021-12-07 13:19:12.345 | flavors 2021-12-07 13:19:12.345 | floatingip-pools 2021-12-07 13:19:12.345 | ip-substring-filtering 2021-12-07 13:19:12.345 | router 2021-12-07 13:19:12.345 | ext-gw-mode 2021-12-07 13:19:12.345 | l3-ha 2021-12-07 13:19:12.345 | l3-flavors 2021-12-07 13:19:12.345 | l3-port-ip-change-not-allowed 2021-12-07 13:19:12.345 | l3_agent_scheduler 2021-12-07 13:19:12.345 | metering 2021-12-07 13:19:12.345 | multi-provider 2021-12-07 13:19:12.345 | net-mtu 2021-12-07 13:19:12.345 | net-mtu-writable 2021-12-07 13:19:12.345 | network_availability_zone 2021-12-07 13:19:12.345 | network-ip-availability 2021-12-07 13:19:12.345 | pagination 2021-12-07 13:19:12.345 | port-mac-address-regenerate 2021-12-07 13:19:12.345 | binding 2021-12-07 13:19:12.345 | binding-extended 2021-12-07 13:19:12.345 | port-security 2021-12-07 13:19:12.345 | project-id 2021-12-07 13:19:12.345 | provider 2021-12-07 13:19:12.345 | quotas 2021-12-07 13:19:12.345 | quota_details 2021-12-07 13:19:12.346 | rbac-policies 2021-12-07 13:19:12.346 | rbac-address-scope 2021-12-07 13:19:12.346 | rbac-security-groups 2021-12-07 13:19:12.346 | rbac-subnetpool 2021-12-07 13:19:12.346 | revision-if-match 2021-12-07 13:19:12.346 | standard-attr-revisions 2021-12-07 13:19:12.346 | router_availability_zone 2021-12-07 13:19:12.346 | port-security-groups-filtering 2021-12-07 13:19:12.346 | security-group 2021-12-07 13:19:12.346 | service-type 2021-12-07 13:19:12.346 | sorting 2021-12-07 13:19:12.346 | standard-attr-description 2021-12-07 13:19:12.346 | stateful-security-group 2021-12-07 13:19:12.346 | subnet_onboard 2021-12-07 13:19:12.346 | subnet-service-types 2021-12-07 13:19:12.346 | subnet_allocation 2021-12-07 13:19:12.346 | subnetpool-prefix-ops 2021-12-07 13:19:12.346 | standard-attr-tag 2021-12-07 13:19:12.346 | standard-attr-timestamp' 2021-12-07 13:19:12.347 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : [[ address-scope 2021-12-07 13:19:12.348 | router-admin-state-down-before-update 2021-12-07 13:19:12.348 | agent 2021-12-07 13:19:12.348 | agent-resources-synced 2021-12-07 13:19:12.348 | allowed-address-pairs 2021-12-07 13:19:12.348 | auto-allocated-topology 2021-12-07 13:19:12.348 | availability_zone 2021-12-07 13:19:12.348 | availability_zone_filter 2021-12-07 13:19:12.348 | default-subnetpools 2021-12-07 13:19:12.348 | dhcp_agent_scheduler 2021-12-07 13:19:12.348 | dvr 2021-12-07 13:19:12.348 | empty-string-filtering 2021-12-07 13:19:12.348 | external-net 2021-12-07 13:19:12.348 | extra_dhcp_opt 2021-12-07 13:19:12.348 | extraroute 2021-12-07 13:19:12.348 | extraroute-atomic 2021-12-07 13:19:12.348 | filter-validation 2021-12-07 13:19:12.348 | fip-port-details 2021-12-07 13:19:12.348 | flavors 2021-12-07 13:19:12.348 | floatingip-pools 2021-12-07 13:19:12.348 | ip-substring-filtering 2021-12-07 13:19:12.348 | router 2021-12-07 13:19:12.348 | ext-gw-mode 2021-12-07 13:19:12.348 | l3-ha 2021-12-07 13:19:12.348 | l3-flavors 2021-12-07 13:19:12.348 | l3-port-ip-change-not-allowed 2021-12-07 13:19:12.348 | l3_agent_scheduler 2021-12-07 13:19:12.348 | metering 2021-12-07 13:19:12.348 | multi-provider 2021-12-07 13:19:12.348 | net-mtu 2021-12-07 13:19:12.348 | net-mtu-writable 2021-12-07 13:19:12.348 | network_availability_zone 2021-12-07 13:19:12.349 | network-ip-availability 2021-12-07 13:19:12.349 | pagination 2021-12-07 13:19:12.349 | port-mac-address-regenerate 2021-12-07 13:19:12.349 | binding 2021-12-07 13:19:12.349 | binding-extended 2021-12-07 13:19:12.349 | port-security 2021-12-07 13:19:12.349 | project-id 2021-12-07 13:19:12.349 | provider 2021-12-07 13:19:12.349 | quotas 2021-12-07 13:19:12.349 | quota_details 2021-12-07 13:19:12.349 | rbac-policies 2021-12-07 13:19:12.349 | rbac-address-scope 2021-12-07 13:19:12.349 | rbac-security-groups 2021-12-07 13:19:12.349 | rbac-subnetpool 2021-12-07 13:19:12.349 | revision-if-match 2021-12-07 13:19:12.349 | standard-attr-revisions 2021-12-07 13:19:12.349 | router_availability_zone 2021-12-07 13:19:12.349 | port-security-groups-filtering 2021-12-07 13:19:12.349 | security-group 2021-12-07 13:19:12.349 | service-type 2021-12-07 13:19:12.349 | sorting 2021-12-07 13:19:12.349 | standard-attr-description 2021-12-07 13:19:12.349 | stateful-security-group 2021-12-07 13:19:12.349 | subnet_onboard 2021-12-07 13:19:12.349 | subnet-service-types 2021-12-07 13:19:12.349 | subnet_allocation 2021-12-07 13:19:12.349 | subnetpool-prefix-ops 2021-12-07 13:19:12.350 | standard-attr-tag 2021-12-07 13:19:12.350 | standard-attr-timestamp =~ external-net ]] 2021-12-07 13:19:12.350 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:438 : return 0 2021-12-07 13:19:12.353 | +++ lib/tempest:configure_tempest:287 : oscwrap network show -f value -c id public 2021-12-07 13:19:14.730 | +++ functions-common:oscwrap:2371 : return 0 2021-12-07 13:19:14.734 | ++ lib/tempest:configure_tempest:287 : public_network_id=3e4fe3c4-9dba-4ff1-b219-f50882f57056 2021-12-07 13:19:14.736 | ++ lib/tempest:configure_tempest:289 : openstack network create --share shared 2021-12-07 13:19:17.422 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:19:17.423 | | Field | Value | 2021-12-07 13:19:17.423 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:19:17.423 | | admin_state_up | UP | 2021-12-07 13:19:17.423 | | availability_zone_hints | | 2021-12-07 13:19:17.423 | | availability_zones | | 2021-12-07 13:19:17.423 | | created_at | 2021-12-07T13:19:17Z | 2021-12-07 13:19:17.423 | | description | | 2021-12-07 13:19:17.423 | | dns_domain | None | 2021-12-07 13:19:17.423 | | id | 2966a1f1-c376-485f-8d5d-7085ade9b98c | 2021-12-07 13:19:17.423 | | ipv4_address_scope | None | 2021-12-07 13:19:17.423 | | ipv6_address_scope | None | 2021-12-07 13:19:17.423 | | is_default | False | 2021-12-07 13:19:17.423 | | is_vlan_transparent | None | 2021-12-07 13:19:17.423 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='10ab71807a564b839e621c98cb6b77f9', project.name='admin', region_name='RegionOne', zone= | 2021-12-07 13:19:17.423 | | mtu | 1500 | 2021-12-07 13:19:17.423 | | name | shared | 2021-12-07 13:19:17.423 | | port_security_enabled | True | 2021-12-07 13:19:17.424 | | project_id | 10ab71807a564b839e621c98cb6b77f9 | 2021-12-07 13:19:17.424 | | provider:network_type | vlan | 2021-12-07 13:19:17.424 | | provider:physical_network | physnet1 | 2021-12-07 13:19:17.424 | | provider:segmentation_id | 397 | 2021-12-07 13:19:17.424 | | qos_policy_id | None | 2021-12-07 13:19:17.424 | | revision_number | 1 | 2021-12-07 13:19:17.424 | | router:external | Internal | 2021-12-07 13:19:17.424 | | segments | None | 2021-12-07 13:19:17.424 | | shared | True | 2021-12-07 13:19:17.424 | | status | ACTIVE | 2021-12-07 13:19:17.424 | | subnets | | 2021-12-07 13:19:17.424 | | tags | | 2021-12-07 13:19:17.424 | | updated_at | 2021-12-07T13:19:17Z | 2021-12-07 13:19:17.424 | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:19:17.560 | ++ lib/tempest:configure_tempest:290 : openstack subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2021-12-07 13:19:20.461 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:19:20.461 | | Field | Value | 2021-12-07 13:19:20.461 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:19:20.461 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2021-12-07 13:19:20.461 | | cidr | 192.168.233.0/24 | 2021-12-07 13:19:20.461 | | created_at | 2021-12-07T13:19:20Z | 2021-12-07 13:19:20.461 | | description | shared-subnet | 2021-12-07 13:19:20.461 | | dns_nameservers | | 2021-12-07 13:19:20.461 | | dns_publish_fixed_ip | None | 2021-12-07 13:19:20.461 | | enable_dhcp | True | 2021-12-07 13:19:20.461 | | gateway_ip | 192.168.233.1 | 2021-12-07 13:19:20.461 | | host_routes | | 2021-12-07 13:19:20.461 | | id | a0ef2ba1-4f51-4013-8602-f68cb45aec29 | 2021-12-07 13:19:20.461 | | ip_version | 4 | 2021-12-07 13:19:20.461 | | ipv6_address_mode | None | 2021-12-07 13:19:20.461 | | ipv6_ra_mode | None | 2021-12-07 13:19:20.461 | | location | cloud='', project.domain_id='default', project.domain_name=, project.id='10ab71807a564b839e621c98cb6b77f9', project.name='admin', region_name='RegionOne', zone= | 2021-12-07 13:19:20.461 | | name | shared-subnet | 2021-12-07 13:19:20.461 | | network_id | 2966a1f1-c376-485f-8d5d-7085ade9b98c | 2021-12-07 13:19:20.461 | | prefix_length | None | 2021-12-07 13:19:20.462 | | project_id | 10ab71807a564b839e621c98cb6b77f9 | 2021-12-07 13:19:20.462 | | revision_number | 0 | 2021-12-07 13:19:20.462 | | segment_id | None | 2021-12-07 13:19:20.462 | | service_types | | 2021-12-07 13:19:20.462 | | subnetpool_id | None | 2021-12-07 13:19:20.462 | | tags | | 2021-12-07 13:19:20.462 | | updated_at | 2021-12-07T13:19:20Z | 2021-12-07 13:19:20.462 | +----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2021-12-07 13:19:20.590 | ++ lib/tempest:configure_tempest:293 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_syslog False 2021-12-07 13:19:20.619 | ++ lib/tempest:configure_tempest:296 : iniset /opt/stack/tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2021-12-07 13:19:20.649 | ++ lib/tempest:configure_tempest:297 : mkdir -p /opt/stack/data/tempest 2021-12-07 13:19:20.653 | ++ lib/tempest:configure_tempest:298 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT use_stderr False 2021-12-07 13:19:20.679 | ++ lib/tempest:configure_tempest:299 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT log_file tempest.log 2021-12-07 13:19:20.705 | ++ lib/tempest:configure_tempest:300 : iniset /opt/stack/tempest/etc/tempest.conf DEFAULT debug True 2021-12-07 13:19:20.733 | ++ lib/tempest:configure_tempest:303 : iniset /opt/stack/tempest/etc/tempest.conf compute build_timeout 196 2021-12-07 13:19:20.774 | ++ lib/tempest:configure_tempest:304 : iniset /opt/stack/tempest/etc/tempest.conf volume build_timeout 196 2021-12-07 13:19:20.803 | ++ lib/tempest:configure_tempest:307 : iniset /opt/stack/tempest/etc/tempest.conf identity uri http://10.222.0.24/identity/v2.0/ 2021-12-07 13:19:20.833 | ++ lib/tempest:configure_tempest:308 : iniset /opt/stack/tempest/etc/tempest.conf identity uri_v3 http://10.222.0.24/identity/v3 2021-12-07 13:19:20.860 | ++ lib/tempest:configure_tempest:309 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2021-12-07 13:19:20.887 | ++ lib/tempest:configure_tempest:310 : iniset /opt/stack/tempest/etc/tempest.conf identity user_lockout_duration 10 2021-12-07 13:19:20.920 | ++ lib/tempest:configure_tempest:311 : iniset /opt/stack/tempest/etc/tempest.conf identity user_unique_last_password_count 2 2021-12-07 13:19:20.947 | ++ lib/tempest:configure_tempest:312 : [[ True == \T\r\u\e ]] 2021-12-07 13:19:20.949 | ++ lib/tempest:configure_tempest:313 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_username admin 2021-12-07 13:19:20.980 | ++ lib/tempest:configure_tempest:314 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_password Passw0rd 2021-12-07 13:19:21.007 | ++ lib/tempest:configure_tempest:315 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_project_name admin 2021-12-07 13:19:21.034 | ++ lib/tempest:configure_tempest:316 : iniset /opt/stack/tempest/etc/tempest.conf auth admin_domain_name Default 2021-12-07 13:19:21.066 | ++ lib/tempest:configure_tempest:318 : '[' False == True ']' 2021-12-07 13:19:21.069 | ++ lib/tempest:configure_tempest:323 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2021-12-07 13:19:21.099 | ++ lib/tempest:configure_tempest:325 : iniset /opt/stack/tempest/etc/tempest.conf identity auth_version v3 2021-12-07 13:19:21.128 | ++ lib/tempest:configure_tempest:326 : [[ '' != \v\2 ]] 2021-12-07 13:19:21.131 | ++ lib/tempest:configure_tempest:328 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2021-12-07 13:19:21.160 | ++ lib/tempest:configure_tempest:331 : is_service_enabled tls-proxy 2021-12-07 13:19:21.178 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:19:21.181 | ++ lib/tempest:configure_tempest:336 : [[ True = True ]] 2021-12-07 13:19:21.183 | ++ lib/tempest:configure_tempest:337 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2021-12-07 13:19:21.210 | ++ lib/tempest:configure_tempest:342 : is_service_enabled ldap 2021-12-07 13:19:21.228 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:19:21.231 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled project_tags True 2021-12-07 13:19:21.258 | ++ lib/tempest:configure_tempest:352 : iniset /opt/stack/tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2021-12-07 13:19:21.302 | ++ lib/tempest:configure_tempest:357 : [[ ! -z '' ]] 2021-12-07 13:19:21.304 | ++ lib/tempest:configure_tempest:360 : '[' libvirt = xenserver ']' 2021-12-07 13:19:21.307 | ++ lib/tempest:configure_tempest:365 : '[' False '!=' True ']' 2021-12-07 13:19:21.309 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack/tempest/etc/tempest.conf image-feature-enabled api_v1 False 2021-12-07 13:19:21.343 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref 2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71 2021-12-07 13:19:21.370 | ++ lib/tempest:configure_tempest:371 : iniset /opt/stack/tempest/etc/tempest.conf compute image_ref_alt 2d4aeba9-04f0-4b2d-b7dd-4a1078c8dc71 2021-12-07 13:19:21.397 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref 42 2021-12-07 13:19:21.424 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack/tempest/etc/tempest.conf compute flavor_ref_alt 84 2021-12-07 13:19:21.452 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack/tempest/etc/tempest.conf validation connect_method floating 2021-12-07 13:19:21.483 | ++ lib/tempest:configure_tempest:375 : is_service_enabled neutron 2021-12-07 13:19:21.500 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:21.502 | ++ lib/tempest:configure_tempest:383 : [[ -n '' ]] 2021-12-07 13:19:21.505 | ++ lib/tempest:configure_tempest:393 : local tempest_compute_min_microversion=None 2021-12-07 13:19:21.507 | ++ lib/tempest:configure_tempest:394 : local tempest_compute_max_microversion=2.87 2021-12-07 13:19:21.510 | ++ lib/tempest:configure_tempest:397 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2021-12-07 13:19:21.512 | ++ lib/tempest:configure_tempest:401 : '[' None == None ']' 2021-12-07 13:19:21.516 | ++ lib/tempest:configure_tempest:402 : inicomment /opt/stack/tempest/etc/tempest.conf compute min_microversion 2021-12-07 13:19:21.535 | ++ lib/tempest:configure_tempest:406 : '[' 2.87 == None ']' 2021-12-07 13:19:21.537 | ++ lib/tempest:configure_tempest:409 : iniset /opt/stack/tempest/etc/tempest.conf compute max_microversion 2.87 2021-12-07 13:19:21.569 | ++ lib/tempest:configure_tempest:412 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled personality False 2021-12-07 13:19:21.599 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled resize True 2021-12-07 13:19:21.627 | ++ lib/tempest:configure_tempest:414 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migration True 2021-12-07 13:19:21.660 | ++ lib/tempest:configure_tempest:415 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled change_password False 2021-12-07 13:19:21.689 | ++ lib/tempest:configure_tempest:416 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration True 2021-12-07 13:19:21.715 | ++ lib/tempest:configure_tempest:417 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2021-12-07 13:19:21.746 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2021-12-07 13:19:21.775 | ++ lib/tempest:configure_tempest:419 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled xenapi_apis True 2021-12-07 13:19:21.801 | ++ lib/tempest:configure_tempest:420 : [[ -n AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2021-12-07 13:19:21.804 | ++ lib/tempest:configure_tempest:421 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-12-07 13:19:21.832 | ++ lib/tempest:configure_tempest:424 : [[ False == \T\r\u\e ]] 2021-12-07 13:19:21.835 | ++ lib/tempest:configure_tempest:428 : is_service_enabled n-novnc 2021-12-07 13:19:21.850 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:19:21.853 | ++ lib/tempest:configure_tempest:433 : iniset /opt/stack/tempest/etc/tempest.conf network project_networks_reachable false 2021-12-07 13:19:21.880 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack/tempest/etc/tempest.conf network public_network_id 3e4fe3c4-9dba-4ff1-b219-f50882f57056 2021-12-07 13:19:21.909 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack/tempest/etc/tempest.conf network public_router_id '' 2021-12-07 13:19:21.945 | ++ lib/tempest:configure_tempest:436 : iniset /opt/stack/tempest/etc/tempest.conf network default_network 172.20.0.0/16 2021-12-07 13:19:21.980 | ++ lib/tempest:configure_tempest:437 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6 True 2021-12-07 13:19:22.018 | ++ lib/tempest:configure_tempest:438 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2021-12-07 13:19:22.049 | ++ lib/tempest:configure_tempest:439 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled port_security True 2021-12-07 13:19:22.090 | ++ lib/tempest:configure_tempest:442 : '[' libvirt = xenserver ']' 2021-12-07 13:19:22.093 | ++ lib/tempest:configure_tempest:448 : SCENARIO_IMAGE_DIR=/home/ubuntu/devstack/files 2021-12-07 13:19:22.095 | ++ lib/tempest:configure_tempest:449 : SCENARIO_IMAGE_FILE= 2021-12-07 13:19:22.101 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack/tempest/etc/tempest.conf scenario img_file /home/ubuntu/devstack/files/ 2021-12-07 13:19:22.133 | ++ lib/tempest:configure_tempest:454 : TEMPEST_SSH_NETWORK_NAME=private 2021-12-07 13:19:22.136 | ++ lib/tempest:configure_tempest:455 : is_provider_network 2021-12-07 13:19:22.138 | ++ functions-common:is_provider_network:2180 : '[' '' == True ']' 2021-12-07 13:19:22.140 | ++ functions-common:is_provider_network:2183 : return 1 2021-12-07 13:19:22.143 | ++ lib/tempest:configure_tempest:459 : iniset /opt/stack/tempest/etc/tempest.conf validation run_validation True 2021-12-07 13:19:22.170 | ++ lib/tempest:configure_tempest:460 : iniset /opt/stack/tempest/etc/tempest.conf validation ip_version_for_ssh 4 2021-12-07 13:19:22.199 | ++ lib/tempest:configure_tempest:461 : iniset /opt/stack/tempest/etc/tempest.conf validation ssh_timeout 196 2021-12-07 13:19:22.228 | ++ lib/tempest:configure_tempest:462 : iniset /opt/stack/tempest/etc/tempest.conf validation image_ssh_user cirros 2021-12-07 13:19:22.258 | ++ lib/tempest:configure_tempest:463 : iniset /opt/stack/tempest/etc/tempest.conf validation network_for_ssh private 2021-12-07 13:19:22.293 | ++ lib/tempest:configure_tempest:470 : [[ -n '' ]] 2021-12-07 13:19:22.296 | ++ lib/tempest:configure_tempest:474 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-07 13:19:22.298 | ++ lib/tempest:configure_tempest:475 : TEMPEST_VOLUME_MANAGE_SNAPSHOT=True 2021-12-07 13:19:22.301 | +++ lib/tempest:configure_tempest:477 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2021-12-07 13:19:22.322 | ++ lib/tempest:configure_tempest:477 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_snapshot True 2021-12-07 13:19:22.351 | ++ lib/tempest:configure_tempest:479 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-07 13:19:22.354 | ++ lib/tempest:configure_tempest:480 : TEMPEST_VOLUME_MANAGE_VOLUME=True 2021-12-07 13:19:22.357 | +++ lib/tempest:configure_tempest:482 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2021-12-07 13:19:22.374 | ++ lib/tempest:configure_tempest:482 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled manage_volume True 2021-12-07 13:19:22.403 | ++ lib/tempest:configure_tempest:485 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-07 13:19:22.406 | ++ lib/tempest:configure_tempest:485 : '[' libvirt = libvirt ']' 2021-12-07 13:19:22.408 | ++ lib/tempest:configure_tempest:486 : TEMPEST_EXTEND_ATTACHED_VOLUME=True 2021-12-07 13:19:22.411 | +++ lib/tempest:configure_tempest:488 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2021-12-07 13:19:22.428 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume True 2021-12-07 13:19:22.455 | ++ lib/tempest:configure_tempest:490 : [[ lvm:lvmdriver-1 == *\l\v\m* ]] 2021-12-07 13:19:22.458 | ++ lib/tempest:configure_tempest:491 : TEMPEST_VOLUME_REVERT_TO_SNAPSHOT=True 2021-12-07 13:19:22.461 | +++ lib/tempest:configure_tempest:493 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2021-12-07 13:19:22.479 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled volume_revert True 2021-12-07 13:19:22.511 | ++ lib/tempest:configure_tempest:494 : local tempest_volume_min_microversion=None 2021-12-07 13:19:22.513 | ++ lib/tempest:configure_tempest:495 : local tempest_volume_max_microversion=3.60 2021-12-07 13:19:22.515 | ++ lib/tempest:configure_tempest:498 : [[ '' == \v\o\l\u\m\e\v\2 ]] 2021-12-07 13:19:22.518 | ++ lib/tempest:configure_tempest:502 : '[' None == None ']' 2021-12-07 13:19:22.520 | ++ lib/tempest:configure_tempest:503 : inicomment /opt/stack/tempest/etc/tempest.conf volume min_microversion 2021-12-07 13:19:22.541 | ++ lib/tempest:configure_tempest:508 : '[' 3.60 == None ']' 2021-12-07 13:19:22.544 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack/tempest/etc/tempest.conf volume max_microversion 3.60 2021-12-07 13:19:22.572 | ++ lib/tempest:configure_tempest:514 : is_service_enabled c-bak 2021-12-07 13:19:22.589 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:22.591 | ++ lib/tempest:configure_tempest:521 : [[ -n lvm:lvmdriver-1 ]] 2021-12-07 13:19:22.594 | ++ lib/tempest:configure_tempest:521 : [[ lvm:lvmdriver-1 =~ .*,.* ]] 2021-12-07 13:19:22.597 | ++ lib/tempest:configure_tempest:541 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2021-12-07 13:19:22.599 | ++ lib/tempest:configure_tempest:545 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2021-12-07 13:19:22.601 | ++ lib/tempest:configure_tempest:555 : local tempest_placement_min_microversion=None 2021-12-07 13:19:22.604 | ++ lib/tempest:configure_tempest:556 : local tempest_placement_max_microversion=1.36 2021-12-07 13:19:22.606 | ++ lib/tempest:configure_tempest:557 : '[' None == None ']' 2021-12-07 13:19:22.609 | ++ lib/tempest:configure_tempest:558 : inicomment /opt/stack/tempest/etc/tempest.conf placement min_microversion 2021-12-07 13:19:22.629 | ++ lib/tempest:configure_tempest:562 : '[' 1.36 == None ']' 2021-12-07 13:19:22.631 | ++ lib/tempest:configure_tempest:565 : iniset /opt/stack/tempest/etc/tempest.conf placement max_microversion 1.36 2021-12-07 13:19:22.660 | ++ lib/tempest:configure_tempest:569 : '[' libvirt = ironic ']' 2021-12-07 13:19:22.663 | ++ lib/tempest:configure_tempest:583 : '[' libvirt = libvirt ']' 2021-12-07 13:19:22.665 | ++ lib/tempest:configure_tempest:585 : '[' kvm = lxc ']' 2021-12-07 13:19:22.667 | ++ lib/tempest:configure_tempest:592 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled stable_rescue True 2021-12-07 13:19:22.694 | ++ lib/tempest:configure_tempest:593 : iniset /opt/stack/tempest/etc/tempest.conf compute-feature-enabled swap_volume True 2021-12-07 13:19:22.724 | ++ lib/tempest:configure_tempest:606 : local service 2021-12-07 13:19:22.726 | ++ lib/tempest:configure_tempest:607 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2021-12-07 13:19:22.728 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-07 13:19:22.731 | ++ lib/tempest:configure_tempest:609 : is_service_enabled key 2021-12-07 13:19:22.750 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:22.752 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available key True 2021-12-07 13:19:22.786 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-07 13:19:22.788 | ++ lib/tempest:configure_tempest:609 : is_service_enabled glance 2021-12-07 13:19:22.805 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:22.808 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available glance True 2021-12-07 13:19:22.843 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-07 13:19:22.847 | ++ lib/tempest:configure_tempest:609 : is_service_enabled nova 2021-12-07 13:19:22.865 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:22.867 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available nova True 2021-12-07 13:19:22.897 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-07 13:19:22.899 | ++ lib/tempest:configure_tempest:609 : is_service_enabled neutron 2021-12-07 13:19:22.922 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:22.924 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available neutron True 2021-12-07 13:19:22.954 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-07 13:19:22.957 | ++ lib/tempest:configure_tempest:609 : is_service_enabled cinder 2021-12-07 13:19:22.973 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:22.975 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available cinder True 2021-12-07 13:19:23.006 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-07 13:19:23.008 | ++ lib/tempest:configure_tempest:609 : is_service_enabled swift 2021-12-07 13:19:23.026 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:19:23.029 | ++ lib/tempest:configure_tempest:610 : iniset /opt/stack/tempest/etc/tempest.conf service_available swift True 2021-12-07 13:19:23.058 | ++ lib/tempest:configure_tempest:608 : for service in ${tempest_services//,/ } 2021-12-07 13:19:23.062 | ++ lib/tempest:configure_tempest:609 : is_service_enabled horizon 2021-12-07 13:19:23.081 | ++ functions-common:is_service_enabled:1987 : return 1 2021-12-07 13:19:23.083 | ++ lib/tempest:configure_tempest:612 : iniset /opt/stack/tempest/etc/tempest.conf service_available horizon False 2021-12-07 13:19:23.118 | ++ lib/tempest:configure_tempest:616 : '[' libvirt = libvirt ']' 2021-12-07 13:19:23.120 | ++ lib/tempest:configure_tempest:616 : '[' kvm = lxc ']' 2021-12-07 13:19:23.123 | ++ lib/tempest:configure_tempest:626 : local tmp_cfg_file 2021-12-07 13:19:23.126 | +++ lib/tempest:configure_tempest:627 : mktemp 2021-12-07 13:19:23.131 | ++ lib/tempest:configure_tempest:627 : tmp_cfg_file=/tmp/tmp.o42sJVovWL 2021-12-07 13:19:23.133 | ++ lib/tempest:configure_tempest:628 : cd /opt/stack/tempest 2021-12-07 13:19:23.136 | ++ lib/tempest:configure_tempest:629 : [[ False != \T\r\u\e ]] 2021-12-07 13:19:23.138 | ++ lib/tempest:configure_tempest:630 : tox -revenv-tempest --notest 2021-12-07 13:19:23.800 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2021-12-07 13:19:24.718 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-12-07 13:19:51.074 | venv-tempest develop-inst: /opt/stack/tempest 2021-12-07 13:19:56.643 | 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.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.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,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,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@93a902072fd9986f2bb660166552f37d9eb5bdbb#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-07 13:19:56.643 | ___________________________________ summary ____________________________________ 2021-12-07 13:19:56.643 | venv-tempest: skipped tests 2021-12-07 13:19:56.643 | congratulations :) 2021-12-07 13:19:56.675 | ++ lib/tempest:configure_tempest:633 : local tmp_u_c_m 2021-12-07 13:19:56.678 | +++ lib/tempest:configure_tempest:634 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2021-12-07 13:19:56.682 | ++ lib/tempest:configure_tempest:634 : tmp_u_c_m=/tmp/tempest_u_c_m.Z9xbqWPqi4 2021-12-07 13:19:56.685 | ++ lib/tempest:configure_tempest:635 : set_tempest_venv_constraints /tmp/tempest_u_c_m.Z9xbqWPqi4 2021-12-07 13:19:56.687 | ++ lib/tempest:set_tempest_venv_constraints:114 : local tmp_c 2021-12-07 13:19:56.689 | ++ lib/tempest:set_tempest_venv_constraints:115 : tmp_c=/tmp/tempest_u_c_m.Z9xbqWPqi4 2021-12-07 13:19:56.692 | ++ lib/tempest:set_tempest_venv_constraints:116 : [[ master == \m\a\s\t\e\r ]] 2021-12-07 13:19:56.695 | ++ lib/tempest:set_tempest_venv_constraints:117 : cd /opt/stack/requirements 2021-12-07 13:19:56.698 | ++ lib/tempest:set_tempest_venv_constraints:117 : git show origin/master:upper-constraints.txt 2021-12-07 13:19:56.704 | ++ lib/tempest:configure_tempest:636 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.Z9xbqWPqi4 -r requirements.txt 2021-12-07 13:19:58.454 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/easy_install.py:159: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2021-12-07 13:19:58.454 | EasyInstallDeprecationWarning, 2021-12-07 13:19:58.454 | /opt/stack/tempest/.tox/tempest/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-12-07 13:19:58.454 | setuptools.SetuptoolsDeprecationWarning, 2021-12-07 13:19:58.546 | venv-tempest develop-inst-noop: /opt/stack/tempest 2021-12-07 13:19:59.050 | 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.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.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,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.6,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,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@93a902072fd9986f2bb660166552f37d9eb5bdbb#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-07 13:19:59.051 | venv-tempest run-test-pre: PYTHONHASHSEED='3504341989' 2021-12-07 13:19:59.051 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.Z9xbqWPqi4 -r requirements.txt 2021-12-07 13:19:59.761 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:19:59.814 | Ignoring Pint: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:19:59.893 | Ignoring networkx: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:19:59.926 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:19:59.973 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.150 | Ignoring funcparserlib: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.179 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.205 | Ignoring nwdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.248 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.326 | Ignoring blockdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.402 | Ignoring seqdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.407 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.506 | Ignoring kombu: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.524 | Ignoring GitPython: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.583 | Ignoring jaeger-client: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.649 | Ignoring decorator: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.737 | Ignoring actdiag: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.744 | Ignoring scikit-learn: markers 'python_version == "3.8"' don't match your environment 2021-12-07 13:20:00.780 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-12-07 13:20:00.782 | Requirement already satisfied: oslo.concurrency===4.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 26)) (4.5.0) 2021-12-07 13:20:00.793 | Requirement already satisfied: pbr===5.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 47)) (5.8.0) 2021-12-07 13:20:00.796 | Requirement already satisfied: oslo.i18n===5.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 54)) (5.1.0) 2021-12-07 13:20:00.802 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 65)) (3.0.0) 2021-12-07 13:20:00.814 | Requirement already satisfied: debtcollector===2.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 122)) (2.3.0) 2021-12-07 13:20:00.827 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 140)) (0.8.0) 2021-12-07 13:20:00.834 | Requirement already satisfied: prettytable===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 149)) (2.4.0) 2021-12-07 13:20:00.849 | Requirement already satisfied: paramiko===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 175)) (2.8.1) 2021-12-07 13:20:00.885 | Requirement already satisfied: urllib3===1.26.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 180)) (1.26.7) 2021-12-07 13:20:00.910 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 185)) (1.4.0) 2021-12-07 13:20:00.925 | Requirement already satisfied: PyYAML===6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 189)) (6.0) 2021-12-07 13:20:00.928 | Requirement already satisfied: cryptography===36.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 194)) (36.0.0) 2021-12-07 13:20:00.988 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 212)) (1.1.0) 2021-12-07 13:20:00.995 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 220)) (3.2.0) 2021-12-07 13:20:01.006 | Requirement already satisfied: cliff===3.10.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 258)) (3.10.0) 2021-12-07 13:20:01.021 | Requirement already satisfied: oslo.log===4.6.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 293)) (4.6.1) 2021-12-07 13:20:01.066 | Requirement already satisfied: importlib-metadata===4.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 297)) (4.8.2) 2021-12-07 13:20:01.112 | Requirement already satisfied: stestr===3.2.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 323)) (3.2.1) 2021-12-07 13:20:01.143 | Requirement already satisfied: oslo.serialization===4.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 324)) (4.2.0) 2021-12-07 13:20:01.152 | Requirement already satisfied: autopage===0.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 335)) (0.4.0) 2021-12-07 13:20:01.156 | Requirement already satisfied: testtools===2.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 364)) (2.5.0) 2021-12-07 13:20:01.167 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 404)) (1.4.0) 2021-12-07 13:20:01.181 | Requirement already satisfied: msgpack===1.0.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 412)) (1.0.3) 2021-12-07 13:20:01.186 | Requirement already satisfied: oslo.config===8.7.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 414)) (8.7.1) 2021-12-07 13:20:01.232 | Requirement already satisfied: pyparsing===3.0.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 429)) (3.0.6) 2021-12-07 13:20:01.239 | Requirement already satisfied: stevedore===3.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 441)) (3.5.0) 2021-12-07 13:20:01.249 | Requirement already satisfied: cmd2===2.3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 451)) (2.3.3) 2021-12-07 13:20:01.313 | Requirement already satisfied: six===1.16.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 469)) (1.16.0) 2021-12-07 13:20:01.316 | Requirement already satisfied: wrapt===1.13.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 500)) (1.13.3) 2021-12-07 13:20:01.320 | Requirement already satisfied: rfc3986===1.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 511)) (1.5.0) 2021-12-07 13:20:01.325 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 516)) (0.18.2) 2021-12-07 13:20:01.329 | Requirement already satisfied: importlib-resources===5.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 545)) (5.4.0) 2021-12-07 13:20:01.360 | Requirement already satisfied: cffi===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 562)) (1.15.0) 2021-12-07 13:20:01.364 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 565)) (3.2.0) 2021-12-07 13:20:01.397 | Requirement already satisfied: zipp===3.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 578)) (3.6.0) 2021-12-07 13:20:01.426 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 593)) (0.14.1) 2021-12-07 13:20:01.431 | Requirement already satisfied: oslo.utils===4.12.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 600)) (4.12.0) 2021-12-07 13:20:01.448 | Requirement already satisfied: python-dateutil===2.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 606)) (2.8.2) 2021-12-07 13:20:01.454 | Requirement already satisfied: pytz===2021.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 611)) (2021.3) 2021-12-07 13:20:01.458 | Requirement already satisfied: setuptools===59.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 620)) (59.5.0) 2021-12-07 13:20:01.515 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 146)) (0.2.5) 2021-12-07 13:20:01.521 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 170)) (1.0.0) 2021-12-07 13:20:01.524 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 212)) (1.4.0) 2021-12-07 13:20:01.526 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 153)) (1.4.0) 2021-12-07 13:20:01.532 | Requirement already satisfied: oslo.context===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 57)) (3.4.0) 2021-12-07 13:20:01.538 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 121)) (0.9.6) 2021-12-07 13:20:01.541 | Requirement already satisfied: typing_extensions===4.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 172)) (4.0.1) 2021-12-07 13:20:01.544 | Requirement already satisfied: voluptuous===0.12.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 2)) (0.12.2) 2021-12-07 13:20:01.549 | Requirement already satisfied: requests===2.26.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 230)) (2.26.0) 2021-12-07 13:20:01.579 | Requirement already satisfied: attrs===21.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 50)) (21.2.0) 2021-12-07 13:20:01.641 | Requirement already satisfied: pyperclip===1.8.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 283)) (1.8.2) 2021-12-07 13:20:01.643 | Requirement already satisfied: pycparser===2.21 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 187)) (2.21) 2021-12-07 13:20:01.646 | Requirement already satisfied: pyrsistent===0.18.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 509)) (0.18.0) 2021-12-07 13:20:01.651 | Requirement already satisfied: monotonic===1.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 531)) (1.6) 2021-12-07 13:20:01.655 | Requirement already satisfied: packaging===21.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 350)) (21.3) 2021-12-07 13:20:01.661 | Requirement already satisfied: iso8601===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 378)) (1.0.2) 2021-12-07 13:20:01.665 | Requirement already satisfied: netifaces===0.11.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 538)) (0.11.0) 2021-12-07 13:20:01.669 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 380)) (1.0.0) 2021-12-07 13:20:01.671 | Requirement already satisfied: idna===3.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 382)) (3.3) 2021-12-07 13:20:01.675 | Requirement already satisfied: charset-normalizer===2.0.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 586)) (2.0.9) 2021-12-07 13:20:01.680 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.6/site-packages (from requests===2.26.0->-c /tmp/tempest_u_c_m.Z9xbqWPqi4 (line 230)) (2021.10.8) 2021-12-07 13:20:01.780 | WARNING: You are using pip version 20.0.2; however, version 21.3.1 is available. 2021-12-07 13:20:01.780 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-12-07 13:20:01.847 | ___________________________________ summary ____________________________________ 2021-12-07 13:20:01.847 | venv-tempest: commands succeeded 2021-12-07 13:20:01.847 | congratulations :) 2021-12-07 13:20:01.879 | ++ lib/tempest:configure_tempest:637 : rm -f /tmp/tempest_u_c_m.Z9xbqWPqi4 2021-12-07 13:20:01.883 | ++ lib/tempest:configure_tempest:640 : iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles member 2021-12-07 13:20:01.912 | ++ lib/tempest:configure_tempest:641 : [[ False == \T\r\u\e ]] 2021-12-07 13:20:01.914 | ++ lib/tempest:configure_tempest:649 : [[ True == \F\a\l\s\e ]] 2021-12-07 13:20:01.917 | ++ lib/tempest:configure_tempest:653 : iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True 2021-12-07 13:20:01.948 | ++ lib/tempest:configure_tempest:659 : tox -evenv -- tempest verify-config -uro /tmp/tmp.o42sJVovWL 2021-12-07 13:20:02.642 | venv create: /opt/stack/tempest/.tox/venv 2021-12-07 13:20:03.321 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2021-12-07 13:20:34.863 | venv develop-inst: /opt/stack/tempest 2021-12-07 13:20:42.746 | 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.9,cliff==3.10.0,cmd2==2.3.3,cryptography==36.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.3.0,importlib-metadata==4.8.2,importlib-resources==5.4.0,iso8601==1.0.2,Jinja2==3.0.3,jsonschema==3.2.0,linecache2==1.0.0,MarkupSafe==2.0.1,monotonic==1.6,msgpack==1.0.3,netaddr==0.8.0,netifaces==0.11.0,openstackdocstheme==2.3.1,oslo.concurrency==4.5.0,oslo.config==8.7.1,oslo.context==3.4.0,oslo.i18n==5.1.0,oslo.log==4.6.1,oslo.serialization==4.2.0,oslo.utils==4.12.0,packaging==21.3,paramiko==2.8.1,pbr==5.8.0,prettytable==2.4.0,pycparser==2.21,Pygments==2.10.0,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==3.0.6,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.2.0,Sphinx==4.3.1,sphinxcontrib-applehelp==1.0.2,sphinxcontrib-devhelp==1.0.2,sphinxcontrib-htmlhelp==2.0.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.3,sphinxcontrib-serializinghtml==1.1.5,sphinxcontrib-svg2pdfconverter==1.2.0,stestr==3.2.1,stevedore==3.5.0,-e git+https://opendev.org/openstack/tempest@93a902072fd9986f2bb660166552f37d9eb5bdbb#egg=tempest,testtools==2.5.0,traceback2==1.4.0,typing-extensions==4.0.1,unittest2==1.1.0,urllib3==1.26.7,voluptuous==0.12.2,wcwidth==0.2.5,wrapt==1.13.3,zipp==3.6.0 2021-12-07 13:20:42.747 | venv run-test-pre: PYTHONHASHSEED='2637265420' 2021-12-07 13:20:42.747 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.o42sJVovWL 2021-12-07 13:20:46.900 | /opt/stack/tempest/tempest/lib/services/image/v1/__init__.py:28: 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-12-07 13:20:46.900 | "supporting stable Ussuri.", DeprecationWarning) 2021-12-07 13:20:46.900 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:54: 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-12-07 13:20:46.900 | "supporting stable wallaby.", DeprecationWarning) 2021-12-07 13:20:46.900 | /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-12-07 13:20:46.900 | _client = klass(auth_provider=auth_provider, **kwargs) 2021-12-07 13:20:46.900 | Config option api_v2 in group image-feature-enabled should be changed to: False 2021-12-07 13:20:47.013 | ___________________________________ summary ____________________________________ 2021-12-07 13:20:47.013 | venv: commands succeeded 2021-12-07 13:20:47.013 | congratulations :) 2021-12-07 13:20:47.044 | ++ lib/tempest:configure_tempest:664 : is_service_enabled q-metering 2021-12-07 13:20:47.060 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:20:47.062 | ++ lib/tempest:configure_tempest:669 : is_service_enabled q-l3 2021-12-07 13:20:47.079 | ++ functions-common:is_service_enabled:1987 : return 0 2021-12-07 13:20:47.082 | ++ lib/tempest:configure_tempest:673 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2021-12-07 13:20:47.084 | ++ lib/tempest:configure_tempest:674 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2021-12-07 13:20:47.087 | ++ lib/tempest:configure_tempest:675 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2021-12-07 13:20:47.090 | ++ lib/tempest:configure_tempest:676 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2021-12-07 13:20:47.092 | ++ lib/tempest:configure_tempest:677 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2021-12-07 13:20:47.095 | ++ lib/tempest:configure_tempest:678 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2021-12-07 13:20:47.097 | ++ lib/tempest:configure_tempest:679 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2021-12-07 13:20:47.099 | ++ lib/tempest:configure_tempest:680 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2021-12-07 13:20:47.102 | ++ lib/tempest:configure_tempest:681 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2021-12-07 13:20:47.104 | ++ lib/tempest:configure_tempest:682 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2021-12-07 13:20:47.107 | ++ lib/tempest:configure_tempest:683 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2021-12-07 13:20:47.109 | ++ lib/tempest:configure_tempest:684 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2021-12-07 13:20:47.111 | ++ lib/tempest:configure_tempest:685 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2021-12-07 13:20:47.113 | ++ lib/tempest:configure_tempest:687 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag_ports_during_bulk_creation,stateful_security_group 2021-12-07 13:20:47.116 | ++ lib/tempest:configure_tempest:689 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag_ports_during_bulk_creation,stateful_security_group 2021-12-07 13:20:47.118 | ++ lib/tempest:configure_tempest:690 : [[ ! -z '' ]] 2021-12-07 13:20:47.121 | ++ lib/tempest:configure_tempest:696 : [[ -n '' ]] 2021-12-07 13:20:47.123 | ++ lib/tempest:configure_tempest:699 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled api_extensions address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag_ports_during_bulk_creation,stateful_security_group 2021-12-07 13:20:47.150 | ++ lib/tempest:configure_tempest:701 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2021-12-07 13:20:47.153 | ++ lib/tempest:configure_tempest:702 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2021-12-07 13:20:47.156 | ++ lib/tempest:configure_tempest:703 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2021-12-07 13:20:47.158 | ++ lib/tempest:configure_tempest:704 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2021-12-07 13:20:47.160 | ++ lib/tempest:configure_tempest:705 : [[ ! -z '' ]] 2021-12-07 13:20:47.163 | ++ lib/tempest:configure_tempest:711 : iniset /opt/stack/tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2021-12-07 13:20:47.192 | ++ lib/tempest:configure_tempest:721 : local network_available_features= 2021-12-07 13:20:47.195 | ++ lib/tempest:configure_tempest:722 : iniset /opt/stack/tempest/etc/tempest.conf network-feature-enabled available_features 2021-12-07 13:20:47.222 | ++ lib/tempest:configure_tempest:724 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2021-12-07 13:20:47.225 | ++ lib/tempest:configure_tempest:725 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2021-12-07 13:20:47.227 | ++ lib/tempest:configure_tempest:726 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2021-12-07 13:20:47.230 | ++ lib/tempest:configure_tempest:727 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2021-12-07 13:20:47.232 | ++ lib/tempest:configure_tempest:728 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2021-12-07 13:20:47.234 | ++ lib/tempest:configure_tempest:729 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2021-12-07 13:20:47.237 | ++ lib/tempest:configure_tempest:730 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2021-12-07 13:20:47.239 | ++ lib/tempest:configure_tempest:731 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2021-12-07 13:20:47.242 | ++ lib/tempest:configure_tempest:732 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2021-12-07 13:20:47.245 | ++ lib/tempest:configure_tempest:733 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2021-12-07 13:20:47.247 | ++ lib/tempest:configure_tempest:734 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2021-12-07 13:20:47.250 | ++ lib/tempest:configure_tempest:735 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2021-12-07 13:20:47.252 | ++ lib/tempest:configure_tempest:736 : [[ ! -z '' ]] 2021-12-07 13:20:47.255 | ++ lib/tempest:configure_tempest:742 : iniset /opt/stack/tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2021-12-07 13:20:47.289 | ++ lib/tempest:configure_tempest:745 : IFS=' 2021-12-07 13:20:47.289 | ' 2021-12-07 13:20:47.292 | ++ extras.d/80-tempest.sh:source:22 : echo_summary 'Installing Tempest Plugins' 2021-12-07 13:20:47.294 | ++ ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-12-07 13:20:47.297 | ++ ./stack.sh:echo_summary:428 : echo -e Installing Tempest Plugins 2021-12-07 13:20:47.299 | ++ extras.d/80-tempest.sh:source:23 : install_tempest_plugins 2021-12-07 13:20:47.302 | ++ lib/tempest:install_tempest_plugins:774 : pushd /opt/stack/tempest 2021-12-07 13:20:47.302 | /opt/stack/tempest /opt/stack/tempest 2021-12-07 13:20:47.304 | ++ lib/tempest:install_tempest_plugins:775 : [[ 0 != 0 ]] 2021-12-07 13:20:47.307 | ++ lib/tempest:install_tempest_plugins:784 : popd 2021-12-07 13:20:47.308 | /opt/stack/tempest 2021-12-07 13:20:47.310 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-12-07 13:20:47.313 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-12-07 13:20:47.316 | + functions-common:run_phase:1780 : [[ stack == \s\o\u\r\c\e ]] 2021-12-07 13:20:47.319 | + functions-common:run_phase:1783 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-07 13:20:47.322 | + functions-common:run_phase:1786 : run_plugins stack test-config 2021-12-07 13:20:47.326 | + functions-common:run_plugins:1745 : local mode=stack 2021-12-07 13:20:47.328 | + functions-common:run_plugins:1746 : local phase=test-config 2021-12-07 13:20:47.331 | + functions-common:run_plugins:1748 : local plugins= 2021-12-07 13:20:47.334 | + functions-common:run_plugins:1749 : local plugin 2021-12-07 13:20:47.337 | + ./stack.sh:main:1449 : merge_config_group /home/ubuntu/devstack/local.conf test-config 2021-12-07 13:20:47.339 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2021-12-07 13:20:47.342 | + inc/meta-config:merge_config_group:171 : shift 2021-12-07 13:20:47.345 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2021-12-07 13:20:47.347 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:20:47.350 | + inc/meta-config:merge_config_group:176 : local configfile group 2021-12-07 13:20:47.353 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2021-12-07 13:20:47.357 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf test-config 2021-12-07 13:20:47.360 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2021-12-07 13:20:47.363 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2021-12-07 13:20:47.366 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2021-12-07 13:20:47.369 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2021-12-07 13:20:47.369 | /^\[\[.+\|.*\]\]/ { 2021-12-07 13:20:47.369 | gsub("[][]", "", $1); 2021-12-07 13:20:47.369 | split($1, a, "|"); 2021-12-07 13:20:47.369 | if (a[1] == matchgroup) 2021-12-07 13:20:47.369 | print a[2] 2021-12-07 13:20:47.369 | } 2021-12-07 13:20:47.369 | ' /home/ubuntu/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= run_process 27 test_with_retry 5 apt-get-update 5 osc 365 wait_for_service 25 git_timed 7 dbsync 260 pip_install 262 apt-get 450 ------------------------- Unaccounted time 957 ========================= Total runtime 2363 This is your host IP address: 10.222.0.24 This is your host IPv6 address: ::1 Keystone is serving at http://10.222.0.24/identity/ The default users are: admin and demo The password: Passw0rd WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: ussuri Change: d927b6017880983cf873e199bb50332fe2e3f254 nova: Ensure each compute uses a unique iSCSI initiator 2021-10-07 09:45:38 +0100 OS Version: Ubuntu 18.04 bionic