2020-11-04 11:03:10.525 | + ./stack.sh:main:457 : exec 2020-11-04 11:03:10.525 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2020-11-04-110310' 2020-11-04 11:03:10.525 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2020-11-04-110310.summary.2020-11-04-110310 2020-11-04 11:03:10.525 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-04 11:03:10.525 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2020-11-04-110310 2020-11-04 11:03:10.525 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2020-11-04-110310 /opt/stack/logs/stack.sh.log 2020-11-04 11:03:10.525 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2020-11-04-110310.summary.2020-11-04-110310 /opt/stack/logs/stack.sh.log.summary 2020-11-04 11:03:10.525 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2020-11-04 11:03:10.525 | + functions:check_path_perm_sanity:620 : local real_path 2020-11-04 11:03:10.525 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2020-11-04 11:03:10.525 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2020-11-04 11:03:10.525 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2020-11-04 11:03:10.525 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2020-11-04 11:03:10.525 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2020-11-04 11:03:10.525 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-11-04 11:03:10.525 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2020-11-04 11:03:10.526 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2020-11-04 11:03:10.526 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-11-04 11:03:10.526 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-11-04 11:03:10.526 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2020-11-04 11:03:10.526 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2020-11-04 11:03:10.526 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-11-04 11:03:10.526 | + ./stack.sh:main:489 : trap exit_trap EXIT 2020-11-04 11:03:10.526 | + ./stack.sh:main:530 : trap err_trap ERR 2020-11-04 11:03:10.526 | + ./stack.sh:main:543 : set -o errexit 2020-11-04 11:03:10.527 | + ./stack.sh:main:546 : uname -a 2020-11-04 11:03:10.528 | Linux dv-cinder-761113-2-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2020-11-04 11:03:10.530 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2020-11-04 11:03:10.532 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2020-11-04 11:03:10.535 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2020-11-04 11:03:10.559 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2020-11-04 11:03:10.573 | + ./stack.sh:main:560 : fetch_plugins 2020-11-04 11:03:10.575 | + functions-common:fetch_plugins:1656 : local plugins= 2020-11-04 11:03:10.577 | + functions-common:fetch_plugins:1657 : local plugin 2020-11-04 11:03:10.579 | + functions-common:fetch_plugins:1660 : [[ -z '' ]] 2020-11-04 11:03:10.580 | + functions-common:fetch_plugins:1661 : return 2020-11-04 11:03:10.582 | + ./stack.sh:main:564 : run_phase override_defaults 2020-11-04 11:03:10.584 | + functions-common:run_phase:1738 : local mode=override_defaults 2020-11-04 11:03:10.586 | + functions-common:run_phase:1739 : local phase= 2020-11-04 11:03:10.588 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-11-04 11:03:10.590 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-11-04 11:03:10.592 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-11-04 11:03:10.594 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-11-04 11:03:10.595 | + functions-common:run_phase:1748 : local extra 2020-11-04 11:03:10.598 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-11-04 11:03:10.600 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-11-04 11:03:10.602 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-11-04 11:03:10.604 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-11-04 11:03:10.606 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2020-11-04 11:03:10.608 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-11-04 11:03:10.619 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:03:10.621 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-11-04 11:03:10.623 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-04 11:03:10.625 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-04 11:03:10.627 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-04 11:03:10.628 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-04 11:03:10.630 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2020-11-04 11:03:10.632 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2020-11-04 11:03:10.633 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2020-11-04 11:03:10.635 | + functions-common:run_phase:1759 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-11-04 11:03:10.637 | + functions-common:run_phase:1762 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-11-04 11:03:10.639 | + functions-common:run_phase:1763 : plugin_override_defaults 2020-11-04 11:03:10.640 | + functions-common:plugin_override_defaults:1697 : local plugins= 2020-11-04 11:03:10.642 | + functions-common:plugin_override_defaults:1698 : local plugin 2020-11-04 11:03:10.644 | + functions-common:plugin_override_defaults:1701 : [[ -z '' ]] 2020-11-04 11:03:10.646 | + functions-common:plugin_override_defaults:1702 : return 2020-11-04 11:03:10.648 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2020-11-04 11:03:10.665 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2020-11-04 11:03:10.667 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2020-11-04 11:03:10.679 | ++ functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:03:10.681 | +++ lib/tls:source:43 : hostname -f 2020-11-04 11:03:10.685 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2020-11-04 11:03:10.686 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2020-11-04 11:03:10.688 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2020-11-04 11:03:10.690 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2020-11-04 11:03:10.692 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2020-11-04 11:03:10.694 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2020-11-04 11:03:10.695 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2020-11-04 11:03:10.697 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2020-11-04 11:03:10.699 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2020-11-04 11:03:10.701 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2020-11-04 11:03:10.705 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2020-11-04 11:03:10.716 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2020-11-04 11:03:10.731 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2020-11-04 11:03:10.742 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2020-11-04 11:03:10.753 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2020-11-04 11:03:10.777 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2020-11-04 11:03:10.813 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2020-11-04 11:03:10.881 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2020-11-04 11:03:10.900 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2020-11-04 11:03:10.930 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2020-11-04 11:03:10.976 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2020-11-04 11:03:11.088 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2020-11-04 11:03:11.101 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2020-11-04 11:03:11.113 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2020-11-04 11:03:11.125 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2020-11-04 11:03:11.213 | + ./stack.sh:main:593 : run_phase source 2020-11-04 11:03:11.215 | + functions-common:run_phase:1738 : local mode=source 2020-11-04 11:03:11.217 | + functions-common:run_phase:1739 : local phase= 2020-11-04 11:03:11.219 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-11-04 11:03:11.221 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-11-04 11:03:11.223 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-11-04 11:03:11.225 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-11-04 11:03:11.227 | + functions-common:run_phase:1748 : local extra 2020-11-04 11:03:11.230 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-11-04 11:03:11.233 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-11-04 11:03:11.235 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-11-04 11:03:11.237 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-11-04 11:03:11.239 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2020-11-04 11:03:11.241 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-11-04 11:03:11.255 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:03:11.257 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2020-11-04 11:03:11.259 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2020-11-04 11:03:11.294 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2020-11-04 11:03:11.296 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2020-11-04 11:03:11.298 | + functions-common:run_phase:1759 : [[ source == \s\o\u\r\c\e ]] 2020-11-04 11:03:11.300 | + functions-common:run_phase:1760 : load_plugin_settings 2020-11-04 11:03:11.303 | + functions-common:load_plugin_settings:1674 : local plugins= 2020-11-04 11:03:11.305 | + functions-common:load_plugin_settings:1675 : local plugin 2020-11-04 11:03:11.307 | + functions-common:load_plugin_settings:1678 : [[ -z '' ]] 2020-11-04 11:03:11.309 | + functions-common:load_plugin_settings:1679 : return 2020-11-04 11:03:11.312 | + functions-common:run_phase:1761 : verify_disabled_services 2020-11-04 11:03:11.314 | + functions-common:verify_disabled_services:2021 : local service 2020-11-04 11:03:11.316 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.318 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2020-11-04 11:03:11.320 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.323 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2020-11-04 11:03:11.325 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.327 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2020-11-04 11:03:11.329 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.332 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2020-11-04 11:03:11.334 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.336 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2020-11-04 11:03:11.338 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.341 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2020-11-04 11:03:11.344 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.346 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2020-11-04 11:03:11.348 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.350 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2020-11-04 11:03:11.352 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.355 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2020-11-04 11:03:11.357 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.359 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2020-11-04 11:03:11.361 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.363 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2020-11-04 11:03:11.366 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.368 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2020-11-04 11:03:11.371 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.373 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2020-11-04 11:03:11.375 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.377 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2020-11-04 11:03:11.380 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.382 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2020-11-04 11:03:11.384 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.386 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2020-11-04 11:03:11.388 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.391 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2020-11-04 11:03:11.393 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.395 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2020-11-04 11:03:11.397 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.399 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2020-11-04 11:03:11.402 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.404 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2020-11-04 11:03:11.406 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.409 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2020-11-04 11:03:11.411 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.413 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2020-11-04 11:03:11.415 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.418 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2020-11-04 11:03:11.420 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.422 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2020-11-04 11:03:11.425 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.427 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2020-11-04 11:03:11.429 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.431 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2020-11-04 11:03:11.434 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.436 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2020-11-04 11:03:11.438 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.440 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2020-11-04 11:03:11.442 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.445 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2020-11-04 11:03:11.447 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.449 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2020-11-04 11:03:11.451 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.453 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2020-11-04 11:03:11.456 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.458 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2020-11-04 11:03:11.460 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.462 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2020-11-04 11:03:11.465 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.467 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2020-11-04 11:03:11.469 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.471 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2020-11-04 11:03:11.474 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.476 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2020-11-04 11:03:11.478 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.481 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2020-11-04 11:03:11.483 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.485 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2020-11-04 11:03:11.487 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.490 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2020-11-04 11:03:11.492 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-11-04 11:03:11.494 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2020-11-04 11:03:11.497 | + ./stack.sh:main:664 : initialize_database_backends 2020-11-04 11:03:11.499 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-11-04 11:03:11.501 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2020-11-04 11:03:11.515 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:03:11.518 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2020-11-04 11:03:11.520 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-11-04 11:03:11.522 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2020-11-04 11:03:11.536 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:03:11.538 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2020-11-04 11:03:11.541 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2020-11-04 11:03:11.543 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2020-11-04 11:03:11.545 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2020-11-04 11:03:11.548 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2020-11-04 11:03:11.550 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2020-11-04 11:03:11.552 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2020-11-04 11:03:11.555 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2020-11-04 11:03:11.557 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-11-04 11:03:11.559 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2020-11-04 11:03:11.562 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-11-04 11:03:11.564 | + lib/database:initialize_database_backends:104 : return 0 2020-11-04 11:03:11.566 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2020-11-04 11:03:11.566 | Using mysql database backend 2020-11-04 11:03:11.569 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2020-11-04 11:03:11.584 | + ./stack.sh:main:680 : is_service_enabled rabbit 2020-11-04 11:03:11.598 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:03:11.601 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2020-11-04 11:03:11.616 | + ./stack.sh:main:688 : is_service_enabled keystone 2020-11-04 11:03:11.631 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:03:11.633 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2020-11-04 11:03:11.648 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2020-11-04 11:03:11.663 | + ./stack.sh:main:703 : is_service_enabled ldap 2020-11-04 11:03:11.678 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:03:11.681 | + ./stack.sh:main:712 : is_service_enabled nova 2020-11-04 11:03:11.696 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:03:11.699 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2020-11-04 11:03:11.701 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2020-11-04 11:03:11.715 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:03:11.718 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2020-11-04 11:03:11.733 | + ./stack.sh:main:728 : [[ -z '' ]] 2020-11-04 11:03:11.735 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2020-11-04 11:03:11.737 | + ./stack.sh:main:734 : save_stackenv 734 2020-11-04 11:03:11.740 | + functions-common:save_stackenv:60 : local tag=734 2020-11-04 11:03:11.743 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-11-04 11:03:11.746 | + functions-common:save_stackenv:62 : time_stamp=2020-11-04-110311 2020-11-04 11:03:11.749 | + functions-common:save_stackenv:63 : echo '# 2020-11-04-110311 734' 2020-11-04 11:03:11.751 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.753 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-11-04 11:03:11.756 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.758 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-11-04 11:03:11.760 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.763 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-11-04 11:03:11.765 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.768 | + 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,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,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 2020-11-04 11:03:11.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.772 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.67 2020-11-04 11:03:11.774 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.778 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.67/identity 2020-11-04 11:03:11.780 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.782 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-11-04-110310 2020-11-04 11:03:11.785 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.787 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-11-04 11:03:11.789 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.792 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.67 2020-11-04 11:03:11.794 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.796 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-11-04 11:03:11.799 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.801 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-11-04 11:03:11.803 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.805 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-11-04 11:03:11.808 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:03:11.810 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-11-04 11:03:11.813 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2020-11-04 11:03:11.815 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2020-11-04 11:03:11.817 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2020-11-04 11:03:11.819 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:03:11.821 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:03:11.824 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:03:11.827 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:03:11.829 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:03:11.831 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:03:11.846 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:03:11.848 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:03:11.850 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:03:11.852 | + functions-common:git_clone:546 : echo master 2020-11-04 11:03:11.853 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:03:11.857 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2020-11-04 11:03:11.859 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:03:11.861 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2020-11-04 11:03:11.864 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:03:11.864 | + functions-common:git_clone:595 : head -1 2020-11-04 11:03:11.866 | bb0e01fe Updated from generate-constraints 2020-11-04 11:03:11.869 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:03:11.872 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2020-11-04 11:03:11.874 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-04 11:03:11.876 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2020-11-04 11:03:11.878 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2020-11-04 11:03:11.881 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2020-11-04 11:03:11.883 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2020-11-04 11:03:11.886 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2020-11-04 11:03:11.888 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2020-11-04 11:03:11.890 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2020-11-04 11:03:11.893 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2020-11-04 11:03:11.895 | +++ tools/install_prereqs.sh:source:47 : date +%s 2020-11-04 11:03:11.899 | ++ tools/install_prereqs.sh:source:47 : NOW=1604487791 2020-11-04 11:03:11.903 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2020-11-04 11:03:11.907 | +++ tools/install_prereqs.sh:source:48 : echo 0 2020-11-04 11:03:11.909 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2020-11-04 11:03:11.912 | ++ tools/install_prereqs.sh:source:49 : DELTA=1604487791 2020-11-04 11:03:11.914 | ++ tools/install_prereqs.sh:source:50 : [[ 1604487791 -lt 7200 ]] 2020-11-04 11:03:11.916 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2020-11-04 11:03:11.919 | ++ functions-common:export_proxy_variables:2128 : isset http_proxy 2020-11-04 11:03:11.922 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2020-11-04 11:03:11.924 | ++ functions-common:export_proxy_variables:2131 : isset https_proxy 2020-11-04 11:03:11.926 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2020-11-04 11:03:11.928 | ++ functions-common:export_proxy_variables:2134 : isset no_proxy 2020-11-04 11:03:11.931 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2020-11-04 11:03:11.934 | +++ 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,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,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 2020-11-04 11:03:11.980 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2020-11-04 11:03:11.980 | apache2-dev 2020-11-04 11:03:11.980 | bc 2020-11-04 11:03:11.980 | bsdmainutils 2020-11-04 11:03:11.981 | curl 2020-11-04 11:03:11.981 | g++ 2020-11-04 11:03:11.981 | gcc 2020-11-04 11:03:11.981 | gettext 2020-11-04 11:03:11.981 | git 2020-11-04 11:03:11.981 | graphviz 2020-11-04 11:03:11.981 | iputils-ping 2020-11-04 11:03:11.981 | libapache2-mod-proxy-uwsgi 2020-11-04 11:03:11.981 | libffi-dev 2020-11-04 11:03:11.981 | libjpeg-dev 2020-11-04 11:03:11.981 | libmysqlclient-dev 2020-11-04 11:03:11.981 | libpcre3-dev 2020-11-04 11:03:11.981 | libpq-dev 2020-11-04 11:03:11.981 | libssl-dev 2020-11-04 11:03:11.981 | libsystemd-dev 2020-11-04 11:03:11.981 | libxml2-dev 2020-11-04 11:03:11.981 | libxslt1-dev 2020-11-04 11:03:11.981 | libyaml-dev 2020-11-04 11:03:11.981 | lsof 2020-11-04 11:03:11.981 | openssh-server 2020-11-04 11:03:11.981 | openssl 2020-11-04 11:03:11.981 | pkg-config 2020-11-04 11:03:11.981 | psmisc 2020-11-04 11:03:11.981 | python3-dev 2020-11-04 11:03:11.981 | python3-pip 2020-11-04 11:03:11.981 | python3-venv 2020-11-04 11:03:11.981 | tar 2020-11-04 11:03:11.981 | tcpdump 2020-11-04 11:03:11.981 | unzip 2020-11-04 11:03:11.981 | uuid-runtime 2020-11-04 11:03:11.981 | wget 2020-11-04 11:03:11.981 | wget 2020-11-04 11:03:11.981 | zlib1g-dev 2020-11-04 11:03:11.981 | libkrb5-dev 2020-11-04 11:03:11.981 | libldap2-dev 2020-11-04 11:03:11.981 | libsasl2-dev 2020-11-04 11:03:11.982 | memcached 2020-11-04 11:03:11.982 | python3-mysqldb 2020-11-04 11:03:11.982 | sqlite3 2020-11-04 11:03:11.982 | conntrack 2020-11-04 11:03:11.982 | curl 2020-11-04 11:03:11.982 | dnsmasq-base 2020-11-04 11:03:11.982 | dnsmasq-utils 2020-11-04 11:03:11.982 | ebtables 2020-11-04 11:03:11.982 | gawk 2020-11-04 11:03:11.982 | genisoimage 2020-11-04 11:03:11.982 | iptables 2020-11-04 11:03:11.982 | iputils-arping 2020-11-04 11:03:11.982 | kpartx 2020-11-04 11:03:11.982 | libjs-jquery-tablesorter 2020-11-04 11:03:11.982 | libmysqlclient-dev 2020-11-04 11:03:11.982 | parted 2020-11-04 11:03:11.982 | pm-utils 2020-11-04 11:03:11.982 | python3-mysqldb 2020-11-04 11:03:11.982 | socat 2020-11-04 11:03:11.982 | sqlite3 2020-11-04 11:03:11.982 | sudo 2020-11-04 11:03:11.982 | vlan 2020-11-04 11:03:11.982 | lsscsi 2020-11-04 11:03:11.982 | open-iscsi 2020-11-04 11:03:11.982 | lvm2 2020-11-04 11:03:11.982 | qemu-utils 2020-11-04 11:03:11.982 | thin-provisioning-tools 2020-11-04 11:03:11.982 | acl 2020-11-04 11:03:11.982 | dnsmasq-base 2020-11-04 11:03:11.982 | dnsmasq-utils 2020-11-04 11:03:11.982 | ebtables 2020-11-04 11:03:11.982 | haproxy 2020-11-04 11:03:11.982 | iptables 2020-11-04 11:03:11.982 | iputils-arping 2020-11-04 11:03:11.982 | iputils-ping 2020-11-04 11:03:11.982 | libmysqlclient-dev 2020-11-04 11:03:11.982 | postgresql-server-dev-all 2020-11-04 11:03:11.982 | python3-mysqldb 2020-11-04 11:03:11.983 | sqlite3 2020-11-04 11:03:11.983 | sudo 2020-11-04 11:03:11.983 | vlan 2020-11-04 11:03:11.983 | ipset 2020-11-04 11:03:11.983 | conntrack 2020-11-04 11:03:11.983 | conntrackd 2020-11-04 11:03:11.983 | keepalived 2020-11-04 11:03:11.983 | dstat 2020-11-04 11:03:11.983 | lvm2 2020-11-04 11:03:11.983 | qemu-utils 2020-11-04 11:03:11.983 | thin-provisioning-tools 2020-11-04 11:03:11.983 | curl 2020-11-04 11:03:11.983 | liberasurecode-dev 2020-11-04 11:03:11.983 | make 2020-11-04 11:03:11.983 | memcached 2020-11-04 11:03:11.983 | sqlite3 2020-11-04 11:03:11.983 | xfsprogs' 2020-11-04 11:03:11.985 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2020-11-04 11:03:12.001 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2020-11-04 11:03:12.001 | apache2-dev 2020-11-04 11:03:12.001 | bc 2020-11-04 11:03:12.001 | bsdmainutils 2020-11-04 11:03:12.001 | curl 2020-11-04 11:03:12.001 | g++ 2020-11-04 11:03:12.001 | gcc 2020-11-04 11:03:12.001 | gettext 2020-11-04 11:03:12.001 | git 2020-11-04 11:03:12.001 | graphviz 2020-11-04 11:03:12.001 | iputils-ping 2020-11-04 11:03:12.001 | libapache2-mod-proxy-uwsgi 2020-11-04 11:03:12.001 | libffi-dev 2020-11-04 11:03:12.001 | libjpeg-dev 2020-11-04 11:03:12.002 | libmysqlclient-dev 2020-11-04 11:03:12.002 | libpcre3-dev 2020-11-04 11:03:12.002 | libpq-dev 2020-11-04 11:03:12.002 | libssl-dev 2020-11-04 11:03:12.002 | libsystemd-dev 2020-11-04 11:03:12.002 | libxml2-dev 2020-11-04 11:03:12.002 | libxslt1-dev 2020-11-04 11:03:12.002 | libyaml-dev 2020-11-04 11:03:12.002 | lsof 2020-11-04 11:03:12.002 | openssh-server 2020-11-04 11:03:12.002 | openssl 2020-11-04 11:03:12.002 | pkg-config 2020-11-04 11:03:12.002 | psmisc 2020-11-04 11:03:12.002 | python3-dev 2020-11-04 11:03:12.002 | python3-pip 2020-11-04 11:03:12.002 | python3-venv 2020-11-04 11:03:12.002 | tar 2020-11-04 11:03:12.002 | tcpdump 2020-11-04 11:03:12.002 | unzip 2020-11-04 11:03:12.002 | uuid-runtime 2020-11-04 11:03:12.002 | wget 2020-11-04 11:03:12.002 | wget 2020-11-04 11:03:12.002 | zlib1g-dev 2020-11-04 11:03:12.002 | libkrb5-dev 2020-11-04 11:03:12.002 | libldap2-dev 2020-11-04 11:03:12.002 | libsasl2-dev 2020-11-04 11:03:12.002 | memcached 2020-11-04 11:03:12.002 | python3-mysqldb 2020-11-04 11:03:12.002 | sqlite3 2020-11-04 11:03:12.002 | conntrack 2020-11-04 11:03:12.002 | curl 2020-11-04 11:03:12.002 | dnsmasq-base 2020-11-04 11:03:12.002 | dnsmasq-utils 2020-11-04 11:03:12.002 | ebtables 2020-11-04 11:03:12.002 | gawk 2020-11-04 11:03:12.002 | genisoimage 2020-11-04 11:03:12.002 | iptables 2020-11-04 11:03:12.003 | iputils-arping 2020-11-04 11:03:12.003 | kpartx 2020-11-04 11:03:12.003 | libjs-jquery-tablesorter 2020-11-04 11:03:12.003 | libmysqlclient-dev 2020-11-04 11:03:12.003 | parted 2020-11-04 11:03:12.003 | pm-utils 2020-11-04 11:03:12.003 | python3-mysqldb 2020-11-04 11:03:12.003 | socat 2020-11-04 11:03:12.003 | sqlite3 2020-11-04 11:03:12.003 | sudo 2020-11-04 11:03:12.003 | vlan 2020-11-04 11:03:12.003 | lsscsi 2020-11-04 11:03:12.003 | open-iscsi 2020-11-04 11:03:12.003 | lvm2 2020-11-04 11:03:12.003 | qemu-utils 2020-11-04 11:03:12.003 | thin-provisioning-tools 2020-11-04 11:03:12.003 | acl 2020-11-04 11:03:12.003 | dnsmasq-base 2020-11-04 11:03:12.003 | dnsmasq-utils 2020-11-04 11:03:12.003 | ebtables 2020-11-04 11:03:12.003 | haproxy 2020-11-04 11:03:12.003 | iptables 2020-11-04 11:03:12.003 | iputils-arping 2020-11-04 11:03:12.003 | iputils-ping 2020-11-04 11:03:12.003 | libmysqlclient-dev 2020-11-04 11:03:12.003 | postgresql-server-dev-all 2020-11-04 11:03:12.003 | python3-mysqldb 2020-11-04 11:03:12.003 | sqlite3 2020-11-04 11:03:12.003 | sudo 2020-11-04 11:03:12.003 | vlan 2020-11-04 11:03:12.003 | ipset 2020-11-04 11:03:12.003 | conntrack 2020-11-04 11:03:12.003 | conntrackd 2020-11-04 11:03:12.003 | keepalived 2020-11-04 11:03:12.003 | dstat 2020-11-04 11:03:12.003 | lvm2 2020-11-04 11:03:12.003 | qemu-utils 2020-11-04 11:03:12.003 | thin-provisioning-tools 2020-11-04 11:03:12.004 | curl 2020-11-04 11:03:12.004 | liberasurecode-dev 2020-11-04 11:03:12.004 | make 2020-11-04 11:03:12.004 | memcached 2020-11-04 11:03:12.004 | sqlite3 2020-11-04 11:03:12.004 | xfsprogs ' 2020-11-04 11:03:12.004 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2020-11-04 11:03:12.006 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:03:12.008 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:03:12.011 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2020-11-04 11:03:12.012 | ++ 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-pip 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 lsscsi open-iscsi lvm2 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 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-04 11:03:12.015 | ++ 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-pip 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 lsscsi open-iscsi lvm2 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 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-04 11:03:12.017 | ++ functions-common:install_package:1344 : update_package_repo 2020-11-04 11:03:12.020 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:03:12.022 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2020-11-04 11:03:12.024 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:03:12.026 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:03:12.029 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:03:12.031 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:03:12.033 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:03:12.035 | ++ functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:03:12.037 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-11-04 11:03:12.039 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-11-04 11:03:12.041 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2020-11-04 11:03:12.044 | +++ functions-common:apt_get_update:1078 : id -u 2020-11-04 11:03:12.048 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-11-04 11:03:12.050 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2020-11-04 11:03:12.052 | ++ functions-common:time_start:2296 : local name=apt-get-update 2020-11-04 11:03:12.054 | ++ functions-common:time_start:2297 : local start_time= 2020-11-04 11:03:12.057 | ++ functions-common:time_start:2298 : [[ -n '' ]] 2020-11-04 11:03:12.066 | +++ functions-common:time_start:2301 : date +%s%3N 2020-11-04 11:03:12.070 | ++ functions-common:time_start:2301 : _TIME_START[$name]=1604487792067 2020-11-04 11:03:12.072 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-11-04 11:03:12.075 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-11-04 11:03:12.077 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-11-04 11:03:12.312 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-11-04 11:03:12.313 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-11-04 11:03:12.362 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-11-04 11:03:12.418 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-11-04 11:03:14.588 | Reading package lists... 2020-11-04 11:03:14.646 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-11-04 11:03:14.649 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-11-04 11:03:14.651 | ++ functions-common:time_stop:2310 : local name 2020-11-04 11:03:14.654 | ++ functions-common:time_stop:2311 : local end_time 2020-11-04 11:03:14.656 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:03:14.658 | ++ functions-common:time_stop:2313 : local total 2020-11-04 11:03:14.660 | ++ functions-common:time_stop:2314 : local start_time 2020-11-04 11:03:14.662 | ++ functions-common:time_stop:2316 : name=apt-get-update 2020-11-04 11:03:14.664 | ++ functions-common:time_stop:2317 : start_time=1604487792067 2020-11-04 11:03:14.666 | ++ functions-common:time_stop:2319 : [[ -z 1604487792067 ]] 2020-11-04 11:03:14.669 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:03:14.673 | ++ functions-common:time_stop:2322 : end_time=1604487794670 2020-11-04 11:03:14.675 | ++ functions-common:time_stop:2323 : elapsed_time=2603 2020-11-04 11:03:14.677 | ++ functions-common:time_stop:2324 : total=0 2020-11-04 11:03:14.679 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:03:14.682 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=2603 2020-11-04 11:03:14.684 | ++ functions-common:install_package:1345 : 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-pip 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 lsscsi open-iscsi lvm2 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 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-04 11:03:14.687 | ++ functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:03:14.689 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:03:14.691 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:03:14.694 | ++ functions-common:real_install_package:1331 : 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-pip 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 lsscsi open-iscsi lvm2 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 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-04 11:03:14.714 | ++ functions-common:apt_get:1111 : 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-pip 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 lsscsi open-iscsi lvm2 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 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-11-04 11:03:14.832 | Reading package lists... 2020-11-04 11:03:15.074 | Building dependency tree... 2020-11-04 11:03:15.075 | Reading state information... 2020-11-04 11:03:15.314 | acl is already the newest version (2.2.52-3build1). 2020-11-04 11:03:15.314 | acl set to manually installed. 2020-11-04 11:03:15.314 | bc is already the newest version (1.07.1-2). 2020-11-04 11:03:15.314 | bc set to manually installed. 2020-11-04 11:03:15.314 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2020-11-04 11:03:15.314 | bsdmainutils set to manually installed. 2020-11-04 11:03:15.314 | dnsmasq-base is already the newest version (2.79-1). 2020-11-04 11:03:15.314 | dnsmasq-base set to manually installed. 2020-11-04 11:03:15.314 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2020-11-04 11:03:15.314 | gawk set to manually installed. 2020-11-04 11:03:15.314 | iptables is already the newest version (1.6.1-2ubuntu2). 2020-11-04 11:03:15.314 | iptables set to manually installed. 2020-11-04 11:03:15.314 | libpcre3-dev is already the newest version (2:8.39-9). 2020-11-04 11:03:15.314 | lsof is already the newest version (4.89+dfsg-0.1). 2020-11-04 11:03:15.314 | lsof set to manually installed. 2020-11-04 11:03:15.314 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2020-11-04 11:03:15.314 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2020-11-04 11:03:15.314 | ebtables set to manually installed. 2020-11-04 11:03:15.314 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2020-11-04 11:03:15.314 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2020-11-04 11:03:15.314 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2020-11-04 11:03:15.314 | parted is already the newest version (3.2-20ubuntu0.2). 2020-11-04 11:03:15.314 | parted set to manually installed. 2020-11-04 11:03:15.314 | psmisc is already the newest version (23.1-1ubuntu0.1). 2020-11-04 11:03:15.314 | psmisc set to manually installed. 2020-11-04 11:03:15.314 | python3-dev is already the newest version (3.6.7-1~18.04). 2020-11-04 11:03:15.314 | tar is already the newest version (1.29b-2ubuntu0.1). 2020-11-04 11:03:15.314 | tar set to manually installed. 2020-11-04 11:03:15.314 | wget is already the newest version (1.19.4-1ubuntu2.2). 2020-11-04 11:03:15.314 | wget set to manually installed. 2020-11-04 11:03:15.315 | The following packages were automatically installed and are no longer required: 2020-11-04 11:03:15.315 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-04 11:03:15.315 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-04 11:03:15.315 | python3-incremental python3-netifaces python3-pam python3-problem-report 2020-11-04 11:03:15.315 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2020-11-04 11:03:15.315 | python3-twisted-bin python3-zope.interface 2020-11-04 11:03:15.315 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:03:15.315 | The following additional packages will be installed: 2020-11-04 11:03:15.315 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2020-11-04 11:03:15.315 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2020-11-04 11:03:15.315 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2020-11-04 11:03:15.315 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2020-11-04 11:03:15.315 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2020-11-04 11:03:15.315 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2020-11-04 11:03:15.315 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2020-11-04 11:03:15.315 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-11-04 11:03:15.315 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-11-04 11:03:15.315 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2020-11-04 11:03:15.315 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2020-11-04 11:03:15.315 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2020-11-04 11:03:15.315 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 libgts-0.7-5 2020-11-04 11:03:15.315 | libgts-bin libgvc6 libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 2020-11-04 11:03:15.315 | libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 libicu-dev 2020-11-04 11:03:15.315 | libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 libiscsi7 2020-11-04 11:03:15.315 | libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev 2020-11-04 11:03:15.315 | libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 libkadm5srv-mit11 2020-11-04 11:03:15.315 | libkdb5-9 liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 2020-11-04 11:03:15.315 | liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2020-11-04 11:03:15.315 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-11-04 11:03:15.315 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2020-11-04 11:03:15.315 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2020-11-04 11:03:15.316 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2020-11-04 11:03:15.316 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2020-11-04 11:03:15.316 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2020-11-04 11:03:15.316 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2020-11-04 11:03:15.316 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2020-11-04 11:03:15.316 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2020-11-04 11:03:15.316 | mysql-common po-debconf postgresql-client-common postgresql-common 2020-11-04 11:03:15.316 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2020-11-04 11:03:15.316 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2020-11-04 11:03:15.316 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2020-11-04 11:03:15.316 | uuid-dev uwsgi-core vbetool x11-common 2020-11-04 11:03:15.317 | Suggested packages: 2020-11-04 11:03:15.317 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2020-11-04 11:03:15.317 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2020-11-04 11:03:15.317 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2020-11-04 11:03:15.317 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2020-11-04 11:03:15.317 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2020-11-04 11:03:15.317 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2020-11-04 11:03:15.317 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2020-11-04 11:03:15.317 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2020-11-04 11:03:15.317 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2020-11-04 11:03:15.317 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2020-11-04 11:03:15.317 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2020-11-04 11:03:15.317 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2020-11-04 11:03:15.317 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2020-11-04 11:03:15.317 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2020-11-04 11:03:15.317 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2020-11-04 11:03:15.318 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2020-11-04 11:03:15.318 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2020-11-04 11:03:15.318 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2020-11-04 11:03:15.318 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2020-11-04 11:03:15.318 | uwsgi-extra uwsgi-dev 2020-11-04 11:03:15.557 | The following NEW packages will be installed: 2020-11-04 11:03:15.557 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2020-11-04 11:03:15.557 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2020-11-04 11:03:15.557 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2020-11-04 11:03:15.557 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2020-11-04 11:03:15.557 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2020-11-04 11:03:15.558 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2020-11-04 11:03:15.558 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2020-11-04 11:03:15.558 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2020-11-04 11:03:15.558 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2020-11-04 11:03:15.558 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2020-11-04 11:03:15.558 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2020-11-04 11:03:15.558 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2020-11-04 11:03:15.558 | libfakeroot libffi-dev libfile-fcntllock-perl 2020-11-04 11:03:15.558 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2020-11-04 11:03:15.558 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2020-11-04 11:03:15.558 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2020-11-04 11:03:15.558 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2020-11-04 11:03:15.558 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2020-11-04 11:03:15.558 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2020-11-04 11:03:15.558 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2020-11-04 11:03:15.558 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2020-11-04 11:03:15.558 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2020-11-04 11:03:15.558 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2020-11-04 11:03:15.558 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2020-11-04 11:03:15.558 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2020-11-04 11:03:15.558 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2020-11-04 11:03:15.558 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2020-11-04 11:03:15.558 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2020-11-04 11:03:15.558 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2020-11-04 11:03:15.558 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2020-11-04 11:03:15.558 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2020-11-04 11:03:15.558 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2020-11-04 11:03:15.558 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2020-11-04 11:03:15.558 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2020-11-04 11:03:15.558 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2020-11-04 11:03:15.558 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2020-11-04 11:03:15.559 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2020-11-04 11:03:15.559 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2020-11-04 11:03:15.559 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2020-11-04 11:03:15.559 | The following packages will be upgraded: 2020-11-04 11:03:15.559 | curl git libcom-err2 libcurl4 libglib2.0-0 libicu60 libldap-2.4-2 2020-11-04 11:03:15.559 | libldap-common libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2020-11-04 11:03:15.559 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2020-11-04 11:03:15.560 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2020-11-04 11:03:15.836 | 26 upgraded, 202 newly installed, 0 to remove and 143 not upgraded. 2020-11-04 11:03:15.836 | Need to get 83.8 MB of archives. 2020-11-04 11:03:15.836 | After this operation, 263 MB of additional disk space will be used. 2020-11-04 11:03:15.836 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.43 [105 kB] 2020-11-04 11:03:16.352 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.43 [107 kB] 2020-11-04 11:03:16.436 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2,913 kB] 2020-11-04 11:03:17.075 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 2020-11-04 11:03:17.095 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2020-11-04 11:03:17.097 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2020-11-04 11:03:17.100 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2020-11-04 11:03:17.110 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1,301 kB] 2020-11-04 11:03:17.241 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2020-11-04 11:03:17.248 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2020-11-04 11:03:17.298 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2020-11-04 11:03:17.299 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 2020-11-04 11:03:17.321 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 2020-11-04 11:03:17.427 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.6 [17.0 kB] 2020-11-04 11:03:17.429 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.6 [155 kB] 2020-11-04 11:03:17.447 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2020-11-04 11:03:17.447 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2020-11-04 11:03:17.459 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2020-11-04 11:03:18.765 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2020-11-04 11:03:18.793 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2020-11-04 11:03:18.870 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2020-11-04 11:03:18.914 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2020-11-04 11:03:18.931 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2020-11-04 11:03:18.941 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2020-11-04 11:03:19.287 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2020-11-04 11:03:19.315 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2020-11-04 11:03:19.316 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2020-11-04 11:03:19.403 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2020-11-04 11:03:19.416 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2020-11-04 11:03:19.420 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2020-11-04 11:03:19.512 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2020-11-04 11:03:19.516 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2020-11-04 11:03:19.607 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2020-11-04 11:03:19.608 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2020-11-04 11:03:19.616 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2020-11-04 11:03:19.659 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2020-11-04 11:03:19.660 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2020-11-04 11:03:19.661 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1,171 kB] 2020-11-04 11:03:19.821 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] 2020-11-04 11:03:19.932 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2020-11-04 11:03:20.259 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2020-11-04 11:03:20.271 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2020-11-04 11:03:20.273 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2020-11-04 11:03:20.273 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2020-11-04 11:03:20.275 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2020-11-04 11:03:20.389 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.6 [261 kB] 2020-11-04 11:03:20.397 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2020-11-04 11:03:20.435 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2020-11-04 11:03:20.436 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2020-11-04 11:03:20.503 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2020-11-04 11:03:20.555 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2020-11-04 11:03:20.658 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2020-11-04 11:03:20.717 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2020-11-04 11:03:20.744 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2020-11-04 11:03:20.756 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2020-11-04 11:03:20.767 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2020-11-04 11:03:20.768 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2020-11-04 11:03:20.774 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2020-11-04 11:03:20.775 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2020-11-04 11:03:20.919 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2020-11-04 11:03:20.941 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2020-11-04 11:03:21.030 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2020-11-04 11:03:21.041 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2020-11-04 11:03:21.226 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2020-11-04 11:03:21.229 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2020-11-04 11:03:21.264 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2020-11-04 11:03:21.395 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2020-11-04 11:03:21.417 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2020-11-04 11:03:21.647 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2020-11-04 11:03:23.105 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2020-11-04 11:03:23.105 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2020-11-04 11:03:23.106 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2020-11-04 11:03:23.109 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2020-11-04 11:03:23.111 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2020-11-04 11:03:23.127 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 2020-11-04 11:03:23.153 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] 2020-11-04 11:03:23.173 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2020-11-04 11:03:23.180 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2020-11-04 11:03:23.239 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2020-11-04 11:03:23.244 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2020-11-04 11:03:23.365 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2020-11-04 11:03:23.375 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2020-11-04 11:03:23.428 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2020-11-04 11:03:23.440 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2020-11-04 11:03:23.476 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2020-11-04 11:03:23.480 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2020-11-04 11:03:24.075 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2020-11-04 11:03:24.078 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2020-11-04 11:03:24.081 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2020-11-04 11:03:24.087 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2020-11-04 11:03:24.087 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2020-11-04 11:03:24.091 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2020-11-04 11:03:24.112 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2020-11-04 11:03:24.136 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2020-11-04 11:03:24.141 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2020-11-04 11:03:24.227 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2020-11-04 11:03:24.353 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2020-11-04 11:03:24.391 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2020-11-04 11:03:24.393 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2020-11-04 11:03:24.395 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2020-11-04 11:03:24.398 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2020-11-04 11:03:24.748 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2020-11-04 11:03:25.098 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2020-11-04 11:03:25.396 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2020-11-04 11:03:25.405 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2020-11-04 11:03:25.416 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2020-11-04 11:03:25.548 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2020-11-04 11:03:25.564 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2020-11-04 11:03:25.574 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2020-11-04 11:03:25.585 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2020-11-04 11:03:25.758 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2020-11-04 11:03:25.809 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2020-11-04 11:03:25.839 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2020-11-04 11:03:25.870 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2020-11-04 11:03:25.879 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2020-11-04 11:03:25.909 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2020-11-04 11:03:25.993 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2020-11-04 11:03:25.998 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2020-11-04 11:03:26.017 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2020-11-04 11:03:26.023 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2020-11-04 11:03:26.104 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2020-11-04 11:03:26.126 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2020-11-04 11:03:26.131 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2020-11-04 11:03:26.131 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2020-11-04 11:03:26.132 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2020-11-04 11:03:26.231 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2020-11-04 11:03:26.257 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2020-11-04 11:03:26.361 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2020-11-04 11:03:26.388 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.1 [54.2 kB] 2020-11-04 11:03:26.395 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.1 [37.2 kB] 2020-11-04 11:03:26.427 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.1 [49.7 kB] 2020-11-04 11:03:26.432 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.1 [38.2 kB] 2020-11-04 11:03:26.435 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2020-11-04 11:03:26.438 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.1 [120 kB] 2020-11-04 11:03:26.451 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2020-11-04 11:03:26.555 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2020-11-04 11:03:26.561 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2020-11-04 11:03:26.562 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2020-11-04 11:03:26.564 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2020-11-04 11:03:26.565 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2020-11-04 11:03:26.682 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.6 [68.8 kB] 2020-11-04 11:03:26.690 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.6 [102 kB] 2020-11-04 11:03:26.701 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2020-11-04 11:03:26.706 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2020-11-04 11:03:26.725 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.6 [1,385 kB] 2020-11-04 11:03:26.900 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2020-11-04 11:03:26.903 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2020-11-04 11:03:26.907 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2020-11-04 11:03:26.909 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2020-11-04 11:03:26.910 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2020-11-04 11:03:27.028 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2020-11-04 11:03:27.030 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2020-11-04 11:03:27.034 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2020-11-04 11:03:28.170 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2020-11-04 11:03:28.355 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2020-11-04 11:03:28.356 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2020-11-04 11:03:28.357 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2020-11-04 11:03:28.373 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2020-11-04 11:03:28.374 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2020-11-04 11:03:28.374 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2020-11-04 11:03:28.378 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2020-11-04 11:03:28.378 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2020-11-04 11:03:28.396 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2020-11-04 11:03:28.484 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2020-11-04 11:03:28.529 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2020-11-04 11:03:28.530 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2020-11-04 11:03:28.533 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2020-11-04 11:03:28.534 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB] 2020-11-04 11:03:28.606 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1,566 kB] 2020-11-04 11:03:29.079 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.32-0ubuntu0.18.04.1 [988 kB] 2020-11-04 11:03:29.128 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2020-11-04 11:03:29.134 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2020-11-04 11:03:29.136 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2020-11-04 11:03:29.202 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2020-11-04 11:03:29.206 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.14-0ubuntu0.18.04.1 [107 kB] 2020-11-04 11:03:29.247 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.14-0ubuntu0.18.04.1 [218 kB] 2020-11-04 11:03:29.271 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.4 [2,727 kB] 2020-11-04 11:03:29.739 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.4 [924 kB] 2020-11-04 11:03:29.808 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [256 kB] 2020-11-04 11:03:30.085 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [48.8 kB] 2020-11-04 11:03:30.086 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2020-11-04 11:03:30.090 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.43 [184 kB] 2020-11-04 11:03:30.096 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2020-11-04 11:03:30.098 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2020-11-04 11:03:30.145 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2020-11-04 11:03:30.150 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2020-11-04 11:03:30.214 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2020-11-04 11:03:30.221 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2020-11-04 11:03:30.251 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2020-11-04 11:03:30.349 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2020-11-04 11:03:30.360 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2020-11-04 11:03:30.366 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2020-11-04 11:03:30.369 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2020-11-04 11:03:30.421 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2020-11-04 11:03:30.438 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.14-0ubuntu0.18.04.1 [838 kB] 2020-11-04 11:03:30.762 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2020-11-04 11:03:30.762 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.4 [1,653 kB] 2020-11-04 11:03:30.866 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2020-11-04 11:03:30.886 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2020-11-04 11:03:30.886 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2020-11-04 11:03:30.887 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2020-11-04 11:03:30.888 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2020-11-04 11:03:31.140 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.4 [114 kB] 2020-11-04 11:03:31.672 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2020-11-04 11:03:31.883 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.3 [6,180 B] 2020-11-04 11:03:31.886 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2020-11-04 11:03:31.886 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2020-11-04 11:03:31.909 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2020-11-04 11:03:31.925 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.32 [40.3 kB] 2020-11-04 11:03:31.939 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.32 [869 kB] 2020-11-04 11:03:32.161 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2020-11-04 11:03:32.199 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2020-11-04 11:03:32.319 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2020-11-04 11:03:32.368 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 2020-11-04 11:03:32.393 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2020-11-04 11:03:32.480 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2020-11-04 11:03:32.482 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2020-11-04 11:03:32.487 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2020-11-04 11:03:32.491 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2020-11-04 11:03:32.496 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2020-11-04 11:03:32.568 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.0.15-10.2ubuntu2.1 [10.0 kB] 2020-11-04 11:03:32.570 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2020-11-04 11:03:32.574 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2020-11-04 11:03:32.694 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2020-11-04 11:03:32.713 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.1 [11.8 kB] 2020-11-04 11:03:32.714 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2020-11-04 11:03:32.721 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2020-11-04 11:03:32.762 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2020-11-04 11:03:34.396 | Preconfiguring packages ... 2020-11-04 11:03:34.649 | Fetched 83.8 MB in 17s (4,874 kB/s) 2020-11-04 11:03:34.920 | (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 ... 64590 files and directories currently installed.) 2020-11-04 11:03:34.922 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.43_amd64.deb ... 2020-11-04 11:03:35.140 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-11-04 11:03:35.638 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.43_amd64.deb ... 2020-11-04 11:03:35.761 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-11-04 11:03:36.356 | Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 2020-11-04 11:03:36.615 | Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-11-04 11:03:37.964 | Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 2020-11-04 11:03:38.123 | Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2020-11-04 11:03:38.536 | Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 2020-11-04 11:03:38.992 | (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 ... 64590 files and directories currently installed.) 2020-11-04 11:03:38.995 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-11-04 11:03:39.138 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-11-04 11:03:39.534 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-11-04 11:03:40.049 | (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 ... 64590 files and directories currently installed.) 2020-11-04 11:03:40.052 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-11-04 11:03:40.214 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2020-11-04 11:03:40.791 | Selecting previously unselected package libapr1:amd64. 2020-11-04 11:03:40.798 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2020-11-04 11:03:40.825 | Unpacking libapr1:amd64 (1.6.3-2) ... 2020-11-04 11:03:41.318 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-11-04 11:03:41.471 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-11-04 11:03:42.115 | Selecting previously unselected package libaprutil1:amd64. 2020-11-04 11:03:42.122 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2020-11-04 11:03:42.172 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2020-11-04 11:03:42.601 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2020-11-04 11:03:42.795 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2020-11-04 11:03:43.269 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2020-11-04 11:03:43.276 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2020-11-04 11:03:43.326 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-11-04 11:03:43.666 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-04 11:03:43.814 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-11-04 11:03:44.230 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-04 11:03:44.391 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-11-04 11:03:44.798 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb ... 2020-11-04 11:03:44.928 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.6) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-11-04 11:03:45.427 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb ... 2020-11-04 11:03:45.555 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) over (2.4.45+dfsg-1ubuntu1.3) ... 2020-11-04 11:03:45.951 | Selecting previously unselected package libaprutil1-ldap:amd64. 2020-11-04 11:03:45.958 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2020-11-04 11:03:46.006 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-11-04 11:03:46.414 | Selecting previously unselected package liblua5.2-0:amd64. 2020-11-04 11:03:46.420 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2020-11-04 11:03:46.471 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-11-04 11:03:46.831 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2020-11-04 11:03:46.934 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2020-11-04 11:03:48.579 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-11-04 11:03:48.743 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2020-11-04 11:03:49.237 | Selecting previously unselected package apache2-bin. 2020-11-04 11:03:49.243 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-04 11:03:49.452 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2020-11-04 11:03:49.917 | Selecting previously unselected package apache2-utils. 2020-11-04 11:03:49.923 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-04 11:03:49.957 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2020-11-04 11:03:50.311 | Selecting previously unselected package apache2-data. 2020-11-04 11:03:50.318 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2020-11-04 11:03:50.345 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2020-11-04 11:03:50.859 | Selecting previously unselected package apache2. 2020-11-04 11:03:50.866 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-04 11:03:50.915 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2020-11-04 11:03:51.401 | Selecting previously unselected package fonts-dejavu-core. 2020-11-04 11:03:51.407 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2020-11-04 11:03:51.448 | Unpacking fonts-dejavu-core (2.37-1) ... 2020-11-04 11:03:51.886 | Selecting previously unselected package fonts-liberation. 2020-11-04 11:03:51.893 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2020-11-04 11:03:51.938 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-11-04 11:03:52.431 | Selecting previously unselected package fontconfig-config. 2020-11-04 11:03:52.438 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2020-11-04 11:03:52.488 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2020-11-04 11:03:52.842 | Selecting previously unselected package libfontconfig1:amd64. 2020-11-04 11:03:52.849 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2020-11-04 11:03:52.899 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-11-04 11:03:53.345 | Selecting previously unselected package fontconfig. 2020-11-04 11:03:53.352 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2020-11-04 11:03:53.402 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2020-11-04 11:03:53.819 | Selecting previously unselected package liblua5.3-0:amd64. 2020-11-04 11:03:53.826 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:03:53.876 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-11-04 11:03:54.345 | Selecting previously unselected package haproxy. 2020-11-04 11:03:54.352 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2020-11-04 11:03:54.386 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2020-11-04 11:03:55.008 | Selecting previously unselected package libjpeg-turbo8:amd64. 2020-11-04 11:03:55.015 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-11-04 11:03:55.071 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-04 11:03:55.475 | Selecting previously unselected package x11-common. 2020-11-04 11:03:55.481 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2020-11-04 11:03:55.554 | dpkg-query: no packages found matching nux-tools 2020-11-04 11:03:55.564 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2020-11-04 11:03:55.928 | Selecting previously unselected package libice6:amd64. 2020-11-04 11:03:55.935 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2020-11-04 11:03:55.983 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2020-11-04 11:03:56.362 | Selecting previously unselected package libsm6:amd64. 2020-11-04 11:03:56.369 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2020-11-04 11:03:56.419 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2020-11-04 11:03:56.866 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2020-11-04 11:03:57.698 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2020-11-04 11:03:58.545 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2020-11-04 11:03:58.552 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2020-11-04 11:03:58.602 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-11-04 11:03:58.962 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2020-11-04 11:03:59.111 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2020-11-04 11:03:59.458 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2020-11-04 11:03:59.955 | (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 ... 65643 files and directories currently installed.) 2020-11-04 11:03:59.958 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-04 11:04:00.088 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2020-11-04 11:04:00.701 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-11-04 11:04:00.841 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.1-1ubuntu2.1~18.04.4) ... 2020-11-04 11:04:01.456 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2020-11-04 11:04:01.628 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2020-11-04 11:04:02.198 | Preparing to unpack .../003-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:04:02.372 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2020-11-04 11:04:02.938 | Selecting previously unselected package uuid-dev:amd64. 2020-11-04 11:04:02.945 | Preparing to unpack .../004-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2020-11-04 11:04:03.001 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-11-04 11:04:03.412 | Selecting previously unselected package libsctp1:amd64. 2020-11-04 11:04:03.419 | Preparing to unpack .../005-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2020-11-04 11:04:03.481 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-11-04 11:04:03.814 | Selecting previously unselected package libsctp-dev:amd64. 2020-11-04 11:04:03.821 | Preparing to unpack .../006-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2020-11-04 11:04:03.887 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-11-04 11:04:04.248 | Selecting previously unselected package libapr1-dev. 2020-11-04 11:04:04.255 | Preparing to unpack .../007-libapr1-dev_1.6.3-2_amd64.deb ... 2020-11-04 11:04:04.294 | Unpacking libapr1-dev (1.6.3-2) ... 2020-11-04 11:04:05.168 | Selecting previously unselected package libldap2-dev:amd64. 2020-11-04 11:04:05.175 | Preparing to unpack .../008-libldap2-dev_2.4.45+dfsg-1ubuntu1.6_amd64.deb ... 2020-11-04 11:04:05.242 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-04 11:04:05.721 | Selecting previously unselected package libaprutil1-dev. 2020-11-04 11:04:05.727 | Preparing to unpack .../009-libaprutil1-dev_1.6.1-2_amd64.deb ... 2020-11-04 11:04:05.784 | Unpacking libaprutil1-dev (1.6.1-2) ... 2020-11-04 11:04:06.391 | Selecting previously unselected package autotools-dev. 2020-11-04 11:04:06.398 | Preparing to unpack .../010-autotools-dev_20180224.1_all.deb ... 2020-11-04 11:04:06.436 | Unpacking autotools-dev (20180224.1) ... 2020-11-04 11:04:06.797 | Selecting previously unselected package m4. 2020-11-04 11:04:06.803 | Preparing to unpack .../011-m4_1.4.18-1_amd64.deb ... 2020-11-04 11:04:06.863 | Unpacking m4 (1.4.18-1) ... 2020-11-04 11:04:07.374 | Selecting previously unselected package autoconf. 2020-11-04 11:04:07.381 | Preparing to unpack .../012-autoconf_2.69-11_all.deb ... 2020-11-04 11:04:07.437 | Unpacking autoconf (2.69-11) ... 2020-11-04 11:04:08.014 | Selecting previously unselected package automake. 2020-11-04 11:04:08.021 | Preparing to unpack .../013-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2020-11-04 11:04:08.079 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2020-11-04 11:04:08.471 | Selecting previously unselected package autopoint. 2020-11-04 11:04:08.478 | Preparing to unpack .../014-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2020-11-04 11:04:08.533 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2020-11-04 11:04:08.916 | Selecting previously unselected package libtool. 2020-11-04 11:04:08.923 | Preparing to unpack .../015-libtool_2.4.6-2_all.deb ... 2020-11-04 11:04:08.979 | Unpacking libtool (2.4.6-2) ... 2020-11-04 11:04:09.309 | Selecting previously unselected package dh-autoreconf. 2020-11-04 11:04:09.316 | Preparing to unpack .../016-dh-autoreconf_17_all.deb ... 2020-11-04 11:04:09.372 | Unpacking dh-autoreconf (17) ... 2020-11-04 11:04:09.715 | Selecting previously unselected package libarchive-zip-perl. 2020-11-04 11:04:09.722 | Preparing to unpack .../017-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2020-11-04 11:04:09.791 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-11-04 11:04:10.117 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2020-11-04 11:04:10.123 | Preparing to unpack .../018-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2020-11-04 11:04:10.179 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-11-04 11:04:10.476 | Selecting previously unselected package libtimedate-perl. 2020-11-04 11:04:10.483 | Preparing to unpack .../019-libtimedate-perl_2.3000-2_all.deb ... 2020-11-04 11:04:10.543 | Unpacking libtimedate-perl (2.3000-2) ... 2020-11-04 11:04:10.951 | Selecting previously unselected package dh-strip-nondeterminism. 2020-11-04 11:04:10.957 | Preparing to unpack .../020-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2020-11-04 11:04:10.991 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-11-04 11:04:11.277 | Selecting previously unselected package libdpkg-perl. 2020-11-04 11:04:11.283 | Preparing to unpack .../021-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2020-11-04 11:04:11.332 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-11-04 11:04:11.732 | Selecting previously unselected package make. 2020-11-04 11:04:11.739 | Preparing to unpack .../022-make_4.1-9.1ubuntu1_amd64.deb ... 2020-11-04 11:04:11.796 | Unpacking make (4.1-9.1ubuntu1) ... 2020-11-04 11:04:12.191 | Selecting previously unselected package dpkg-dev. 2020-11-04 11:04:12.198 | Preparing to unpack .../023-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2020-11-04 11:04:12.254 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-11-04 11:04:12.814 | Selecting previously unselected package libcroco3:amd64. 2020-11-04 11:04:12.821 | Preparing to unpack .../024-libcroco3_0.6.12-2_amd64.deb ... 2020-11-04 11:04:12.869 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2020-11-04 11:04:13.223 | Selecting previously unselected package gettext. 2020-11-04 11:04:13.230 | Preparing to unpack .../025-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2020-11-04 11:04:13.276 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2020-11-04 11:04:14.191 | Selecting previously unselected package intltool-debian. 2020-11-04 11:04:14.198 | Preparing to unpack .../026-intltool-debian_0.35.0+20060710.4_all.deb ... 2020-11-04 11:04:14.248 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2020-11-04 11:04:14.555 | Selecting previously unselected package po-debconf. 2020-11-04 11:04:14.562 | Preparing to unpack .../027-po-debconf_1.0.20_all.deb ... 2020-11-04 11:04:14.623 | Unpacking po-debconf (1.0.20) ... 2020-11-04 11:04:15.002 | Selecting previously unselected package debhelper. 2020-11-04 11:04:15.009 | Preparing to unpack .../028-debhelper_11.1.6ubuntu2_all.deb ... 2020-11-04 11:04:15.076 | Unpacking debhelper (11.1.6ubuntu2) ... 2020-11-04 11:04:15.711 | Selecting previously unselected package apache2-dev. 2020-11-04 11:04:15.718 | Preparing to unpack .../029-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2020-11-04 11:04:15.785 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2020-11-04 11:04:16.168 | Selecting previously unselected package libstdc++-7-dev:amd64. 2020-11-04 11:04:16.176 | Preparing to unpack .../030-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-11-04 11:04:16.220 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-11-04 11:04:17.104 | Selecting previously unselected package g++-7. 2020-11-04 11:04:17.111 | Preparing to unpack .../031-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2020-11-04 11:04:17.166 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-11-04 11:04:18.869 | Selecting previously unselected package g++. 2020-11-04 11:04:18.876 | Preparing to unpack .../032-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2020-11-04 11:04:18.932 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2020-11-04 11:04:19.241 | Selecting previously unselected package build-essential. 2020-11-04 11:04:19.248 | Preparing to unpack .../033-build-essential_12.4ubuntu1_amd64.deb ... 2020-11-04 11:04:19.311 | Unpacking build-essential (12.4ubuntu1) ... 2020-11-04 11:04:19.608 | Selecting previously unselected package conntrack. 2020-11-04 11:04:19.616 | Preparing to unpack .../034-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-11-04 11:04:19.681 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-04 11:04:20.082 | Selecting previously unselected package libnetfilter-queue1. 2020-11-04 11:04:20.090 | Preparing to unpack .../035-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2020-11-04 11:04:20.139 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2020-11-04 11:04:20.608 | Selecting previously unselected package conntrackd. 2020-11-04 11:04:20.616 | Preparing to unpack .../036-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2020-11-04 11:04:20.681 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-04 11:04:21.004 | Preparing to unpack .../037-curl_7.58.0-2ubuntu3.10_amd64.deb ... 2020-11-04 11:04:21.185 | Unpacking curl (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-11-04 11:04:21.648 | Preparing to unpack .../038-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... 2020-11-04 11:04:21.820 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.7) ... 2020-11-04 11:04:22.286 | Selecting previously unselected package dctrl-tools. 2020-11-04 11:04:22.294 | Preparing to unpack .../039-dctrl-tools_2.24-2build1_amd64.deb ... 2020-11-04 11:04:22.352 | Unpacking dctrl-tools (2.24-2build1) ... 2020-11-04 11:04:22.665 | Selecting previously unselected package dnsmasq-utils. 2020-11-04 11:04:22.672 | Preparing to unpack .../040-dnsmasq-utils_2.79-1_amd64.deb ... 2020-11-04 11:04:22.721 | Unpacking dnsmasq-utils (2.79-1) ... 2020-11-04 11:04:23.128 | Selecting previously unselected package dstat. 2020-11-04 11:04:23.136 | Preparing to unpack .../041-dstat_0.7.3-1_all.deb ... 2020-11-04 11:04:23.224 | Unpacking dstat (0.7.3-1) ... 2020-11-04 11:04:23.591 | Selecting previously unselected package libfakeroot:amd64. 2020-11-04 11:04:23.598 | Preparing to unpack .../042-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2020-11-04 11:04:23.658 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-11-04 11:04:23.991 | Selecting previously unselected package fakeroot. 2020-11-04 11:04:23.998 | Preparing to unpack .../043-fakeroot_1.22-2ubuntu1_amd64.deb ... 2020-11-04 11:04:24.037 | Unpacking fakeroot (1.22-2ubuntu1) ... 2020-11-04 11:04:24.389 | Selecting previously unselected package genisoimage. 2020-11-04 11:04:24.396 | Preparing to unpack .../044-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2020-11-04 11:04:24.452 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2020-11-04 11:04:24.943 | Selecting previously unselected package libgraphite2-3:amd64. 2020-11-04 11:04:24.951 | Preparing to unpack .../045-libgraphite2-3_1.3.11-2_amd64.deb ... 2020-11-04 11:04:25.006 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2020-11-04 11:04:25.482 | Selecting previously unselected package libharfbuzz0b:amd64. 2020-11-04 11:04:25.489 | Preparing to unpack .../046-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2020-11-04 11:04:25.551 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:04:25.920 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2020-11-04 11:04:25.927 | Preparing to unpack .../047-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2020-11-04 11:04:25.977 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:04:26.421 | Preparing to unpack .../048-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2020-11-04 11:04:26.582 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2020-11-04 11:04:27.966 | Selecting previously unselected package libann0. 2020-11-04 11:04:27.974 | Preparing to unpack .../049-libann0_1.1.2+doc-6_amd64.deb ... 2020-11-04 11:04:28.019 | Unpacking libann0 (1.1.2+doc-6) ... 2020-11-04 11:04:28.345 | Selecting previously unselected package libcdt5. 2020-11-04 11:04:28.352 | Preparing to unpack .../050-libcdt5_2.40.1-2_amd64.deb ... 2020-11-04 11:04:28.385 | Unpacking libcdt5 (2.40.1-2) ... 2020-11-04 11:04:28.739 | Selecting previously unselected package libcgraph6. 2020-11-04 11:04:28.746 | Preparing to unpack .../051-libcgraph6_2.40.1-2_amd64.deb ... 2020-11-04 11:04:28.785 | Unpacking libcgraph6 (2.40.1-2) ... 2020-11-04 11:04:29.018 | Selecting previously unselected package libjpeg8:amd64. 2020-11-04 11:04:29.024 | Preparing to unpack .../052-libjpeg8_8c-2ubuntu8_amd64.deb ... 2020-11-04 11:04:29.070 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2020-11-04 11:04:29.406 | Selecting previously unselected package libjbig0:amd64. 2020-11-04 11:04:29.413 | Preparing to unpack .../053-libjbig0_2.1-3.1build1_amd64.deb ... 2020-11-04 11:04:29.465 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2020-11-04 11:04:29.886 | Selecting previously unselected package libtiff5:amd64. 2020-11-04 11:04:29.893 | Preparing to unpack .../054-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2020-11-04 11:04:29.949 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-11-04 11:04:30.362 | Selecting previously unselected package libwebp6:amd64. 2020-11-04 11:04:30.369 | Preparing to unpack .../055-libwebp6_0.6.1-2_amd64.deb ... 2020-11-04 11:04:30.419 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2020-11-04 11:04:30.835 | Selecting previously unselected package libxpm4:amd64. 2020-11-04 11:04:30.842 | Preparing to unpack .../056-libxpm4_1%3a3.5.12-1_amd64.deb ... 2020-11-04 11:04:30.915 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2020-11-04 11:04:31.332 | Selecting previously unselected package libgd3:amd64. 2020-11-04 11:04:31.339 | Preparing to unpack .../057-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2020-11-04 11:04:31.395 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-11-04 11:04:31.762 | Selecting previously unselected package libgts-0.7-5:amd64. 2020-11-04 11:04:31.769 | Preparing to unpack .../058-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2020-11-04 11:04:31.823 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-11-04 11:04:32.197 | Selecting previously unselected package libpixman-1-0:amd64. 2020-11-04 11:04:32.204 | Preparing to unpack .../059-libpixman-1-0_0.34.0-2_amd64.deb ... 2020-11-04 11:04:32.254 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2020-11-04 11:04:32.671 | Selecting previously unselected package libxcb-render0:amd64. 2020-11-04 11:04:32.678 | Preparing to unpack .../060-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2020-11-04 11:04:32.728 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-04 11:04:33.122 | Selecting previously unselected package libxcb-shm0:amd64. 2020-11-04 11:04:33.130 | Preparing to unpack .../061-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2020-11-04 11:04:33.185 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-04 11:04:33.641 | Selecting previously unselected package libxrender1:amd64. 2020-11-04 11:04:33.648 | Preparing to unpack .../062-libxrender1_1%3a0.9.10-1_amd64.deb ... 2020-11-04 11:04:33.698 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2020-11-04 11:04:34.133 | Selecting previously unselected package libcairo2:amd64. 2020-11-04 11:04:34.140 | Preparing to unpack .../063-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2020-11-04 11:04:34.195 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-11-04 11:04:34.680 | Selecting previously unselected package libltdl7:amd64. 2020-11-04 11:04:34.688 | Preparing to unpack .../064-libltdl7_2.4.6-2_amd64.deb ... 2020-11-04 11:04:34.737 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2020-11-04 11:04:35.071 | Selecting previously unselected package libthai-data. 2020-11-04 11:04:35.078 | Preparing to unpack .../065-libthai-data_0.1.27-2_all.deb ... 2020-11-04 11:04:35.128 | Unpacking libthai-data (0.1.27-2) ... 2020-11-04 11:04:35.557 | Selecting previously unselected package libdatrie1:amd64. 2020-11-04 11:04:35.565 | Preparing to unpack .../066-libdatrie1_0.2.10-7_amd64.deb ... 2020-11-04 11:04:35.597 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2020-11-04 11:04:35.985 | Selecting previously unselected package libthai0:amd64. 2020-11-04 11:04:35.992 | Preparing to unpack .../067-libthai0_0.1.27-2_amd64.deb ... 2020-11-04 11:04:36.042 | Unpacking libthai0:amd64 (0.1.27-2) ... 2020-11-04 11:04:36.414 | Selecting previously unselected package libpango-1.0-0:amd64. 2020-11-04 11:04:36.421 | Preparing to unpack .../068-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-11-04 11:04:36.459 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-04 11:04:36.892 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2020-11-04 11:04:36.899 | Preparing to unpack .../069-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-11-04 11:04:36.950 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-04 11:04:37.258 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2020-11-04 11:04:37.265 | Preparing to unpack .../070-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2020-11-04 11:04:37.305 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-04 11:04:37.665 | Selecting previously unselected package libpathplan4. 2020-11-04 11:04:37.673 | Preparing to unpack .../071-libpathplan4_2.40.1-2_amd64.deb ... 2020-11-04 11:04:37.722 | Unpacking libpathplan4 (2.40.1-2) ... 2020-11-04 11:04:38.128 | Selecting previously unselected package libgvc6. 2020-11-04 11:04:38.135 | Preparing to unpack .../072-libgvc6_2.40.1-2_amd64.deb ... 2020-11-04 11:04:38.196 | Unpacking libgvc6 (2.40.1-2) ... 2020-11-04 11:04:38.618 | Selecting previously unselected package libgvpr2. 2020-11-04 11:04:38.625 | Preparing to unpack .../073-libgvpr2_2.40.1-2_amd64.deb ... 2020-11-04 11:04:38.681 | Unpacking libgvpr2 (2.40.1-2) ... 2020-11-04 11:04:39.064 | Selecting previously unselected package liblab-gamut1. 2020-11-04 11:04:39.071 | Preparing to unpack .../074-liblab-gamut1_2.40.1-2_amd64.deb ... 2020-11-04 11:04:39.121 | Unpacking liblab-gamut1 (2.40.1-2) ... 2020-11-04 11:04:39.693 | Selecting previously unselected package libxt6:amd64. 2020-11-04 11:04:39.700 | Preparing to unpack .../075-libxt6_1%3a1.1.5-1_amd64.deb ... 2020-11-04 11:04:39.750 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2020-11-04 11:04:40.179 | Selecting previously unselected package libxmu6:amd64. 2020-11-04 11:04:40.187 | Preparing to unpack .../076-libxmu6_2%3a1.1.2-2_amd64.deb ... 2020-11-04 11:04:40.338 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2020-11-04 11:04:40.677 | Selecting previously unselected package libxaw7:amd64. 2020-11-04 11:04:40.684 | Preparing to unpack .../077-libxaw7_2%3a1.0.13-1_amd64.deb ... 2020-11-04 11:04:40.734 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2020-11-04 11:04:41.064 | Selecting previously unselected package graphviz. 2020-11-04 11:04:41.071 | Preparing to unpack .../078-graphviz_2.40.1-2_amd64.deb ... 2020-11-04 11:04:41.117 | Unpacking graphviz (2.40.1-2) ... 2020-11-04 11:04:41.699 | Selecting previously unselected package libnl-3-200:amd64. 2020-11-04 11:04:41.707 | Preparing to unpack .../079-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-11-04 11:04:41.755 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-04 11:04:42.157 | Selecting previously unselected package libnl-route-3-200:amd64. 2020-11-04 11:04:42.164 | Preparing to unpack .../080-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-11-04 11:04:42.208 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-04 11:04:42.665 | Selecting previously unselected package libibverbs1:amd64. 2020-11-04 11:04:42.672 | Preparing to unpack .../081-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2020-11-04 11:04:42.716 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-11-04 11:04:43.104 | Selecting previously unselected package ibverbs-providers:amd64. 2020-11-04 11:04:43.111 | Preparing to unpack .../082-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2020-11-04 11:04:43.166 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-11-04 11:04:43.522 | Selecting previously unselected package icu-devtools. 2020-11-04 11:04:43.530 | Preparing to unpack .../083-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2020-11-04 11:04:43.580 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2020-11-04 11:04:43.979 | Selecting previously unselected package iputils-arping. 2020-11-04 11:04:43.987 | Preparing to unpack .../084-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2020-11-04 11:04:44.035 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2020-11-04 11:04:44.454 | Selecting previously unselected package javascript-common. 2020-11-04 11:04:44.461 | Preparing to unpack .../085-javascript-common_11_all.deb ... 2020-11-04 11:04:44.516 | Unpacking javascript-common (11) ... 2020-11-04 11:04:44.882 | Selecting previously unselected package libnl-genl-3-200:amd64. 2020-11-04 11:04:44.889 | Preparing to unpack .../086-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2020-11-04 11:04:44.926 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-04 11:04:45.332 | Selecting previously unselected package libsensors4:amd64. 2020-11-04 11:04:45.339 | Preparing to unpack .../087-libsensors4_1%3a3.4.0-4_amd64.deb ... 2020-11-04 11:04:45.534 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2020-11-04 11:04:45.899 | Selecting previously unselected package libsnmp-base. 2020-11-04 11:04:45.907 | Preparing to unpack .../088-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2020-11-04 11:04:45.945 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-04 11:04:46.414 | Selecting previously unselected package libsnmp30:amd64. 2020-11-04 11:04:46.421 | Preparing to unpack .../089-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2020-11-04 11:04:46.471 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-04 11:04:47.048 | Selecting previously unselected package keepalived. 2020-11-04 11:04:47.056 | Preparing to unpack .../090-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2020-11-04 11:04:47.099 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-11-04 11:04:47.613 | Selecting previously unselected package libgssrpc4:amd64. 2020-11-04 11:04:47.621 | Preparing to unpack .../091-libgssrpc4_1.16-2ubuntu0.1_amd64.deb ... 2020-11-04 11:04:47.659 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:04:47.985 | Selecting previously unselected package libkdb5-9:amd64. 2020-11-04 11:04:47.992 | Preparing to unpack .../092-libkdb5-9_1.16-2ubuntu0.1_amd64.deb ... 2020-11-04 11:04:48.042 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:04:48.481 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2020-11-04 11:04:48.488 | Preparing to unpack .../093-libkadm5srv-mit11_1.16-2ubuntu0.1_amd64.deb ... 2020-11-04 11:04:48.539 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:04:48.886 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2020-11-04 11:04:48.894 | Preparing to unpack .../094-libkadm5clnt-mit11_1.16-2ubuntu0.1_amd64.deb ... 2020-11-04 11:04:48.943 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:04:49.246 | Selecting previously unselected package comerr-dev:amd64. 2020-11-04 11:04:49.254 | Preparing to unpack .../095-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2020-11-04 11:04:49.309 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-11-04 11:04:49.562 | Selecting previously unselected package krb5-multidev:amd64. 2020-11-04 11:04:49.570 | Preparing to unpack .../096-krb5-multidev_1.16-2ubuntu0.1_amd64.deb ... 2020-11-04 11:04:49.629 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:04:50.046 | Selecting previously unselected package libaio1:amd64. 2020-11-04 11:04:50.054 | Preparing to unpack .../097-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2020-11-04 11:04:50.122 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-11-04 11:04:50.406 | Selecting previously unselected package libalgorithm-diff-perl. 2020-11-04 11:04:50.413 | Preparing to unpack .../098-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2020-11-04 11:04:50.476 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2020-11-04 11:04:50.779 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2020-11-04 11:04:50.787 | Preparing to unpack .../099-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2020-11-04 11:04:50.836 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2020-11-04 11:04:51.121 | Selecting previously unselected package libalgorithm-merge-perl. 2020-11-04 11:04:51.128 | Preparing to unpack .../100-libalgorithm-merge-perl_0.08-3_all.deb ... 2020-11-04 11:04:51.178 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2020-11-04 11:04:51.437 | Selecting previously unselected package libarchive-cpio-perl. 2020-11-04 11:04:51.444 | Preparing to unpack .../101-libarchive-cpio-perl_0.10-1_all.deb ... 2020-11-04 11:04:51.494 | Unpacking libarchive-cpio-perl (0.10-1) ... 2020-11-04 11:04:51.795 | Selecting previously unselected package libfile-fcntllock-perl. 2020-11-04 11:04:51.803 | Preparing to unpack .../102-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2020-11-04 11:04:51.848 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2020-11-04 11:04:52.172 | Selecting previously unselected package libglib2.0-bin. 2020-11-04 11:04:52.180 | Preparing to unpack .../103-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-04 11:04:52.231 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-04 11:04:52.625 | Selecting previously unselected package libglib2.0-dev-bin. 2020-11-04 11:04:52.632 | Preparing to unpack .../104-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-04 11:04:52.686 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-04 11:04:53.092 | Selecting previously unselected package pkg-config. 2020-11-04 11:04:53.099 | Preparing to unpack .../105-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2020-11-04 11:04:53.156 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2020-11-04 11:04:53.475 | Selecting previously unselected package zlib1g-dev:amd64. 2020-11-04 11:04:53.482 | Preparing to unpack .../106-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2020-11-04 11:04:53.534 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-11-04 11:04:53.910 | Selecting previously unselected package libglib2.0-dev:amd64. 2020-11-04 11:04:53.917 | Preparing to unpack .../107-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2020-11-04 11:04:53.968 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-11-04 11:04:54.552 | Selecting previously unselected package libgraphite2-dev:amd64. 2020-11-04 11:04:54.559 | Preparing to unpack .../108-libgraphite2-dev_1.3.11-2_amd64.deb ... 2020-11-04 11:04:54.618 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2020-11-04 11:04:54.917 | Selecting previously unselected package libgts-bin. 2020-11-04 11:04:54.924 | Preparing to unpack .../109-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2020-11-04 11:04:54.991 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2020-11-04 11:04:55.396 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2020-11-04 11:04:55.403 | Preparing to unpack .../110-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2020-11-04 11:04:55.442 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:04:55.756 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2020-11-04 11:04:55.763 | Preparing to unpack .../111-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2020-11-04 11:04:55.800 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:04:56.156 | Selecting previously unselected package libicu-le-hb0:amd64. 2020-11-04 11:04:56.163 | Preparing to unpack .../112-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2020-11-04 11:04:56.213 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-11-04 11:04:56.600 | Selecting previously unselected package libiculx60:amd64. 2020-11-04 11:04:56.608 | Preparing to unpack .../113-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2020-11-04 11:04:56.657 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-11-04 11:04:56.949 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2020-11-04 11:04:56.956 | Preparing to unpack .../114-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2020-11-04 11:04:57.007 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-11-04 11:04:57.338 | Selecting previously unselected package libicu-dev. 2020-11-04 11:04:57.345 | Preparing to unpack .../115-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2020-11-04 11:04:57.396 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2020-11-04 11:04:59.105 | Selecting previously unselected package libharfbuzz-dev:amd64. 2020-11-04 11:04:59.112 | Preparing to unpack .../116-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2020-11-04 11:04:59.166 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:04:59.608 | Selecting previously unselected package libiscsi7:amd64. 2020-11-04 11:04:59.615 | Preparing to unpack .../117-libiscsi7_1.17.0-1.1_amd64.deb ... 2020-11-04 11:04:59.671 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2020-11-04 11:05:00.041 | Selecting previously unselected package libjansson4:amd64. 2020-11-04 11:05:00.048 | Preparing to unpack .../118-libjansson4_2.11-1_amd64.deb ... 2020-11-04 11:05:00.098 | Unpacking libjansson4:amd64 (2.11-1) ... 2020-11-04 11:05:00.418 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2020-11-04 11:05:00.425 | Preparing to unpack .../119-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2020-11-04 11:05:00.474 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-04 11:05:00.858 | Selecting previously unselected package libjpeg8-dev:amd64. 2020-11-04 11:05:00.865 | Preparing to unpack .../120-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2020-11-04 11:05:00.927 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-11-04 11:05:01.229 | Selecting previously unselected package libjpeg-dev:amd64. 2020-11-04 11:05:01.236 | Preparing to unpack .../121-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2020-11-04 11:05:01.286 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-11-04 11:05:01.545 | Selecting previously unselected package libjs-jquery. 2020-11-04 11:05:01.553 | Preparing to unpack .../122-libjs-jquery_3.2.1-1_all.deb ... 2020-11-04 11:05:01.595 | Unpacking libjs-jquery (3.2.1-1) ... 2020-11-04 11:05:01.978 | Selecting previously unselected package libjs-jquery-metadata. 2020-11-04 11:05:01.985 | Preparing to unpack .../123-libjs-jquery-metadata_12-1_all.deb ... 2020-11-04 11:05:02.035 | Unpacking libjs-jquery-metadata (12-1) ... 2020-11-04 11:05:02.367 | Selecting previously unselected package libjs-jquery-tablesorter. 2020-11-04 11:05:02.374 | Preparing to unpack .../124-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2020-11-04 11:05:02.423 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-11-04 11:05:02.744 | Selecting previously unselected package libltdl-dev:amd64. 2020-11-04 11:05:02.751 | Preparing to unpack .../125-libltdl-dev_2.4.6-2_amd64.deb ... 2020-11-04 11:05:02.802 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2020-11-04 11:05:03.128 | Selecting previously unselected package libsys-hostname-long-perl. 2020-11-04 11:05:03.135 | Preparing to unpack .../126-libsys-hostname-long-perl_1.5-1_all.deb ... 2020-11-04 11:05:03.179 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2020-11-04 11:05:03.475 | Selecting previously unselected package libmail-sendmail-perl. 2020-11-04 11:05:03.482 | Preparing to unpack .../127-libmail-sendmail-perl_0.80-1_all.deb ... 2020-11-04 11:05:03.532 | Unpacking libmail-sendmail-perl (0.80-1) ... 2020-11-04 11:05:03.922 | Selecting previously unselected package libmatheval1:amd64. 2020-11-04 11:05:03.929 | Preparing to unpack .../128-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2020-11-04 11:05:03.985 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-11-04 11:05:04.402 | Selecting previously unselected package mysql-common. 2020-11-04 11:05:04.410 | Preparing to unpack .../129-mysql-common_5.8+1.0.4_all.deb ... 2020-11-04 11:05:04.483 | Unpacking mysql-common (5.8+1.0.4) ... 2020-11-04 11:05:04.875 | Selecting previously unselected package libmysqlclient20:amd64. 2020-11-04 11:05:04.882 | Preparing to unpack .../130-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:05:04.932 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:05:05.391 | Selecting previously unselected package libssl-dev:amd64. 2020-11-04 11:05:05.398 | Preparing to unpack .../131-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 2020-11-04 11:05:05.442 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-04 11:05:06.008 | Selecting previously unselected package libmysqlclient-dev. 2020-11-04 11:05:06.015 | Preparing to unpack .../132-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:05:06.065 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:05:06.631 | Selecting previously unselected package libnorm1:amd64. 2020-11-04 11:05:06.638 | Preparing to unpack .../133-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2020-11-04 11:05:06.693 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-11-04 11:05:07.025 | Selecting previously unselected package libnspr4:amd64. 2020-11-04 11:05:07.032 | Preparing to unpack .../134-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2020-11-04 11:05:07.082 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-11-04 11:05:07.498 | Selecting previously unselected package libnss3:amd64. 2020-11-04 11:05:07.506 | Preparing to unpack .../135-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2020-11-04 11:05:07.539 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-11-04 11:05:08.122 | Selecting previously unselected package libpgm-5.2-0:amd64. 2020-11-04 11:05:08.129 | Preparing to unpack .../136-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2020-11-04 11:05:08.167 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-11-04 11:05:08.614 | Selecting previously unselected package libpq5:amd64. 2020-11-04 11:05:08.622 | Preparing to unpack .../137-libpq5_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:05:08.686 | Unpacking libpq5:amd64 (10.14-0ubuntu0.18.04.1) ... 2020-11-04 11:05:09.035 | Selecting previously unselected package libpq-dev. 2020-11-04 11:05:09.042 | Preparing to unpack .../138-libpq-dev_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:05:09.092 | Unpacking libpq-dev (10.14-0ubuntu0.18.04.1) ... 2020-11-04 11:05:09.653 | Selecting previously unselected package librados2. 2020-11-04 11:05:09.661 | Preparing to unpack .../139-librados2_12.2.13-0ubuntu0.18.04.4_amd64.deb ... 2020-11-04 11:05:09.715 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-04 11:05:10.486 | Selecting previously unselected package librbd1. 2020-11-04 11:05:10.494 | Preparing to unpack .../140-librbd1_12.2.13-0ubuntu0.18.04.4_amd64.deb ... 2020-11-04 11:05:10.532 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-04 11:05:10.990 | Selecting previously unselected package libsasl2-dev. 2020-11-04 11:05:10.998 | Preparing to unpack .../141-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-04 11:05:11.030 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-04 11:05:11.454 | Preparing to unpack .../142-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 2020-11-04 11:05:11.607 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2020-11-04 11:05:12.029 | Selecting previously unselected package libsodium23:amd64. 2020-11-04 11:05:12.037 | Preparing to unpack .../143-libsodium23_1.0.16-2_amd64.deb ... 2020-11-04 11:05:12.080 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2020-11-04 11:05:12.356 | Selecting previously unselected package libsystemd-dev:amd64. 2020-11-04 11:05:12.364 | Preparing to unpack .../144-libsystemd-dev_237-3ubuntu10.43_amd64.deb ... 2020-11-04 11:05:12.418 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-11-04 11:05:12.820 | Selecting previously unselected package libx86-1:amd64. 2020-11-04 11:05:12.827 | Preparing to unpack .../145-libx86-1_1.1+ds1-10.2_amd64.deb ... 2020-11-04 11:05:12.876 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2020-11-04 11:05:13.190 | Selecting previously unselected package libxml2-dev:amd64. 2020-11-04 11:05:13.198 | Preparing to unpack .../146-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2020-11-04 11:05:13.236 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-11-04 11:05:13.769 | Preparing to unpack .../147-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2020-11-04 11:05:13.905 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2020-11-04 11:05:14.282 | Selecting previously unselected package libxslt1-dev:amd64. 2020-11-04 11:05:14.290 | Preparing to unpack .../148-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2020-11-04 11:05:14.344 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-11-04 11:05:14.818 | Selecting previously unselected package libzmq5:amd64. 2020-11-04 11:05:14.826 | Preparing to unpack .../149-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2020-11-04 11:05:14.886 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-11-04 11:05:15.246 | Selecting previously unselected package lsscsi. 2020-11-04 11:05:15.254 | Preparing to unpack .../150-lsscsi_0.28-0.1_amd64.deb ... 2020-11-04 11:05:15.293 | Unpacking lsscsi (0.28-0.1) ... 2020-11-04 11:05:15.735 | Preparing to unpack .../151-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2020-11-04 11:05:15.834 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2020-11-04 11:05:17.189 | Selecting previously unselected package memcached. 2020-11-04 11:05:17.198 | Preparing to unpack .../152-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2020-11-04 11:05:17.246 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2020-11-04 11:05:17.619 | Selecting previously unselected package pm-utils. 2020-11-04 11:05:17.626 | Preparing to unpack .../153-pm-utils_1.4.1-17_all.deb ... 2020-11-04 11:05:17.682 | Unpacking pm-utils (1.4.1-17) ... 2020-11-04 11:05:18.048 | Selecting previously unselected package postgresql-client-common. 2020-11-04 11:05:18.055 | Preparing to unpack .../154-postgresql-client-common_190ubuntu0.1_all.deb ... 2020-11-04 11:05:18.109 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2020-11-04 11:05:18.583 | Selecting previously unselected package ssl-cert. 2020-11-04 11:05:18.591 | Preparing to unpack .../155-ssl-cert_1.0.39_all.deb ... 2020-11-04 11:05:18.647 | Unpacking ssl-cert (1.0.39) ... 2020-11-04 11:05:19.218 | Selecting previously unselected package postgresql-common. 2020-11-04 11:05:19.225 | Preparing to unpack .../156-postgresql-common_190ubuntu0.1_all.deb ... 2020-11-04 11:05:19.307 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2020-11-04 11:05:19.351 | Unpacking postgresql-common (190ubuntu0.1) ... 2020-11-04 11:05:19.926 | Selecting previously unselected package postgresql-server-dev-10. 2020-11-04 11:05:19.935 | Preparing to unpack .../157-postgresql-server-dev-10_10.14-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:05:19.990 | Unpacking postgresql-server-dev-10 (10.14-0ubuntu0.18.04.1) ... 2020-11-04 11:05:20.568 | Selecting previously unselected package postgresql-server-dev-all. 2020-11-04 11:05:20.576 | Preparing to unpack .../158-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2020-11-04 11:05:20.629 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2020-11-04 11:05:20.945 | Selecting previously unselected package python-pip-whl. 2020-11-04 11:05:20.953 | Preparing to unpack .../159-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-11-04 11:05:21.002 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-04 11:05:21.596 | Selecting previously unselected package python3-crypto. 2020-11-04 11:05:21.604 | Preparing to unpack .../160-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2020-11-04 11:05:21.659 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2020-11-04 11:05:22.143 | Selecting previously unselected package python3-secretstorage. 2020-11-04 11:05:22.151 | Preparing to unpack .../161-python3-secretstorage_2.3.1-2_all.deb ... 2020-11-04 11:05:22.206 | Unpacking python3-secretstorage (2.3.1-2) ... 2020-11-04 11:05:22.625 | Selecting previously unselected package python3-keyring. 2020-11-04 11:05:22.633 | Preparing to unpack .../162-python3-keyring_10.6.0-1_all.deb ... 2020-11-04 11:05:22.670 | Unpacking python3-keyring (10.6.0-1) ... 2020-11-04 11:05:23.157 | Selecting previously unselected package python3-keyrings.alt. 2020-11-04 11:05:23.165 | Preparing to unpack .../163-python3-keyrings.alt_3.0-1_all.deb ... 2020-11-04 11:05:23.230 | Unpacking python3-keyrings.alt (3.0-1) ... 2020-11-04 11:05:23.602 | Selecting previously unselected package python3-mysqldb. 2020-11-04 11:05:23.610 | Preparing to unpack .../164-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2020-11-04 11:05:23.648 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2020-11-04 11:05:24.008 | Selecting previously unselected package python3-pip. 2020-11-04 11:05:24.016 | Preparing to unpack .../165-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-11-04 11:05:24.053 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-04 11:05:24.522 | Selecting previously unselected package python3-setuptools. 2020-11-04 11:05:24.530 | Preparing to unpack .../166-python3-setuptools_39.0.1-2_all.deb ... 2020-11-04 11:05:24.584 | Unpacking python3-setuptools (39.0.1-2) ... 2020-11-04 11:05:25.202 | Selecting previously unselected package python3.6-venv. 2020-11-04 11:05:25.209 | Preparing to unpack .../167-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2020-11-04 11:05:25.276 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-11-04 11:05:25.589 | Selecting previously unselected package python3-venv. 2020-11-04 11:05:25.597 | Preparing to unpack .../168-python3-venv_3.6.7-1~18.04_amd64.deb ... 2020-11-04 11:05:25.657 | Unpacking python3-venv (3.6.7-1~18.04) ... 2020-11-04 11:05:26.082 | Selecting previously unselected package python3-wheel. 2020-11-04 11:05:26.090 | Preparing to unpack .../169-python3-wheel_0.30.0-0.2_all.deb ... 2020-11-04 11:05:26.145 | Unpacking python3-wheel (0.30.0-0.2) ... 2020-11-04 11:05:26.567 | Selecting previously unselected package python3-xdg. 2020-11-04 11:05:26.576 | Preparing to unpack .../170-python3-xdg_0.25-4ubuntu1_all.deb ... 2020-11-04 11:05:26.629 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2020-11-04 11:05:27.048 | Selecting previously unselected package qemu-block-extra:amd64. 2020-11-04 11:05:27.056 | Preparing to unpack .../171-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.32_amd64.deb ... 2020-11-04 11:05:27.110 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-04 11:05:27.471 | Selecting previously unselected package qemu-utils. 2020-11-04 11:05:27.478 | Preparing to unpack .../172-qemu-utils_1%3a2.11+dfsg-1ubuntu7.32_amd64.deb ... 2020-11-04 11:05:27.516 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-04 11:05:28.042 | Selecting previously unselected package sharutils. 2020-11-04 11:05:28.049 | Preparing to unpack .../173-sharutils_1%3a4.15.2-3_amd64.deb ... 2020-11-04 11:05:28.104 | Unpacking sharutils (1:4.15.2-3) ... 2020-11-04 11:05:28.430 | Selecting previously unselected package sqlite3. 2020-11-04 11:05:28.438 | Preparing to unpack .../174-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2020-11-04 11:05:28.493 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2020-11-04 11:05:29.046 | Selecting previously unselected package thin-provisioning-tools. 2020-11-04 11:05:29.054 | Preparing to unpack .../175-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2020-11-04 11:05:29.126 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-11-04 11:05:29.600 | Selecting previously unselected package unzip. 2020-11-04 11:05:29.608 | Preparing to unpack .../176-unzip_6.0-21ubuntu1_amd64.deb ... 2020-11-04 11:05:29.669 | Unpacking unzip (6.0-21ubuntu1) ... 2020-11-04 11:05:30.145 | Selecting previously unselected package uwsgi-core. 2020-11-04 11:05:30.153 | Preparing to unpack .../177-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-04 11:05:30.219 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:05:30.654 | Selecting previously unselected package vbetool. 2020-11-04 11:05:30.661 | Preparing to unpack .../178-vbetool_1.1-4_amd64.deb ... 2020-11-04 11:05:30.699 | Unpacking vbetool (1.1-4) ... 2020-11-04 11:05:31.122 | Selecting previously unselected package libipset3:amd64. 2020-11-04 11:05:31.130 | Preparing to unpack .../179-libipset3_6.34-1_amd64.deb ... 2020-11-04 11:05:31.173 | Unpacking libipset3:amd64 (6.34-1) ... 2020-11-04 11:05:31.504 | Selecting previously unselected package ipset. 2020-11-04 11:05:31.511 | Preparing to unpack .../180-ipset_6.34-1_amd64.deb ... 2020-11-04 11:05:31.566 | Unpacking ipset (6.34-1) ... 2020-11-04 11:05:32.012 | Selecting previously unselected package ipvsadm. 2020-11-04 11:05:32.020 | Preparing to unpack .../181-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:05:32.076 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-11-04 11:05:32.510 | Selecting previously unselected package kpartx. 2020-11-04 11:05:32.517 | Preparing to unpack .../182-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2020-11-04 11:05:32.578 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2020-11-04 11:05:32.951 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2020-11-04 11:05:32.958 | Preparing to unpack .../183-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-04 11:05:33.013 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:05:33.425 | Selecting previously unselected package liberasurecode1:amd64. 2020-11-04 11:05:33.433 | Preparing to unpack .../184-liberasurecode1_1.5.0-1_amd64.deb ... 2020-11-04 11:05:33.493 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2020-11-04 11:05:33.819 | Selecting previously unselected package liberasurecode-dev. 2020-11-04 11:05:33.827 | Preparing to unpack .../185-liberasurecode-dev_1.5.0-1_amd64.deb ... 2020-11-04 11:05:33.882 | Unpacking liberasurecode-dev (1.5.0-1) ... 2020-11-04 11:05:34.214 | Selecting previously unselected package libffi-dev:amd64. 2020-11-04 11:05:34.221 | Preparing to unpack .../186-libffi-dev_3.2.1-8_amd64.deb ... 2020-11-04 11:05:34.293 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2020-11-04 11:05:34.670 | Selecting previously unselected package libkrb5-dev:amd64. 2020-11-04 11:05:34.678 | Preparing to unpack .../187-libkrb5-dev_1.16-2ubuntu0.1_amd64.deb ... 2020-11-04 11:05:34.722 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:05:35.018 | Selecting previously unselected package libyaml-dev:amd64. 2020-11-04 11:05:35.025 | Preparing to unpack .../188-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2020-11-04 11:05:35.103 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-11-04 11:05:35.419 | Selecting previously unselected package socat. 2020-11-04 11:05:35.427 | Preparing to unpack .../189-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2020-11-04 11:05:35.481 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2020-11-04 11:05:35.939 | Selecting previously unselected package vlan. 2020-11-04 11:05:35.947 | Preparing to unpack .../190-vlan_1.9-3.2ubuntu6_amd64.deb ... 2020-11-04 11:05:36.002 | Unpacking vlan (1.9-3.2ubuntu6) ... 2020-11-04 11:05:36.378 | Setting up libjs-jquery (3.2.1-1) ... 2020-11-04 11:05:36.562 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2020-11-04 11:05:36.739 | Setting up libapr1:amd64 (1.6.3-2) ... 2020-11-04 11:05:36.944 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-04 11:05:37.064 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-11-04 11:05:37.343 | Setting up libpathplan4 (2.40.1-2) ... 2020-11-04 11:05:37.470 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-04 11:05:37.630 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2020-11-04 11:05:37.807 | Setting up make (4.1-9.1ubuntu1) ... 2020-11-04 11:05:37.985 | Setting up liblab-gamut1 (2.40.1-2) ... 2020-11-04 11:05:38.133 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:05:38.275 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-04 11:05:38.453 | Setting up vlan (1.9-3.2ubuntu6) ... 2020-11-04 11:05:38.848 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2020-11-04 11:05:39.019 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2020-11-04 11:05:39.202 | Processing triggers for mime-support (3.60ubuntu1) ... 2020-11-04 11:05:39.327 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2020-11-04 11:05:39.510 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:05:39.652 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2020-11-04 11:05:39.979 | Setting up libtimedate-perl (2.3000-2) ... 2020-11-04 11:05:40.088 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2020-11-04 11:05:40.241 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-04 11:05:40.482 | Setting up fonts-dejavu-core (2.37-1) ... 2020-11-04 11:05:41.316 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2020-11-04 11:05:41.899 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2020-11-04 11:05:42.275 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2020-11-04 11:05:42.458 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2020-11-04 11:05:43.459 | update-initramfs: deferring update (trigger activated) 2020-11-04 11:05:45.602 | Setting up lsscsi (0.28-0.1) ... 2020-11-04 11:05:45.761 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-11-04 11:05:45.879 | No schema files found: doing nothing. 2020-11-04 11:05:45.933 | Setting up mysql-common (5.8+1.0.4) ... 2020-11-04 11:05:46.219 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-11-04 11:05:46.305 | Setting up sharutils (1:4.15.2-3) ... 2020-11-04 11:05:46.458 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2020-11-04 11:05:46.630 | Setting up python3-xdg (0.25-4ubuntu1) ... 2020-11-04 11:05:47.081 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-04 11:05:47.246 | Setting up libjansson4:amd64 (2.11-1) ... 2020-11-04 11:05:47.429 | Setting up python3-keyrings.alt (3.0-1) ... 2020-11-04 11:05:47.869 | Setting up unzip (6.0-21ubuntu1) ... 2020-11-04 11:05:48.053 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2020-11-04 11:05:48.299 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-04 11:05:48.470 | Setting up libarchive-cpio-perl (0.10-1) ... 2020-11-04 11:05:48.646 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2020-11-04 11:05:48.823 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2020-11-04 11:05:49.006 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2020-11-04 11:05:49.183 | Setting up dctrl-tools (2.24-2build1) ... 2020-11-04 11:05:49.362 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2020-11-04 11:05:49.510 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2020-11-04 11:05:49.682 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2020-11-04 11:05:49.853 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-04 11:05:50.030 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2020-11-04 11:05:50.201 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-11-04 11:05:50.317 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-11-04 11:06:00.962 | Setting up pm-utils (1.4.1-17) ... 2020-11-04 11:06:01.184 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2020-11-04 11:06:01.400 | Setting up python3-wheel (0.30.0-0.2) ... 2020-11-04 11:06:01.829 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:06:01.996 | Setting up m4 (1.4.18-1) ... 2020-11-04 11:06:02.155 | Setting up libipset3:amd64 (6.34-1) ... 2020-11-04 11:06:02.315 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2020-11-04 11:06:02.480 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-04 11:06:02.630 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2020-11-04 11:06:02.973 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2020-11-04 11:06:05.025 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2020-11-04 11:06:05.144 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-11-04 11:06:05.304 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2020-11-04 11:06:06.384 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2020-11-04 11:06:06.567 | Setting up libcroco3:amd64 (0.6.12-2) ... 2020-11-04 11:06:06.738 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2020-11-04 11:06:06.904 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2020-11-04 11:06:07.047 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2020-11-04 11:06:07.189 | Setting up libsys-hostname-long-perl (1.5-1) ... 2020-11-04 11:06:07.349 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2020-11-04 11:06:07.498 | Setting up dnsmasq-utils (2.79-1) ... 2020-11-04 11:06:07.630 | Setting up libsodium23:amd64 (1.0.16-2) ... 2020-11-04 11:06:07.863 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2020-11-04 11:06:08.047 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2020-11-04 11:06:08.339 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2020-11-04 11:06:08.515 | Setting up libmail-sendmail-perl (0.80-1) ... 2020-11-04 11:06:08.653 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-04 11:06:08.830 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2020-11-04 11:06:09.040 | Setting up autotools-dev (20180224.1) ... 2020-11-04 11:06:09.224 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-04 11:06:09.379 | Setting up kpartx (0.7.4-2ubuntu3) ... 2020-11-04 11:06:09.515 | Setting up postgresql-client-common (190ubuntu0.1) ... 2020-11-04 11:06:09.813 | Setting up dstat (0.7.3-1) ... 2020-11-04 11:06:10.173 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-04 11:06:10.640 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2020-11-04 11:06:10.818 | Setting up ipset (6.34-1) ... 2020-11-04 11:06:10.990 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2020-11-04 11:06:11.282 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2020-11-04 11:06:11.453 | Setting up systemd (237-3ubuntu10.43) ... 2020-11-04 11:06:11.515 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2020-11-04 11:06:13.341 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2020-11-04 11:06:13.342 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2020-11-04 11:06:13.343 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2020-11-04 11:06:13.343 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2020-11-04 11:06:13.493 | Setting up libltdl7:amd64 (2.4.6-2) ... 2020-11-04 11:06:13.636 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-04 11:06:13.825 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-04 11:06:14.343 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:06:14.504 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2020-11-04 11:06:14.658 | Setting up libann0 (1.1.2+doc-6) ... 2020-11-04 11:06:14.795 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2020-11-04 11:06:14.954 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2020-11-04 11:06:15.121 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2020-11-04 11:06:15.315 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2020-11-04 11:06:15.441 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2020-11-04 11:06:15.709 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:06:38.229 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:06:38.401 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2020-11-04 11:06:38.532 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:06:38.704 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2020-11-04 11:06:38.869 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2020-11-04 11:06:39.046 | Setting up libthai-data (0.1.27-2) ... 2020-11-04 11:06:39.235 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2020-11-04 11:06:39.405 | Setting up javascript-common (11) ... 2020-11-04 11:06:39.614 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2020-11-04 11:06:39.697 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-11-04 11:06:39.835 | Setting up python3-setuptools (39.0.1-2) ... 2020-11-04 11:06:40.406 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 2020-11-04 11:06:40.618 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-04 11:06:40.862 | Setting up libjs-jquery-metadata (12-1) ... 2020-11-04 11:06:41.041 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2020-11-04 11:06:42.478 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2020-11-04 11:06:42.902 | Setting up python3-secretstorage (2.3.1-2) ... 2020-11-04 11:06:43.292 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2020-11-04 11:06:43.452 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2020-11-04 11:06:43.628 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-04 11:06:43.783 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2020-11-04 11:06:43.920 | Setting up vbetool (1.1-4) ... 2020-11-04 11:06:44.040 | Setting up libcdt5 (2.40.1-2) ... 2020-11-04 11:06:44.154 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2020-11-04 11:06:44.400 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2020-11-04 11:06:44.577 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2020-11-04 11:06:44.782 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-11-04 11:06:45.086 | Setting up libcgraph6 (2.40.1-2) ... 2020-11-04 11:06:45.273 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2020-11-04 11:06:45.440 | Setting up libwebp6:amd64 (0.6.1-2) ... 2020-11-04 11:06:45.628 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2020-11-04 11:06:45.788 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-04 11:06:45.920 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2020-11-04 11:06:46.046 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2020-11-04 11:06:46.200 | Setting up python3-venv (3.6.7-1~18.04) ... 2020-11-04 11:06:46.337 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2020-11-04 11:06:46.536 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.6) ... 2020-11-04 11:06:46.651 | Setting up libtool (2.4.6-2) ... 2020-11-04 11:06:46.800 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2020-11-04 11:06:46.920 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2020-11-04 11:06:47.068 | Setting up libnss-systemd:amd64 (237-3ubuntu10.43) ... 2020-11-04 11:06:47.234 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2020-11-04 11:06:47.410 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2020-11-04 11:06:49.038 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2020-11-04 11:06:49.610 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2020-11-04 11:06:51.909 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2020-11-04 11:06:52.063 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2020-11-04 11:06:52.188 | Setting up libpam-systemd:amd64 (237-3ubuntu10.43) ... 2020-11-04 11:06:52.760 | Setting up libapr1-dev (1.6.3-2) ... 2020-11-04 11:06:52.908 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2020-11-04 11:06:53.057 | Setting up python3-keyring (10.6.0-1) ... 2020-11-04 11:06:53.462 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2020-11-04 11:06:53.890 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2020-11-04 11:06:54.062 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2020-11-04 11:06:54.222 | Setting up libgvpr2 (2.40.1-2) ... 2020-11-04 11:06:54.399 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2020-11-04 11:06:54.576 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2020-11-04 11:06:55.710 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2020-11-04 11:06:56.278 | Setting up socat (1.7.3.2-2ubuntu2) ... 2020-11-04 11:06:56.428 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2020-11-04 11:06:56.564 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 2020-11-04 11:06:56.719 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... 2020-11-04 11:06:56.845 | Setting up libaprutil1-dev (1.6.1-2) ... 2020-11-04 11:06:56.999 | Setting up liberasurecode-dev (1.5.0-1) ... 2020-11-04 11:06:57.142 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2020-11-04 11:06:57.313 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-04 11:06:57.491 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2020-11-04 11:06:57.662 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:06:57.834 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2020-11-04 11:06:58.016 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2020-11-04 11:06:58.188 | Setting up ssl-cert (1.0.39) ... 2020-11-04 11:06:59.130 | Setting up python3-mysqldb (1.3.10-1build1) ... 2020-11-04 11:06:59.576 | Setting up autoconf (2.69-11) ... 2020-11-04 11:06:59.788 | Setting up libthai0:amd64 (0.1.27-2) ... 2020-11-04 11:06:59.902 | Setting up fakeroot (1.22-2ubuntu1) ... 2020-11-04 11:06:59.991 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2020-11-04 11:07:00.107 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2020-11-04 11:07:00.503 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2020-11-04 11:07:01.234 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2020-11-04 11:07:01.405 | Setting up libalgorithm-merge-perl (0.08-3) ... 2020-11-04 11:07:01.576 | Setting up intltool-debian (0.35.0+20060710.4) ... 2020-11-04 11:07:01.742 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2020-11-04 11:07:02.039 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:07:02.222 | Setting up libpq5:amd64 (10.14-0ubuntu0.18.04.1) ... 2020-11-04 11:07:02.456 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2020-11-04 11:07:02.621 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2020-11-04 11:07:02.788 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:07:02.925 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2020-11-04 11:07:03.039 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2020-11-04 11:07:03.523 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2020-11-04 11:07:04.108 | Setting up postgresql-common (190ubuntu0.1) ... 2020-11-04 11:07:05.454 | Adding user postgres to group ssl-cert 2020-11-04 11:07:05.728 | 2020-11-04 11:07:05.728 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2020-11-04 11:07:05.944 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2020-11-04 11:07:05.944 | Removing obsolete dictionary files: 2020-11-04 11:07:06.176 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2020-11-04 11:07:06.919 | Setting up automake (1:1.15.1-3ubuntu2) ... 2020-11-04 11:07:07.037 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2020-11-04 11:07:07.130 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:07:07.359 | Setting up libice6:amd64 (2:1.0.9-2) ... 2020-11-04 11:07:07.536 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2020-11-04 11:07:07.706 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2020-11-04 11:07:07.793 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2020-11-04 11:07:07.947 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:07:08.079 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:07:08.279 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2020-11-04 11:07:08.865 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2020-11-04 11:07:09.503 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2020-11-04 11:07:09.862 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2020-11-04 11:07:10.010 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2020-11-04 11:07:10.244 | Setting up libpq-dev (10.14-0ubuntu0.18.04.1) ... 2020-11-04 11:07:10.416 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:07:10.570 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2020-11-04 11:07:19.250 | Enabling module mpm_event. 2020-11-04 11:07:19.312 | Enabling module authz_core. 2020-11-04 11:07:19.317 | Enabling module authz_host. 2020-11-04 11:07:19.373 | Enabling module authn_core. 2020-11-04 11:07:19.377 | Enabling module auth_basic. 2020-11-04 11:07:19.434 | Enabling module access_compat. 2020-11-04 11:07:19.489 | Enabling module authn_file. 2020-11-04 11:07:19.545 | Enabling module authz_user. 2020-11-04 11:07:19.601 | Enabling module alias. 2020-11-04 11:07:19.657 | Enabling module dir. 2020-11-04 11:07:19.713 | Enabling module autoindex. 2020-11-04 11:07:19.769 | Enabling module env. 2020-11-04 11:07:19.825 | Enabling module mime. 2020-11-04 11:07:19.881 | Enabling module negotiation. 2020-11-04 11:07:19.938 | Enabling module setenvif. 2020-11-04 11:07:19.994 | Enabling module filter. 2020-11-04 11:07:20.050 | Enabling module deflate. 2020-11-04 11:07:20.106 | Enabling module status. 2020-11-04 11:07:20.162 | Enabling module reqtimeout. 2020-11-04 11:07:20.217 | Enabling conf charset. 2020-11-04 11:07:20.272 | Enabling conf localized-error-pages. 2020-11-04 11:07:20.328 | Enabling conf other-vhosts-access-log. 2020-11-04 11:07:20.384 | Enabling conf security. 2020-11-04 11:07:20.439 | Enabling conf serve-cgi-bin. 2020-11-04 11:07:20.495 | Enabling site 000-default. 2020-11-04 11:07:20.546 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2020-11-04 11:07:20.598 | Enabling conf javascript-common. 2020-11-04 11:07:20.838 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2020-11-04 11:07:21.232 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2020-11-04 11:07:22.559 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:07:22.707 | Setting up po-debconf (1.0.20) ... 2020-11-04 11:07:22.855 | Setting up curl (7.58.0-2ubuntu3.10) ... 2020-11-04 11:07:23.009 | Setting up build-essential (12.4ubuntu1) ... 2020-11-04 11:07:23.182 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.1) ... 2020-11-04 11:07:23.353 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2020-11-04 11:07:23.530 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2020-11-04 11:07:23.695 | Setting up postgresql-server-dev-10 (10.14-0ubuntu0.18.04.1) ... 2020-11-04 11:07:23.867 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2020-11-04 11:07:24.038 | Setting up librados2 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-04 11:07:24.210 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2020-11-04 11:07:24.380 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2020-11-04 11:07:25.415 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2020-11-04 11:07:25.592 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2020-11-04 11:07:25.775 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2020-11-04 11:07:28.051 | Regenerating fonts cache... done. 2020-11-04 11:07:28.101 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2020-11-04 11:07:28.237 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.4) ... 2020-11-04 11:07:28.364 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-04 11:07:28.512 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.32) ... 2020-11-04 11:07:28.701 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2020-11-04 11:07:28.872 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-04 11:07:29.050 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2020-11-04 11:07:29.238 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-04 11:07:29.375 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2020-11-04 11:07:29.535 | Setting up libgvc6 (2.40.1-2) ... 2020-11-04 11:07:29.700 | Setting up graphviz (2.40.1-2) ... 2020-11-04 11:07:29.839 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2020-11-04 11:07:29.998 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2020-11-04 11:07:30.171 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2020-11-04 11:07:30.312 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2020-11-04 11:07:30.558 | Setting up debhelper (11.1.6ubuntu2) ... 2020-11-04 11:07:30.775 | Setting up dh-autoreconf (17) ... 2020-11-04 11:07:30.953 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2020-11-04 11:07:31.084 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2020-11-04 11:07:31.187 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2020-11-04 11:07:31.335 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2020-11-04 11:07:31.497 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2020-11-04 11:07:40.518 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-04 11:07:40.678 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:07:40.941 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:07:41.050 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2020-11-04 11:07:41.334 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-11-04 11:07:41.444 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2020-11-04 11:07:43.742 | ++ functions-common:apt_get:1115 : result=0 2020-11-04 11:07:43.744 | ++ functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:07:43.746 | ++ functions-common:time_stop:2310 : local name 2020-11-04 11:07:43.749 | ++ functions-common:time_stop:2311 : local end_time 2020-11-04 11:07:43.751 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:07:43.754 | ++ functions-common:time_stop:2313 : local total 2020-11-04 11:07:43.756 | ++ functions-common:time_stop:2314 : local start_time 2020-11-04 11:07:43.758 | ++ functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:07:43.760 | ++ functions-common:time_stop:2317 : start_time=1604487794711 2020-11-04 11:07:43.762 | ++ functions-common:time_stop:2319 : [[ -z 1604487794711 ]] 2020-11-04 11:07:43.764 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:07:43.769 | ++ functions-common:time_stop:2322 : end_time=1604488063766 2020-11-04 11:07:43.771 | ++ functions-common:time_stop:2323 : elapsed_time=269055 2020-11-04 11:07:43.773 | ++ functions-common:time_stop:2324 : total=653 2020-11-04 11:07:43.775 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:07:43.778 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=269708 2020-11-04 11:07:43.780 | ++ functions-common:apt_get:1119 : return 0 2020-11-04 11:07:43.782 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2020-11-04 11:07:43.785 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2020-11-04 11:07:43.787 | ++ tools/install_prereqs.sh:source:88 : date +%s 2020-11-04 11:07:43.791 | ++ tools/install_prereqs.sh:source:89 : date 2020-11-04 11:07:43.794 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2020-11-04 11:07:43.797 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2020-11-04 11:07:43.800 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2020-11-04 11:07:45.203 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2020-11-04 11:07:45.205 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2020-11-04 11:07:45.208 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2020-11-04 11:07:45.211 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2020-11-04 11:07:45.213 | + tools/install_pip.sh:main:43 : GetDistro 2020-11-04 11:07:45.214 | + functions-common:GetDistro:373 : GetOSVersion 2020-11-04 11:07:45.216 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2020-11-04 11:07:45.218 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2020-11-04 11:07:45.221 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2020-11-04 11:07:45.223 | + functions-common:_ensure_lsb_release:328 : return 2020-11-04 11:07:45.225 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2020-11-04 11:07:45.297 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2020-11-04 11:07:45.300 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2020-11-04 11:07:45.372 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2020-11-04 11:07:45.374 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2020-11-04 11:07:45.446 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2020-11-04 11:07:45.448 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2020-11-04 11:07:45.450 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2020-11-04 11:07:45.452 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2020-11-04 11:07:45.454 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2020-11-04 11:07:45.455 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2020-11-04 11:07:45.457 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2020-11-04 11:07:45.459 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2020-11-04 11:07:45.461 | + functions-common:GetDistro:378 : DISTRO=bionic 2020-11-04 11:07:45.463 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2020-11-04 11:07:45.465 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2020-11-04 11:07:45.465 | Distro: bionic 2020-11-04 11:07:45.467 | + tools/install_pip.sh:main:125 : get_versions 2020-11-04 11:07:45.469 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-11-04 11:07:45.473 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-11-04 11:07:45.474 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-11-04 11:07:45.477 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-11-04 11:07:45.478 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-11-04 11:07:45.809 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2020-11-04 11:07:45.811 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2020-11-04 11:07:45.811 | pip: 20.2.2 2020-11-04 11:07:45.812 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-11-04 11:07:46.132 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-11-04 11:07:46.154 | + tools/install_pip.sh:main:127 : [[ -n '' ]] 2020-11-04 11:07:46.156 | + tools/install_pip.sh:main:132 : [[ bionic == focal ]] 2020-11-04 11:07:46.158 | + tools/install_pip.sh:main:141 : is_fedora 2020-11-04 11:07:46.159 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-04 11:07:46.161 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-04 11:07:46.163 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-04 11:07:46.164 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-04 11:07:46.166 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-04 11:07:46.168 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-04 11:07:46.170 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:07:46.171 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-04 11:07:46.173 | + tools/install_pip.sh:main:141 : is_suse 2020-11-04 11:07:46.175 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:07:46.177 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:07:46.179 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:07:46.181 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:07:46.182 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:07:46.184 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:07:46.186 | + tools/install_pip.sh:main:142 : is_package_installed python3-pip 2020-11-04 11:07:46.188 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2020-11-04 11:07:46.190 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-11-04 11:07:46.192 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-11-04 11:07:46.194 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2020-11-04 11:07:46.215 | + tools/install_pip.sh:main:143 : uninstall_package python3-pip 2020-11-04 11:07:46.217 | + functions-common:uninstall_package:1373 : is_ubuntu 2020-11-04 11:07:46.218 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:07:46.220 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:07:46.222 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2020-11-04 11:07:46.237 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2020-11-04 11:07:46.355 | Reading package lists... 2020-11-04 11:07:46.595 | Building dependency tree... 2020-11-04 11:07:46.597 | Reading state information... 2020-11-04 11:07:46.798 | The following packages were automatically installed and are no longer required: 2020-11-04 11:07:46.798 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-04 11:07:46.798 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-04 11:07:46.798 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-04 11:07:46.798 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:07:46.799 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:07:46.799 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:07:46.799 | python3-zope.interface 2020-11-04 11:07:46.799 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:07:46.850 | The following packages will be REMOVED: 2020-11-04 11:07:46.850 | python3-pip* 2020-11-04 11:07:47.333 | 0 upgraded, 0 newly installed, 1 to remove and 143 not upgraded. 2020-11-04 11:07:47.334 | After this operation, 601 kB disk space will be freed. 2020-11-04 11:07:47.452 | (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 ... 74799 files and directories currently installed.) 2020-11-04 11:07:47.456 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-11-04 11:07:48.063 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:07:51.071 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:07:51.073 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:07:51.075 | + functions-common:time_stop:2310 : local name 2020-11-04 11:07:51.077 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:07:51.078 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:07:51.081 | + functions-common:time_stop:2313 : local total 2020-11-04 11:07:51.083 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:07:51.085 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:07:51.086 | + functions-common:time_stop:2317 : start_time=1604488066234 2020-11-04 11:07:51.088 | + functions-common:time_stop:2319 : [[ -z 1604488066234 ]] 2020-11-04 11:07:51.090 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:07:51.093 | + functions-common:time_stop:2322 : end_time=1604488071091 2020-11-04 11:07:51.094 | + functions-common:time_stop:2323 : elapsed_time=4857 2020-11-04 11:07:51.096 | + functions-common:time_stop:2324 : total=0 2020-11-04 11:07:51.098 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:07:51.099 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=4857 2020-11-04 11:07:51.101 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:07:51.103 | + tools/install_pip.sh:main:147 : install_get_pip 2020-11-04 11:07:51.105 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-11-04 11:07:51.107 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-11-04 11:07:51.108 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2020-11-04 11:07:51.110 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-11-04 11:07:51.112 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2020-11-04 11:07:51.123 | % Total % Received % Xferd Average Speed Time Time Time Current 2020-11-04 11:07:51.123 | Dload Upload Total Spent Left Speed 2020-11-04 11:07:51.808 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 51 1842k 51 948k 0 0 1855k 0 --:--:-- --:--:-- --:--:-- 1852k 100 1842k 100 1842k 0 0 2689k 0 --:--:-- --:--:-- --:--:-- 2685k 2020-11-04 11:07:51.813 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2020-11-04 11:07:51.817 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py 2020-11-04 11:07:54.472 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:07:54.648 | Collecting pip 2020-11-04 11:07:54.659 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2020-11-04 11:07:54.965 | Installing collected packages: pip 2020-11-04 11:07:54.965 | Attempting uninstall: pip 2020-11-04 11:07:54.966 | Found existing installation: pip 20.2.2 2020-11-04 11:07:55.210 | Uninstalling pip-20.2.2: 2020-11-04 11:07:55.224 | Successfully uninstalled pip-20.2.2 2020-11-04 11:07:56.584 | Successfully installed pip-20.2.4 2020-11-04 11:07:56.713 | + tools/install_pip.sh:main:149 : set -x 2020-11-04 11:07:56.715 | + tools/install_pip.sh:main:153 : pip_install_gr setuptools 2020-11-04 11:07:56.716 | + inc/python:pip_install_gr:76 : local name=setuptools 2020-11-04 11:07:56.718 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-04 11:07:56.721 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2020-11-04 11:07:56.723 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2020-11-04 11:07:56.725 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-04 11:07:56.728 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:07:56.728 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-04 11:07:56.732 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2020-11-04 11:07:56.734 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2020-11-04 11:07:56.736 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-04 11:07:56.738 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-04 11:07:56.739 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-04 11:07:56.754 | 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,!=48.0.0,!=49.0.0 2020-11-04 11:07:56.756 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2020-11-04 11:07:58.525 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:07:59.193 | Collecting setuptools===50.3.2 2020-11-04 11:07:59.201 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2c2/42a0856fbad7e/setuptools-50.3.2-py3-none-any.whl (785 kB) 2020-11-04 11:07:59.566 | Installing collected packages: setuptools 2020-11-04 11:07:59.566 | Attempting uninstall: setuptools 2020-11-04 11:07:59.567 | Found existing installation: setuptools 49.6.0 2020-11-04 11:07:59.655 | Uninstalling setuptools-49.6.0: 2020-11-04 11:07:59.685 | Successfully uninstalled setuptools-49.6.0 2020-11-04 11:08:00.284 | Successfully installed setuptools-50.3.2 2020-11-04 11:08:00.422 | + inc/python:pip_install:200 : result=0 2020-11-04 11:08:00.425 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:08:00.427 | + functions-common:time_stop:2310 : local name 2020-11-04 11:08:00.429 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:08:00.430 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:08:00.432 | + functions-common:time_stop:2313 : local total 2020-11-04 11:08:00.434 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:08:00.435 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:08:00.437 | + functions-common:time_stop:2317 : start_time=1604488076750 2020-11-04 11:08:00.440 | + functions-common:time_stop:2319 : [[ -z 1604488076750 ]] 2020-11-04 11:08:00.442 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:08:00.445 | + functions-common:time_stop:2322 : end_time=1604488080443 2020-11-04 11:08:00.446 | + functions-common:time_stop:2323 : elapsed_time=3693 2020-11-04 11:08:00.448 | + functions-common:time_stop:2324 : total=0 2020-11-04 11:08:00.450 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:08:00.451 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=3693 2020-11-04 11:08:00.453 | + inc/python:pip_install:203 : return 0 2020-11-04 11:08:00.455 | + tools/install_pip.sh:main:155 : get_versions 2020-11-04 11:08:00.458 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-11-04 11:08:00.461 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-11-04 11:08:00.463 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-11-04 11:08:00.465 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-11-04 11:08:00.466 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-11-04 11:08:00.799 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2020-11-04 11:08:00.800 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2020-11-04 11:08:00.800 | pip: 20.2.4 2020-11-04 11:08:00.802 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-11-04 11:08:01.110 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-11-04 11:08:01.134 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2020-11-04 11:08:01.136 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2020-11-04 11:08:01.140 | + ./stack.sh:main:759 : fixup_all 2020-11-04 11:08:01.142 | + tools/fixup_stuff.sh:fixup_all:188 : fixup_keystone 2020-11-04 11:08:01.145 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2020-11-04 11:08:01.147 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2020-11-04 11:08:01.159 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2020-11-04 11:08:01.159 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2020-11-04 11:08:01.159 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2020-11-04 11:08:01.164 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2020-11-04 11:08:01.166 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2020-11-04 11:08:01.168 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2020-11-04 11:08:01.175 | net.ipv4.ip_local_reserved_ports = 35357,35358 2020-11-04 11:08:01.179 | + tools/fixup_stuff.sh:fixup_all:189 : fixup_ubuntu 2020-11-04 11:08:01.181 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2020-11-04 11:08:01.183 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2020-11-04 11:08:01.185 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:08:01.187 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:08:01.189 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:08:01.191 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:08:01.193 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:08:01.195 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:08:01.197 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:08:01.199 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:08:01.201 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:08:01.203 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:08:01.206 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:08:01.208 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:08:01.211 | + functions-common:install_package:1345 : real_install_package software-properties-common 2020-11-04 11:08:01.213 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:08:01.215 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:08:01.217 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:08:01.219 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2020-11-04 11:08:01.238 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2020-11-04 11:08:01.357 | Reading package lists... 2020-11-04 11:08:01.603 | Building dependency tree... 2020-11-04 11:08:01.604 | Reading state information... 2020-11-04 11:08:01.810 | The following packages were automatically installed and are no longer required: 2020-11-04 11:08:01.810 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-04 11:08:01.810 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-04 11:08:01.811 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-04 11:08:01.811 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:08:01.811 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:08:01.811 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:08:01.811 | python3-zope.interface 2020-11-04 11:08:01.811 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:08:01.811 | The following additional packages will be installed: 2020-11-04 11:08:01.812 | python3-software-properties 2020-11-04 11:08:01.860 | The following packages will be upgraded: 2020-11-04 11:08:01.860 | python3-software-properties software-properties-common 2020-11-04 11:08:02.843 | 2 upgraded, 0 newly installed, 0 to remove and 141 not upgraded. 2020-11-04 11:08:02.843 | Need to get 33.9 kB of archives. 2020-11-04 11:08:02.843 | After this operation, 0 B of additional disk space will be used. 2020-11-04 11:08:02.843 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.14 [10.1 kB] 2020-11-04 11:08:03.121 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.14 [23.9 kB] 2020-11-04 11:08:03.790 | Fetched 33.9 kB in 1s (24.5 kB/s) 2020-11-04 11:08:04.018 | (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 ... 74722 files and directories currently installed.) 2020-11-04 11:08:04.022 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2020-11-04 11:08:04.317 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2020-11-04 11:08:04.919 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2020-11-04 11:08:05.180 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2020-11-04 11:08:05.565 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:08:06.180 | Setting up python3-software-properties (0.96.24.32.14) ... 2020-11-04 11:08:06.546 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2020-11-04 11:08:06.626 | Setting up software-properties-common (0.96.24.32.14) ... 2020-11-04 11:08:09.081 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:08:09.083 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:08:09.085 | + functions-common:time_stop:2310 : local name 2020-11-04 11:08:09.087 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:08:09.089 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:08:09.091 | + functions-common:time_stop:2313 : local total 2020-11-04 11:08:09.093 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:08:09.096 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:08:09.098 | + functions-common:time_stop:2317 : start_time=1604488081233 2020-11-04 11:08:09.100 | + functions-common:time_stop:2319 : [[ -z 1604488081233 ]] 2020-11-04 11:08:09.102 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:08:09.105 | + functions-common:time_stop:2322 : end_time=1604488089103 2020-11-04 11:08:09.107 | + functions-common:time_stop:2323 : elapsed_time=7870 2020-11-04 11:08:09.109 | + functions-common:time_stop:2324 : total=269708 2020-11-04 11:08:09.112 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:08:09.114 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=277578 2020-11-04 11:08:09.116 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:08:09.119 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2020-11-04 11:08:09.915 | 'universe' distribution component is already enabled for all sources. 2020-11-04 11:08:09.942 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2020-11-04 11:08:09.944 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:train 2020-11-04 11:08:10.796 | Reading package lists... 2020-11-04 11:08:11.038 | Building dependency tree... 2020-11-04 11:08:11.039 | Reading state information... 2020-11-04 11:08:11.243 | The following packages were automatically installed and are no longer required: 2020-11-04 11:08:11.243 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-04 11:08:11.243 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-04 11:08:11.243 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-04 11:08:11.243 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:08:11.243 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:08:11.243 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:08:11.243 | python3-zope.interface 2020-11-04 11:08:11.244 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:08:11.287 | The following NEW packages will be installed: 2020-11-04 11:08:11.287 | ubuntu-cloud-keyring 2020-11-04 11:08:11.559 | 0 upgraded, 1 newly installed, 0 to remove and 141 not upgraded. 2020-11-04 11:08:11.559 | Need to get 6,008 B of archives. 2020-11-04 11:08:11.559 | After this operation, 22.5 kB of additional disk space will be used. 2020-11-04 11:08:11.559 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.0 [6,008 B] 2020-11-04 11:08:13.737 | Fetched 6,008 B in 0s (23.3 kB/s) 2020-11-04 11:08:13.888 | Selecting previously unselected package ubuntu-cloud-keyring. 2020-11-04 11:08:13.926 | (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 ... 74722 files and directories currently installed.) 2020-11-04 11:08:13.930 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2020-11-04 11:08:13.991 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-11-04 11:08:14.284 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2020-11-04 11:08:16.754 | Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2020-11-04 11:08:16.764 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease [8,767 B] 2020-11-04 11:08:16.825 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-11-04 11:08:16.946 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 Packages [171 kB] 2020-11-04 11:08:16.950 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-11-04 11:08:17.075 | Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-11-04 11:08:20.810 | Fetched 268 kB in 1s (335 kB/s) 2020-11-04 11:08:22.497 | Reading package lists... 2020-11-04 11:08:22.556 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2020-11-04 11:08:22.558 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2020-11-04 11:08:22.561 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-11-04 11:08:22.563 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-11-04 11:08:22.565 | + functions-common:apt_get_update:1077 : local sudo=sudo 2020-11-04 11:08:22.568 | ++ functions-common:apt_get_update:1078 : id -u 2020-11-04 11:08:22.571 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-11-04 11:08:22.573 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2020-11-04 11:08:22.575 | + functions-common:time_start:2296 : local name=apt-get-update 2020-11-04 11:08:22.577 | + functions-common:time_start:2297 : local start_time= 2020-11-04 11:08:22.579 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-11-04 11:08:22.582 | ++ functions-common:time_start:2301 : date +%s%3N 2020-11-04 11:08:22.585 | + functions-common:time_start:2301 : _TIME_START[$name]=1604488102583 2020-11-04 11:08:22.587 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-11-04 11:08:22.589 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-11-04 11:08:22.591 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-11-04 11:08:22.836 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2020-11-04 11:08:22.962 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-11-04 11:08:22.964 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-11-04 11:08:23.093 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-11-04 11:08:23.221 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-11-04 11:08:25.279 | Reading package lists... 2020-11-04 11:08:25.338 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-11-04 11:08:25.340 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-11-04 11:08:25.342 | + functions-common:time_stop:2310 : local name 2020-11-04 11:08:25.345 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:08:25.347 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:08:25.349 | + functions-common:time_stop:2313 : local total 2020-11-04 11:08:25.351 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:08:25.353 | + functions-common:time_stop:2316 : name=apt-get-update 2020-11-04 11:08:25.355 | + functions-common:time_stop:2317 : start_time=1604488102583 2020-11-04 11:08:25.357 | + functions-common:time_stop:2319 : [[ -z 1604488102583 ]] 2020-11-04 11:08:25.360 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:08:25.363 | + functions-common:time_stop:2322 : end_time=1604488105361 2020-11-04 11:08:25.365 | + functions-common:time_stop:2323 : elapsed_time=2778 2020-11-04 11:08:25.367 | + functions-common:time_stop:2324 : total=2603 2020-11-04 11:08:25.369 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:08:25.371 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=5381 2020-11-04 11:08:25.374 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2020-11-04 11:08:25.385 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2020-11-04 11:08:25.394 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2020-11-04 11:08:25.405 | + tools/fixup_stuff.sh:fixup_all:190 : fixup_fedora 2020-11-04 11:08:25.408 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2020-11-04 11:08:25.410 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-04 11:08:25.412 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-04 11:08:25.414 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-04 11:08:25.416 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-04 11:08:25.418 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-04 11:08:25.420 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-04 11:08:25.423 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:08:25.425 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-04 11:08:25.427 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2020-11-04 11:08:25.430 | + tools/fixup_stuff.sh:fixup_all:191 : fixup_suse 2020-11-04 11:08:25.432 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2020-11-04 11:08:25.434 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:08:25.436 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:08:25.438 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:08:25.440 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:08:25.443 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:08:25.445 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:08:25.447 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2020-11-04 11:08:25.449 | + ./stack.sh:main:762 : pip_install -U os-testr 2020-11-04 11:08:25.467 | Using python 3.6 to install os-testr 2020-11-04 11:08:25.469 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2020-11-04 11:08:27.329 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:08:27.432 | Collecting os-testr===2.0.0 2020-11-04 11:08:27.439 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2020-11-04 11:08:27.598 | Collecting pbr===5.5.1 2020-11-04 11:08:27.604 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2020-11-04 11:08:27.717 | Collecting stestr===3.0.1 2020-11-04 11:08:27.725 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/397/f08161af17782/stestr-3.0.1-py3-none-any.whl (117 kB) 2020-11-04 11:08:27.845 | Collecting python-subunit===1.4.0 2020-11-04 11:08:27.852 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2020-11-04 11:08:27.980 | Collecting testtools===2.4.0 2020-11-04 11:08:27.987 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2020-11-04 11:08:28.172 | Collecting PyYAML===5.3.1 2020-11-04 11:08:28.179 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2020-11-04 11:08:29.047 | Collecting cliff===3.4.0 2020-11-04 11:08:29.054 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76 kB) 2020-11-04 11:08:29.162 | Collecting fixtures===3.0.0 2020-11-04 11:08:29.170 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2020-11-04 11:08:29.282 | Collecting voluptuous===0.12.0 2020-11-04 11:08:29.288 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0ff/f348a097c9a74/voluptuous-0.12.0-py3-none-any.whl (29 kB) 2020-11-04 11:08:29.386 | Collecting future===0.18.2 2020-11-04 11:08:29.393 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2020-11-04 11:08:30.275 | Collecting extras===1.0.0 2020-11-04 11:08:30.282 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2020-11-04 11:08:30.371 | Collecting unittest2===1.1.0 2020-11-04 11:08:30.378 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2020-11-04 11:08:30.465 | Collecting python-mimeparse===1.6.0 2020-11-04 11:08:30.471 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2020-11-04 11:08:30.549 | Collecting traceback2===1.4.0 2020-11-04 11:08:30.556 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2020-11-04 11:08:30.622 | Collecting six===1.15.0 2020-11-04 11:08:30.629 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2020-11-04 11:08:30.732 | Collecting stevedore===3.2.2 2020-11-04 11:08:30.739 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42 kB) 2020-11-04 11:08:30.941 | Collecting cmd2===1.3.11 2020-11-04 11:08:30.947 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3ed/598781362ff32/cmd2-1.3.11-py3-none-any.whl (133 kB) 2020-11-04 11:08:31.192 | Collecting pyparsing===2.4.7 2020-11-04 11:08:31.198 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2020-11-04 11:08:31.284 | Collecting prettytable===0.7.2 2020-11-04 11:08:31.290 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2020-11-04 11:08:31.377 | Collecting argparse 2020-11-04 11:08:31.382 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2020-11-04 11:08:31.456 | Collecting linecache2===1.0.0 2020-11-04 11:08:31.462 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2020-11-04 11:08:31.493 | Requirement already satisfied, skipping upgrade: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) (2.0.0) 2020-11-04 11:08:31.546 | Collecting attrs===20.2.0 2020-11-04 11:08:31.553 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fce/7fc47dfc97615/attrs-20.2.0-py2.py3-none-any.whl (48 kB) 2020-11-04 11:08:31.657 | Collecting wcwidth===0.2.5 2020-11-04 11:08:31.664 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2020-11-04 11:08:31.700 | Requirement already satisfied, skipping upgrade: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (50.3.2) 2020-11-04 11:08:31.800 | Collecting colorama===0.4.4 2020-11-04 11:08:31.806 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2020-11-04 11:08:31.871 | Collecting pyperclip===1.8.1 2020-11-04 11:08:31.877 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9ab/ef1e79ce635eb/pyperclip-1.8.1.tar.gz (20 kB) 2020-11-04 11:08:32.401 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.4.0) 2020-11-04 11:08:32.431 | Building wheels for collected packages: PyYAML, pyperclip, future 2020-11-04 11:08:32.432 | Building wheel for PyYAML (setup.py): started 2020-11-04 11:08:42.383 | Building wheel for PyYAML (setup.py): finished with status 'done' 2020-11-04 11:08:42.386 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403664 sha256=1225113fce0ff52514cdeb5fd26b14ff621dd14a0babe3205732abf45b0ac97f 2020-11-04 11:08:42.386 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2020-11-04 11:08:42.388 | Building wheel for pyperclip (setup.py): started 2020-11-04 11:08:42.935 | Building wheel for pyperclip (setup.py): finished with status 'done' 2020-11-04 11:08:42.936 | Created wheel for pyperclip: filename=pyperclip-1.8.1-py3-none-any.whl size=11119 sha256=310e70d1ce85f3e72dc69b1b210854fe2cf816376c3f1cd661538fc0e6bc9e1e 2020-11-04 11:08:42.936 | Stored in directory: /root/.cache/pip/wheels/6b/61/3b/9ce5c27623eb45051839ddfdb83ccb31f286e2a23872c1071c 2020-11-04 11:08:42.938 | Building wheel for future (setup.py): started 2020-11-04 11:08:43.895 | Building wheel for future (setup.py): finished with status 'done' 2020-11-04 11:08:43.899 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=078fc0a2bbdef5faa60b83d76f1186aa317230564a8900e0e0282820c0842c3e 2020-11-04 11:08:43.899 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2020-11-04 11:08:43.900 | Successfully built PyYAML pyperclip future 2020-11-04 11:08:44.323 | Installing collected packages: voluptuous, pbr, attrs, extras, argparse, linecache2, traceback2, six, unittest2, python-mimeparse, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, stevedore, colorama, pyperclip, cmd2, pyparsing, cliff, future, stestr, os-testr 2020-11-04 11:08:44.579 | Attempting uninstall: attrs 2020-11-04 11:08:44.580 | Found existing installation: attrs 17.4.0 2020-11-04 11:08:44.584 | Uninstalling attrs-17.4.0: 2020-11-04 11:08:44.686 | Successfully uninstalled attrs-17.4.0 2020-11-04 11:08:45.139 | Attempting uninstall: six 2020-11-04 11:08:45.140 | Found existing installation: six 1.11.0 2020-11-04 11:08:45.144 | Uninstalling six-1.11.0: 2020-11-04 11:08:45.175 | Successfully uninstalled six-1.11.0 2020-11-04 11:08:46.647 | Attempting uninstall: colorama 2020-11-04 11:08:46.648 | Found existing installation: colorama 0.3.7 2020-11-04 11:08:46.654 | Uninstalling colorama-0.3.7: 2020-11-04 11:08:46.683 | Successfully uninstalled colorama-0.3.7 2020-11-04 11:08:48.172 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.2.0 cliff-3.4.0 cmd2-1.3.11 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 future-0.18.2 linecache2-1.0.0 os-testr-2.0.0 pbr-5.5.1 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 python-subunit-1.4.0 six-1.15.0 stestr-3.0.1 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.0 wcwidth-0.2.5 2020-11-04 11:08:48.384 | + inc/python:pip_install:200 : result=0 2020-11-04 11:08:48.386 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:08:48.388 | + functions-common:time_stop:2310 : local name 2020-11-04 11:08:48.391 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:08:48.393 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:08:48.395 | + functions-common:time_stop:2313 : local total 2020-11-04 11:08:48.397 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:08:48.399 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:08:48.401 | + functions-common:time_stop:2317 : start_time=1604488105462 2020-11-04 11:08:48.403 | + functions-common:time_stop:2319 : [[ -z 1604488105462 ]] 2020-11-04 11:08:48.406 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:08:48.409 | + functions-common:time_stop:2322 : end_time=1604488128407 2020-11-04 11:08:48.411 | + functions-common:time_stop:2323 : elapsed_time=22945 2020-11-04 11:08:48.413 | + functions-common:time_stop:2324 : total=0 2020-11-04 11:08:48.415 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:08:48.417 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=22945 2020-11-04 11:08:48.419 | + inc/python:pip_install:203 : return 0 2020-11-04 11:08:48.422 | + ./stack.sh:main:764 : pip_install_gr systemd-python 2020-11-04 11:08:48.425 | + inc/python:pip_install_gr:76 : local name=systemd-python 2020-11-04 11:08:48.427 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-04 11:08:48.430 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2020-11-04 11:08:48.433 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2020-11-04 11:08:48.435 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-04 11:08:48.439 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:08:48.439 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-04 11:08:48.443 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2020-11-04 11:08:48.446 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2020-11-04 11:08:48.448 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2020-11-04 11:08:48.451 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2020-11-04 11:08:48.453 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2020-11-04 11:08:48.471 | Using python 3.6 to install systemd-python 2020-11-04 11:08:48.473 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2020-11-04 11:08:50.282 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:08:50.304 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (234) 2020-11-04 11:08:50.901 | + inc/python:pip_install:200 : result=0 2020-11-04 11:08:50.903 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:08:50.906 | + functions-common:time_stop:2310 : local name 2020-11-04 11:08:50.908 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:08:50.910 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:08:50.912 | + functions-common:time_stop:2313 : local total 2020-11-04 11:08:50.914 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:08:50.916 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:08:50.918 | + functions-common:time_stop:2317 : start_time=1604488128466 2020-11-04 11:08:50.920 | + functions-common:time_stop:2319 : [[ -z 1604488128466 ]] 2020-11-04 11:08:50.923 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:08:50.926 | + functions-common:time_stop:2322 : end_time=1604488130924 2020-11-04 11:08:50.929 | + functions-common:time_stop:2323 : elapsed_time=2458 2020-11-04 11:08:50.931 | + functions-common:time_stop:2324 : total=22945 2020-11-04 11:08:50.933 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:08:50.935 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=25403 2020-11-04 11:08:50.938 | + inc/python:pip_install:203 : return 0 2020-11-04 11:08:50.940 | + ./stack.sh:main:767 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2020-11-04 11:08:50.985 | + ./stack.sh:main:768 : sudo systemctl restart systemd-journald 2020-11-04 11:08:51.158 | + ./stack.sh:main:774 : install_infra 2020-11-04 11:08:51.160 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-11-04 11:08:51.163 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2020-11-04 11:08:51.165 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2020-11-04 11:08:53.775 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-11-04 11:08:53.778 | + lib/infra:install_infra:34 : pip_install -U pbr 2020-11-04 11:08:53.798 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-11-04 11:08:56.467 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) 2020-11-04 11:08:56.582 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-11-04 11:08:56.612 | Installing collected packages: pbr 2020-11-04 11:08:56.716 | Successfully installed pbr-5.5.1 2020-11-04 11:08:56.775 | + inc/python:pip_install:200 : result=0 2020-11-04 11:08:56.777 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:08:56.779 | + functions-common:time_stop:2310 : local name 2020-11-04 11:08:56.782 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:08:56.784 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:08:56.786 | + functions-common:time_stop:2313 : local total 2020-11-04 11:08:56.788 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:08:56.790 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:08:56.792 | + functions-common:time_stop:2317 : start_time=1604488133791 2020-11-04 11:08:56.794 | + functions-common:time_stop:2319 : [[ -z 1604488133791 ]] 2020-11-04 11:08:56.797 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:08:56.800 | + functions-common:time_stop:2322 : end_time=1604488136798 2020-11-04 11:08:56.802 | + functions-common:time_stop:2323 : elapsed_time=3007 2020-11-04 11:08:56.804 | + functions-common:time_stop:2324 : total=25403 2020-11-04 11:08:56.806 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:08:56.808 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=28410 2020-11-04 11:08:56.811 | + inc/python:pip_install:203 : return 0 2020-11-04 11:08:56.813 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-11-04 11:08:56.816 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2020-11-04 11:08:56.835 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2020-11-04 11:08:59.476 | Processing /opt/stack/requirements 2020-11-04 11:09:00.830 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) 2020-11-04 11:09:00.895 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2020-11-04 11:09:00.930 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) 2020-11-04 11:09:01.014 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2020-11-04 11:09:01.653 | Collecting requests===2.23.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) 2020-11-04 11:09:01.763 | Downloading http://10.100.0.9:8080/root/pypi/+f/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58kB) 2020-11-04 11:09:01.804 | Collecting packaging===20.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) 2020-11-04 11:09:01.847 | Downloading http://10.100.0.9:8080/root/pypi/+f/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl 2020-11-04 11:09:01.869 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) 2020-11-04 11:09:01.914 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2020-11-04 11:09:01.973 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2020-11-04 11:09:02.003 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2020-11-04 11:09:02.023 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2020-11-04 11:09:02.129 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2020-11-04 11:09:02.147 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) 2020-11-04 11:09:02.183 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2020-11-04 11:09:02.197 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4123) 2020-11-04 11:09:02.213 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-11-04 11:09:02.241 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4123) 2020-11-04 11:09:02.261 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2020-11-04 11:09:02.288 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) 2020-11-04 11:09:02.293 | Collecting chardet===3.0.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2020-11-04 11:09:02.318 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133kB) 2020-11-04 11:09:02.349 | Collecting certifi===2020.6.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) 2020-11-04 11:09:02.417 | Downloading http://10.100.0.9:8080/root/pypi/+f/8fc/0819f1f30ba15/certifi-2020.6.20-py2.py3-none-any.whl (156kB) 2020-11-04 11:09:02.438 | Collecting urllib3===1.25.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2020-11-04 11:09:02.496 | Downloading http://10.100.0.9:8080/root/pypi/+f/f53/21fbe4bf3fefa/urllib3-1.25.11-py2.py3-none-any.whl (127kB) 2020-11-04 11:09:02.544 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) 2020-11-04 11:09:02.567 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2020-11-04 11:09:02.581 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 154)) 2020-11-04 11:09:02.602 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2020-11-04 11:09:02.616 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2020-11-04 11:09:02.645 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2020-11-04 11:09:02.675 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2020-11-04 11:09:02.700 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2020-11-04 11:09:02.715 | Collecting cliff===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) 2020-11-04 11:09:02.779 | Downloading http://10.100.0.9:8080/root/pypi/+f/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76kB) 2020-11-04 11:09:02.819 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 194)) 2020-11-04 11:09:02.848 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2020-11-04 11:09:02.862 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2020-11-04 11:09:02.880 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2020-11-04 11:09:02.895 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) 2020-11-04 11:09:02.922 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2020-11-04 11:09:02.935 | Collecting stevedore===3.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) 2020-11-04 11:09:03.000 | Downloading http://10.100.0.9:8080/root/pypi/+f/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42kB) 2020-11-04 11:09:03.029 | Collecting cmd2===1.3.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) 2020-11-04 11:09:03.148 | Downloading http://10.100.0.9:8080/root/pypi/+f/3ed/598781362ff32/cmd2-1.3.11-py3-none-any.whl (133kB) 2020-11-04 11:09:03.231 | Collecting importlib-metadata===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2020-11-04 11:09:03.281 | Downloading http://10.100.0.9:8080/root/pypi/+f/cef/a1a2f919b866c/importlib_metadata-2.0.0-py2.py3-none-any.whl 2020-11-04 11:09:03.317 | Collecting attrs===20.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) 2020-11-04 11:09:03.348 | Downloading http://10.100.0.9:8080/root/pypi/+f/fce/7fc47dfc97615/attrs-20.2.0-py2.py3-none-any.whl (48kB) 2020-11-04 11:09:03.409 | Collecting setuptools===50.3.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) 2020-11-04 11:09:03.888 | Downloading http://10.100.0.9:8080/root/pypi/+f/2c2/42a0856fbad7e/setuptools-50.3.2-py3-none-any.whl (785kB) 2020-11-04 11:09:04.020 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2020-11-04 11:09:04.050 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2020-11-04 11:09:04.071 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2020-11-04 11:09:04.103 | Downloading http://10.100.0.9:8080/root/pypi/+f/9ab/ef1e79ce635eb/pyperclip-1.8.1.tar.gz 2020-11-04 11:09:04.509 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) 2020-11-04 11:09:04.562 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2020-11-04 11:09:04.579 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) 2020-11-04 11:09:04.619 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2020-11-04 11:09:04.679 | Building wheels for collected packages: PyYAML, pyperclip 2020-11-04 11:09:04.680 | Running setup.py bdist_wheel for PyYAML: started 2020-11-04 11:09:04.966 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2020-11-04 11:09:04.966 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-jfopcvjb/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/tmpkm64czhspip-wheel- --python-tag cp36: 2020-11-04 11:09:04.967 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-11-04 11:09:04.967 | or: -c --help [cmd1 cmd2 ...] 2020-11-04 11:09:04.967 | or: -c --help-commands 2020-11-04 11:09:04.967 | or: -c cmd --help 2020-11-04 11:09:04.967 | 2020-11-04 11:09:04.967 | error: invalid command 'bdist_wheel' 2020-11-04 11:09:04.967 | 2020-11-04 11:09:04.967 | ---------------------------------------- 2020-11-04 11:09:04.967 | Failed building wheel for PyYAML 2020-11-04 11:09:04.967 | Running setup.py clean for PyYAML 2020-11-04 11:09:05.262 | Running setup.py bdist_wheel for pyperclip: started 2020-11-04 11:09:05.544 | Running setup.py bdist_wheel for pyperclip: finished with status 'error' 2020-11-04 11:09:05.545 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-jfopcvjb/pyperclip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpscc57m4fpip-wheel- --python-tag cp36: 2020-11-04 11:09:05.545 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2020-11-04 11:09:05.545 | or: -c --help [cmd1 cmd2 ...] 2020-11-04 11:09:05.545 | or: -c --help-commands 2020-11-04 11:09:05.545 | or: -c cmd --help 2020-11-04 11:09:05.545 | 2020-11-04 11:09:05.545 | error: invalid command 'bdist_wheel' 2020-11-04 11:09:05.545 | 2020-11-04 11:09:05.545 | ---------------------------------------- 2020-11-04 11:09:05.545 | Failed building wheel for pyperclip 2020-11-04 11:09:05.546 | Running setup.py clean for pyperclip 2020-11-04 11:09:05.837 | Failed to build PyYAML pyperclip 2020-11-04 11:09:05.839 | Installing collected packages: chardet, certifi, attrs, six, python-mimeparse, extras, argparse, linecache2, traceback2, unittest2, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, zipp, importlib-metadata, stevedore, setuptools, pyperclip, colorama, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2020-11-04 11:09:06.806 | Running setup.py install for PyYAML: started 2020-11-04 11:09:16.458 | Running setup.py install for PyYAML: finished with status 'done' 2020-11-04 11:09:16.812 | Found existing installation: setuptools 39.0.1 2020-11-04 11:09:16.905 | Uninstalling setuptools-39.0.1: 2020-11-04 11:09:16.923 | Successfully uninstalled setuptools-39.0.1 2020-11-04 11:09:17.433 | Running setup.py install for pyperclip: started 2020-11-04 11:09:17.919 | Running setup.py install for pyperclip: finished with status 'done' 2020-11-04 11:09:18.348 | Running setup.py install for openstack-requirements: started 2020-11-04 11:09:20.721 | Running setup.py install for openstack-requirements: finished with status 'done' 2020-11-04 11:09:21.306 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.2.0 beagle-0.3.0 certifi-2020.6.20 chardet-3.0.4 cliff-3.4.0 cmd2-1.3.11 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-2.0.0 linecache2-1.0.0 openstack-requirements-1.2.1.dev4123 packaging-20.4 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.23.0 setuptools-50.3.2 six-1.15.0 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.11 wcwidth-0.2.5 zipp-3.4.0 2020-11-04 11:09:21.442 | + inc/python:pip_install:200 : result=0 2020-11-04 11:09:21.444 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:09:21.446 | + functions-common:time_stop:2310 : local name 2020-11-04 11:09:21.448 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:09:21.450 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:09:21.453 | + functions-common:time_stop:2313 : local total 2020-11-04 11:09:21.455 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:09:21.457 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:09:21.459 | + functions-common:time_stop:2317 : start_time=1604488136829 2020-11-04 11:09:21.461 | + functions-common:time_stop:2319 : [[ -z 1604488136829 ]] 2020-11-04 11:09:21.464 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:09:21.467 | + functions-common:time_stop:2322 : end_time=1604488161465 2020-11-04 11:09:21.470 | + functions-common:time_stop:2323 : elapsed_time=24636 2020-11-04 11:09:21.472 | + functions-common:time_stop:2324 : total=28410 2020-11-04 11:09:21.474 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:09:21.476 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=53046 2020-11-04 11:09:21.478 | + inc/python:pip_install:203 : return 0 2020-11-04 11:09:21.480 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2020-11-04 11:09:21.483 | + lib/infra:install_infra:42 : use_library_from_git pbr 2020-11-04 11:09:21.485 | + inc/python:use_library_from_git:250 : local name=pbr 2020-11-04 11:09:21.488 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:09:21.490 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:09:21.492 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2020-11-04 11:09:21.495 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:09:21.497 | + lib/infra:install_infra:48 : pip_install -U pbr 2020-11-04 11:09:21.515 | Using python 3.6 to install pbr 2020-11-04 11:09:21.517 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2020-11-04 11:09:23.316 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:09:23.448 | Requirement already up-to-date: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.5.1) 2020-11-04 11:09:24.038 | + inc/python:pip_install:200 : result=0 2020-11-04 11:09:24.040 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:09:24.042 | + functions-common:time_stop:2310 : local name 2020-11-04 11:09:24.045 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:09:24.047 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:09:24.049 | + functions-common:time_stop:2313 : local total 2020-11-04 11:09:24.052 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:09:24.054 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:09:24.056 | + functions-common:time_stop:2317 : start_time=1604488161510 2020-11-04 11:09:24.058 | + functions-common:time_stop:2319 : [[ -z 1604488161510 ]] 2020-11-04 11:09:24.061 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:09:24.064 | + functions-common:time_stop:2322 : end_time=1604488164062 2020-11-04 11:09:24.066 | + functions-common:time_stop:2323 : elapsed_time=2552 2020-11-04 11:09:24.068 | + functions-common:time_stop:2324 : total=53046 2020-11-04 11:09:24.070 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:09:24.072 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=55598 2020-11-04 11:09:24.074 | + inc/python:pip_install:203 : return 0 2020-11-04 11:09:24.077 | + ./stack.sh:main:777 : python3 -m venv /opt/stack/bindep-venv 2020-11-04 11:09:26.699 | + ./stack.sh:main:779 : /opt/stack/bindep-venv/bin/pip install bindep 2020-11-04 11:09:28.432 | Collecting bindep 2020-11-04 11:09:28.508 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2020-11-04 11:09:28.531 | Collecting pbr>=2.0.0 (from bindep) 2020-11-04 11:09:28.614 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2020-11-04 11:09:28.647 | Collecting distro (from bindep) 2020-11-04 11:09:28.672 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2020-11-04 11:09:28.684 | Collecting Parsley (from bindep) 2020-11-04 11:09:28.702 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2020-11-04 11:09:28.724 | Installing collected packages: pbr, distro, Parsley, bindep 2020-11-04 11:09:29.055 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2020-11-04 11:09:29.119 | + ./stack.sh:main:780 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-11-04 11:09:29.122 | + ./stack.sh:main:780 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2020-11-04 11:09:29.125 | ++ ./stack.sh:main:783 : _get_plugin_bindep_packages 2020-11-04 11:09:29.142 | + ./stack.sh:main:783 : pkgs= 2020-11-04 11:09:29.144 | + ./stack.sh:main:784 : [[ -n '' ]] 2020-11-04 11:09:29.146 | + ./stack.sh:main:791 : run_phase stack pre-install 2020-11-04 11:09:29.149 | + functions-common:run_phase:1738 : local mode=stack 2020-11-04 11:09:29.151 | + functions-common:run_phase:1739 : local phase=pre-install 2020-11-04 11:09:29.153 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-11-04 11:09:29.156 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-11-04 11:09:29.158 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-11-04 11:09:29.160 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-11-04 11:09:29.163 | + functions-common:run_phase:1748 : local extra 2020-11-04 11:09:29.165 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-11-04 11:09:29.168 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-11-04 11:09:29.171 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-11-04 11:09:29.173 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-11-04 11:09:29.175 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2020-11-04 11:09:29.177 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-11-04 11:09:29.191 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:09:29.194 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2020-11-04 11:09:29.196 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2020-11-04 11:09:29.198 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2020-11-04 11:09:29.200 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2020-11-04 11:09:29.203 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2020-11-04 11:09:29.205 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2020-11-04 11:09:29.207 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2020-11-04 11:09:29.209 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2020-11-04 11:09:29.211 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2020-11-04 11:09:29.213 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2020-11-04 11:09:29.215 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2020-11-04 11:09:29.217 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2020-11-04 11:09:29.219 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2020-11-04 11:09:29.221 | + functions-common:run_phase:1759 : [[ stack == \s\o\u\r\c\e ]] 2020-11-04 11:09:29.223 | + functions-common:run_phase:1762 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-11-04 11:09:29.226 | + functions-common:run_phase:1765 : run_plugins stack pre-install 2020-11-04 11:09:29.228 | + functions-common:run_plugins:1724 : local mode=stack 2020-11-04 11:09:29.230 | + functions-common:run_plugins:1725 : local phase=pre-install 2020-11-04 11:09:29.232 | + functions-common:run_plugins:1727 : local plugins= 2020-11-04 11:09:29.234 | + functions-common:run_plugins:1728 : local plugin 2020-11-04 11:09:29.237 | + ./stack.sh:main:794 : set_systemd_override DefaultLimitNOFILE 2048 2020-11-04 11:09:29.239 | + functions:set_systemd_override:825 : local key=DefaultLimitNOFILE 2020-11-04 11:09:29.241 | + functions:set_systemd_override:826 : local value=2048 2020-11-04 11:09:29.244 | + functions:set_systemd_override:828 : local sysconf=/etc/systemd/system.conf 2020-11-04 11:09:29.246 | + functions:set_systemd_override:829 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2020-11-04 11:09:29.290 | + functions:set_systemd_override:830 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2020-11-04 11:09:29.290 | Set systemd system override for DefaultLimitNOFILE=2048 2020-11-04 11:09:29.292 | + functions:set_systemd_override:832 : sudo systemctl daemon-reload 2020-11-04 11:09:29.459 | + ./stack.sh:main:796 : install_rpc_backend 2020-11-04 11:09:29.462 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2020-11-04 11:09:29.477 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:09:29.479 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2020-11-04 11:09:29.482 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:09:29.485 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:09:29.487 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:09:29.489 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:09:29.492 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:09:29.494 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:09:29.496 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:09:29.498 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:09:29.501 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:09:29.503 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:09:29.505 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:09:29.507 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:09:29.509 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2020-11-04 11:09:29.512 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:09:29.514 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:09:29.517 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:09:29.519 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2020-11-04 11:09:29.537 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2020-11-04 11:09:29.656 | Reading package lists... 2020-11-04 11:09:29.898 | Building dependency tree... 2020-11-04 11:09:29.899 | Reading state information... 2020-11-04 11:09:30.105 | The following packages were automatically installed and are no longer required: 2020-11-04 11:09:30.106 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-04 11:09:30.106 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-04 11:09:30.106 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-04 11:09:30.106 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:09:30.106 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:09:30.106 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:09:30.106 | python3-zope.interface 2020-11-04 11:09:30.106 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:09:30.106 | The following additional packages will be installed: 2020-11-04 11:09:30.106 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-11-04 11:09:30.107 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-11-04 11:09:30.107 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-11-04 11:09:30.107 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-11-04 11:09:30.107 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-11-04 11:09:30.108 | Suggested packages: 2020-11-04 11:09:30.108 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2020-11-04 11:09:30.109 | odbc-postgresql tdsodbc unixodbc-bin 2020-11-04 11:09:30.153 | The following NEW packages will be installed: 2020-11-04 11:09:30.153 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2020-11-04 11:09:30.153 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2020-11-04 11:09:30.153 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2020-11-04 11:09:30.153 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2020-11-04 11:09:30.153 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2020-11-04 11:09:30.153 | rabbitmq-server 2020-11-04 11:09:30.598 | 0 upgraded, 26 newly installed, 0 to remove and 159 not upgraded. 2020-11-04 11:09:30.598 | Need to get 24.5 MB of archives. 2020-11-04 11:09:30.598 | After this operation, 40.4 MB of additional disk space will be used. 2020-11-04 11:09:30.598 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2020-11-04 11:09:31.749 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-11-04 11:09:31.817 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2020-11-04 11:09:32.255 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2020-11-04 11:09:32.259 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2020-11-04 11:09:32.263 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2020-11-04 11:09:32.276 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2020-11-04 11:09:32.454 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2020-11-04 11:09:32.471 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2020-11-04 11:09:32.852 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2020-11-04 11:09:32.918 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2020-11-04 11:09:33.082 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2020-11-04 11:09:33.297 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2020-11-04 11:09:33.343 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2020-11-04 11:09:33.371 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2020-11-04 11:09:33.374 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2020-11-04 11:09:33.423 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2020-11-04 11:09:33.577 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2020-11-04 11:09:33.627 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2020-11-04 11:09:33.636 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2020-11-04 11:09:33.915 | 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] 2020-11-04 11:09:33.918 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2020-11-04 11:09:33.972 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2020-11-04 11:09:34.092 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2020-11-04 11:09:34.187 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2020-11-04 11:09:34.196 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2020-11-04 11:09:35.659 | Fetched 24.5 MB in 5s (4,956 kB/s) 2020-11-04 11:09:35.893 | Selecting previously unselected package erlang-base. 2020-11-04 11:09:35.931 | (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 ... 74728 files and directories currently installed.) 2020-11-04 11:09:35.934 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:35.989 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:37.344 | Selecting previously unselected package erlang-asn1. 2020-11-04 11:09:37.352 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:37.390 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:37.721 | Selecting previously unselected package erlang-mnesia. 2020-11-04 11:09:37.729 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:37.795 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:38.292 | Selecting previously unselected package erlang-runtime-tools. 2020-11-04 11:09:38.300 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:38.338 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:38.652 | Selecting previously unselected package erlang-crypto. 2020-11-04 11:09:38.661 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:38.721 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:39.018 | Selecting previously unselected package erlang-public-key. 2020-11-04 11:09:39.026 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:39.144 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:39.532 | Selecting previously unselected package erlang-ssl. 2020-11-04 11:09:39.540 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:39.595 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:40.081 | Selecting previously unselected package erlang-inets. 2020-11-04 11:09:40.088 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:40.126 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:40.526 | Selecting previously unselected package erlang-corba. 2020-11-04 11:09:40.534 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:40.595 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:41.287 | Selecting previously unselected package erlang-syntax-tools. 2020-11-04 11:09:41.294 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:41.355 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:41.732 | Selecting previously unselected package erlang-diameter. 2020-11-04 11:09:41.740 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:41.778 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:42.224 | Selecting previously unselected package erlang-xmerl. 2020-11-04 11:09:42.231 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:42.292 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:42.755 | Selecting previously unselected package erlang-edoc. 2020-11-04 11:09:42.763 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:42.812 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:43.178 | Selecting previously unselected package erlang-eldap. 2020-11-04 11:09:43.186 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:43.252 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:43.509 | Selecting previously unselected package erlang-erl-docgen. 2020-11-04 11:09:43.517 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:43.561 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:43.875 | Selecting previously unselected package erlang-eunit. 2020-11-04 11:09:43.884 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:43.944 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:44.315 | Selecting previously unselected package erlang-ic. 2020-11-04 11:09:44.323 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:44.378 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:44.938 | Selecting previously unselected package libodbc1:amd64. 2020-11-04 11:09:44.947 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2020-11-04 11:09:45.041 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-11-04 11:09:45.413 | Selecting previously unselected package erlang-odbc. 2020-11-04 11:09:45.420 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:45.475 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:45.841 | Selecting previously unselected package erlang-snmp. 2020-11-04 11:09:45.850 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:45.938 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:46.527 | Selecting previously unselected package erlang-os-mon. 2020-11-04 11:09:46.535 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:46.578 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:46.916 | Selecting previously unselected package erlang-parsetools. 2020-11-04 11:09:46.923 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:46.984 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:47.327 | Selecting previously unselected package erlang-ssh. 2020-11-04 11:09:47.335 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:47.373 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:47.698 | Selecting previously unselected package erlang-tools. 2020-11-04 11:09:47.706 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2020-11-04 11:09:47.738 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:48.133 | Selecting previously unselected package erlang-nox. 2020-11-04 11:09:48.140 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2020-11-04 11:09:48.195 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:48.624 | Selecting previously unselected package rabbitmq-server. 2020-11-04 11:09:48.633 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2020-11-04 11:09:48.670 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-11-04 11:09:49.570 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2020-11-04 11:09:49.732 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:50.983 | Searching for services which depend on erlang and should be started...none found. 2020-11-04 11:09:51.064 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:09:51.190 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:51.338 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:51.424 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:51.578 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:51.675 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:51.796 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:51.904 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-04 11:09:52.047 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:09:52.304 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:09:53.070 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:53.218 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:53.395 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:53.538 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:53.716 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:53.835 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:53.961 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:54.081 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:54.207 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:54.355 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:54.492 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:54.669 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:54.846 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:55.024 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:55.178 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:55.304 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:55.475 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2020-11-04 11:09:55.629 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2020-11-04 11:09:56.062 | Adding group `rabbitmq' (GID 121) ... 2020-11-04 11:09:56.163 | Done. 2020-11-04 11:09:56.237 | Adding system user `rabbitmq' (UID 115) ... 2020-11-04 11:09:56.237 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2020-11-04 11:09:56.580 | Not creating home directory `/var/lib/rabbitmq'. 2020-11-04 11:09:56.825 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2020-11-04 11:10:02.464 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:10:02.721 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:10:04.896 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:10:04.898 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:10:04.901 | + functions-common:time_stop:2310 : local name 2020-11-04 11:10:04.903 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:10:04.905 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:10:04.907 | + functions-common:time_stop:2313 : local total 2020-11-04 11:10:04.909 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:10:04.912 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:10:04.915 | + functions-common:time_stop:2317 : start_time=1604488169534 2020-11-04 11:10:04.917 | + functions-common:time_stop:2319 : [[ -z 1604488169534 ]] 2020-11-04 11:10:04.919 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:10:04.923 | + functions-common:time_stop:2322 : end_time=1604488204920 2020-11-04 11:10:04.925 | + functions-common:time_stop:2323 : elapsed_time=35386 2020-11-04 11:10:04.928 | + functions-common:time_stop:2324 : total=277578 2020-11-04 11:10:04.930 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:10:04.932 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=312964 2020-11-04 11:10:04.934 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:10:04.937 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2020-11-04 11:10:04.939 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:10:04.941 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:10:04.943 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:10:04.946 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:10:04.948 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:10:04.950 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:10:04.952 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2020-11-04 11:10:04.954 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-04 11:10:04.957 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-04 11:10:04.960 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-04 11:10:04.962 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-04 11:10:04.964 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-04 11:10:04.966 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-04 11:10:04.969 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:10:04.971 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-04 11:10:04.973 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2020-11-04 11:10:04.975 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:10:04.977 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:10:04.979 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:10:04.982 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:10:04.984 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:10:04.986 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:10:04.988 | + ./stack.sh:main:797 : restart_rpc_backend 2020-11-04 11:10:04.991 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2020-11-04 11:10:05.006 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:10:05.008 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2020-11-04 11:10:05.010 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-04 11:10:05.013 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2020-11-04 11:10:05.015 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2020-11-04 11:10:05.018 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2020-11-04 11:10:05.021 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2020-11-04 11:10:05.023 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2020-11-04 11:10:05.025 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2020-11-04 11:10:05.027 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2020-11-04 11:10:05.030 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2020-11-04 11:10:05.032 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2020-11-04 11:10:05.035 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2020-11-04 11:10:06.053 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2020-11-04 11:10:06.053 | guest [administrator]' 2020-11-04 11:10:06.057 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2020-11-04 11:10:06.057 | guest [administrator]' 2020-11-04 11:10:06.057 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2020-11-04 11:10:06.062 | + lib/rpc_backend:rabbit_setuser:176 : found= 2020-11-04 11:10:06.064 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2020-11-04 11:10:06.067 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2020-11-04 11:10:07.115 | Creating user "stackrabbit" 2020-11-04 11:10:07.170 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2020-11-04 11:10:08.197 | Setting permissions for user "stackrabbit" in vhost "/" 2020-11-04 11:10:08.256 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2020-11-04 11:10:08.258 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2020-11-04 11:10:09.283 | Changing password for user "stackrabbit" 2020-11-04 11:10:09.357 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2020-11-04 11:10:09.360 | + lib/rpc_backend:restart_rpc_backend:116 : break 2020-11-04 11:10:09.362 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2020-11-04 11:10:10.373 | Deleting user "guest" 2020-11-04 11:10:10.427 | + ./stack.sh:main:799 : is_service_enabled mysql postgresql 2020-11-04 11:10:10.443 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:10:10.445 | + ./stack.sh:main:800 : install_database 2020-11-04 11:10:10.447 | + lib/database:install_database:116 : install_database_mysql 2020-11-04 11:10:10.449 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2020-11-04 11:10:10.452 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:10:10.454 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:10:10.456 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2020-11-04 11:10:10.780 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2020-11-04 11:10:10.782 | + lib/databases/mysql:install_database_mysql:164 : cat 2020-11-04 11:10:10.787 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2020-11-04 11:10:10.789 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:10:10.791 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:10:10.794 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2020-11-04 11:10:10.796 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2020-11-04 11:10:10.798 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2020-11-04 11:10:10.802 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2020-11-04 11:10:10.805 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2020-11-04 11:10:10.807 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:10:10.809 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2020-11-04 11:10:10.811 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-04 11:10:10.814 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-04 11:10:10.816 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-04 11:10:10.818 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-04 11:10:10.821 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-04 11:10:10.823 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-04 11:10:10.825 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:10:10.827 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-04 11:10:10.830 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2020-11-04 11:10:10.832 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:10:10.835 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:10:10.837 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:10:10.839 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:10:10.842 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:10:10.844 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:10:10.846 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2020-11-04 11:10:10.849 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:10:10.851 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:10:10.854 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2020-11-04 11:10:10.856 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:10:10.858 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:10:10.860 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:10:10.862 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:10:10.865 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:10:10.867 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:10:10.869 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:10:10.871 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:10:10.874 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:10:10.876 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:10:10.878 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:10:10.880 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:10:10.883 | + functions-common:install_package:1345 : real_install_package mysql-server 2020-11-04 11:10:10.885 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:10:10.887 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:10:10.889 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:10:10.891 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2020-11-04 11:10:10.910 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2020-11-04 11:10:11.030 | Reading package lists... 2020-11-04 11:10:11.273 | Building dependency tree... 2020-11-04 11:10:11.274 | Reading state information... 2020-11-04 11:10:11.480 | The following packages were automatically installed and are no longer required: 2020-11-04 11:10:11.481 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-04 11:10:11.481 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-04 11:10:11.481 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-04 11:10:11.481 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:10:11.481 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:10:11.481 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:10:11.481 | python3-zope.interface 2020-11-04 11:10:11.481 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:10:11.481 | The following additional packages will be installed: 2020-11-04 11:10:11.481 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-11-04 11:10:11.481 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-11-04 11:10:11.481 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-11-04 11:10:11.482 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-11-04 11:10:11.482 | mysql-server-5.7 mysql-server-core-5.7 2020-11-04 11:10:11.483 | Suggested packages: 2020-11-04 11:10:11.483 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2020-11-04 11:10:11.535 | The following NEW packages will be installed: 2020-11-04 11:10:11.535 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2020-11-04 11:10:11.535 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2020-11-04 11:10:11.535 | libhttp-date-perl libhttp-message-perl libio-html-perl 2020-11-04 11:10:11.536 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2020-11-04 11:10:11.536 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2020-11-04 11:10:11.664 | 0 upgraded, 18 newly installed, 0 to remove and 159 not upgraded. 2020-11-04 11:10:11.665 | Need to get 19.7 MB of archives. 2020-11-04 11:10:11.665 | After this operation, 156 MB of additional disk space will be used. 2020-11-04 11:10:11.665 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [6,660 kB] 2020-11-04 11:10:12.769 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [1,943 kB] 2020-11-04 11:10:13.208 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [7,455 kB] 2020-11-04 11:10:14.388 | 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] 2020-11-04 11:10:14.390 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.32-0ubuntu0.18.04.1 [2,935 kB] 2020-11-04 11:10:14.738 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2020-11-04 11:10:14.739 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2020-11-04 11:10:14.741 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2020-11-04 11:10:14.744 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2020-11-04 11:10:14.809 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2020-11-04 11:10:14.810 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2020-11-04 11:10:14.811 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2020-11-04 11:10:14.811 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2020-11-04 11:10:14.813 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2020-11-04 11:10:14.813 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2020-11-04 11:10:14.864 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2020-11-04 11:10:14.869 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2020-11-04 11:10:14.882 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.32-0ubuntu0.18.04.1 [9,944 B] 2020-11-04 11:10:15.380 | Preconfiguring packages ... 2020-11-04 11:10:15.633 | Fetched 19.7 MB in 3s (5,904 kB/s) 2020-11-04 11:10:15.727 | Selecting previously unselected package mysql-client-core-5.7. 2020-11-04 11:10:15.766 | (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 ... 76729 files and directories currently installed.) 2020-11-04 11:10:15.769 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:10:15.806 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:17.156 | Selecting previously unselected package mysql-client-5.7. 2020-11-04 11:10:17.163 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:10:17.218 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:17.933 | Selecting previously unselected package mysql-server-core-5.7. 2020-11-04 11:10:17.940 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:10:17.978 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:19.424 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2020-11-04 11:10:19.432 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2020-11-04 11:10:19.504 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-11-04 11:10:19.973 | Selecting previously unselected package mysql-server-5.7. 2020-11-04 11:10:19.981 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2020-11-04 11:10:20.874 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:21.864 | Selecting previously unselected package libhtml-tagset-perl. 2020-11-04 11:10:21.872 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2020-11-04 11:10:21.909 | Unpacking libhtml-tagset-perl (3.20-3) ... 2020-11-04 11:10:22.207 | Selecting previously unselected package liburi-perl. 2020-11-04 11:10:22.214 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2020-11-04 11:10:22.275 | Unpacking liburi-perl (1.73-1) ... 2020-11-04 11:10:22.664 | Selecting previously unselected package libhtml-parser-perl. 2020-11-04 11:10:22.672 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2020-11-04 11:10:22.738 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2020-11-04 11:10:23.029 | Selecting previously unselected package libcgi-pm-perl. 2020-11-04 11:10:23.037 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2020-11-04 11:10:23.086 | Unpacking libcgi-pm-perl (4.38-1) ... 2020-11-04 11:10:23.447 | Selecting previously unselected package libfcgi-perl. 2020-11-04 11:10:23.454 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2020-11-04 11:10:23.509 | Unpacking libfcgi-perl (0.78-2build1) ... 2020-11-04 11:10:23.801 | Selecting previously unselected package libcgi-fast-perl. 2020-11-04 11:10:23.809 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2020-11-04 11:10:23.847 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2020-11-04 11:10:24.149 | Selecting previously unselected package libencode-locale-perl. 2020-11-04 11:10:24.157 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2020-11-04 11:10:24.218 | Unpacking libencode-locale-perl (1.05-1) ... 2020-11-04 11:10:24.504 | Selecting previously unselected package libhtml-template-perl. 2020-11-04 11:10:24.511 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2020-11-04 11:10:24.572 | Unpacking libhtml-template-perl (2.97-1) ... 2020-11-04 11:10:24.830 | Selecting previously unselected package libhttp-date-perl. 2020-11-04 11:10:24.838 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2020-11-04 11:10:24.875 | Unpacking libhttp-date-perl (6.02-1) ... 2020-11-04 11:10:25.184 | Selecting previously unselected package libio-html-perl. 2020-11-04 11:10:25.191 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2020-11-04 11:10:25.246 | Unpacking libio-html-perl (1.001-1) ... 2020-11-04 11:10:25.493 | Selecting previously unselected package liblwp-mediatypes-perl. 2020-11-04 11:10:25.500 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2020-11-04 11:10:25.538 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2020-11-04 11:10:25.790 | Selecting previously unselected package libhttp-message-perl. 2020-11-04 11:10:25.797 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2020-11-04 11:10:25.835 | Unpacking libhttp-message-perl (6.14-1) ... 2020-11-04 11:10:26.133 | Selecting previously unselected package mysql-server. 2020-11-04 11:10:26.141 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2020-11-04 11:10:26.195 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:26.514 | Setting up libhtml-tagset-perl (3.20-3) ... 2020-11-04 11:10:26.630 | Setting up libhttp-date-perl (6.02-1) ... 2020-11-04 11:10:26.767 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2020-11-04 11:10:26.944 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:10:27.115 | Setting up libencode-locale-perl (1.05-1) ... 2020-11-04 11:10:27.287 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:27.418 | Setting up libio-html-perl (1.001-1) ... 2020-11-04 11:10:27.510 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2020-11-04 11:10:27.595 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-04 11:10:27.732 | Setting up liburi-perl (1.73-1) ... 2020-11-04 11:10:27.898 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:10:28.173 | Setting up libhtml-parser-perl (3.72-3build1) ... 2020-11-04 11:10:28.287 | Setting up libcgi-pm-perl (4.38-1) ... 2020-11-04 11:10:28.396 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:10:30.378 | Setting up libhttp-message-perl (6.14-1) ... 2020-11-04 11:10:30.544 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:30.715 | Setting up libfcgi-perl (0.78-2build1) ... 2020-11-04 11:10:30.836 | Setting up libhtml-template-perl (2.97-1) ... 2020-11-04 11:10:30.955 | Setting up libcgi-fast-perl (1:2.13-1) ... 2020-11-04 11:10:31.075 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:31.190 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:32.358 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2020-11-04 11:10:32.422 | Renaming removed key_buffer and myisam-recover options (if present) 2020-11-04 11:10:51.512 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2020-11-04 11:10:52.646 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2020-11-04 11:10:52.772 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:10:53.013 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:10:55.191 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:10:55.193 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:10:55.195 | + functions-common:time_stop:2310 : local name 2020-11-04 11:10:55.197 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:10:55.199 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:10:55.201 | + functions-common:time_stop:2313 : local total 2020-11-04 11:10:55.204 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:10:55.206 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:10:55.208 | + functions-common:time_stop:2317 : start_time=1604488210907 2020-11-04 11:10:55.211 | + functions-common:time_stop:2319 : [[ -z 1604488210907 ]] 2020-11-04 11:10:55.213 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:10:55.216 | + functions-common:time_stop:2322 : end_time=1604488255214 2020-11-04 11:10:55.219 | + functions-common:time_stop:2323 : elapsed_time=44307 2020-11-04 11:10:55.221 | + functions-common:time_stop:2324 : total=312964 2020-11-04 11:10:55.223 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:10:55.225 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=357271 2020-11-04 11:10:55.228 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:10:55.230 | + ./stack.sh:main:802 : '[' -n mysql ']' 2020-11-04 11:10:55.232 | + ./stack.sh:main:803 : install_database_python 2020-11-04 11:10:55.234 | + lib/database:install_database_python:121 : install_database_python_mysql 2020-11-04 11:10:55.237 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2020-11-04 11:10:55.239 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2020-11-04 11:10:55.241 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-04 11:10:55.244 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2020-11-04 11:10:55.246 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2020-11-04 11:10:55.248 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-04 11:10:55.252 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:10:55.252 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-04 11:10:55.256 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2020-11-04 11:10:55.258 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2020-11-04 11:10:55.260 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2020-11-04 11:10:55.263 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2020-11-04 11:10:55.266 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2020-11-04 11:10:55.284 | Using python 3.6 to install PyMySQL 2020-11-04 11:10:55.287 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2020-11-04 11:10:57.109 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:10:57.238 | Collecting PyMySQL===0.10.1 2020-11-04 11:10:57.245 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44f/47128dda8676e/PyMySQL-0.10.1-py2.py3-none-any.whl (47 kB) 2020-11-04 11:10:57.737 | Installing collected packages: PyMySQL 2020-11-04 11:10:57.894 | Successfully installed PyMySQL-0.10.1 2020-11-04 11:10:58.030 | + inc/python:pip_install:200 : result=0 2020-11-04 11:10:58.032 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:10:58.035 | + functions-common:time_stop:2310 : local name 2020-11-04 11:10:58.037 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:10:58.039 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:10:58.041 | + functions-common:time_stop:2313 : local total 2020-11-04 11:10:58.043 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:10:58.046 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:10:58.048 | + functions-common:time_stop:2317 : start_time=1604488255279 2020-11-04 11:10:58.050 | + functions-common:time_stop:2319 : [[ -z 1604488255279 ]] 2020-11-04 11:10:58.053 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:10:58.057 | + functions-common:time_stop:2322 : end_time=1604488258054 2020-11-04 11:10:58.059 | + functions-common:time_stop:2323 : elapsed_time=2775 2020-11-04 11:10:58.061 | + functions-common:time_stop:2324 : total=55598 2020-11-04 11:10:58.064 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:10:58.066 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=58373 2020-11-04 11:10:58.068 | + inc/python:pip_install:203 : return 0 2020-11-04 11:10:58.070 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2020-11-04 11:10:58.073 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-11-04 11:10:58.075 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2020-11-04 11:10:58.077 | + ./stack.sh:main:806 : is_service_enabled neutron 2020-11-04 11:10:58.092 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:10:58.095 | + ./stack.sh:main:807 : install_neutron_agent_packages 2020-11-04 11:10:58.097 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2020-11-04 11:10:58.100 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-04 11:10:58.101 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-11-04 11:10:58.105 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-04 11:10:58.107 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2020-11-04 11:10:58.110 | + 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,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,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- ]] 2020-11-04 11:10:58.112 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-11-04 11:10:58.115 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2020-11-04 11:10:58.117 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2020-11-04 11:10:58.132 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:10:58.134 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2020-11-04 11:10:58.136 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:10:58.139 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:10:58.141 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:10:58.143 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:10:58.145 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:10:58.148 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:10:58.150 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:10:58.152 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:10:58.154 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:10:58.157 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:10:58.159 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:10:58.161 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:10:58.163 | + functions-common:install_package:1345 : real_install_package radvd 2020-11-04 11:10:58.165 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:10:58.168 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:10:58.170 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:10:58.173 | + functions-common:real_install_package:1331 : apt_get install radvd 2020-11-04 11:10:58.191 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2020-11-04 11:10:58.311 | Reading package lists... 2020-11-04 11:10:58.556 | Building dependency tree... 2020-11-04 11:10:58.557 | Reading state information... 2020-11-04 11:10:58.760 | The following packages were automatically installed and are no longer required: 2020-11-04 11:10:58.761 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2020-11-04 11:10:58.761 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2020-11-04 11:10:58.761 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2020-11-04 11:10:58.761 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:10:58.761 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:10:58.761 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:10:58.761 | python3-zope.interface 2020-11-04 11:10:58.761 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:10:58.805 | The following NEW packages will be installed: 2020-11-04 11:10:58.806 | radvd 2020-11-04 11:10:59.391 | 0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded. 2020-11-04 11:10:59.392 | Need to get 59.0 kB of archives. 2020-11-04 11:10:59.392 | After this operation, 164 kB of additional disk space will be used. 2020-11-04 11:10:59.392 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2020-11-04 11:11:00.067 | Fetched 59.0 kB in 1s (84.1 kB/s) 2020-11-04 11:11:00.322 | Selecting previously unselected package radvd. 2020-11-04 11:11:00.362 | (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 ... 77186 files and directories currently installed.) 2020-11-04 11:11:00.365 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2020-11-04 11:11:00.429 | Unpacking radvd (1:2.16-3) ... 2020-11-04 11:11:00.932 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:11:01.064 | Setting up radvd (1:2.16-3) ... 2020-11-04 11:11:02.268 | Job for radvd.service failed because the control process exited with error code. 2020-11-04 11:11:02.268 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2020-11-04 11:11:02.269 | invoke-rc.d: initscript radvd, action "start" failed. 2020-11-04 11:11:02.279 | ● radvd.service - Router advertisement daemon for IPv6 2020-11-04 11:11:02.279 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2020-11-04 11:11:02.279 | Active: failed (Result: exit-code) since Wed 2020-11-04 11:11:02 UTC; 12ms ago 2020-11-04 11:11:02.279 | Docs: man:radvd(8) 2020-11-04 11:11:02.279 | Process: 41893 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2020-11-04 11:11:02.279 | 2020-11-04 11:11:02.279 | Nov 04 11:11:02 dv-cinder-761113-2-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2020-11-04 11:11:02.279 | Nov 04 11:11:02 dv-cinder-761113-2-iscsi radvd[41893]: can't open /etc/radvd.conf: No such file or directory 2020-11-04 11:11:02.279 | Nov 04 11:11:02 dv-cinder-761113-2-iscsi radvd[41893]: Insecure file permissions, but continuing anyway 2020-11-04 11:11:02.279 | Nov 04 11:11:02 dv-cinder-761113-2-iscsi radvd[41893]: exiting, failed to read config file 2020-11-04 11:11:02.279 | Nov 04 11:11:02 dv-cinder-761113-2-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2020-11-04 11:11:02.279 | Nov 04 11:11:02 dv-cinder-761113-2-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2020-11-04 11:11:02.279 | Nov 04 11:11:02 dv-cinder-761113-2-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2020-11-04 11:11:02.343 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:11:02.595 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:11:02.967 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:11:05.161 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:11:05.163 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:11:05.165 | + functions-common:time_stop:2310 : local name 2020-11-04 11:11:05.168 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:11:05.170 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:11:05.173 | + functions-common:time_stop:2313 : local total 2020-11-04 11:11:05.175 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:11:05.177 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:11:05.179 | + functions-common:time_stop:2317 : start_time=1604488258188 2020-11-04 11:11:05.182 | + functions-common:time_stop:2319 : [[ -z 1604488258188 ]] 2020-11-04 11:11:05.184 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:11:05.188 | + functions-common:time_stop:2322 : end_time=1604488265185 2020-11-04 11:11:05.190 | + functions-common:time_stop:2323 : elapsed_time=6997 2020-11-04 11:11:05.192 | + functions-common:time_stop:2324 : total=357271 2020-11-04 11:11:05.194 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:11:05.196 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=364268 2020-11-04 11:11:05.198 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:11:05.200 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2020-11-04 11:11:05.216 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:11:05.219 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2020-11-04 11:11:05.221 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2020-11-04 11:11:05.224 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2020-11-04 11:11:05.243 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2020-11-04 11:11:05.245 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:11:05.248 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:11:05.250 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:11:05.252 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:11:05.254 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:11:05.256 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:11:05.258 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:11:05.261 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:11:05.263 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:11:05.265 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:11:05.267 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:11:05.269 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:11:05.271 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2020-11-04 11:11:05.274 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:11:05.276 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:11:05.278 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:11:05.281 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2020-11-04 11:11:05.298 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2020-11-04 11:11:05.420 | Reading package lists... 2020-11-04 11:11:05.668 | Building dependency tree... 2020-11-04 11:11:05.669 | Reading state information... 2020-11-04 11:11:05.880 | fakeroot is already the newest version (1.22-2ubuntu1). 2020-11-04 11:11:05.880 | fakeroot set to manually installed. 2020-11-04 11:11:05.880 | make is already the newest version (4.1-9.1ubuntu1). 2020-11-04 11:11:05.880 | The following packages were automatically installed and are no longer required: 2020-11-04 11:11:05.880 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-04 11:11:05.880 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-04 11:11:05.880 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-04 11:11:05.880 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:11:05.880 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:11:05.880 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:11:05.880 | python3-zope.interface 2020-11-04 11:11:05.880 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:11:05.881 | The following additional packages will be installed: 2020-11-04 11:11:05.881 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2020-11-04 11:11:05.882 | Suggested packages: 2020-11-04 11:11:05.882 | openvswitch-doc python-sortedcontainers-doc 2020-11-04 11:11:05.934 | The following NEW packages will be installed: 2020-11-04 11:11:05.935 | libunbound2 python3-openvswitch python3-sortedcontainers 2020-11-04 11:11:05.936 | The following packages will be upgraded: 2020-11-04 11:11:05.936 | openvswitch-common openvswitch-switch 2020-11-04 11:11:06.073 | 2 upgraded, 3 newly installed, 0 to remove and 157 not upgraded. 2020-11-04 11:11:06.073 | Need to get 3,087 kB of archives. 2020-11-04 11:11:06.074 | After this operation, 3,063 kB of additional disk space will be used. 2020-11-04 11:11:06.074 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2020-11-04 11:11:06.089 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 python3-openvswitch all 2.12.1-0ubuntu0.19.10.1~cloud0 [117 kB] 2020-11-04 11:11:06.382 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2020-11-04 11:11:06.395 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-common amd64 2.12.1-0ubuntu0.19.10.1~cloud0 [970 kB] 2020-11-04 11:11:07.059 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 openvswitch-switch amd64 2.12.1-0ubuntu0.19.10.1~cloud0 [1,707 kB] 2020-11-04 11:11:08.292 | Fetched 3,087 kB in 2s (1,732 kB/s) 2020-11-04 11:11:08.487 | Selecting previously unselected package libunbound2:amd64. 2020-11-04 11:11:08.526 | (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 ... 77199 files and directories currently installed.) 2020-11-04 11:11:08.530 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2020-11-04 11:11:08.618 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-11-04 11:11:08.984 | Selecting previously unselected package python3-sortedcontainers. 2020-11-04 11:11:08.992 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2020-11-04 11:11:09.041 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2020-11-04 11:11:09.447 | Selecting previously unselected package python3-openvswitch. 2020-11-04 11:11:09.455 | Preparing to unpack .../python3-openvswitch_2.12.1-0ubuntu0.19.10.1~cloud0_all.deb ... 2020-11-04 11:11:09.504 | Unpacking python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-04 11:11:09.861 | Preparing to unpack .../openvswitch-common_2.12.1-0ubuntu0.19.10.1~cloud0_amd64.deb ... 2020-11-04 11:11:10.001 | Unpacking openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-11-04 11:11:10.677 | Preparing to unpack .../openvswitch-switch_2.12.1-0ubuntu0.19.10.1~cloud0_amd64.deb ... 2020-11-04 11:11:10.841 | Unpacking openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2020-11-04 11:11:12.709 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2020-11-04 11:11:12.858 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:11:12.966 | Setting up openvswitch-common (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-04 11:11:13.081 | Setting up python3-sortedcontainers (1.5.7-1) ... 2020-11-04 11:11:13.453 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-04 11:11:13.595 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:11:13.829 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:11:14.766 | Setting up python3-openvswitch (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-04 11:11:15.286 | Setting up openvswitch-switch (2.12.1-0ubuntu0.19.10.1~cloud0) ... 2020-11-04 11:11:15.535 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2020-11-04 11:11:18.871 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:11:18.873 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:11:18.876 | + functions-common:time_stop:2310 : local name 2020-11-04 11:11:18.878 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:11:18.880 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:11:18.882 | + functions-common:time_stop:2313 : local total 2020-11-04 11:11:18.884 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:11:18.886 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:11:18.888 | + functions-common:time_stop:2317 : start_time=1604488265296 2020-11-04 11:11:18.891 | + functions-common:time_stop:2319 : [[ -z 1604488265296 ]] 2020-11-04 11:11:18.893 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:11:18.896 | + functions-common:time_stop:2322 : end_time=1604488278894 2020-11-04 11:11:18.898 | + functions-common:time_stop:2323 : elapsed_time=13598 2020-11-04 11:11:18.900 | + functions-common:time_stop:2324 : total=364268 2020-11-04 11:11:18.902 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:11:18.904 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=377866 2020-11-04 11:11:18.907 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:11:18.909 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2020-11-04 11:11:18.911 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:11:18.914 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:11:18.916 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2020-11-04 11:11:18.918 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2020-11-04 11:11:18.922 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2020-11-04 11:11:18.925 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2020-11-04 11:11:18.927 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2020-11-04 11:11:18.930 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2020-11-04 11:11:18.930 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2020-11-04 11:11:18.934 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2020-11-04 11:11:18.937 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2020-11-04 11:11:18.939 | + functions:vercmp:652 : local v1=4.15 2020-11-04 11:11:18.941 | + functions:vercmp:653 : local 'op=<' 2020-11-04 11:11:18.943 | + functions:vercmp:654 : local v2=3.13 2020-11-04 11:11:18.945 | + functions:vercmp:655 : local result 2020-11-04 11:11:18.949 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2020-11-04 11:11:18.949 | ++ functions:vercmp:659 : sort -V 2020-11-04 11:11:18.949 | ++ functions:vercmp:659 : head -1 2020-11-04 11:11:18.953 | + functions:vercmp:659 : result=3.13 2020-11-04 11:11:18.955 | + functions:vercmp:661 : case $op in 2020-11-04 11:11:18.957 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2020-11-04 11:11:18.959 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2020-11-04 11:11:18.962 | + functions:vercmp:672 : return 2020-11-04 11:11:18.964 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2020-11-04 11:11:18.966 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:11:18.969 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart openvswitch-switch 2020-11-04 11:11:19.410 | + ./stack.sh:main:810 : is_service_enabled etcd3 2020-11-04 11:11:19.425 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:11:19.428 | + ./stack.sh:main:811 : install_etcd3 2020-11-04 11:11:19.430 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2020-11-04 11:11:19.430 | Installing etcd 2020-11-04 11:11:19.433 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2020-11-04 11:11:19.444 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2020-11-04 11:11:19.456 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2020-11-04 11:11:19.458 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2020-11-04 11:11:19.470 | + lib/etcd3:install_etcd3:113 : local etcd_file 2020-11-04 11:11:19.473 | ++ 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 2020-11-04 11:11:19.475 | ++ 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 2020-11-04 11:11:19.478 | +++ 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 2020-11-04 11:11:19.482 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2020-11-04 11:11:19.485 | ++ 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* ]] 2020-11-04 11:11:19.487 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2020-11-04 11:11:19.489 | ++ 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 2020-11-04 11:11:19.528 | --2020-11-04 11:11:19-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-04 11:11:19.591 | Resolving github.com (github.com)... 140.82.121.3 2020-11-04 11:11:19.636 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2020-11-04 11:11:19.959 | HTTP request sent, awaiting response... 302 Found 2020-11-04 11:11:19.975 | Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201104%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201104T111119Z&X-Amz-Expires=300&X-Amz-Signature=45b77769a6a5f3650206ecf782956a22eaaa858a2200a5d01303475bfc684a78&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] 2020-11-04 11:11:19.975 | --2020-11-04 11:11:19-- https://github-production-release-asset-2e65be.s3.amazonaws.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20201104%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20201104T111119Z&X-Amz-Expires=300&X-Amz-Signature=45b77769a6a5f3650206ecf782956a22eaaa858a2200a5d01303475bfc684a78&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 2020-11-04 11:11:20.207 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.217.32.84 2020-11-04 11:11:20.369 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.217.32.84|:443... connected. 2020-11-04 11:11:20.868 | HTTP request sent, awaiting response... 200 OK 2020-11-04 11:11:20.869 | Length: 11350736 (11M) [application/octet-stream] 2020-11-04 11:11:20.869 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2020-11-04 11:11:21.845 | 2020-11-04 11:11:23.004 | 0K ........ .. 100% 5.07M=2.1s 2020-11-04 11:11:23.004 | 2020-11-04 11:11:23.004 | 2020-11-04 11:11:22 (5.07 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2020-11-04 11:11:23.004 | 2020-11-04 11:11:23.008 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2020-11-04 11:11:23.010 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-04 11:11:23.013 | ++ functions:get_extra_file:73 : return 2020-11-04 11:11:23.016 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2020-11-04 11:11:23.018 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2020-11-04 11:11:23.020 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2020-11-04 11:11:23.023 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2020-11-04 11:11:23.152 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2020-11-04 11:11:23.155 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/ 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/README.md 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/Documentation/ 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2020-11-04 11:11:23.159 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2020-11-04 11:11:23.160 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2020-11-04 11:11:23.161 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2020-11-04 11:11:23.162 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2020-11-04 11:11:23.163 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2020-11-04 11:11:23.164 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2020-11-04 11:11:23.165 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2020-11-04 11:11:23.166 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2020-11-04 11:11:23.167 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2020-11-04 11:11:23.168 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2020-11-04 11:11:23.169 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2020-11-04 11:11:23.169 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2020-11-04 11:11:23.169 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2020-11-04 11:11:23.171 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2020-11-04 11:11:23.171 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2020-11-04 11:11:23.171 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2020-11-04 11:11:23.171 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2020-11-04 11:11:23.171 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2020-11-04 11:11:23.171 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2020-11-04 11:11:23.172 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2020-11-04 11:11:23.172 | etcd-v3.3.12-linux-amd64/etcdctl 2020-11-04 11:11:23.380 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2020-11-04 11:11:23.381 | etcd-v3.3.12-linux-amd64/etcd 2020-11-04 11:11:23.636 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2020-11-04 11:11:23.670 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2020-11-04 11:11:23.700 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2020-11-04 11:11:23.703 | + ./stack.sh:main:820 : is_service_enabled tls-proxy 2020-11-04 11:11:23.719 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:11:23.721 | + ./stack.sh:main:830 : install_dstat 2020-11-04 11:11:23.723 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2020-11-04 11:11:23.739 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:11:23.741 | + ./stack.sh:main:836 : echo_summary 'Installing OpenStack project source' 2020-11-04 11:11:23.743 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-04 11:11:23.745 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2020-11-04 11:11:23.748 | + ./stack.sh:main:839 : install_libs 2020-11-04 11:11:23.750 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2020-11-04 11:11:23.753 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2020-11-04 11:11:23.755 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2020-11-04 11:11:23.757 | + inc/python:use_library_from_git:250 : local name=automaton 2020-11-04 11:11:23.759 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.761 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.763 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2020-11-04 11:11:23.766 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.768 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2020-11-04 11:11:23.771 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2020-11-04 11:11:23.773 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2020-11-04 11:11:23.775 | + inc/python:use_library_from_git:250 : local name=castellan 2020-11-04 11:11:23.777 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.779 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.782 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2020-11-04 11:11:23.784 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.787 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2020-11-04 11:11:23.789 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2020-11-04 11:11:23.791 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2020-11-04 11:11:23.793 | + inc/python:use_library_from_git:250 : local name=cliff 2020-11-04 11:11:23.796 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.798 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.800 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2020-11-04 11:11:23.802 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.804 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2020-11-04 11:11:23.807 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2020-11-04 11:11:23.809 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2020-11-04 11:11:23.812 | + inc/python:use_library_from_git:250 : local name=cursive 2020-11-04 11:11:23.814 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.816 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.818 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2020-11-04 11:11:23.820 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.822 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2020-11-04 11:11:23.825 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2020-11-04 11:11:23.828 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2020-11-04 11:11:23.830 | + inc/python:use_library_from_git:250 : local name=debtcollector 2020-11-04 11:11:23.832 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.834 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.836 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2020-11-04 11:11:23.838 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.841 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2020-11-04 11:11:23.843 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2020-11-04 11:11:23.845 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2020-11-04 11:11:23.847 | + inc/python:use_library_from_git:250 : local name=futurist 2020-11-04 11:11:23.850 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.852 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.854 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2020-11-04 11:11:23.856 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.859 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2020-11-04 11:11:23.861 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2020-11-04 11:11:23.864 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2020-11-04 11:11:23.866 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2020-11-04 11:11:23.868 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.870 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.872 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2020-11-04 11:11:23.874 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.877 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2020-11-04 11:11:23.879 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2020-11-04 11:11:23.881 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2020-11-04 11:11:23.883 | + inc/python:use_library_from_git:250 : local name=osc-lib 2020-11-04 11:11:23.885 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.887 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.890 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2020-11-04 11:11:23.892 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.894 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2020-11-04 11:11:23.896 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2020-11-04 11:11:23.899 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2020-11-04 11:11:23.901 | + inc/python:use_library_from_git:250 : local name=osc-placement 2020-11-04 11:11:23.903 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.906 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.908 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2020-11-04 11:11:23.910 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.912 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2020-11-04 11:11:23.914 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2020-11-04 11:11:23.917 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2020-11-04 11:11:23.919 | + inc/python:use_library_from_git:250 : local name=os-client-config 2020-11-04 11:11:23.922 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.924 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.926 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2020-11-04 11:11:23.928 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.931 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2020-11-04 11:11:23.933 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2020-11-04 11:11:23.935 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2020-11-04 11:11:23.938 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2020-11-04 11:11:23.940 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.942 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.944 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2020-11-04 11:11:23.946 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.949 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2020-11-04 11:11:23.951 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2020-11-04 11:11:23.954 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2020-11-04 11:11:23.956 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2020-11-04 11:11:23.958 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.960 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.962 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2020-11-04 11:11:23.964 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.967 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2020-11-04 11:11:23.970 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2020-11-04 11:11:23.972 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2020-11-04 11:11:23.974 | + inc/python:use_library_from_git:250 : local name=oslo.config 2020-11-04 11:11:23.976 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.978 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:23.981 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2020-11-04 11:11:23.984 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:23.986 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2020-11-04 11:11:23.988 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2020-11-04 11:11:23.990 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2020-11-04 11:11:23.993 | + inc/python:use_library_from_git:250 : local name=oslo.context 2020-11-04 11:11:23.995 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:23.997 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.000 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2020-11-04 11:11:24.002 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.004 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2020-11-04 11:11:24.006 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2020-11-04 11:11:24.008 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2020-11-04 11:11:24.011 | + inc/python:use_library_from_git:250 : local name=oslo.db 2020-11-04 11:11:24.013 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.015 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.017 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2020-11-04 11:11:24.019 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.022 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2020-11-04 11:11:24.024 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2020-11-04 11:11:24.026 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2020-11-04 11:11:24.028 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2020-11-04 11:11:24.031 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.033 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.036 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2020-11-04 11:11:24.038 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.040 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2020-11-04 11:11:24.042 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2020-11-04 11:11:24.044 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2020-11-04 11:11:24.047 | + inc/python:use_library_from_git:250 : local name=oslo.log 2020-11-04 11:11:24.049 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.051 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.054 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2020-11-04 11:11:24.056 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.058 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2020-11-04 11:11:24.061 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2020-11-04 11:11:24.067 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2020-11-04 11:11:24.069 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2020-11-04 11:11:24.071 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.073 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.075 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2020-11-04 11:11:24.078 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.081 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2020-11-04 11:11:24.083 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2020-11-04 11:11:24.087 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2020-11-04 11:11:24.089 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2020-11-04 11:11:24.091 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.094 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.096 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2020-11-04 11:11:24.098 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.100 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2020-11-04 11:11:24.103 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2020-11-04 11:11:24.105 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2020-11-04 11:11:24.107 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2020-11-04 11:11:24.110 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.112 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.114 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2020-11-04 11:11:24.116 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.119 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2020-11-04 11:11:24.121 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2020-11-04 11:11:24.123 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2020-11-04 11:11:24.126 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2020-11-04 11:11:24.128 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.130 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.132 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2020-11-04 11:11:24.135 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.137 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2020-11-04 11:11:24.140 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2020-11-04 11:11:24.142 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2020-11-04 11:11:24.144 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2020-11-04 11:11:24.147 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.149 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.151 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2020-11-04 11:11:24.153 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.156 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2020-11-04 11:11:24.158 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2020-11-04 11:11:24.160 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2020-11-04 11:11:24.163 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2020-11-04 11:11:24.165 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.167 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.169 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2020-11-04 11:11:24.172 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.174 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2020-11-04 11:11:24.176 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2020-11-04 11:11:24.178 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2020-11-04 11:11:24.180 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2020-11-04 11:11:24.183 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.185 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.188 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2020-11-04 11:11:24.190 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.192 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2020-11-04 11:11:24.195 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2020-11-04 11:11:24.197 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2020-11-04 11:11:24.199 | + inc/python:use_library_from_git:250 : local name=oslo.service 2020-11-04 11:11:24.201 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.204 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.207 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2020-11-04 11:11:24.209 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.211 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2020-11-04 11:11:24.213 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2020-11-04 11:11:24.216 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2020-11-04 11:11:24.218 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2020-11-04 11:11:24.220 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.223 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.225 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2020-11-04 11:11:24.227 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.229 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2020-11-04 11:11:24.232 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2020-11-04 11:11:24.234 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2020-11-04 11:11:24.236 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2020-11-04 11:11:24.238 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.240 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.242 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2020-11-04 11:11:24.245 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.247 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2020-11-04 11:11:24.250 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2020-11-04 11:11:24.252 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2020-11-04 11:11:24.254 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2020-11-04 11:11:24.257 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.259 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.261 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2020-11-04 11:11:24.263 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.266 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2020-11-04 11:11:24.269 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2020-11-04 11:11:24.271 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2020-11-04 11:11:24.273 | + inc/python:use_library_from_git:250 : local name=osprofiler 2020-11-04 11:11:24.275 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.277 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.280 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2020-11-04 11:11:24.282 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.284 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2020-11-04 11:11:24.287 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2020-11-04 11:11:24.289 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2020-11-04 11:11:24.291 | + inc/python:use_library_from_git:250 : local name=pycadf 2020-11-04 11:11:24.293 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.296 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.298 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2020-11-04 11:11:24.300 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.303 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2020-11-04 11:11:24.305 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2020-11-04 11:11:24.307 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2020-11-04 11:11:24.310 | + inc/python:use_library_from_git:250 : local name=stevedore 2020-11-04 11:11:24.312 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.314 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.317 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2020-11-04 11:11:24.319 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.321 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2020-11-04 11:11:24.323 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2020-11-04 11:11:24.326 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2020-11-04 11:11:24.328 | + inc/python:use_library_from_git:250 : local name=taskflow 2020-11-04 11:11:24.331 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.333 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.335 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2020-11-04 11:11:24.337 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.340 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2020-11-04 11:11:24.342 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2020-11-04 11:11:24.345 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2020-11-04 11:11:24.347 | + inc/python:use_library_from_git:250 : local name=tooz 2020-11-04 11:11:24.349 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.351 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.353 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2020-11-04 11:11:24.356 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.358 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2020-11-04 11:11:24.360 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2020-11-04 11:11:24.362 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2020-11-04 11:11:24.365 | + inc/python:use_library_from_git:250 : local name=os-brick 2020-11-04 11:11:24.367 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.369 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.371 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2020-11-04 11:11:24.373 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.376 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2020-11-04 11:11:24.378 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2020-11-04 11:11:24.380 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2020-11-04 11:11:24.383 | + inc/python:use_library_from_git:250 : local name=os-traits 2020-11-04 11:11:24.385 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.387 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.390 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2020-11-04 11:11:24.392 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.395 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2020-11-04 11:11:24.397 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2020-11-04 11:11:24.399 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2020-11-04 11:11:24.401 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2020-11-04 11:11:24.404 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:24.406 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:24.408 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2020-11-04 11:11:24.410 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:24.413 | + lib/libraries:install_libs:135 : pip_install etcd3 2020-11-04 11:11:24.432 | Using python 3.6 to install etcd3 2020-11-04 11:11:24.434 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2020-11-04 11:11:26.232 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:11:26.338 | Collecting etcd3===0.12.0 2020-11-04 11:11:26.345 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2020-11-04 11:11:28.823 | Collecting grpcio===1.33.2 2020-11-04 11:11:28.844 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a8c/84db387907e8d/grpcio-1.33.2-cp36-cp36m-manylinux2014_x86_64.whl (3.8 MB) 2020-11-04 11:11:29.382 | Collecting protobuf===3.13.0 2020-11-04 11:11:29.393 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5db/9d3e12b6ede5e/protobuf-3.13.0-cp36-cp36m-manylinux1_x86_64.whl (1.3 MB) 2020-11-04 11:11:29.466 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-04 11:11:29.554 | Collecting tenacity===6.2.0 2020-11-04 11:11:29.562 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a5/d3dcd46381abe/tenacity-6.2.0-py2.py3-none-any.whl (24 kB) 2020-11-04 11:11:29.615 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (50.3.2) 2020-11-04 11:11:29.663 | Building wheels for collected packages: etcd3 2020-11-04 11:11:29.664 | Building wheel for etcd3 (setup.py): started 2020-11-04 11:11:30.324 | Building wheel for etcd3 (setup.py): finished with status 'done' 2020-11-04 11:11:30.325 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=d7d652c9e0bde05f720ddfbaea9370ec0f80f686d38bed258cd05e4465a0819b 2020-11-04 11:11:30.325 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2020-11-04 11:11:30.326 | Successfully built etcd3 2020-11-04 11:11:30.774 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2020-11-04 11:11:32.047 | Successfully installed etcd3-0.12.0 grpcio-1.33.2 protobuf-3.13.0 tenacity-6.2.0 2020-11-04 11:11:32.209 | + inc/python:pip_install:200 : result=0 2020-11-04 11:11:32.211 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:11:32.214 | + functions-common:time_stop:2310 : local name 2020-11-04 11:11:32.216 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:11:32.218 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:11:32.220 | + functions-common:time_stop:2313 : local total 2020-11-04 11:11:32.222 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:11:32.225 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:11:32.227 | + functions-common:time_stop:2317 : start_time=1604488284427 2020-11-04 11:11:32.229 | + functions-common:time_stop:2319 : [[ -z 1604488284427 ]] 2020-11-04 11:11:32.231 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:11:32.235 | + functions-common:time_stop:2322 : end_time=1604488292232 2020-11-04 11:11:32.237 | + functions-common:time_stop:2323 : elapsed_time=7805 2020-11-04 11:11:32.239 | + functions-common:time_stop:2324 : total=58373 2020-11-04 11:11:32.241 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:11:32.244 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=66178 2020-11-04 11:11:32.246 | + inc/python:pip_install:203 : return 0 2020-11-04 11:11:32.248 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2020-11-04 11:11:32.266 | Using python 3.6 to install etcd3gw 2020-11-04 11:11:32.269 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2020-11-04 11:11:34.093 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:11:34.202 | Collecting etcd3gw===0.2.5 2020-11-04 11:11:34.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2020-11-04 11:11:34.356 | Collecting futurist===2.3.0 2020-11-04 11:11:34.363 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2020-11-04 11:11:34.428 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-04 11:11:34.430 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.5.1) 2020-11-04 11:11:34.494 | Collecting urllib3===1.25.11 2020-11-04 11:11:34.501 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f53/21fbe4bf3fefa/urllib3-1.25.11-py2.py3-none-any.whl (127 kB) 2020-11-04 11:11:34.646 | Collecting requests===2.23.0 2020-11-04 11:11:34.652 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) 2020-11-04 11:11:34.707 | Collecting idna===2.10 2020-11-04 11:11:34.713 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2020-11-04 11:11:34.721 | 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) 2020-11-04 11:11:34.772 | Collecting certifi===2020.6.20 2020-11-04 11:11:34.778 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8fc/0819f1f30ba15/certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 2020-11-04 11:11:35.284 | Installing collected packages: certifi, urllib3, idna, requests, futurist, etcd3gw 2020-11-04 11:11:35.284 | Attempting uninstall: certifi 2020-11-04 11:11:35.285 | Found existing installation: certifi 2018.1.18 2020-11-04 11:11:35.295 | Uninstalling certifi-2018.1.18: 2020-11-04 11:11:35.328 | Successfully uninstalled certifi-2018.1.18 2020-11-04 11:11:35.418 | Attempting uninstall: urllib3 2020-11-04 11:11:35.419 | Found existing installation: urllib3 1.22 2020-11-04 11:11:35.429 | Uninstalling urllib3-1.22: 2020-11-04 11:11:35.461 | Successfully uninstalled urllib3-1.22 2020-11-04 11:11:35.633 | Attempting uninstall: idna 2020-11-04 11:11:35.634 | Found existing installation: idna 2.6 2020-11-04 11:11:35.642 | Uninstalling idna-2.6: 2020-11-04 11:11:35.672 | Successfully uninstalled idna-2.6 2020-11-04 11:11:35.848 | Attempting uninstall: requests 2020-11-04 11:11:35.848 | Found existing installation: requests 2.18.4 2020-11-04 11:11:35.855 | Uninstalling requests-2.18.4: 2020-11-04 11:11:35.885 | Successfully uninstalled requests-2.18.4 2020-11-04 11:11:36.233 | Successfully installed certifi-2020.6.20 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.23.0 urllib3-1.25.11 2020-11-04 11:11:36.374 | + inc/python:pip_install:200 : result=0 2020-11-04 11:11:36.376 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:11:36.378 | + functions-common:time_stop:2310 : local name 2020-11-04 11:11:36.381 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:11:36.383 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:11:36.385 | + functions-common:time_stop:2313 : local total 2020-11-04 11:11:36.387 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:11:36.390 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:11:36.392 | + functions-common:time_stop:2317 : start_time=1604488292262 2020-11-04 11:11:36.394 | + functions-common:time_stop:2319 : [[ -z 1604488292262 ]] 2020-11-04 11:11:36.397 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:11:36.400 | + functions-common:time_stop:2322 : end_time=1604488296398 2020-11-04 11:11:36.402 | + functions-common:time_stop:2323 : elapsed_time=4136 2020-11-04 11:11:36.405 | + functions-common:time_stop:2324 : total=66178 2020-11-04 11:11:36.407 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:11:36.410 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=70314 2020-11-04 11:11:36.412 | + inc/python:pip_install:203 : return 0 2020-11-04 11:11:36.414 | + ./stack.sh:main:842 : install_apache_uwsgi 2020-11-04 11:11:36.416 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2020-11-04 11:11:36.419 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2020-11-04 11:11:36.421 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-04 11:11:36.424 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-04 11:11:36.426 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-04 11:11:36.428 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-04 11:11:36.431 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-04 11:11:36.433 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-04 11:11:36.435 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:11:36.438 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-04 11:11:36.440 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2020-11-04 11:11:36.442 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2020-11-04 11:11:36.444 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:11:36.447 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:11:36.449 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2020-11-04 11:11:36.452 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2020-11-04 11:11:36.454 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2020-11-04 11:11:36.456 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-04 11:11:36.459 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:11:36.461 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:11:36.463 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:11:36.465 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:11:36.468 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:11:36.471 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:11:36.473 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:11:36.475 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:11:36.477 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:11:36.480 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:11:36.482 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:11:36.484 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:11:36.486 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-04 11:11:36.489 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:11:36.491 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:11:36.493 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:11:36.495 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-04 11:11:36.514 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2020-11-04 11:11:36.636 | Reading package lists... 2020-11-04 11:11:36.886 | Building dependency tree... 2020-11-04 11:11:36.887 | Reading state information... 2020-11-04 11:11:37.096 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2020-11-04 11:11:37.096 | The following packages were automatically installed and are no longer required: 2020-11-04 11:11:37.096 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-04 11:11:37.096 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-04 11:11:37.097 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-04 11:11:37.097 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:11:37.097 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:11:37.097 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:11:37.097 | python3-zope.interface 2020-11-04 11:11:37.097 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:11:37.099 | Suggested packages: 2020-11-04 11:11:37.099 | python-uwsgidecorators python3-uwsgidecorators 2020-11-04 11:11:37.147 | The following NEW packages will be installed: 2020-11-04 11:11:37.147 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2020-11-04 11:11:37.274 | 0 upgraded, 3 newly installed, 0 to remove and 157 not upgraded. 2020-11-04 11:11:37.274 | Need to get 163 kB of archives. 2020-11-04 11:11:37.274 | After this operation, 634 kB of additional disk space will be used. 2020-11-04 11:11:37.274 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2020-11-04 11:11:37.384 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python amd64 2.0.15-10.2ubuntu2.1 [72.4 kB] 2020-11-04 11:11:37.475 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-plugin-python3 amd64 2.0.15-10.2ubuntu2.1 [73.2 kB] 2020-11-04 11:11:38.063 | Fetched 163 kB in 0s (451 kB/s) 2020-11-04 11:11:38.270 | Selecting previously unselected package uwsgi. 2020-11-04 11:11:38.308 | (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 ... 77267 files and directories currently installed.) 2020-11-04 11:11:38.312 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-04 11:11:38.349 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:11:38.892 | Selecting previously unselected package uwsgi-plugin-python. 2020-11-04 11:11:38.900 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-04 11:11:38.955 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:11:39.389 | Selecting previously unselected package uwsgi-plugin-python3. 2020-11-04 11:11:39.397 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2020-11-04 11:11:39.458 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:11:39.856 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:11:40.115 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:11:40.230 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:11:41.132 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2020-11-04 11:11:41.407 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:11:41.715 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:11:42.355 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:11:44.517 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:11:44.520 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:11:44.522 | + functions-common:time_stop:2310 : local name 2020-11-04 11:11:44.524 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:11:44.526 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:11:44.528 | + functions-common:time_stop:2313 : local total 2020-11-04 11:11:44.531 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:11:44.533 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:11:44.535 | + functions-common:time_stop:2317 : start_time=1604488296511 2020-11-04 11:11:44.537 | + functions-common:time_stop:2319 : [[ -z 1604488296511 ]] 2020-11-04 11:11:44.540 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:11:44.543 | + functions-common:time_stop:2322 : end_time=1604488304541 2020-11-04 11:11:44.545 | + functions-common:time_stop:2323 : elapsed_time=8030 2020-11-04 11:11:44.548 | + functions-common:time_stop:2324 : total=377866 2020-11-04 11:11:44.550 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:11:44.552 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=385896 2020-11-04 11:11:44.554 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:11:44.557 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2020-11-04 11:11:44.559 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:11:44.561 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:11:44.564 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2020-11-04 11:11:44.621 | Enabling module proxy. 2020-11-04 11:11:44.626 | To activate the new configuration, you need to run: 2020-11-04 11:11:44.626 | systemctl restart apache2 2020-11-04 11:11:44.630 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2020-11-04 11:11:44.687 | Considering dependency proxy for proxy_uwsgi: 2020-11-04 11:11:44.687 | Module proxy already enabled 2020-11-04 11:11:44.687 | Enabling module proxy_uwsgi. 2020-11-04 11:11:44.692 | To activate the new configuration, you need to run: 2020-11-04 11:11:44.692 | systemctl restart apache2 2020-11-04 11:11:44.696 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2020-11-04 11:11:44.698 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:11:44.700 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:11:44.703 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:11:44.837 | + ./stack.sh:main:845 : install_keystoneauth 2020-11-04 11:11:44.839 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2020-11-04 11:11:44.842 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2020-11-04 11:11:44.846 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.848 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.850 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2020-11-04 11:11:44.853 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:44.855 | + ./stack.sh:main:846 : install_keystoneclient 2020-11-04 11:11:44.857 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2020-11-04 11:11:44.860 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2020-11-04 11:11:44.863 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.865 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.867 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2020-11-04 11:11:44.870 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:44.872 | + ./stack.sh:main:847 : install_glanceclient 2020-11-04 11:11:44.874 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2020-11-04 11:11:44.876 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2020-11-04 11:11:44.879 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.881 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.883 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2020-11-04 11:11:44.886 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:44.888 | + ./stack.sh:main:848 : install_cinderclient 2020-11-04 11:11:44.890 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2020-11-04 11:11:44.892 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2020-11-04 11:11:44.895 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.897 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.899 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2020-11-04 11:11:44.901 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:44.904 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2020-11-04 11:11:44.907 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2020-11-04 11:11:44.909 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.911 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.913 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2020-11-04 11:11:44.916 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:44.918 | + ./stack.sh:main:849 : install_novaclient 2020-11-04 11:11:44.920 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2020-11-04 11:11:44.923 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2020-11-04 11:11:44.925 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.928 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.930 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2020-11-04 11:11:44.932 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:44.935 | + ./stack.sh:main:850 : is_service_enabled swift glance horizon 2020-11-04 11:11:44.950 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:11:44.952 | + ./stack.sh:main:851 : install_swiftclient 2020-11-04 11:11:44.955 | + lib/swift:install_swiftclient:751 : use_library_from_git python-swiftclient 2020-11-04 11:11:44.957 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2020-11-04 11:11:44.959 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.962 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.964 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2020-11-04 11:11:44.966 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:44.969 | + ./stack.sh:main:853 : is_service_enabled neutron nova horizon 2020-11-04 11:11:44.985 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:11:44.987 | + ./stack.sh:main:854 : install_neutronclient 2020-11-04 11:11:44.990 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2020-11-04 11:11:44.992 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2020-11-04 11:11:44.994 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:44.996 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:44.999 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2020-11-04 11:11:45.001 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:45.004 | + ./stack.sh:main:858 : install_keystonemiddleware 2020-11-04 11:11:45.006 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2020-11-04 11:11:45.008 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2020-11-04 11:11:45.010 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:11:45.013 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:11:45.015 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2020-11-04 11:11:45.017 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:11:45.020 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2020-11-04 11:11:45.022 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2020-11-04 11:11:45.024 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-04 11:11:45.027 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2020-11-04 11:11:45.030 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2020-11-04 11:11:45.033 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-04 11:11:45.036 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:11:45.036 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-04 11:11:45.040 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2020-11-04 11:11:45.042 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2020-11-04 11:11:45.045 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2020-11-04 11:11:45.048 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2020-11-04 11:11:45.051 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2020-11-04 11:11:45.068 | Using python 3.6 to install keystonemiddleware 2020-11-04 11:11:45.070 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2020-11-04 11:11:46.890 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:11:47.058 | Collecting keystonemiddleware===9.1.0 2020-11-04 11:11:47.066 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/949745b3c8d99/keystonemiddleware-9.1.0-py3-none-any.whl (113 kB) 2020-11-04 11:11:47.319 | Collecting oslo.cache===2.6.1 2020-11-04 11:11:47.325 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab7/718f31294f6d2/oslo.cache-2.6.1-py3-none-any.whl (61 kB) 2020-11-04 11:11:47.583 | Collecting oslo.config===8.3.2 2020-11-04 11:11:47.598 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/490/bc3dc05ad69f7/oslo.config-8.3.2-py3-none-any.whl (119 kB) 2020-11-04 11:11:47.728 | Collecting dogpile.cache===1.0.2 2020-11-04 11:11:47.735 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/64f/da39d25b46486/dogpile.cache-1.0.2.tar.gz (351 kB) 2020-11-04 11:11:48.443 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) (3.2.2) 2020-11-04 11:11:48.452 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-04 11:11:48.519 | Collecting rfc3986===1.4.0 2020-11-04 11:11:48.526 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2020-11-04 11:11:48.699 | Collecting keystoneauth1===4.2.1 2020-11-04 11:11:48.706 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0bc/f362c314ea2c4/keystoneauth1-4.2.1-py3-none-any.whl (308 kB) 2020-11-04 11:11:48.956 | Collecting python-keystoneclient===4.1.1 2020-11-04 11:11:48.963 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b63/0e10dd5cc7b17/python_keystoneclient-4.1.1-py3-none-any.whl (390 kB) 2020-11-04 11:11:49.106 | Collecting decorator===4.4.2 2020-11-04 11:11:49.113 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2020-11-04 11:11:49.325 | Collecting oslo.utils===4.7.0 2020-11-04 11:11:49.332 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51c/1127c518e44be/oslo.utils-4.7.0-py3-none-any.whl (97 kB) 2020-11-04 11:11:49.742 | Collecting pytz===2020.4 2020-11-04 11:11:49.749 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c5/5e189b682d420/pytz-2020.4-py2.py3-none-any.whl (509 kB) 2020-11-04 11:11:49.931 | Collecting oslo.serialization===4.0.1 2020-11-04 11:11:49.938 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ed/86d8378a845a2/oslo.serialization-4.0.1-py3-none-any.whl (21 kB) 2020-11-04 11:11:50.090 | Collecting oslo.context===3.1.1 2020-11-04 11:11:50.096 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b4/d59c515d0dcaa/oslo.context-3.1.1-py3-none-any.whl (16 kB) 2020-11-04 11:11:50.140 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 211)) (2.23.0) 2020-11-04 11:11:50.349 | Collecting oslo.log===4.4.0 2020-11-04 11:11:50.357 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/726ef91641f36/oslo.log-4.4.0-py3-none-any.whl (66 kB) 2020-11-04 11:11:50.441 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.5.1) 2020-11-04 11:11:50.553 | Collecting oslo.i18n===5.0.1 2020-11-04 11:11:50.560 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99a/6453b9b7a9d16/oslo.i18n-5.0.1-py3-none-any.whl (42 kB) 2020-11-04 11:11:50.709 | Collecting WebOb===1.8.6 2020-11-04 11:11:50.716 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2020-11-04 11:11:50.852 | Collecting pycadf===3.1.1 2020-11-04 11:11:50.857 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2020-11-04 11:11:50.998 | Collecting debtcollector===2.2.0 2020-11-04 11:11:51.005 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2020-11-04 11:11:51.051 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) (2.0.0) 2020-11-04 11:11:51.072 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (0.8.0) 2020-11-04 11:11:51.079 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (5.3.1) 2020-11-04 11:11:51.146 | Collecting iso8601===0.1.13 2020-11-04 11:11:51.153 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f0/2f01dd13320a7/iso8601-0.1.13-py3-none-any.whl (9.3 kB) 2020-11-04 11:11:51.249 | Collecting os-service-types===1.7.0 2020-11-04 11:11:51.256 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/050/5c72205690910/os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2020-11-04 11:11:51.381 | Collecting netifaces===0.10.9 2020-11-04 11:11:51.389 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2020-11-04 11:11:51.395 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.4.7) 2020-11-04 11:11:51.476 | Collecting packaging===20.4 2020-11-04 11:11:51.483 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl (37 kB) 2020-11-04 11:11:51.662 | Collecting msgpack===1.0.0 2020-11-04 11:11:51.669 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/25b/3bc3190f3d9d9/msgpack-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (274 kB) 2020-11-04 11:11:51.716 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 40)) (2020.6.20) 2020-11-04 11:11:51.719 | 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) 2020-11-04 11:11:51.720 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.10) 2020-11-04 11:11:51.723 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (1.25.11) 2020-11-04 11:11:51.797 | Collecting pyinotify===0.9.6 2020-11-04 11:11:51.804 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2020-11-04 11:11:52.443 | Collecting python-dateutil===2.8.1 2020-11-04 11:11:52.450 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2020-11-04 11:11:52.567 | Collecting wrapt===1.12.1 2020-11-04 11:11:52.574 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2020-11-04 11:11:53.137 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (3.4.0) 2020-11-04 11:11:53.166 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.3.0) 2020-11-04 11:11:53.187 | Building wheels for collected packages: pyinotify, dogpile.cache, wrapt 2020-11-04 11:11:53.188 | Building wheel for pyinotify (setup.py): started 2020-11-04 11:11:53.769 | Building wheel for pyinotify (setup.py): finished with status 'done' 2020-11-04 11:11:53.770 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=d06d03e39ebdf3381ca0d85b8efd2434599f34495ae2cf9ad7c8822b9d64cd7d 2020-11-04 11:11:53.771 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2020-11-04 11:11:53.772 | Building wheel for dogpile.cache (setup.py): started 2020-11-04 11:11:54.431 | Building wheel for dogpile.cache (setup.py): finished with status 'done' 2020-11-04 11:11:54.432 | Created wheel for dogpile.cache: filename=dogpile.cache-1.0.2-py3-none-any.whl size=45483 sha256=466618ba82d36d95511bc384c0c14cc3334e73dfa2185fe63a03857e94fa3bae 2020-11-04 11:11:54.432 | Stored in directory: /root/.cache/pip/wheels/33/a8/b5/b927bbfb7bd35be20dfa7ddf2a0b44306e9106fe204b5016d1 2020-11-04 11:11:54.434 | Building wheel for wrapt (setup.py): started 2020-11-04 11:11:55.934 | Building wheel for wrapt (setup.py): finished with status 'done' 2020-11-04 11:11:55.935 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67496 sha256=245e4d9c24b52e06d2f6a141124d3594909a68942f61cb26fe4394012c0433ee 2020-11-04 11:11:55.935 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2020-11-04 11:11:55.936 | Successfully built pyinotify dogpile.cache wrapt 2020-11-04 11:11:56.679 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, netifaces, iso8601, packaging, pytz, oslo.utils, msgpack, oslo.serialization, rfc3986, oslo.config, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, keystoneauth1, python-keystoneclient, decorator, dogpile.cache, oslo.cache, keystonemiddleware 2020-11-04 11:11:57.298 | Attempting uninstall: netifaces 2020-11-04 11:11:57.299 | Found existing installation: netifaces 0.10.4 2020-11-04 11:11:57.311 | Uninstalling netifaces-0.10.4: 2020-11-04 11:11:57.340 | Successfully uninstalled netifaces-0.10.4 2020-11-04 11:12:00.595 | Successfully installed WebOb-1.8.6 debtcollector-2.2.0 decorator-4.4.2 dogpile.cache-1.0.2 iso8601-0.1.13 keystoneauth1-4.2.1 keystonemiddleware-9.1.0 msgpack-1.0.0 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.6.1 oslo.config-8.3.2 oslo.context-3.1.1 oslo.i18n-5.0.1 oslo.log-4.4.0 oslo.serialization-4.0.1 oslo.utils-4.7.0 packaging-20.4 pycadf-3.1.1 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.1.1 pytz-2020.4 rfc3986-1.4.0 wrapt-1.12.1 2020-11-04 11:12:00.786 | + inc/python:pip_install:200 : result=0 2020-11-04 11:12:00.788 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:12:00.790 | + functions-common:time_stop:2310 : local name 2020-11-04 11:12:00.792 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:12:00.794 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:12:00.798 | + functions-common:time_stop:2313 : local total 2020-11-04 11:12:00.800 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:12:00.802 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:12:00.804 | + functions-common:time_stop:2317 : start_time=1604488305064 2020-11-04 11:12:00.806 | + functions-common:time_stop:2319 : [[ -z 1604488305064 ]] 2020-11-04 11:12:00.809 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:12:00.812 | + functions-common:time_stop:2322 : end_time=1604488320810 2020-11-04 11:12:00.815 | + functions-common:time_stop:2323 : elapsed_time=15746 2020-11-04 11:12:00.817 | + functions-common:time_stop:2324 : total=70314 2020-11-04 11:12:00.819 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:12:00.821 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=86060 2020-11-04 11:12:00.823 | + inc/python:pip_install:203 : return 0 2020-11-04 11:12:00.826 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2020-11-04 11:12:00.828 | + inc/python:pip_install_gr:76 : local name=python-memcached 2020-11-04 11:12:00.831 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-04 11:12:00.833 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2020-11-04 11:12:00.836 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2020-11-04 11:12:00.838 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-04 11:12:00.842 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:12:00.842 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-04 11:12:00.847 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2020-11-04 11:12:00.849 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2020-11-04 11:12:00.851 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2020-11-04 11:12:00.854 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2020-11-04 11:12:00.856 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2020-11-04 11:12:00.875 | Using python 3.6 to install python-memcached 2020-11-04 11:12:00.877 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2020-11-04 11:12:02.732 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:12:02.840 | Collecting python-memcached===1.59 2020-11-04 11:12:02.848 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2020-11-04 11:12:02.898 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 433)) (1.15.0) 2020-11-04 11:12:03.662 | Installing collected packages: python-memcached 2020-11-04 11:12:03.796 | Successfully installed python-memcached-1.59 2020-11-04 11:12:03.948 | + inc/python:pip_install:200 : result=0 2020-11-04 11:12:03.950 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:12:03.953 | + functions-common:time_stop:2310 : local name 2020-11-04 11:12:03.955 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:12:03.957 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:12:03.959 | + functions-common:time_stop:2313 : local total 2020-11-04 11:12:03.961 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:12:03.963 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:12:03.966 | + functions-common:time_stop:2317 : start_time=1604488320870 2020-11-04 11:12:03.968 | + functions-common:time_stop:2319 : [[ -z 1604488320870 ]] 2020-11-04 11:12:03.970 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:12:03.973 | + functions-common:time_stop:2322 : end_time=1604488323971 2020-11-04 11:12:03.976 | + functions-common:time_stop:2323 : elapsed_time=3101 2020-11-04 11:12:03.978 | + functions-common:time_stop:2324 : total=86060 2020-11-04 11:12:03.980 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:12:03.982 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=89161 2020-11-04 11:12:03.985 | + inc/python:pip_install:203 : return 0 2020-11-04 11:12:03.987 | + ./stack.sh:main:860 : is_service_enabled keystone 2020-11-04 11:12:04.003 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:04.005 | + ./stack.sh:main:861 : '[' 10.222.0.67 == 10.222.0.67 ']' 2020-11-04 11:12:04.008 | + ./stack.sh:main:862 : stack_install_service keystone 2020-11-04 11:12:04.010 | + lib/stack:stack_install_service:20 : local service=keystone 2020-11-04 11:12:04.012 | + lib/stack:stack_install_service:21 : type install_keystone 2020-11-04 11:12:04.015 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-04 11:12:04.017 | + lib/stack:stack_install_service:32 : install_keystone 2020-11-04 11:12:04.019 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2020-11-04 11:12:04.033 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:04.035 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2020-11-04 11:12:04.038 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2020-11-04 11:12:04.040 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2020-11-04 11:12:04.042 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:12:04.044 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:12:04.047 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:12:04.050 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:12:04.052 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:12:04.054 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:12:04.070 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:12:04.072 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:12:04.074 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:12:04.076 | + functions-common:git_clone:546 : echo master 2020-11-04 11:12:04.077 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:12:04.081 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2020-11-04 11:12:04.083 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:12:04.085 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2020-11-04 11:12:04.088 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:12:04.088 | + functions-common:git_clone:595 : head -1 2020-11-04 11:12:04.092 | b0b93c039 Merge "Generalize release note for bug 1878938" 2020-11-04 11:12:04.094 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:12:04.096 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2020-11-04 11:12:04.099 | + inc/python:setup_develop:338 : local bindep 2020-11-04 11:12:04.101 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2020-11-04 11:12:04.103 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2020-11-04 11:12:04.105 | + inc/python:setup_develop:344 : local extras= 2020-11-04 11:12:04.108 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2020-11-04 11:12:04.110 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-04 11:12:04.112 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2020-11-04 11:12:04.115 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2020-11-04 11:12:04.117 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-04 11:12:04.119 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-04 11:12:04.122 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2020-11-04 11:12:04.125 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-04 11:12:04.127 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2020-11-04 11:12:04.130 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-04 11:12:04.132 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-04 11:12:04.135 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2020-11-04 11:12:04.140 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2020-11-04 11:12:04.142 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2020-11-04 11:12:04.870 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2020-11-04 11:12:04.872 | + inc/python:setup_package:417 : local bindep=0 2020-11-04 11:12:04.875 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-04 11:12:04.877 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-04 11:12:04.879 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2020-11-04 11:12:04.881 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2020-11-04 11:12:04.883 | + inc/python:setup_package:426 : local flags=-e 2020-11-04 11:12:04.885 | + inc/python:setup_package:427 : local extras= 2020-11-04 11:12:04.887 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-04 11:12:04.890 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-04 11:12:04.892 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-04 11:12:04.894 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-04 11:12:04.896 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-04 11:12:04.898 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2020-11-04 11:12:04.915 | Using python 3.6 to install /opt/stack/keystone 2020-11-04 11:12:04.917 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2020-11-04 11:12:06.801 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:12:06.801 | 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. 2020-11-04 11:12:06.823 | Obtaining file:///opt/stack/keystone 2020-11-04 11:12:08.361 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-04 11:12:10.003 | Collecting Flask===1.1.2 2020-11-04 11:12:10.010 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2020-11-04 11:12:10.164 | Collecting Flask-RESTful===0.3.8 2020-11-04 11:12:10.172 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2020-11-04 11:12:10.273 | Collecting Jinja2===2.11.2 2020-11-04 11:12:10.280 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f0a/4641d3cf95532/Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 2020-11-04 11:12:10.354 | Collecting MarkupSafe===1.1.1 2020-11-04 11:12:10.360 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/717/ba8fe3ae9cc00/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) 2020-11-04 11:12:10.423 | Collecting PyJWT===1.7.1 2020-11-04 11:12:10.429 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c6/eca3c2940464d/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) 2020-11-04 11:12:10.693 | Collecting SQLAlchemy===1.3.20 2020-11-04 11:12:10.703 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c09/2fe282de83d48/SQLAlchemy-1.3.20-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB) 2020-11-04 11:12:10.804 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-04 11:12:10.927 | Collecting Werkzeug===1.0.1 2020-11-04 11:12:10.934 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2020-11-04 11:12:11.091 | Collecting aniso8601===8.0.0 2020-11-04 11:12:11.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c03/3f63d028b9a58/aniso8601-8.0.0-py2.py3-none-any.whl (43 kB) 2020-11-04 11:12:11.351 | Collecting bcrypt===3.2.0 2020-11-04 11:12:11.357 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2020-11-04 11:12:11.988 | Collecting cffi===1.14.3 2020-11-04 11:12:11.997 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4d7/c26bfc1ea9f92/cffi-1.14.3-cp36-cp36m-manylinux1_x86_64.whl (400 kB) 2020-11-04 11:12:12.138 | Collecting click===7.1.2 2020-11-04 11:12:12.145 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2020-11-04 11:12:12.870 | Collecting cryptography===3.2.1 2020-11-04 11:12:12.885 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/324/34673d8505b42/cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB) 2020-11-04 11:12:12.990 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.0.2) 2020-11-04 11:12:13.062 | Collecting itsdangerous===1.1.0 2020-11-04 11:12:13.068 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2020-11-04 11:12:13.164 | Collecting jsonschema===3.2.0 2020-11-04 11:12:13.171 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2020-11-04 11:12:13.209 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (9.1.0) 2020-11-04 11:12:13.271 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.0.0) 2020-11-04 11:12:13.311 | Collecting oauthlib===3.1.0 2020-11-04 11:12:13.318 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2020-11-04 11:12:13.336 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.6.1) 2020-11-04 11:12:13.375 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (8.3.2) 2020-11-04 11:12:13.394 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (3.1.1) 2020-11-04 11:12:13.575 | Collecting oslo.db===8.4.0 2020-11-04 11:12:13.582 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/76489ec9dce77/oslo.db-8.4.0-py3-none-any.whl (172 kB) 2020-11-04 11:12:13.686 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (5.0.1) 2020-11-04 11:12:13.693 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (4.4.0) 2020-11-04 11:12:13.962 | Collecting oslo.messaging===12.6.0 2020-11-04 11:12:13.969 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e17/200f2741a84c7/oslo.messaging-12.6.0-py3-none-any.whl (240 kB) 2020-11-04 11:12:14.255 | Collecting oslo.middleware===4.1.1 2020-11-04 11:12:14.262 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce8/859e6bf38d53d/oslo.middleware-4.1.1-py3-none-any.whl (56 kB) 2020-11-04 11:12:14.492 | Collecting oslo.policy===3.5.0 2020-11-04 11:12:14.509 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/98a/4ac7d6951b247/oslo.policy-3.5.0-py3-none-any.whl (78 kB) 2020-11-04 11:12:14.575 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.0.1) 2020-11-04 11:12:14.729 | Collecting oslo.service===2.4.0 2020-11-04 11:12:14.736 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/99fc3b445febf/oslo.service-2.4.0-py3-none-any.whl (73 kB) 2020-11-04 11:12:14.875 | Collecting oslo.upgradecheck===1.1.1 2020-11-04 11:12:14.881 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/559/c5a2b394c51dd/oslo.upgradecheck-1.1.1-py3-none-any.whl (8.8 kB) 2020-11-04 11:12:14.933 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.7.0) 2020-11-04 11:12:15.055 | Collecting osprofiler===3.4.0 2020-11-04 11:12:15.063 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4cc/de8ab98fd2861/osprofiler-3.4.0-py3-none-any.whl (85 kB) 2020-11-04 11:12:15.163 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (20.4) 2020-11-04 11:12:15.248 | Collecting passlib===1.7.4 2020-11-04 11:12:15.255 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2020-11-04 11:12:15.328 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (5.5.1) 2020-11-04 11:12:15.330 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (0.7.2) 2020-11-04 11:12:15.332 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (3.1.1) 2020-11-04 11:12:15.409 | Collecting pycparser===2.20 2020-11-04 11:12:15.416 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2020-11-04 11:12:15.466 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (0.9.6) 2020-11-04 11:12:15.469 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.4.7) 2020-11-04 11:12:15.562 | Collecting pyrsistent===0.17.3 2020-11-04 11:12:15.569 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e6/36185d9eb976a/pyrsistent-0.17.3.tar.gz (106 kB) 2020-11-04 11:12:16.268 | Collecting pysaml2===6.3.0 2020-11-04 11:12:16.276 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/4e52b6154b31d/pysaml2-6.3.0-py2.py3-none-any.whl (338 kB) 2020-11-04 11:12:16.348 | 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 380)) (2.8.1) 2020-11-04 11:12:16.353 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (4.1.1) 2020-11-04 11:12:16.373 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (2020.4) 2020-11-04 11:12:16.377 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2.23.0) 2020-11-04 11:12:16.400 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2020-11-04 11:12:16.605 | Collecting scrypt===0.8.17 2020-11-04 11:12:16.613 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dae/9bc00391fab92/scrypt-0.8.17-cp36-cp36m-manylinux2010_x86_64.whl (924 kB) 2020-11-04 11:12:16.681 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (50.3.2) 2020-11-04 11:12:16.731 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (1.15.0) 2020-11-04 11:12:16.820 | Collecting sqlalchemy-migrate===0.13.0 2020-11-04 11:12:16.828 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2020-11-04 11:12:16.961 | Collecting sqlparse===0.4.1 2020-11-04 11:12:16.967 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/017/cde379adbd6a1/sqlparse-0.4.1-py3-none-any.whl (42 kB) 2020-11-04 11:12:17.098 | Collecting statsd===3.3.0 2020-11-04 11:12:17.105 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2020-11-04 11:12:17.152 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (3.2.2) 2020-11-04 11:12:17.222 | Collecting testresources===2.0.1 2020-11-04 11:12:17.228 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2020-11-04 11:12:17.338 | Collecting testscenarios===0.5.0 2020-11-04 11:12:17.344 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2020-11-04 11:12:17.395 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (2.4.0) 2020-11-04 11:12:17.414 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (1.4.0) 2020-11-04 11:12:17.417 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.1.0) 2020-11-04 11:12:17.425 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.25.11) 2020-11-04 11:12:17.507 | Collecting yappi===1.3.0 2020-11-04 11:12:17.513 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a44/3240f4a776fa1/yappi-1.3.0.tar.gz (58 kB) 2020-11-04 11:12:18.181 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-11-04 11:12:18.184 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:12:18.231 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.0) 2020-11-04 11:12:18.252 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (4.2.1) 2020-11-04 11:12:18.324 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-04 11:12:18.333 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:12:18.336 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (0.8.0) 2020-11-04 11:12:18.446 | Collecting alembic===1.4.3 2020-11-04 11:12:18.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e0/2ed2aa796bd17/alembic-1.4.3-py2.py3-none-any.whl (159 kB) 2020-11-04 11:12:18.712 | Collecting kombu===5.0.2 2020-11-04 11:12:18.719 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6dc/509178ac4269b/kombu-5.0.2-py2.py3-none-any.whl (180 kB) 2020-11-04 11:12:18.900 | Collecting cachetools===4.1.1 2020-11-04 11:12:18.907 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/513/d4ff98dd27f85/cachetools-4.1.1-py3-none-any.whl (10 kB) 2020-11-04 11:12:18.956 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-11-04 11:12:19.066 | Collecting amqp===5.0.1 2020-11-04 11:12:19.072 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a8f/b8151eb9d1220/amqp-5.0.1-py2.py3-none-any.whl (46 kB) 2020-11-04 11:12:19.244 | Collecting Paste===3.5.0 2020-11-04 11:12:19.252 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e0/8200a570f7e29/Paste-3.5.0-py2.py3-none-any.whl (593 kB) 2020-11-04 11:12:19.405 | Collecting Routes===2.5.1 2020-11-04 11:12:19.411 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fab/5a042a3a87778/Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2020-11-04 11:12:19.598 | Collecting oslo.concurrency===4.3.1 2020-11-04 11:12:19.618 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/367/2179805822f15/oslo.concurrency-4.3.1-py3-none-any.whl (42 kB) 2020-11-04 11:12:19.765 | Collecting eventlet===0.29.1 2020-11-04 11:12:19.772 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a07/b8c8e1f43bc4c/eventlet-0.29.1-py2.py3-none-any.whl (223 kB) 2020-11-04 11:12:20.075 | Collecting greenlet===0.4.17 2020-11-04 11:12:20.082 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bee/111161420f341/greenlet-0.4.17-cp36-cp36m-manylinux1_x86_64.whl (44 kB) 2020-11-04 11:12:20.202 | Collecting PasteDeploy===2.1.1 2020-11-04 11:12:20.209 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/23cfd6ad4281b/PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2020-11-04 11:12:20.263 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-04 11:12:20.275 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.10.9) 2020-11-04 11:12:20.277 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-11-04 11:12:20.332 | Collecting pyOpenSSL===19.1.0 2020-11-04 11:12:20.339 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/621/880965a720b8e/pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB) 2020-11-04 11:12:20.417 | Collecting defusedxml===0.6.0 2020-11-04 11:12:20.424 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2020-11-04 11:12:20.475 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-04 11:12:20.478 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:12:20.480 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:12:20.540 | Collecting Tempita===0.5.2 2020-11-04 11:12:20.547 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2020-11-04 11:12:20.594 | 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 397)) (1.6.0) 2020-11-04 11:12:20.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 158)) (1.0.0) 2020-11-04 11:12:20.598 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (1.0.0) 2020-11-04 11:12:20.599 | 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 536)) (1.4.0) 2020-11-04 11:12:20.602 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (3.4.0) 2020-11-04 11:12:20.629 | 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 282)) (1.7.0) 2020-11-04 11:12:20.633 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (1.12.1) 2020-11-04 11:12:20.636 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-11-04 11:12:20.719 | Collecting python-editor===1.0.4 2020-11-04 11:12:20.727 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl (4.9 kB) 2020-11-04 11:12:20.858 | Collecting Mako===1.1.3 2020-11-04 11:12:20.864 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/937/29a258e4ff074/Mako-1.1.3-py2.py3-none-any.whl (75 kB) 2020-11-04 11:12:20.991 | Collecting vine===5.0.0 2020-11-04 11:12:20.996 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4c9/dceab6f76ed92/vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2020-11-04 11:12:21.113 | Collecting repoze.lru===0.7 2020-11-04 11:12:21.119 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl (10 kB) 2020-11-04 11:12:21.240 | Collecting fasteners===0.14.1 2020-11-04 11:12:21.246 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl (20 kB) 2020-11-04 11:12:21.355 | Collecting dnspython===1.16.0 2020-11-04 11:12:21.361 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188 kB) 2020-11-04 11:12:21.484 | Collecting monotonic===1.5 2020-11-04 11:12:21.490 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl (5.3 kB) 2020-11-04 11:12:21.537 | Building wheels for collected packages: pyrsistent, yappi 2020-11-04 11:12:21.538 | Building wheel for pyrsistent (setup.py): started 2020-11-04 11:12:22.928 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2020-11-04 11:12:22.929 | Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=97030 sha256=73f014083f4d5bccc1eb415f3210713cdef15804f738226c81bf61a767a556ff 2020-11-04 11:12:22.930 | Stored in directory: /root/.cache/pip/wheels/d9/35/06/14a1989d794cd957ba6aff4bd2bd7ba2db723cfa921ed47738 2020-11-04 11:12:22.931 | Building wheel for yappi (setup.py): started 2020-11-04 11:12:25.345 | Building wheel for yappi (setup.py): finished with status 'done' 2020-11-04 11:12:25.347 | Created wheel for yappi: filename=yappi-1.3.0-cp36-cp36m-linux_x86_64.whl size=89972 sha256=679029912610f262cf32cf4122e0aaf287c52dbd397d3a2265bd6a4f73463eb5 2020-11-04 11:12:25.347 | Stored in directory: /root/.cache/pip/wheels/87/3a/a8/59a7e67bf8e6e2d05989b98623f2362ff943971689fe397911 2020-11-04 11:12:25.348 | Successfully built pyrsistent yappi 2020-11-04 11:12:26.309 | Installing collected packages: click, Werkzeug, MarkupSafe, Jinja2, itsdangerous, Flask, aniso8601, Flask-RESTful, pycparser, cffi, cryptography, SQLAlchemy, Tempita, sqlparse, sqlalchemy-migrate, passlib, bcrypt, scrypt, statsd, oslo.middleware, vine, amqp, kombu, cachetools, Paste, repoze.lru, Routes, yappi, monotonic, fasteners, oslo.concurrency, greenlet, dnspython, eventlet, PasteDeploy, oslo.service, oslo.messaging, python-editor, Mako, alembic, testresources, testscenarios, oslo.db, oslo.policy, oslo.upgradecheck, oauthlib, pyOpenSSL, defusedxml, pysaml2, PyJWT, pyrsistent, jsonschema, osprofiler, keystone 2020-11-04 11:12:26.309 | Attempting uninstall: click 2020-11-04 11:12:26.310 | Found existing installation: click 6.7 2020-11-04 11:12:26.321 | Uninstalling click-6.7: 2020-11-04 11:12:26.350 | Successfully uninstalled click-6.7 2020-11-04 11:12:26.755 | Attempting uninstall: MarkupSafe 2020-11-04 11:12:26.756 | Found existing installation: MarkupSafe 1.0 2020-11-04 11:12:26.758 | Uninstalling MarkupSafe-1.0: 2020-11-04 11:12:26.787 | Successfully uninstalled MarkupSafe-1.0 2020-11-04 11:12:26.858 | Attempting uninstall: Jinja2 2020-11-04 11:12:26.859 | Found existing installation: Jinja2 2.10 2020-11-04 11:12:26.862 | Uninstalling Jinja2-2.10: 2020-11-04 11:12:26.891 | Successfully uninstalled Jinja2-2.10 2020-11-04 11:12:27.909 | Attempting uninstall: cryptography 2020-11-04 11:12:27.910 | Found existing installation: cryptography 2.1.4 2020-11-04 11:12:27.922 | Uninstalling cryptography-2.1.4: 2020-11-04 11:12:27.950 | Successfully uninstalled cryptography-2.1.4 2020-11-04 11:12:34.246 | Attempting uninstall: oauthlib 2020-11-04 11:12:34.247 | Found existing installation: oauthlib 2.0.6 2020-11-04 11:12:34.253 | Uninstalling oauthlib-2.0.6: 2020-11-04 11:12:34.279 | Successfully uninstalled oauthlib-2.0.6 2020-11-04 11:12:34.458 | Attempting uninstall: pyOpenSSL 2020-11-04 11:12:34.459 | Found existing installation: pyOpenSSL 17.5.0 2020-11-04 11:12:34.462 | Uninstalling pyOpenSSL-17.5.0: 2020-11-04 11:12:34.488 | Successfully uninstalled pyOpenSSL-17.5.0 2020-11-04 11:12:35.212 | Attempting uninstall: PyJWT 2020-11-04 11:12:35.214 | Found existing installation: PyJWT 1.5.3 2020-11-04 11:12:35.221 | Uninstalling PyJWT-1.5.3: 2020-11-04 11:12:35.245 | Successfully uninstalled PyJWT-1.5.3 2020-11-04 11:12:35.458 | Attempting uninstall: jsonschema 2020-11-04 11:12:35.459 | Found existing installation: jsonschema 2.6.0 2020-11-04 11:12:35.467 | Uninstalling jsonschema-2.6.0: 2020-11-04 11:12:35.505 | Successfully uninstalled jsonschema-2.6.0 2020-11-04 11:12:35.802 | Running setup.py develop for keystone 2020-11-04 11:12:37.546 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 Jinja2-2.11.2 Mako-1.1.3 MarkupSafe-1.1.1 Paste-3.5.0 PasteDeploy-2.1.1 PyJWT-1.7.1 Routes-2.5.1 SQLAlchemy-1.3.20 Tempita-0.5.2 Werkzeug-1.0.1 alembic-1.4.3 amqp-5.0.1 aniso8601-8.0.0 bcrypt-3.2.0 cachetools-4.1.1 cffi-1.14.3 click-7.1.2 cryptography-3.2.1 defusedxml-0.6.0 dnspython-1.16.0 eventlet-0.29.1 fasteners-0.14.1 greenlet-0.4.17 itsdangerous-1.1.0 jsonschema-3.2.0 keystone kombu-5.0.2 monotonic-1.5 oauthlib-3.1.0 oslo.concurrency-4.3.1 oslo.db-8.4.0 oslo.messaging-12.6.0 oslo.middleware-4.1.1 oslo.policy-3.5.0 oslo.service-2.4.0 oslo.upgradecheck-1.1.1 osprofiler-3.4.0 passlib-1.7.4 pyOpenSSL-19.1.0 pycparser-2.20 pyrsistent-0.17.3 pysaml2-6.3.0 python-editor-1.0.4 repoze.lru-0.7 scrypt-0.8.17 sqlalchemy-migrate-0.13.0 sqlparse-0.4.1 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 yappi-1.3.0 2020-11-04 11:12:37.788 | + inc/python:pip_install:200 : result=0 2020-11-04 11:12:37.790 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:12:37.792 | + functions-common:time_stop:2310 : local name 2020-11-04 11:12:37.794 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:12:37.797 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:12:37.799 | + functions-common:time_stop:2313 : local total 2020-11-04 11:12:37.801 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:12:37.803 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:12:37.805 | + functions-common:time_stop:2317 : start_time=1604488324911 2020-11-04 11:12:37.807 | + functions-common:time_stop:2319 : [[ -z 1604488324911 ]] 2020-11-04 11:12:37.810 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:12:37.814 | + functions-common:time_stop:2322 : end_time=1604488357811 2020-11-04 11:12:37.816 | + functions-common:time_stop:2323 : elapsed_time=32900 2020-11-04 11:12:37.818 | + functions-common:time_stop:2324 : total=89161 2020-11-04 11:12:37.820 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:12:37.822 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=122061 2020-11-04 11:12:37.824 | + inc/python:pip_install:203 : return 0 2020-11-04 11:12:37.826 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-04 11:12:37.828 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-11-04 11:12:37.831 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-11-04 11:12:37.846 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2020-11-04 11:12:37.857 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2020-11-04 11:12:37.860 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2020-11-04 11:12:37.862 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:12:37.864 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:12:37.866 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/keystone, ]] 2020-11-04 11:12:37.869 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:12:37.871 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2020-11-04 11:12:37.886 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:37.888 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2020-11-04 11:12:37.891 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-04 11:12:37.894 | + ./stack.sh:main:863 : configure_keystone 2020-11-04 11:12:37.896 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2020-11-04 11:12:37.908 | + 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 ]] 2020-11-04 11:12:37.910 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2020-11-04 11:12:37.914 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2020-11-04 11:12:37.928 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:37.931 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2020-11-04 11:12:37.956 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2020-11-04 11:12:37.980 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2020-11-04 11:12:38.005 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2020-11-04 11:12:38.031 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2020-11-04 11:12:38.056 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2020-11-04 11:12:38.082 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2020-11-04 11:12:38.105 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2020-11-04 11:12:38.129 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2020-11-04 11:12:38.132 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2020-11-04 11:12:38.134 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2020-11-04 11:12:38.136 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2020-11-04 11:12:38.138 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-04 11:12:38.141 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-04 11:12:38.154 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:38.158 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-04 11:12:38.160 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-04 11:12:38.163 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-04 11:12:38.177 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:38.179 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:12:38.182 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:12:38.207 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-04 11:12:38.210 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-04 11:12:38.212 | + lib/keystone:configure_keystone:225 : local service_port=5000 2020-11-04 11:12:38.214 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2020-11-04 11:12:38.216 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2020-11-04 11:12:38.232 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:38.234 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.67/identity 2020-11-04 11:12:38.259 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.67/identity 2020-11-04 11:12:38.283 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2020-11-04 11:12:38.286 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2020-11-04 11:12:38.312 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2020-11-04 11:12:38.315 | ++ lib/database:database_connection_url:132 : local db=keystone 2020-11-04 11:12:38.317 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2020-11-04 11:12:38.319 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2020-11-04 11:12:38.322 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2020-11-04 11:12:38.324 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2020-11-04 11:12:38.350 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2020-11-04 11:12:38.352 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2020-11-04 11:12:38.355 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2020-11-04 11:12:38.357 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2020-11-04 11:12:38.360 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-04 11:12:38.376 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-04 11:12:38.378 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-04 11:12:38.380 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-04 11:12:38.382 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-04 11:12:38.385 | + functions:setup_systemd_logging:726 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-04 11:12:38.409 | + functions:setup_systemd_logging:728 : 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' 2020-11-04 11:12:38.433 | + functions:setup_systemd_logging:729 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-04 11:12:38.458 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-04 11:12:38.481 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2020-11-04 11:12:38.505 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2020-11-04 11:12:38.507 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2020-11-04 11:12:38.510 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2020-11-04 11:12:38.512 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2020-11-04 11:12:38.515 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2020-11-04 11:12:38.517 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-04 11:12:38.519 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-04 11:12:38.522 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2020-11-04 11:12:38.525 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2020-11-04 11:12:38.527 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-04 11:12:38.530 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-04 11:12:38.541 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-04 11:12:38.541 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:12:38.549 | d /var/run/uwsgi 0755 ubuntu root 2020-11-04 11:12:38.552 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:12:38.565 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2020-11-04 11:12:38.567 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2020-11-04 11:12:38.571 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2020-11-04 11:12:38.596 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2020-11-04 11:12:38.619 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2020-11-04 11:12:38.642 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2020-11-04 11:12:38.665 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2020-11-04 11:12:38.689 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2020-11-04 11:12:38.712 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2020-11-04 11:12:38.735 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2020-11-04 11:12:38.758 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2020-11-04 11:12:38.782 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-04 11:12:38.806 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2020-11-04 11:12:38.830 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2020-11-04 11:12:38.854 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2020-11-04 11:12:38.877 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-04 11:12:38.879 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-04 11:12:38.882 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2020-11-04 11:12:38.885 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2020-11-04 11:12:38.887 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-04 11:12:38.889 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:12:38.891 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:12:38.894 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-11-04 11:12:38.896 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2020-11-04 11:12:38.898 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2020-11-04 11:12:38.922 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2020-11-04 11:12:38.947 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2020-11-04 11:12:38.947 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 ' 2020-11-04 11:12:38.954 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2020-11-04 11:12:38.957 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2020-11-04 11:12:38.959 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2020-11-04 11:12:38.962 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-04 11:12:38.964 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-04 11:12:38.966 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:12:38.969 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:12:38.971 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:12:38.973 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-04 11:12:38.976 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-04 11:12:38.978 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:12:38.980 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:12:38.982 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2020-11-04 11:12:39.039 | Enabling site keystone-wsgi-public. 2020-11-04 11:12:39.044 | To activate the new configuration, you need to run: 2020-11-04 11:12:39.044 | systemctl reload apache2 2020-11-04 11:12:39.049 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-04 11:12:39.051 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:12:39.053 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:12:39.056 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:12:39.195 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2020-11-04 11:12:39.197 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2020-11-04 11:12:39.200 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2020-11-04 11:12:39.203 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2020-11-04 11:12:39.205 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-04 11:12:39.208 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-04 11:12:39.211 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2020-11-04 11:12:39.214 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2020-11-04 11:12:39.217 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-04 11:12:39.219 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-04 11:12:39.231 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-04 11:12:39.231 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:12:39.238 | d /var/run/uwsgi 0755 ubuntu root 2020-11-04 11:12:39.242 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:12:39.255 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2020-11-04 11:12:39.258 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2020-11-04 11:12:39.261 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2020-11-04 11:12:39.287 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2020-11-04 11:12:39.311 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2020-11-04 11:12:39.335 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2020-11-04 11:12:39.358 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2020-11-04 11:12:39.381 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2020-11-04 11:12:39.405 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2020-11-04 11:12:39.429 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2020-11-04 11:12:39.453 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2020-11-04 11:12:39.476 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-04 11:12:39.500 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2020-11-04 11:12:39.523 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2020-11-04 11:12:39.547 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2020-11-04 11:12:39.570 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-04 11:12:39.573 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-04 11:12:39.575 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2020-11-04 11:12:39.578 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2020-11-04 11:12:39.580 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-04 11:12:39.583 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:12:39.585 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:12:39.587 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-11-04 11:12:39.590 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-11-04 11:12:39.592 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2020-11-04 11:12:39.616 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2020-11-04 11:12:39.641 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 ' 2020-11-04 11:12:39.642 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2020-11-04 11:12:39.649 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2020-11-04 11:12:39.652 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2020-11-04 11:12:39.654 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2020-11-04 11:12:39.657 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-04 11:12:39.659 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-04 11:12:39.662 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:12:39.664 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:12:39.666 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:12:39.668 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-04 11:12:39.671 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-04 11:12:39.673 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:12:39.675 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:12:39.677 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2020-11-04 11:12:39.734 | Enabling site keystone-wsgi-admin. 2020-11-04 11:12:39.739 | To activate the new configuration, you need to run: 2020-11-04 11:12:39.739 | systemctl reload apache2 2020-11-04 11:12:39.743 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-04 11:12:39.745 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:12:39.747 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:12:39.750 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:12:39.885 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2020-11-04 11:12:39.911 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2020-11-04 11:12:39.938 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2020-11-04 11:12:39.963 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2020-11-04 11:12:39.966 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2020-11-04 11:12:39.992 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2020-11-04 11:12:40.016 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2020-11-04 11:12:40.039 | + ./stack.sh:main:867 : is_service_enabled swift 2020-11-04 11:12:40.055 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:40.057 | + ./stack.sh:main:868 : is_service_enabled ceilometer 2020-11-04 11:12:40.073 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:40.076 | + ./stack.sh:main:871 : stack_install_service swift 2020-11-04 11:12:40.078 | + lib/stack:stack_install_service:20 : local service=swift 2020-11-04 11:12:40.080 | + lib/stack:stack_install_service:21 : type install_swift 2020-11-04 11:12:40.083 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-04 11:12:40.085 | + lib/stack:stack_install_service:32 : install_swift 2020-11-04 11:12:40.087 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2020-11-04 11:12:40.089 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2020-11-04 11:12:40.092 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2020-11-04 11:12:40.094 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:12:40.096 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:12:40.099 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:12:40.101 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:12:40.103 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:12:40.106 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:12:40.121 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:12:40.124 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:12:40.126 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:12:40.128 | + functions-common:git_clone:546 : echo master 2020-11-04 11:12:40.129 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:12:40.133 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2020-11-04 11:12:40.135 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:12:40.137 | + functions-common:git_clone:594 : cd /opt/stack/swift 2020-11-04 11:12:40.141 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:12:40.141 | + functions-common:git_clone:595 : head -1 2020-11-04 11:12:40.143 | d825fd66b Merge "Use TOX_CONSTRAINTS_FILE" 2020-11-04 11:12:40.146 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:12:40.148 | + lib/swift:install_swift:744 : setup_develop /opt/stack/swift 2020-11-04 11:12:40.150 | + inc/python:setup_develop:338 : local bindep 2020-11-04 11:12:40.153 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2020-11-04 11:12:40.155 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2020-11-04 11:12:40.157 | + inc/python:setup_develop:344 : local extras= 2020-11-04 11:12:40.160 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e 2020-11-04 11:12:40.162 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-04 11:12:40.165 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2020-11-04 11:12:40.167 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2020-11-04 11:12:40.169 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-04 11:12:40.172 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-04 11:12:40.175 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2020-11-04 11:12:40.177 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-04 11:12:40.180 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2020-11-04 11:12:40.182 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-04 11:12:40.185 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-04 11:12:40.188 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2020-11-04 11:12:40.193 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2020-11-04 11:12:40.195 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2020-11-04 11:12:40.923 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e 2020-11-04 11:12:40.925 | + inc/python:setup_package:417 : local bindep=0 2020-11-04 11:12:40.928 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-04 11:12:40.930 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-04 11:12:40.932 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2020-11-04 11:12:40.935 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2020-11-04 11:12:40.937 | + inc/python:setup_package:426 : local flags=-e 2020-11-04 11:12:40.940 | + inc/python:setup_package:427 : local extras= 2020-11-04 11:12:40.942 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-04 11:12:40.944 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-04 11:12:40.946 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-04 11:12:40.948 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-04 11:12:40.951 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-04 11:12:40.953 | + inc/python:setup_package:445 : pip_install -e /opt/stack/swift 2020-11-04 11:12:40.972 | Using python 3.6 to install /opt/stack/swift 2020-11-04 11:12:40.974 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/swift 2020-11-04 11:12:42.980 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:12:42.980 | 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. 2020-11-04 11:12:43.002 | Obtaining file:///opt/stack/swift 2020-11-04 11:12:44.268 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-04 11:12:45.525 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-04 11:12:45.535 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-11-04 11:12:45.577 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-04 11:12:45.587 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-11-04 11:12:46.404 | Collecting lxml===4.6.1 2020-11-04 11:12:46.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d9/b2b72eb0dbbdb/lxml-4.6.1-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) 2020-11-04 11:12:46.644 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.10.9) 2020-11-04 11:12:46.732 | Collecting pyeclib===1.6.0 2020-11-04 11:12:46.754 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2020-11-04 11:12:47.750 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.23.0) 2020-11-04 11:12:47.773 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (50.3.2) 2020-11-04 11:12:47.820 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2020-11-04 11:12:47.823 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.25.11) 2020-11-04 11:12:47.968 | Collecting xattr===0.9.7 2020-11-04 11:12:47.976 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2020-11-04 11:12:48.709 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:12:48.712 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-04 11:12:48.723 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:12:48.725 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-04 11:12:48.728 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:12:48.731 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-11-04 11:12:48.735 | Building wheels for collected packages: pyeclib, xattr 2020-11-04 11:12:48.736 | Building wheel for pyeclib (setup.py): started 2020-11-04 11:12:49.850 | Building wheel for pyeclib (setup.py): finished with status 'done' 2020-11-04 11:12:49.852 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53037 sha256=41b5afdbfbc42eb2c709a37176951e93509e636a253b138ee0ff784f33c7dbe5 2020-11-04 11:12:49.852 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2020-11-04 11:12:49.853 | Building wheel for xattr (setup.py): started 2020-11-04 11:12:51.059 | Building wheel for xattr (setup.py): finished with status 'done' 2020-11-04 11:12:51.060 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30925 sha256=9fd0a4acf699e123adadc16b97eeca6af166c52954d8878681b893e428f89831 2020-11-04 11:12:51.060 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2020-11-04 11:12:51.062 | Successfully built pyeclib xattr 2020-11-04 11:12:52.187 | Installing collected packages: lxml, xattr, pyeclib, swift 2020-11-04 11:12:52.681 | Running setup.py develop for swift 2020-11-04 11:12:54.219 | Successfully installed lxml-4.6.1 pyeclib-1.6.0 swift xattr-0.9.7 2020-11-04 11:12:54.424 | + inc/python:pip_install:200 : result=0 2020-11-04 11:12:54.426 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:12:54.429 | + functions-common:time_stop:2310 : local name 2020-11-04 11:12:54.431 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:12:54.433 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:12:54.435 | + functions-common:time_stop:2313 : local total 2020-11-04 11:12:54.439 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:12:54.441 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:12:54.443 | + functions-common:time_stop:2317 : start_time=1604488360967 2020-11-04 11:12:54.445 | + functions-common:time_stop:2319 : [[ -z 1604488360967 ]] 2020-11-04 11:12:54.448 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:12:54.451 | + functions-common:time_stop:2322 : end_time=1604488374448 2020-11-04 11:12:54.453 | + functions-common:time_stop:2323 : elapsed_time=13481 2020-11-04 11:12:54.455 | + functions-common:time_stop:2324 : total=122061 2020-11-04 11:12:54.457 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:12:54.459 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=135542 2020-11-04 11:12:54.462 | + inc/python:pip_install:203 : return 0 2020-11-04 11:12:54.464 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-04 11:12:54.466 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-11-04 11:12:54.469 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-11-04 11:12:54.486 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2020-11-04 11:12:54.496 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2020-11-04 11:12:54.499 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2020-11-04 11:12:54.502 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:12:54.504 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:12:54.506 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/swift, ]] 2020-11-04 11:12:54.509 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:12:54.511 | + lib/swift:install_swift:745 : '[' False == True ']' 2020-11-04 11:12:54.513 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-04 11:12:54.516 | + ./stack.sh:main:872 : configure_swift 2020-11-04 11:12:54.518 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2020-11-04 11:12:54.520 | + lib/swift:configure_swift:335 : local node_number 2020-11-04 11:12:54.522 | + lib/swift:configure_swift:336 : local swift_node_config 2020-11-04 11:12:54.524 | + lib/swift:configure_swift:337 : local swift_log_dir 2020-11-04 11:12:54.526 | + lib/swift:configure_swift:338 : local user_group 2020-11-04 11:12:54.528 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2020-11-04 11:12:55.388 | No container-sharder running 2020-11-04 11:12:55.388 | No container-updater running 2020-11-04 11:12:55.388 | No object-updater running 2020-11-04 11:12:55.388 | No container-server running 2020-11-04 11:12:55.388 | No account-auditor running 2020-11-04 11:12:55.389 | No object-auditor running 2020-11-04 11:12:55.389 | No container-sync running 2020-11-04 11:12:55.389 | No account-replicator running 2020-11-04 11:12:55.389 | No account-server running 2020-11-04 11:12:55.389 | No object-replicator running 2020-11-04 11:12:55.389 | No object-server running 2020-11-04 11:12:55.389 | No object-reconstructor running 2020-11-04 11:12:55.389 | No object-expirer running 2020-11-04 11:12:55.389 | No container-replicator running 2020-11-04 11:12:55.389 | No container-auditor running 2020-11-04 11:12:55.389 | No container-reconciler running 2020-11-04 11:12:55.389 | No account-reaper running 2020-11-04 11:12:55.389 | No proxy-server running 2020-11-04 11:12:55.435 | + lib/swift:configure_swift:341 : true 2020-11-04 11:12:55.438 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2020-11-04 11:12:55.449 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2020-11-04 11:12:55.461 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2020-11-04 11:12:55.464 | + lib/swift:configure_swift:355 : sed -e ' 2020-11-04 11:12:55.464 | s/%GROUP%//; 2020-11-04 11:12:55.464 | s/%USER%/ubuntu/; 2020-11-04 11:12:55.464 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2020-11-04 11:12:55.464 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2020-11-04 11:12:55.464 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2020-11-04 11:12:55.471 | uid = ubuntu 2020-11-04 11:12:55.471 | gid = 2020-11-04 11:12:55.471 | log file = /opt/stack/data/swift/logs/rsyncd.log 2020-11-04 11:12:55.471 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2020-11-04 11:12:55.471 | address = 127.0.0.1 2020-11-04 11:12:55.471 | 2020-11-04 11:12:55.471 | [account6612] 2020-11-04 11:12:55.471 | max connections = 25 2020-11-04 11:12:55.471 | path = /opt/stack/data/swift/1/node/ 2020-11-04 11:12:55.471 | read only = false 2020-11-04 11:12:55.471 | lock file = /opt/stack/data/swift/run/account6612.lock 2020-11-04 11:12:55.471 | 2020-11-04 11:12:55.471 | [account6622] 2020-11-04 11:12:55.471 | max connections = 25 2020-11-04 11:12:55.471 | path = /opt/stack/data/swift/2/node/ 2020-11-04 11:12:55.471 | read only = false 2020-11-04 11:12:55.471 | lock file = /opt/stack/data/swift/run/account6622.lock 2020-11-04 11:12:55.471 | 2020-11-04 11:12:55.471 | [account6632] 2020-11-04 11:12:55.471 | max connections = 25 2020-11-04 11:12:55.471 | path = /opt/stack/data/swift/3/node/ 2020-11-04 11:12:55.471 | read only = false 2020-11-04 11:12:55.471 | lock file = /opt/stack/data/swift/run/account6632.lock 2020-11-04 11:12:55.471 | 2020-11-04 11:12:55.471 | [account6642] 2020-11-04 11:12:55.471 | max connections = 25 2020-11-04 11:12:55.471 | path = /opt/stack/data/swift/4/node/ 2020-11-04 11:12:55.471 | read only = false 2020-11-04 11:12:55.471 | lock file = /opt/stack/data/swift/run/account6642.lock 2020-11-04 11:12:55.471 | 2020-11-04 11:12:55.472 | 2020-11-04 11:12:55.472 | [container6611] 2020-11-04 11:12:55.472 | max connections = 25 2020-11-04 11:12:55.472 | path = /opt/stack/data/swift/1/node/ 2020-11-04 11:12:55.472 | read only = false 2020-11-04 11:12:55.472 | lock file = /opt/stack/data/swift/run/container6611.lock 2020-11-04 11:12:55.472 | 2020-11-04 11:12:55.472 | [container6621] 2020-11-04 11:12:55.472 | max connections = 25 2020-11-04 11:12:55.472 | path = /opt/stack/data/swift/2/node/ 2020-11-04 11:12:55.472 | read only = false 2020-11-04 11:12:55.472 | lock file = /opt/stack/data/swift/run/container6621.lock 2020-11-04 11:12:55.472 | 2020-11-04 11:12:55.472 | [container6631] 2020-11-04 11:12:55.472 | max connections = 25 2020-11-04 11:12:55.472 | path = /opt/stack/data/swift/3/node/ 2020-11-04 11:12:55.472 | read only = false 2020-11-04 11:12:55.472 | lock file = /opt/stack/data/swift/run/container6631.lock 2020-11-04 11:12:55.472 | 2020-11-04 11:12:55.472 | [container6641] 2020-11-04 11:12:55.472 | max connections = 25 2020-11-04 11:12:55.472 | path = /opt/stack/data/swift/4/node/ 2020-11-04 11:12:55.472 | read only = false 2020-11-04 11:12:55.472 | lock file = /opt/stack/data/swift/run/container6641.lock 2020-11-04 11:12:55.472 | 2020-11-04 11:12:55.472 | 2020-11-04 11:12:55.472 | [object6613] 2020-11-04 11:12:55.472 | max connections = 25 2020-11-04 11:12:55.472 | path = /opt/stack/data/swift/1/node/ 2020-11-04 11:12:55.472 | read only = false 2020-11-04 11:12:55.472 | lock file = /opt/stack/data/swift/run/object6613.lock 2020-11-04 11:12:55.472 | 2020-11-04 11:12:55.472 | [object6623] 2020-11-04 11:12:55.472 | max connections = 25 2020-11-04 11:12:55.472 | path = /opt/stack/data/swift/2/node/ 2020-11-04 11:12:55.472 | read only = false 2020-11-04 11:12:55.472 | lock file = /opt/stack/data/swift/run/object6623.lock 2020-11-04 11:12:55.473 | 2020-11-04 11:12:55.473 | [object6633] 2020-11-04 11:12:55.473 | max connections = 25 2020-11-04 11:12:55.473 | path = /opt/stack/data/swift/3/node/ 2020-11-04 11:12:55.473 | read only = false 2020-11-04 11:12:55.473 | lock file = /opt/stack/data/swift/run/object6633.lock 2020-11-04 11:12:55.473 | 2020-11-04 11:12:55.473 | [object6643] 2020-11-04 11:12:55.473 | max connections = 25 2020-11-04 11:12:55.473 | path = /opt/stack/data/swift/4/node/ 2020-11-04 11:12:55.473 | read only = false 2020-11-04 11:12:55.473 | lock file = /opt/stack/data/swift/run/object6643.lock 2020-11-04 11:12:55.475 | + lib/swift:configure_swift:361 : is_ubuntu 2020-11-04 11:12:55.477 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:12:55.479 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:12:55.481 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2020-11-04 11:12:55.502 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2020-11-04 11:12:55.504 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2020-11-04 11:12:55.508 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2020-11-04 11:12:55.511 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2020-11-04 11:12:55.513 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2020-11-04 11:12:55.518 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2020-11-04 11:12:55.541 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.67:8080/v1/ 2020-11-04 11:12:55.564 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2020-11-04 11:12:55.584 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2020-11-04 11:12:55.611 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2020-11-04 11:12:55.631 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2020-11-04 11:12:55.659 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2020-11-04 11:12:55.679 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2020-11-04 11:12:55.707 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2020-11-04 11:12:55.726 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2020-11-04 11:12:55.754 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2020-11-04 11:12:55.773 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2020-11-04 11:12:55.801 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2020-11-04 11:12:55.821 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2020-11-04 11:12:55.834 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:55.836 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2020-11-04 11:12:55.865 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2020-11-04 11:12:55.892 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2020-11-04 11:12:55.918 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2020-11-04 11:12:55.945 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2020-11-04 11:12:55.959 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:55.961 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2020-11-04 11:12:55.988 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2020-11-04 11:12:56.002 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:56.004 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2020-11-04 11:12:56.017 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:56.019 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2020-11-04 11:12:56.022 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2020-11-04 11:12:56.035 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:56.037 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2020-11-04 11:12:56.039 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2020-11-04 11:12:56.041 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2020-11-04 11:12:56.050 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2020-11-04 11:12:56.058 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2020-11-04 11:12:56.084 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2020-11-04 11:12:56.112 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2020-11-04 11:12:56.140 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2020-11-04 11:12:56.168 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2020-11-04 11:12:56.195 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2020-11-04 11:12:56.197 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2020-11-04 11:12:56.199 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2020-11-04 11:12:56.201 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2020-11-04 11:12:56.204 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2020-11-04 11:12:56.231 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2020-11-04 11:12:56.258 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.67/identity 2020-11-04 11:12:56.285 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2020-11-04 11:12:56.312 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2020-11-04 11:12:56.338 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2020-11-04 11:12:56.366 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2020-11-04 11:12:56.393 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2020-11-04 11:12:56.419 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-04 11:12:56.446 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2020-11-04 11:12:56.474 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2020-11-04 11:12:56.500 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2020-11-04 11:12:56.527 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2020-11-04 11:12:56.554 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2020-11-04 11:12:56.583 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2020-11-04 11:12:56.610 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2020-11-04 11:12:56.629 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2020-11-04 11:12:56.657 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2020-11-04 11:12:56.684 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2020-11-04 11:12:56.688 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2020-11-04 11:12:56.713 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2020-11-04 11:12:56.736 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2020-11-04 11:12:56.759 | + lib/swift:configure_swift:479 : local node_number 2020-11-04 11:12:56.761 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2020-11-04 11:12:56.764 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2020-11-04 11:12:56.766 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2020-11-04 11:12:56.770 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2020-11-04 11:12:56.772 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2020-11-04 11:12:56.774 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-11-04 11:12:56.776 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2020-11-04 11:12:56.778 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2020-11-04 11:12:56.780 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-11-04 11:12:56.782 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-11-04 11:12:56.784 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2020-11-04 11:12:56.802 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2020-11-04 11:12:56.827 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2020-11-04 11:12:56.845 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2020-11-04 11:12:56.870 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2020-11-04 11:12:56.890 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2020-11-04 11:12:56.915 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2020-11-04 11:12:56.933 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-11-04 11:12:56.959 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2020-11-04 11:12:56.977 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-11-04 11:12:57.004 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2020-11-04 11:12:57.022 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2020-11-04 11:12:57.048 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2020-11-04 11:12:57.066 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2020-11-04 11:12:57.092 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2020-11-04 11:12:57.110 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2020-11-04 11:12:57.137 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2020-11-04 11:12:57.154 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2020-11-04 11:12:57.180 | + 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 2020-11-04 11:12:57.186 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2020-11-04 11:12:57.205 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-11-04 11:12:57.231 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2020-11-04 11:12:57.258 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2020-11-04 11:12:57.260 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2020-11-04 11:12:57.264 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2020-11-04 11:12:57.266 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2020-11-04 11:12:57.268 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-11-04 11:12:57.270 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2020-11-04 11:12:57.272 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2020-11-04 11:12:57.274 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-11-04 11:12:57.276 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-11-04 11:12:57.279 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2020-11-04 11:12:57.296 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2020-11-04 11:12:57.322 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2020-11-04 11:12:57.340 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2020-11-04 11:12:57.366 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2020-11-04 11:12:57.384 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2020-11-04 11:12:57.409 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2020-11-04 11:12:57.427 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-11-04 11:12:57.453 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2020-11-04 11:12:57.470 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-11-04 11:12:57.496 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2020-11-04 11:12:57.514 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2020-11-04 11:12:57.540 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2020-11-04 11:12:57.558 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2020-11-04 11:12:57.585 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2020-11-04 11:12:57.603 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2020-11-04 11:12:57.629 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2020-11-04 11:12:57.675 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2020-11-04 11:12:57.706 | + 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 2020-11-04 11:12:57.714 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2020-11-04 11:12:57.732 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-11-04 11:12:57.757 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2020-11-04 11:12:57.759 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2020-11-04 11:12:57.763 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2020-11-04 11:12:57.765 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2020-11-04 11:12:57.767 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2020-11-04 11:12:57.770 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2020-11-04 11:12:57.772 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2020-11-04 11:12:57.774 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2020-11-04 11:12:57.776 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2020-11-04 11:12:57.778 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2020-11-04 11:12:57.795 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2020-11-04 11:12:57.820 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2020-11-04 11:12:57.837 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2020-11-04 11:12:57.862 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2020-11-04 11:12:57.880 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2020-11-04 11:12:57.905 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2020-11-04 11:12:57.922 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2020-11-04 11:12:57.947 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2020-11-04 11:12:57.964 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2020-11-04 11:12:57.989 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2020-11-04 11:12:58.006 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2020-11-04 11:12:58.032 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2020-11-04 11:12:58.049 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2020-11-04 11:12:58.074 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2020-11-04 11:12:58.091 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2020-11-04 11:12:58.117 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2020-11-04 11:12:58.133 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2020-11-04 11:12:58.158 | + 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 2020-11-04 11:12:58.168 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2020-11-04 11:12:58.184 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2020-11-04 11:12:58.210 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2020-11-04 11:12:58.237 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2020-11-04 11:12:58.265 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2020-11-04 11:12:58.292 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2020-11-04 11:12:58.294 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2020-11-04 11:12:58.298 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2020-11-04 11:12:58.322 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2020-11-04 11:12:58.347 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2020-11-04 11:12:58.372 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2020-11-04 11:12:58.396 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2020-11-04 11:12:58.421 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2020-11-04 11:12:58.445 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2020-11-04 11:12:58.468 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2020-11-04 11:12:58.492 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2020-11-04 11:12:58.515 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2020-11-04 11:12:58.530 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:58.532 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2020-11-04 11:12:58.549 | + lib/swift:configure_swift:522 : local auth_vers 2020-11-04 11:12:58.552 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2020-11-04 11:12:58.569 | + lib/swift:configure_swift:523 : auth_vers=3 2020-11-04 11:12:58.572 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.67 2020-11-04 11:12:58.596 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2020-11-04 11:12:58.598 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2020-11-04 11:12:58.622 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.67/identity 2020-11-04 11:12:58.646 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2020-11-04 11:12:58.648 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2020-11-04 11:12:58.672 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2020-11-04 11:12:58.686 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:58.688 | + lib/swift:configure_swift:542 : local user_group 2020-11-04 11:12:58.691 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2020-11-04 11:12:58.695 | + lib/swift:configure_swift:543 : user_group=1000 2020-11-04 11:12:58.697 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2020-11-04 11:12:58.709 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2020-11-04 11:12:58.712 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2020-11-04 11:12:58.722 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2020-11-04 11:12:58.724 | + lib/swift:configure_swift:549 : is_suse 2020-11-04 11:12:58.726 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:12:58.728 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:12:58.730 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:12:58.733 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:12:58.735 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:12:58.737 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:12:58.740 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2020-11-04 11:12:58.751 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2020-11-04 11:12:58.753 | + lib/swift:configure_swift:562 : '[' False == True ']' 2020-11-04 11:12:58.756 | + ./stack.sh:main:875 : is_service_enabled s3api 2020-11-04 11:12:58.771 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:12:58.773 | + ./stack.sh:main:881 : is_service_enabled g-api n-api 2020-11-04 11:12:58.789 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:58.791 | + ./stack.sh:main:883 : stack_install_service glance 2020-11-04 11:12:58.793 | + lib/stack:stack_install_service:20 : local service=glance 2020-11-04 11:12:58.796 | + lib/stack:stack_install_service:21 : type install_glance 2020-11-04 11:12:58.798 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-04 11:12:58.801 | + lib/stack:stack_install_service:32 : install_glance 2020-11-04 11:12:58.803 | + lib/glance:install_glance:436 : glance_store_extras=() 2020-11-04 11:12:58.806 | + lib/glance:install_glance:436 : local glance_store_extras 2020-11-04 11:12:58.808 | + lib/glance:install_glance:438 : is_service_enabled cinder 2020-11-04 11:12:58.824 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:58.827 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2020-11-04 11:12:58.830 | + lib/glance:install_glance:442 : is_service_enabled swift 2020-11-04 11:12:58.845 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:12:58.848 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2020-11-04 11:12:58.851 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2020-11-04 11:12:58.853 | + inc/python:use_library_from_git:250 : local name=glance_store 2020-11-04 11:12:58.856 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:12:58.859 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:12:58.862 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,glance_store, ]] 2020-11-04 11:12:58.864 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:12:58.867 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2020-11-04 11:12:58.870 | ++ inc/python:join_extras:29 : local IFS=, 2020-11-04 11:12:58.872 | ++ inc/python:join_extras:30 : echo swift,cinder 2020-11-04 11:12:58.876 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2020-11-04 11:12:58.879 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2020-11-04 11:12:58.881 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2020-11-04 11:12:58.884 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2020-11-04 11:12:58.887 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2020-11-04 11:12:58.890 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2020-11-04 11:12:58.892 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2020-11-04 11:12:58.896 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:12:58.896 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2020-11-04 11:12:58.900 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2020-11-04 11:12:58.903 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2020-11-04 11:12:58.905 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2020-11-04 11:12:58.908 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2020-11-04 11:12:58.911 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2020-11-04 11:12:58.930 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 2020-11-04 11:12:58.933 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2020-11-04 11:13:00.958 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:13:00.958 | 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. 2020-11-04 11:13:01.129 | Collecting glance-store===2.3.0 2020-11-04 11:13:01.137 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8eb/d90abfa60b311/glance_store-2.3.0-py3-none-any.whl (211 kB) 2020-11-04 11:13:01.412 | Collecting httplib2===0.18.1 2020-11-04 11:13:01.417 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca2/914b015b62477/httplib2-0.18.1-py3-none-any.whl (95 kB) 2020-11-04 11:13:01.484 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (3.2.0) 2020-11-04 11:13:01.516 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (4.2.1) 2020-11-04 11:13:01.756 | Collecting os-brick===4.0.1 2020-11-04 11:13:01.763 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/59f/375e3627097a0/os_brick-4.0.1-py3-none-any.whl (235 kB) 2020-11-04 11:13:01.862 | 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 283)) (1.7.0) 2020-11-04 11:13:01.987 | Collecting os-win===5.2.0 2020-11-04 11:13:01.994 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e4/97b71ef15e110/os_win-5.2.0-py3-none-any.whl (270 kB) 2020-11-04 11:13:02.087 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (4.3.1) 2020-11-04 11:13:02.100 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (8.3.2) 2020-11-04 11:13:02.118 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (3.1.1) 2020-11-04 11:13:02.125 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (5.0.1) 2020-11-04 11:13:02.132 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0) 2020-11-04 11:13:02.309 | Collecting oslo.privsep===2.4.0 2020-11-04 11:13:02.316 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/145/175818dc0ea1c/oslo.privsep-2.4.0-py3-none-any.whl (33 kB) 2020-11-04 11:13:02.549 | Collecting oslo.rootwrap===6.2.0 2020-11-04 11:13:02.556 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddc/377863c93f8cb/oslo.rootwrap-6.2.0-py3-none-any.whl (33 kB) 2020-11-04 11:13:02.621 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.0.1) 2020-11-04 11:13:02.631 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.4.0) 2020-11-04 11:13:02.657 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.7.0) 2020-11-04 11:13:02.676 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (20.4) 2020-11-04 11:13:02.683 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (5.5.1) 2020-11-04 11:13:02.685 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.9.6) 2020-11-04 11:13:02.688 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.4.7) 2020-11-04 11:13:02.691 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.17.3) 2020-11-04 11:13:02.821 | Collecting python-cinderclient===7.2.0 2020-11-04 11:13:02.829 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a1b/ef06dcba610b2/python_cinderclient-7.2.0-py3-none-any.whl (274 kB) 2020-11-04 11:13:02.920 | 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 381)) (2.8.1) 2020-11-04 11:13:02.926 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (4.1.1) 2020-11-04 11:13:03.051 | Collecting python-swiftclient===3.10.1 2020-11-04 11:13:03.059 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ec/538f52c51285b/python_swiftclient-3.10.1-py2.py3-none-any.whl (81 kB) 2020-11-04 11:13:03.147 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.4) 2020-11-04 11:13:03.151 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.23.0) 2020-11-04 11:13:03.174 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (1.4.0) 2020-11-04 11:13:03.178 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (50.3.2) 2020-11-04 11:13:03.479 | Collecting simplejson===3.17.2 2020-11-04 11:13:03.486 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/0d1210567a4cd/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.whl (127 kB) 2020-11-04 11:13:03.554 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2020-11-04 11:13:03.556 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (3.2.2) 2020-11-04 11:13:03.566 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (6.2.0) 2020-11-04 11:13:03.581 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.25.11) 2020-11-04 11:13:03.604 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.3.0) 2020-11-04 11:13:03.609 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-04 11:13:03.618 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:13:03.664 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.0) 2020-11-04 11:13:03.685 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-11-04 11:13:03.778 | Collecting Babel===2.8.0 2020-11-04 11:13:03.804 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d67/0ea0b10f8b723/Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) 2020-11-04 11:13:04.071 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-11-04 11:13:04.076 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:13:04.080 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.8.0) 2020-11-04 11:13:04.086 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-04 11:13:04.094 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2020-11-04 11:13:04.097 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:13:04.101 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-11-04 11:13:04.103 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-04 11:13:04.117 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-04 11:13:04.129 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-04 11:13:04.141 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-04 11:13:04.149 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-04 11:13:04.159 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.10.9) 2020-11-04 11:13:04.162 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (0.7.2) 2020-11-04 11:13:04.164 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:13:04.166 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:13:04.168 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-04 11:13:04.172 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-04 11:13:04.180 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (3.4.0) 2020-11-04 11:13:04.208 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.5) 2020-11-04 11:13:04.210 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-11-04 11:13:04.229 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (1.12.1) 2020-11-04 11:13:04.232 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-11-04 11:13:04.235 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (0.7) 2020-11-04 11:13:04.242 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (2.4.0) 2020-11-04 11:13:04.261 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-11-04 11:13:04.263 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (1.1.0) 2020-11-04 11:13:04.271 | 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 398)) (1.6.0) 2020-11-04 11:13:04.273 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (1.4.0) 2020-11-04 11:13:04.276 | 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 537)) (1.4.0) 2020-11-04 11:13:04.278 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (1.0.0) 2020-11-04 11:13:05.274 | Installing collected packages: Babel, simplejson, python-cinderclient, oslo.rootwrap, oslo.privsep, os-win, os-brick, python-swiftclient, httplib2, glance-store 2020-11-04 11:13:08.186 | Successfully installed Babel-2.8.0 glance-store-2.3.0 httplib2-0.18.1 os-brick-4.0.1 os-win-5.2.0 oslo.privsep-2.4.0 oslo.rootwrap-6.2.0 python-cinderclient-7.2.0 python-swiftclient-3.10.1 simplejson-3.17.2 2020-11-04 11:13:08.386 | + inc/python:pip_install:200 : result=0 2020-11-04 11:13:08.388 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:13:08.391 | + functions-common:time_stop:2310 : local name 2020-11-04 11:13:08.393 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:13:08.396 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:13:08.398 | + functions-common:time_stop:2313 : local total 2020-11-04 11:13:08.400 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:13:08.402 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:13:08.405 | + functions-common:time_stop:2317 : start_time=1604488378925 2020-11-04 11:13:08.407 | + functions-common:time_stop:2319 : [[ -z 1604488378925 ]] 2020-11-04 11:13:08.410 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:13:08.413 | + functions-common:time_stop:2322 : end_time=1604488388411 2020-11-04 11:13:08.415 | + functions-common:time_stop:2323 : elapsed_time=9486 2020-11-04 11:13:08.418 | + functions-common:time_stop:2324 : total=135542 2020-11-04 11:13:08.421 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:13:08.423 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=145028 2020-11-04 11:13:08.426 | + inc/python:pip_install:203 : return 0 2020-11-04 11:13:08.428 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2020-11-04 11:13:08.430 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2020-11-04 11:13:08.433 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2020-11-04 11:13:08.446 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2020-11-04 11:13:08.450 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2020-11-04 11:13:08.453 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2020-11-04 11:13:08.455 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2020-11-04 11:13:08.457 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:13:08.460 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:13:08.462 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:13:08.465 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:13:08.467 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:13:08.470 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:13:08.485 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:13:08.488 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:13:08.490 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:13:08.493 | + functions-common:git_clone:546 : echo master 2020-11-04 11:13:08.493 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:13:08.497 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2020-11-04 11:13:08.500 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:13:08.502 | + functions-common:git_clone:594 : cd /opt/stack/glance 2020-11-04 11:13:08.505 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:13:08.505 | + functions-common:git_clone:595 : head -1 2020-11-04 11:13:08.507 | 1344c457 Adding gate job for glance cinder store 2020-11-04 11:13:08.510 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:13:08.513 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2020-11-04 11:13:08.515 | + inc/python:setup_develop:338 : local bindep 2020-11-04 11:13:08.518 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2020-11-04 11:13:08.520 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2020-11-04 11:13:08.523 | + inc/python:setup_develop:344 : local extras= 2020-11-04 11:13:08.525 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2020-11-04 11:13:08.528 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-04 11:13:08.530 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2020-11-04 11:13:08.533 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2020-11-04 11:13:08.535 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-04 11:13:08.538 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-04 11:13:08.541 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2020-11-04 11:13:08.543 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-04 11:13:08.547 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2020-11-04 11:13:08.549 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-04 11:13:08.552 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-04 11:13:08.555 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2020-11-04 11:13:08.560 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2020-11-04 11:13:08.563 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2020-11-04 11:13:09.285 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2020-11-04 11:13:09.288 | + inc/python:setup_package:417 : local bindep=0 2020-11-04 11:13:09.290 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-04 11:13:09.292 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-04 11:13:09.295 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2020-11-04 11:13:09.297 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2020-11-04 11:13:09.299 | + inc/python:setup_package:426 : local flags=-e 2020-11-04 11:13:09.302 | + inc/python:setup_package:427 : local extras= 2020-11-04 11:13:09.304 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-04 11:13:09.306 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-04 11:13:09.309 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-04 11:13:09.311 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-04 11:13:09.313 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-04 11:13:09.316 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2020-11-04 11:13:09.334 | Using python 3.6 to install /opt/stack/glance 2020-11-04 11:13:09.337 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2020-11-04 11:13:11.388 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:13:11.388 | 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. 2020-11-04 11:13:11.409 | Obtaining file:///opt/stack/glance 2020-11-04 11:13:12.703 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-04 11:13:14.009 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-04 11:13:14.019 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-04 11:13:14.028 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-04 11:13:14.040 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-04 11:13:14.179 | Collecting WSME===0.10.0 2020-11-04 11:13:14.188 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2020-11-04 11:13:14.265 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-04 11:13:14.280 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-04 11:13:14.413 | Collecting castellan===3.6.0 2020-11-04 11:13:14.418 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f13/de636118058e4/castellan-3.6.0-py3-none-any.whl (89 kB) 2020-11-04 11:13:14.508 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-11-04 11:13:14.629 | Collecting cursive===0.2.2 2020-11-04 11:13:14.635 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2020-11-04 11:13:14.714 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-04 11:13:14.722 | Requirement already satisfied: defusedxml===0.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (0.6.0) 2020-11-04 11:13:14.728 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-04 11:13:14.738 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-11-04 11:13:14.744 | Requirement already satisfied: glance-store===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (2.3.0) 2020-11-04 11:13:14.826 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (0.4.17) 2020-11-04 11:13:14.828 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (0.18.1) 2020-11-04 11:13:14.831 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (0.1.13) 2020-11-04 11:13:14.833 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (3.2.0) 2020-11-04 11:13:14.873 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (4.2.1) 2020-11-04 11:13:14.943 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (9.1.0) 2020-11-04 11:13:15.005 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (0.8.0) 2020-11-04 11:13:15.012 | 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 283)) (1.7.0) 2020-11-04 11:13:15.016 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (5.2.0) 2020-11-04 11:13:15.039 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (2.6.1) 2020-11-04 11:13:15.079 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (4.3.1) 2020-11-04 11:13:15.090 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (8.3.2) 2020-11-04 11:13:15.110 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (3.1.1) 2020-11-04 11:13:15.116 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.4.0) 2020-11-04 11:13:15.170 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (5.0.1) 2020-11-04 11:13:15.176 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0) 2020-11-04 11:13:15.243 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (12.6.0) 2020-11-04 11:13:15.306 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.1.1) 2020-11-04 11:13:15.326 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (3.5.0) 2020-11-04 11:13:15.474 | Collecting oslo.reports===2.2.0 2020-11-04 11:13:15.481 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/ef1cf70a64013/oslo.reports-2.2.0-py3-none-any.whl (50 kB) 2020-11-04 11:13:15.564 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (4.0.1) 2020-11-04 11:13:15.573 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.4.0) 2020-11-04 11:13:15.599 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (1.1.1) 2020-11-04 11:13:15.607 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.7.0) 2020-11-04 11:13:15.627 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (3.4.0) 2020-11-04 11:13:15.679 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (20.4) 2020-11-04 11:13:15.686 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (5.5.1) 2020-11-04 11:13:15.689 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (0.7.2) 2020-11-04 11:13:16.218 | Collecting psutil===5.7.3 2020-11-04 11:13:16.226 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af7/3f7bcebdc538e/psutil-5.7.3.tar.gz (465 kB) 2020-11-04 11:13:17.174 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (19.1.0) 2020-11-04 11:13:17.190 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.1.1) 2020-11-04 11:13:17.201 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (0.9.6) 2020-11-04 11:13:17.204 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (2.4.7) 2020-11-04 11:13:17.207 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.17.3) 2020-11-04 11:13:17.323 | Collecting python-barbicanclient===5.0.1 2020-11-04 11:13:17.329 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0a2/c78d3a61be98e/python_barbicanclient-5.0.1-py3-none-any.whl (80 kB) 2020-11-04 11:13:17.415 | 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 381)) (2.8.1) 2020-11-04 11:13:17.420 | 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 383)) (1.0.4) 2020-11-04 11:13:17.423 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 392)) (4.1.1) 2020-11-04 11:13:17.443 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.4) 2020-11-04 11:13:17.448 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (0.7) 2020-11-04 11:13:17.456 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.23.0) 2020-11-04 11:13:17.554 | Collecting retrying===1.3.3 2020-11-04 11:13:17.561 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/08c/039560a6da2fe/retrying-1.3.3.tar.gz (10 kB) 2020-11-04 11:13:18.254 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (1.4.0) 2020-11-04 11:13:18.269 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (50.3.2) 2020-11-04 11:13:18.414 | Collecting simplegeneric===0.8.1 2020-11-04 11:13:18.421 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2020-11-04 11:13:19.105 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (1.15.0) 2020-11-04 11:13:19.109 | 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 494)) (0.13.0) 2020-11-04 11:13:19.120 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 495)) (0.4.1) 2020-11-04 11:13:19.124 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (3.3.0) 2020-11-04 11:13:19.126 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (3.2.2) 2020-11-04 11:13:19.294 | Collecting taskflow===4.5.0 2020-11-04 11:13:19.300 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2b0/a10f9e46ddf23/taskflow-4.5.0-py3-none-any.whl (488 kB) 2020-11-04 11:13:19.451 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 513)) (6.2.0) 2020-11-04 11:13:19.467 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (2.0.1) 2020-11-04 11:13:19.477 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (0.5.0) 2020-11-04 11:13:19.483 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.4.0) 2020-11-04 11:13:19.502 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (1.4.0) 2020-11-04 11:13:19.506 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.1.0) 2020-11-04 11:13:19.513 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.25.11) 2020-11-04 11:13:19.536 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.12.1) 2020-11-04 11:13:19.539 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.3.0) 2020-11-04 11:13:19.544 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-04 11:13:19.553 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:13:19.556 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-04 11:13:19.566 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.0.0) 2020-11-04 11:13:19.587 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:13:19.634 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (3.3.0) 2020-11-04 11:13:19.654 | 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) 2020-11-04 11:13:19.659 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.0.2) 2020-11-04 11:13:19.665 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-11-04 11:13:19.671 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:13:19.674 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-04 11:13:19.678 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (5.0.2) 2020-11-04 11:13:19.726 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-04 11:13:19.729 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-04 11:13:19.737 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.0.0) 2020-11-04 11:13:19.740 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-04 11:13:19.751 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.10.9) 2020-11-04 11:13:19.754 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.4.0) 2020-11-04 11:13:19.770 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:13:19.773 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:13:19.775 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (2.10) 2020-11-04 11:13:19.779 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-04 11:13:19.782 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-11-04 11:13:19.935 | Collecting networkx===2.5 2020-11-04 11:13:19.945 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c5/812e9f798d37c/networkx-2.5-py3-none-any.whl (1.6 MB) 2020-11-04 11:13:20.212 | Collecting automaton===2.2.0 2020-11-04 11:13:20.219 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3e8/275eabd89ee53/automaton-2.2.0-py3-none-any.whl (18 kB) 2020-11-04 11:13:20.369 | Collecting pydot===1.4.1 2020-11-04 11:13:20.377 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2020-11-04 11:13:20.446 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-11-04 11:13:20.448 | 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 398)) (1.6.0) 2020-11-04 11:13:20.451 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (1.0.0) 2020-11-04 11:13:20.453 | 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 538)) (1.4.0) 2020-11-04 11:13:20.456 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-04 11:13:20.459 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (2.20) 2020-11-04 11:13:20.462 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (3.4.0) 2020-11-04 11:13:20.489 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (1.5) 2020-11-04 11:13:20.492 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (5.0.0) 2020-11-04 11:13:20.494 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.3.11) 2020-11-04 11:13:20.556 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (0.4.4) 2020-11-04 11:13:20.560 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.8.1) 2020-11-04 11:13:20.563 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (0.2.5) 2020-11-04 11:13:20.568 | Building wheels for collected packages: psutil, retrying, simplegeneric 2020-11-04 11:13:20.569 | Building wheel for psutil (setup.py): started 2020-11-04 11:13:22.799 | Building wheel for psutil (setup.py): finished with status 'done' 2020-11-04 11:13:22.801 | Created wheel for psutil: filename=psutil-5.7.3-cp36-cp36m-linux_x86_64.whl size=281510 sha256=cc90147cb2bca9def62c57802726f57ee2e905603cf62e2477fc6146e915e756 2020-11-04 11:13:22.802 | Stored in directory: /root/.cache/pip/wheels/09/09/ff/b85efd2765d3ed44dc26efac81e21a086b951cf772540799c6 2020-11-04 11:13:22.803 | Building wheel for retrying (setup.py): started 2020-11-04 11:13:23.512 | Building wheel for retrying (setup.py): finished with status 'done' 2020-11-04 11:13:23.560 | Created wheel for retrying: filename=retrying-1.3.3-py3-none-any.whl size=11429 sha256=9c7b573827365f3f4b6f8a42638b12cff7548ed3e1504153388fa0d4a2570507 2020-11-04 11:13:23.560 | Stored in directory: /root/.cache/pip/wheels/0e/1e/f8/2f9e1bb0e3fec8e883764c31f57bcb2396b3f92ac4270f60a8 2020-11-04 11:13:23.562 | Building wheel for simplegeneric (setup.py): started 2020-11-04 11:13:24.241 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2020-11-04 11:13:24.242 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=0d79b7c593398828ba9836ce6535fb96473d081a2d7e4e7815f93887c38256e0 2020-11-04 11:13:24.242 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2020-11-04 11:13:24.243 | Successfully built psutil retrying simplegeneric 2020-11-04 11:13:24.870 | Installing collected packages: networkx, automaton, pydot, taskflow, simplegeneric, WSME, psutil, oslo.reports, retrying, python-barbicanclient, castellan, cursive, glance 2020-11-04 11:13:28.076 | Running setup.py develop for glance 2020-11-04 11:13:29.585 | Successfully installed WSME-0.10.0 automaton-2.2.0 castellan-3.6.0 cursive-0.2.2 glance networkx-2.5 oslo.reports-2.2.0 psutil-5.7.3 pydot-1.4.1 python-barbicanclient-5.0.1 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.5.0 2020-11-04 11:13:29.809 | + inc/python:pip_install:200 : result=0 2020-11-04 11:13:29.811 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:13:29.814 | + functions-common:time_stop:2310 : local name 2020-11-04 11:13:29.817 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:13:29.819 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:13:29.821 | + functions-common:time_stop:2313 : local total 2020-11-04 11:13:29.824 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:13:29.826 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:13:29.828 | + functions-common:time_stop:2317 : start_time=1604488389330 2020-11-04 11:13:29.830 | + functions-common:time_stop:2319 : [[ -z 1604488389330 ]] 2020-11-04 11:13:29.833 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:13:29.836 | + functions-common:time_stop:2322 : end_time=1604488409834 2020-11-04 11:13:29.838 | + functions-common:time_stop:2323 : elapsed_time=20504 2020-11-04 11:13:29.841 | + functions-common:time_stop:2324 : total=145028 2020-11-04 11:13:29.843 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:13:29.846 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=165532 2020-11-04 11:13:29.848 | + inc/python:pip_install:203 : return 0 2020-11-04 11:13:29.850 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-04 11:13:29.853 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-11-04 11:13:29.855 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-11-04 11:13:29.873 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2020-11-04 11:13:29.884 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2020-11-04 11:13:29.886 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2020-11-04 11:13:29.889 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:13:29.891 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:13:29.893 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/glance, ]] 2020-11-04 11:13:29.896 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:13:29.898 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-04 11:13:29.901 | + ./stack.sh:main:884 : configure_glance 2020-11-04 11:13:29.904 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2020-11-04 11:13:29.915 | + lib/glance:configure_glance:270 : local dburl 2020-11-04 11:13:29.918 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2020-11-04 11:13:29.921 | ++ lib/database:database_connection_url:132 : local db=glance 2020-11-04 11:13:29.923 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2020-11-04 11:13:29.925 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2020-11-04 11:13:29.928 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-11-04 11:13:29.930 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-11-04 11:13:29.933 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2020-11-04 11:13:29.958 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2020-11-04 11:13:29.984 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2020-11-04 11:13:30.008 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-11-04 11:13:30.032 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2020-11-04 11:13:30.059 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2020-11-04 11:13:30.085 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2020-11-04 11:13:30.088 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2020-11-04 11:13:30.090 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2020-11-04 11:13:30.093 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-11-04 11:13:30.096 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2020-11-04 11:13:30.121 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2020-11-04 11:13:30.145 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.67/identity 2020-11-04 11:13:30.171 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2020-11-04 11:13:30.195 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2020-11-04 11:13:30.220 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2020-11-04 11:13:30.244 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2020-11-04 11:13:30.269 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2020-11-04 11:13:30.293 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-04 11:13:30.318 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2020-11-04 11:13:30.344 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2020-11-04 11:13:30.370 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2020-11-04 11:13:30.373 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2020-11-04 11:13:30.375 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2020-11-04 11:13:30.377 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-04 11:13:30.380 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-04 11:13:30.382 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-04 11:13:30.397 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:13:30.400 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-04 11:13:30.403 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-04 11:13:30.405 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-04 11:13:30.421 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:13:30.424 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:13:30.426 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:13:30.451 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-04 11:13:30.454 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-04 11:13:30.456 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2020-11-04 11:13:30.458 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2020-11-04 11:13:30.461 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2020-11-04 11:13:30.463 | + lib/glance:configure_glance:291 : configure_glance_store False False 2020-11-04 11:13:30.466 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2020-11-04 11:13:30.468 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2020-11-04 11:13:30.470 | + lib/glance:configure_glance_store:230 : local be 2020-11-04 11:13:30.473 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2020-11-04 11:13:30.475 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2020-11-04 11:13:30.477 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-11-04 11:13:30.503 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2020-11-04 11:13:30.505 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.67 2020-11-04 11:13:30.532 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2020-11-04 11:13:30.535 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2020-11-04 11:13:30.550 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:13:30.552 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2020-11-04 11:13:30.578 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2020-11-04 11:13:30.602 | + lib/glance:configure_glance:307 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2020-11-04 11:13:30.628 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2020-11-04 11:13:30.652 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2020-11-04 11:13:30.677 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2020-11-04 11:13:30.693 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:13:30.695 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2020-11-04 11:13:30.720 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2020-11-04 11:13:30.746 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2020-11-04 11:13:30.771 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.67/identity/v3 2020-11-04 11:13:30.796 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2020-11-04 11:13:30.821 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.67/image 2020-11-04 11:13:30.846 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2020-11-04 11:13:30.862 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:13:30.864 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2020-11-04 11:13:30.867 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2020-11-04 11:13:30.869 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2020-11-04 11:13:30.872 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-04 11:13:30.888 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-04 11:13:30.890 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-04 11:13:30.892 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-04 11:13:30.894 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-04 11:13:30.897 | + functions:setup_systemd_logging:726 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-04 11:13:30.922 | + functions:setup_systemd_logging:728 : 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' 2020-11-04 11:13:30.946 | + functions:setup_systemd_logging:729 : 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' 2020-11-04 11:13:30.972 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-04 11:13:30.996 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2020-11-04 11:13:31.000 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2020-11-04 11:13:31.027 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2020-11-04 11:13:31.051 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2020-11-04 11:13:31.077 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.67/identity 2020-11-04 11:13:31.101 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2020-11-04 11:13:31.126 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2020-11-04 11:13:31.151 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2020-11-04 11:13:31.176 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2020-11-04 11:13:31.204 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2020-11-04 11:13:31.231 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2020-11-04 11:13:31.257 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2020-11-04 11:13:31.283 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2020-11-04 11:13:31.287 | + lib/glance:configure_glance:356 : 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 2020-11-04 11:13:31.293 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2020-11-04 11:13:31.309 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:13:31.311 | + lib/glance:configure_glance:366 : [[ False == False ]] 2020-11-04 11:13:31.314 | + lib/glance:configure_glance:367 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2020-11-04 11:13:31.316 | + lib/apache:write_local_uwsgi_http_config:322 : local file=/etc/glance/glance-uwsgi.ini 2020-11-04 11:13:31.318 | + lib/apache:write_local_uwsgi_http_config:323 : local wsgi=/usr/local/bin/glance-wsgi-api 2020-11-04 11:13:31.320 | + lib/apache:write_local_uwsgi_http_config:324 : local url=/image 2020-11-04 11:13:31.323 | ++ lib/apache:write_local_uwsgi_http_config:325 : basename /usr/local/bin/glance-wsgi-api 2020-11-04 11:13:31.327 | + lib/apache:write_local_uwsgi_http_config:325 : name=glance-wsgi-api 2020-11-04 11:13:31.330 | + lib/apache:write_local_uwsgi_http_config:331 : rm -rf /etc/glance/glance-uwsgi.ini 2020-11-04 11:13:31.333 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2020-11-04 11:13:31.359 | ++ lib/apache:write_local_uwsgi_http_config:333 : get_random_port 2020-11-04 11:13:31.361 | ++ functions:get_random_port:841 : read lower_port upper_port 2020-11-04 11:13:31.364 | ++ functions:get_random_port:842 : true 2020-11-04 11:13:31.366 | ++ functions:get_random_port:843 : (( port = upper_port )) 2020-11-04 11:13:31.368 | ++ functions:get_random_port:843 : (( port >= lower_port )) 2020-11-04 11:13:31.370 | ++ functions:get_random_port:844 : sudo lsof -i :60999 2020-11-04 11:13:31.438 | ++ functions:get_random_port:845 : [[ 1 > 0 ]] 2020-11-04 11:13:31.440 | ++ functions:get_random_port:846 : break 2 2020-11-04 11:13:31.442 | ++ functions:get_random_port:850 : echo 60999 2020-11-04 11:13:31.445 | + lib/apache:write_local_uwsgi_http_config:333 : port=60999 2020-11-04 11:13:31.447 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2020-11-04 11:13:31.472 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2020-11-04 11:13:31.495 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2020-11-04 11:13:31.520 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2020-11-04 11:13:31.544 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2020-11-04 11:13:31.568 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2020-11-04 11:13:31.593 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2020-11-04 11:13:31.617 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2020-11-04 11:13:31.640 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-04 11:13:31.665 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-04 11:13:31.689 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2020-11-04 11:13:31.713 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-04 11:13:31.737 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2020-11-04 11:13:31.761 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2020-11-04 11:13:31.788 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2020-11-04 11:13:31.812 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2020-11-04 11:13:31.837 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2020-11-04 11:13:31.861 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2020-11-04 11:13:31.886 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2020-11-04 11:13:31.913 | + lib/apache:write_local_uwsgi_http_config:364 : enable_apache_mod proxy 2020-11-04 11:13:31.915 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2020-11-04 11:13:31.917 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:13:31.920 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:13:31.922 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:13:31.925 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2020-11-04 11:13:31.927 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2020-11-04 11:13:31.987 | proxy (enabled by site administrator) 2020-11-04 11:13:31.991 | + lib/apache:write_local_uwsgi_http_config:365 : enable_apache_mod proxy_http 2020-11-04 11:13:31.993 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2020-11-04 11:13:31.995 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:13:31.998 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:13:32.001 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:13:32.003 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2020-11-04 11:13:32.006 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2020-11-04 11:13:32.067 | No module matches proxy_http 2020-11-04 11:13:32.070 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2020-11-04 11:13:32.129 | Considering dependency proxy for proxy_http: 2020-11-04 11:13:32.129 | Module proxy already enabled 2020-11-04 11:13:32.129 | Enabling module proxy_http. 2020-11-04 11:13:32.134 | To activate the new configuration, you need to run: 2020-11-04 11:13:32.134 | systemctl restart apache2 2020-11-04 11:13:32.139 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2020-11-04 11:13:32.142 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:13:32.144 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:13:32.147 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:13:32.300 | + lib/apache:write_local_uwsgi_http_config:366 : local apache_conf= 2020-11-04 11:13:32.303 | ++ lib/apache:write_local_uwsgi_http_config:367 : apache_site_config_for glance-wsgi-api 2020-11-04 11:13:32.306 | ++ lib/apache:apache_site_config_for:189 : local site=glance-wsgi-api 2020-11-04 11:13:32.309 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-04 11:13:32.312 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:13:32.315 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:13:32.317 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-04 11:13:32.320 | + lib/apache:write_local_uwsgi_http_config:367 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-04 11:13:32.323 | + lib/apache:write_local_uwsgi_http_config:368 : echo 'KeepAlive Off' 2020-11-04 11:13:32.323 | + lib/apache:write_local_uwsgi_http_config:368 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-04 11:13:32.331 | KeepAlive Off 2020-11-04 11:13:32.336 | + lib/apache:write_local_uwsgi_http_config:369 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-04 11:13:32.336 | + lib/apache:write_local_uwsgi_http_config:369 : echo 'SetEnv proxy-sendchunked 1' 2020-11-04 11:13:32.343 | SetEnv proxy-sendchunked 1 2020-11-04 11:13:32.347 | + lib/apache:write_local_uwsgi_http_config:370 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2020-11-04 11:13:32.356 | + lib/apache:write_local_uwsgi_http_config:370 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2020-11-04 11:13:32.363 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2020-11-04 11:13:32.367 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_site glance-wsgi-api 2020-11-04 11:13:32.369 | + lib/apache:enable_apache_site:206 : local site=glance-wsgi-api 2020-11-04 11:13:32.371 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-04 11:13:32.374 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-04 11:13:32.377 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:13:32.379 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:13:32.382 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:13:32.384 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-04 11:13:32.386 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-04 11:13:32.389 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:13:32.392 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:13:32.394 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance-wsgi-api 2020-11-04 11:13:32.454 | Enabling site glance-wsgi-api. 2020-11-04 11:13:32.459 | To activate the new configuration, you need to run: 2020-11-04 11:13:32.459 | systemctl reload apache2 2020-11-04 11:13:32.464 | + lib/apache:write_local_uwsgi_http_config:372 : restart_apache_server 2020-11-04 11:13:32.466 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:13:32.469 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:13:32.471 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:13:32.615 | + ./stack.sh:main:887 : is_service_enabled cinder 2020-11-04 11:13:32.635 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:13:32.637 | + ./stack.sh:main:889 : stack_install_service cinder 2020-11-04 11:13:32.640 | + lib/stack:stack_install_service:20 : local service=cinder 2020-11-04 11:13:32.642 | + lib/stack:stack_install_service:21 : type install_cinder 2020-11-04 11:13:32.645 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-04 11:13:32.647 | + lib/stack:stack_install_service:32 : install_cinder 2020-11-04 11:13:32.650 | + lib/cinder:install_cinder:413 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2020-11-04 11:13:32.652 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2020-11-04 11:13:32.655 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2020-11-04 11:13:32.657 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:13:32.659 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:13:32.662 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:13:32.665 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:13:32.667 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:13:32.671 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:13:32.688 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:13:32.691 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:13:32.693 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:13:32.696 | + functions-common:git_clone:546 : echo master 2020-11-04 11:13:32.696 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:13:32.701 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2020-11-04 11:13:32.703 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:13:32.706 | + functions-common:git_clone:594 : cd /opt/stack/cinder 2020-11-04 11:13:32.709 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:13:32.709 | + functions-common:git_clone:595 : head -1 2020-11-04 11:13:32.713 | 5d96cecde Merge commit 'refs/changes/13/761113/2' of ssh://review.openstack.org:29418/openstack/cinder into HEAD 2020-11-04 11:13:32.716 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:13:32.718 | + lib/cinder:install_cinder:414 : setup_develop /opt/stack/cinder 2020-11-04 11:13:32.721 | + inc/python:setup_develop:338 : local bindep 2020-11-04 11:13:32.724 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2020-11-04 11:13:32.727 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2020-11-04 11:13:32.729 | + inc/python:setup_develop:344 : local extras= 2020-11-04 11:13:32.732 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2020-11-04 11:13:32.735 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-04 11:13:32.737 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2020-11-04 11:13:32.740 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2020-11-04 11:13:32.742 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-04 11:13:32.745 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-04 11:13:32.748 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2020-11-04 11:13:32.751 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-04 11:13:32.754 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2020-11-04 11:13:32.757 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-04 11:13:32.759 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-04 11:13:32.763 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2020-11-04 11:13:32.768 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2020-11-04 11:13:32.770 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder '-e file:///opt/stack/cinder#egg=cinder' 2020-11-04 11:13:33.493 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2020-11-04 11:13:33.496 | + inc/python:setup_package:417 : local bindep=0 2020-11-04 11:13:33.498 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-04 11:13:33.501 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-04 11:13:33.503 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2020-11-04 11:13:33.505 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2020-11-04 11:13:33.508 | + inc/python:setup_package:426 : local flags=-e 2020-11-04 11:13:33.510 | + inc/python:setup_package:427 : local extras= 2020-11-04 11:13:33.513 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-04 11:13:33.515 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-04 11:13:33.518 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-04 11:13:33.520 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-04 11:13:33.523 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-04 11:13:33.525 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2020-11-04 11:13:33.543 | Using python 3.6 to install /opt/stack/cinder 2020-11-04 11:13:33.546 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2020-11-04 11:13:35.673 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:13:35.673 | 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. 2020-11-04 11:13:35.694 | Obtaining file:///opt/stack/cinder 2020-11-04 11:13:37.837 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-04 11:13:39.977 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-04 11:13:39.987 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-04 11:13:39.996 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-04 11:13:40.008 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-04 11:13:40.031 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-04 11:13:40.046 | Requirement already satisfied: castellan===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.6.0) 2020-11-04 11:13:40.068 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.2.1) 2020-11-04 11:13:40.112 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (0.2.2) 2020-11-04 11:13:40.127 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (4.4.2) 2020-11-04 11:13:40.131 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) (0.29.1) 2020-11-04 11:13:40.337 | Collecting google-api-python-client===1.12.5 2020-11-04 11:13:40.345 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/203/d545366086713/google_api_python_client-1.12.5-py2.py3-none-any.whl (61 kB) 2020-11-04 11:13:40.588 | Collecting google-auth===1.23.0 2020-11-04 11:13:40.595 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b72/8625ff5dfce8f/google_auth-1.23.0-py2.py3-none-any.whl (114 kB) 2020-11-04 11:13:40.797 | Collecting google-auth-httplib2===0.0.4 2020-11-04 11:13:40.804 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aea/ff501738b2897/google_auth_httplib2-0.0.4-py2.py3-none-any.whl (9.1 kB) 2020-11-04 11:13:40.881 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (0.4.17) 2020-11-04 11:13:40.883 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (0.18.1) 2020-11-04 11:13:40.886 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.0.0) 2020-11-04 11:13:40.907 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (0.1.13) 2020-11-04 11:13:40.910 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (3.2.0) 2020-11-04 11:13:40.943 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (4.2.1) 2020-11-04 11:13:41.017 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (9.1.0) 2020-11-04 11:13:41.081 | Requirement already satisfied: lxml===4.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (4.6.1) 2020-11-04 11:13:41.222 | Collecting oauth2client===4.1.3 2020-11-04 11:13:41.229 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2020-11-04 11:13:41.313 | Requirement already satisfied: os-brick===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (4.0.1) 2020-11-04 11:13:41.341 | 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 284)) (1.7.0) 2020-11-04 11:13:41.346 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (5.2.0) 2020-11-04 11:13:41.369 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.6.1) 2020-11-04 11:13:41.411 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (4.3.1) 2020-11-04 11:13:41.423 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (8.3.2) 2020-11-04 11:13:41.443 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.1.1) 2020-11-04 11:13:41.449 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (8.4.0) 2020-11-04 11:13:41.505 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (5.0.1) 2020-11-04 11:13:41.511 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (4.4.0) 2020-11-04 11:13:41.556 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (12.6.0) 2020-11-04 11:13:41.621 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.1.1) 2020-11-04 11:13:41.642 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.5.0) 2020-11-04 11:13:41.661 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (2.4.0) 2020-11-04 11:13:41.677 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (2.2.0) 2020-11-04 11:13:41.693 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (6.2.0) 2020-11-04 11:13:41.698 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (4.0.1) 2020-11-04 11:13:41.708 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (2.4.0) 2020-11-04 11:13:41.735 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (1.1.1) 2020-11-04 11:13:41.744 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.7.0) 2020-11-04 11:13:41.929 | Collecting oslo.versionedobjects===2.3.0 2020-11-04 11:13:41.936 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4eb/ad2b9b8e1782f/oslo.versionedobjects-2.3.0-py3-none-any.whl (77 kB) 2020-11-04 11:13:42.200 | Collecting oslo.vmware===3.7.0 2020-11-04 11:13:42.208 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/329/18f39db9fbef2/oslo.vmware-3.7.0-py3-none-any.whl (355 kB) 2020-11-04 11:13:42.318 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.4.0) 2020-11-04 11:13:42.373 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (20.4) 2020-11-04 11:13:42.558 | Collecting paramiko===2.7.2 2020-11-04 11:13:42.565 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2020-11-04 11:13:42.708 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (5.5.1) 2020-11-04 11:13:42.711 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (0.7.2) 2020-11-04 11:13:42.714 | Requirement already satisfied: psutil===5.7.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.7.3) 2020-11-04 11:13:42.888 | Collecting pyasn1===0.4.8 2020-11-04 11:13:42.895 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2020-11-04 11:13:43.089 | Collecting pyasn1-modules===0.2.8 2020-11-04 11:13:43.095 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2020-11-04 11:13:43.176 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (3.1.1) 2020-11-04 11:13:43.188 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (0.9.6) 2020-11-04 11:13:43.191 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (2.4.7) 2020-11-04 11:13:43.194 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (0.17.3) 2020-11-04 11:13:43.198 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (5.0.1) 2020-11-04 11:13:43.219 | 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 382)) (2.8.1) 2020-11-04 11:13:43.367 | Collecting python-glanceclient===3.2.2 2020-11-04 11:13:43.374 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1a6/98806cba5fd9b/python_glanceclient-3.2.2-py3-none-any.whl (189 kB) 2020-11-04 11:13:43.471 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (4.1.1) 2020-11-04 11:13:43.658 | Collecting python-novaclient===17.2.1 2020-11-04 11:13:43.665 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f4a/5fda834d951af/python_novaclient-17.2.1-py3-none-any.whl (319 kB) 2020-11-04 11:13:43.763 | Requirement already satisfied: python-swiftclient===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) (3.10.1) 2020-11-04 11:13:43.788 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (2020.4) 2020-11-04 11:13:43.792 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (0.7) 2020-11-04 11:13:43.801 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2.23.0) 2020-11-04 11:13:43.824 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.4.0) 2020-11-04 11:13:43.937 | Collecting rsa===4.6 2020-11-04 11:13:43.943 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/616/6864e23d6b519/rsa-4.6-py3-none-any.whl (47 kB) 2020-11-04 11:13:44.113 | Collecting rtslib-fb===2.1.74 2020-11-04 11:13:44.118 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2020-11-04 11:13:44.864 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (50.3.2) 2020-11-04 11:13:44.912 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (3.17.2) 2020-11-04 11:13:44.915 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (1.15.0) 2020-11-04 11:13:44.918 | 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 495)) (0.13.0) 2020-11-04 11:13:44.932 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (0.4.1) 2020-11-04 11:13:44.936 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (3.3.0) 2020-11-04 11:13:44.938 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.2.2) 2020-11-04 11:13:45.036 | Collecting suds-jurko===0.6 2020-11-04 11:13:45.043 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2020-11-04 11:13:45.220 | Collecting tabulate===0.8.7 2020-11-04 11:13:45.227 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2020-11-04 11:13:45.304 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 512)) (4.5.0) 2020-11-04 11:13:45.404 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (6.2.0) 2020-11-04 11:13:45.420 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (2.0.1) 2020-11-04 11:13:45.429 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (0.5.0) 2020-11-04 11:13:45.436 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.4.0) 2020-11-04 11:13:45.643 | Collecting tooz===2.7.1 2020-11-04 11:13:45.650 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51e/7955832a6509c/tooz-2.7.1-py3-none-any.whl (89 kB) 2020-11-04 11:13:45.795 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (1.4.0) 2020-11-04 11:13:45.798 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.1.0) 2020-11-04 11:13:45.891 | Collecting uritemplate===3.0.1 2020-11-04 11:13:45.897 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2020-11-04 11:13:45.970 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.25.11) 2020-11-04 11:13:45.993 | Requirement already satisfied: voluptuous===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (0.12.0) 2020-11-04 11:13:46.086 | Collecting warlock===1.3.3 2020-11-04 11:13:46.093 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2020-11-04 11:13:46.169 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (1.12.1) 2020-11-04 11:13:46.172 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 563)) (1.3.0) 2020-11-04 11:13:46.178 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (3.4.0) 2020-11-04 11:13:46.291 | Collecting zstd===1.4.5.1 2020-11-04 11:13:46.299 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2a1/806d625bd2d89/zstd-1.4.5.1.tar.gz (483 kB) 2020-11-04 11:13:47.041 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:13:47.045 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (1.16.0) 2020-11-04 11:13:47.195 | Collecting google-api-core===1.23.0 2020-11-04 11:13:47.202 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/94d/8c707d358d8d9/google_api_core-1.23.0-py2.py3-none-any.whl (91 kB) 2020-11-04 11:13:47.302 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-04 11:13:47.304 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:13:47.353 | 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) 2020-11-04 11:13:47.358 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) (1.0.2) 2020-11-04 11:13:47.364 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (0.14.1) 2020-11-04 11:13:47.369 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (2.2.0) 2020-11-04 11:13:47.378 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:13:47.381 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (0.8.0) 2020-11-04 11:13:47.388 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-04 11:13:47.398 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (2.3.0) 2020-11-04 11:13:47.405 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-04 11:13:47.409 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (5.0.2) 2020-11-04 11:13:47.457 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-04 11:13:47.465 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.0.0) 2020-11-04 11:13:47.469 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.0) 2020-11-04 11:13:47.482 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.10.9) 2020-11-04 11:13:47.651 | Collecting PyNaCl===1.4.0 2020-11-04 11:13:47.659 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2020-11-04 11:13:47.768 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2020-11-04 11:13:47.778 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.4.0) 2020-11-04 11:13:47.793 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (19.1.0) 2020-11-04 11:13:47.810 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (2.10) 2020-11-04 11:13:47.814 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:13:47.816 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:13:47.910 | Collecting pyudev===0.22.0 2020-11-04 11:13:47.917 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2020-11-04 11:13:47.993 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-04 11:13:47.995 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (2.5) 2020-11-04 11:13:48.037 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2020-11-04 11:13:48.046 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (1.4.1) 2020-11-04 11:13:48.051 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (1.0.0) 2020-11-04 11:13:48.054 | 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 399)) (1.6.0) 2020-11-04 11:13:48.056 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (1.0.0) 2020-11-04 11:13:48.059 | 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 539)) (1.4.0) 2020-11-04 11:13:48.102 | Collecting jsonpatch===1.26 2020-11-04 11:13:48.109 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/83f/f23119b336ea2/jsonpatch-1.26-py2.py3-none-any.whl (11 kB) 2020-11-04 11:13:48.117 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (2.20) 2020-11-04 11:13:48.120 | Requirement already satisfied: protobuf===3.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (3.13.0) 2020-11-04 11:13:48.225 | Collecting googleapis-common-protos===1.52.0 2020-11-04 11:13:48.232 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c89/61760f5aad9a7/googleapis_common_protos-1.52.0-py2.py3-none-any.whl (100 kB) 2020-11-04 11:13:48.312 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) (1.5) 2020-11-04 11:13:48.315 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2020-11-04 11:13:48.334 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-04 11:13:48.342 | 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 384)) (1.0.4) 2020-11-04 11:13:48.345 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (5.0.0) 2020-11-04 11:13:48.347 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-04 11:13:48.350 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.3.11) 2020-11-04 11:13:48.442 | Collecting jsonpointer===2.0 2020-11-04 11:13:48.449 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 2020-11-04 11:13:48.456 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (0.4.4) 2020-11-04 11:13:48.460 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (1.8.1) 2020-11-04 11:13:48.462 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (0.2.5) 2020-11-04 11:13:48.468 | Building wheels for collected packages: rtslib-fb, zstd 2020-11-04 11:13:48.469 | Building wheel for rtslib-fb (setup.py): started 2020-11-04 11:13:49.233 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2020-11-04 11:13:49.234 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85411 sha256=26e0ce115282657ac1613aa1eb2cc3039f185461f9a2a7553dc242ca2a613605 2020-11-04 11:13:49.234 | Stored in directory: /root/.cache/pip/wheels/d1/ed/a4/4f0113c98639b05fa912fd390b3ffa6feb900ec306c3311edf 2020-11-04 11:13:49.236 | Building wheel for zstd (setup.py): started 2020-11-04 11:14:22.395 | Building wheel for zstd (setup.py): finished with status 'done' 2020-11-04 11:14:22.404 | Created wheel for zstd: filename=zstd-1.4.5.1-cp36-cp36m-linux_x86_64.whl size=1160161 sha256=cc614bc564682a0d0faf5ef6ff3e0a3ac3022db85a5b975867d6f8f4fc8fcf7b 2020-11-04 11:14:22.404 | Stored in directory: /root/.cache/pip/wheels/bc/23/a5/e98123c4f3f4b1bc5f2bbba2762fb4202c8166557e7c2877e0 2020-11-04 11:14:22.405 | Successfully built rtslib-fb zstd 2020-11-04 11:14:23.269 | Installing collected packages: pyasn1, pyasn1-modules, rsa, oauth2client, oslo.versionedobjects, PyNaCl, paramiko, jsonpointer, jsonpatch, warlock, python-glanceclient, python-novaclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, tooz, google-auth, googleapis-common-protos, google-api-core, google-auth-httplib2, uritemplate, google-api-python-client, zstd, cinder 2020-11-04 11:14:23.269 | Attempting uninstall: pyasn1 2020-11-04 11:14:23.270 | Found existing installation: pyasn1 0.4.2 2020-11-04 11:14:23.282 | Uninstalling pyasn1-0.4.2: 2020-11-04 11:14:23.305 | Successfully uninstalled pyasn1-0.4.2 2020-11-04 11:14:24.531 | Attempting uninstall: jsonpointer 2020-11-04 11:14:24.532 | Found existing installation: jsonpointer 1.10 2020-11-04 11:14:24.541 | Uninstalling jsonpointer-1.10: 2020-11-04 11:14:24.563 | Successfully uninstalled jsonpointer-1.10 2020-11-04 11:14:24.634 | Attempting uninstall: jsonpatch 2020-11-04 11:14:24.635 | Found existing installation: jsonpatch 1.16 2020-11-04 11:14:24.645 | Uninstalling jsonpatch-1.16: 2020-11-04 11:14:24.666 | Successfully uninstalled jsonpatch-1.16 2020-11-04 11:14:27.241 | Running setup.py develop for cinder 2020-11-04 11:14:29.564 | Successfully installed PyNaCl-1.4.0 cinder google-api-core-1.23.0 google-api-python-client-1.12.5 google-auth-1.23.0 google-auth-httplib2-0.0.4 googleapis-common-protos-1.52.0 jsonpatch-1.26 jsonpointer-2.0 oauth2client-4.1.3 oslo.versionedobjects-2.3.0 oslo.vmware-3.7.0 paramiko-2.7.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.2.2 python-novaclient-17.2.1 pyudev-0.22.0 rsa-4.6 rtslib-fb-2.1.74 suds-jurko-0.6 tabulate-0.8.7 tooz-2.7.1 uritemplate-3.0.1 warlock-1.3.3 zstd-1.4.5.1 2020-11-04 11:14:29.830 | + inc/python:pip_install:200 : result=0 2020-11-04 11:14:29.832 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:14:29.834 | + functions-common:time_stop:2310 : local name 2020-11-04 11:14:29.844 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:14:29.844 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:14:29.844 | + functions-common:time_stop:2313 : local total 2020-11-04 11:14:29.844 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:14:29.846 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:14:29.848 | + functions-common:time_stop:2317 : start_time=1604488413539 2020-11-04 11:14:29.850 | + functions-common:time_stop:2319 : [[ -z 1604488413539 ]] 2020-11-04 11:14:29.853 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:14:29.857 | + functions-common:time_stop:2322 : end_time=1604488469854 2020-11-04 11:14:29.859 | + functions-common:time_stop:2323 : elapsed_time=56315 2020-11-04 11:14:29.861 | + functions-common:time_stop:2324 : total=165532 2020-11-04 11:14:29.863 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:14:29.866 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=221847 2020-11-04 11:14:29.868 | + inc/python:pip_install:203 : return 0 2020-11-04 11:14:29.870 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-04 11:14:29.873 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2020-11-04 11:14:29.875 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2020-11-04 11:14:29.892 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2020-11-04 11:14:29.904 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/cinder 2020-11-04 11:14:29.907 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2020-11-04 11:14:29.909 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:14:29.911 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:14:29.914 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/cinder, ]] 2020-11-04 11:14:29.917 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:14:29.919 | + lib/cinder:install_cinder:415 : [[ tgtadm == \t\g\t\a\d\m ]] 2020-11-04 11:14:29.921 | + lib/cinder:install_cinder:416 : install_package tgt 2020-11-04 11:14:29.924 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:14:29.926 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:14:29.929 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:14:29.931 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:14:29.934 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:14:29.936 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:14:29.939 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:14:29.941 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:14:29.944 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:14:29.946 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:14:29.949 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:14:29.951 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:14:29.954 | + functions-common:install_package:1345 : real_install_package tgt 2020-11-04 11:14:29.956 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:14:29.959 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:14:29.961 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:14:29.964 | + functions-common:real_install_package:1331 : apt_get install tgt 2020-11-04 11:14:29.983 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install tgt 2020-11-04 11:14:30.107 | Reading package lists... 2020-11-04 11:14:30.355 | Building dependency tree... 2020-11-04 11:14:30.356 | Reading state information... 2020-11-04 11:14:30.565 | The following packages were automatically installed and are no longer required: 2020-11-04 11:14:30.566 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-04 11:14:30.566 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-04 11:14:30.566 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-04 11:14:30.566 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:14:30.566 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:14:30.566 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:14:30.566 | python3-zope.interface 2020-11-04 11:14:30.566 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:14:30.566 | The following additional packages will be installed: 2020-11-04 11:14:30.567 | ibverbs-providers libconfig-general-perl libibverbs1 librdmacm1 2020-11-04 11:14:30.567 | libsgutils2-2 sg3-utils 2020-11-04 11:14:30.568 | Suggested packages: 2020-11-04 11:14:30.568 | tgt-rbd 2020-11-04 11:14:30.621 | The following NEW packages will be installed: 2020-11-04 11:14:30.622 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2020-11-04 11:14:30.623 | The following packages will be upgraded: 2020-11-04 11:14:30.623 | ibverbs-providers libibverbs1 2020-11-04 11:14:30.837 | 2 upgraded, 5 newly installed, 0 to remove and 155 not upgraded. 2020-11-04 11:14:30.837 | Need to get 1,406 kB of archives. 2020-11-04 11:14:30.837 | After this operation, 3,551 kB of additional disk space will be used. 2020-11-04 11:14:30.837 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 ibverbs-providers amd64 24.0-2~cloud0 [220 kB] 2020-11-04 11:14:31.001 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2020-11-04 11:14:31.181 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsgutils2-2 amd64 1.42-2ubuntu1.18.04.2 [59.8 kB] 2020-11-04 11:14:31.218 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2020-11-04 11:14:31.262 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 libibverbs1 amd64 24.0-2~cloud0 [50.8 kB] 2020-11-04 11:14:31.267 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 librdmacm1 amd64 24.0-2~cloud0 [58.4 kB] 2020-11-04 11:14:31.414 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2020-11-04 11:14:31.982 | Fetched 1,406 kB in 1s (1,771 kB/s) 2020-11-04 11:14:32.205 | (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 ... 77314 files and directories currently installed.) 2020-11-04 11:14:32.209 | Preparing to unpack .../0-ibverbs-providers_24.0-2~cloud0_amd64.deb ... 2020-11-04 11:14:32.420 | Unpacking ibverbs-providers:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2020-11-04 11:14:32.842 | Preparing to unpack .../1-libibverbs1_24.0-2~cloud0_amd64.deb ... 2020-11-04 11:14:32.976 | Unpacking libibverbs1:amd64 (24.0-2~cloud0) over (17.1-1ubuntu0.2) ... 2020-11-04 11:14:33.348 | Selecting previously unselected package libconfig-general-perl. 2020-11-04 11:14:33.356 | Preparing to unpack .../2-libconfig-general-perl_2.63-1_all.deb ... 2020-11-04 11:14:33.405 | Unpacking libconfig-general-perl (2.63-1) ... 2020-11-04 11:14:33.822 | Selecting previously unselected package librdmacm1:amd64. 2020-11-04 11:14:33.830 | Preparing to unpack .../3-librdmacm1_24.0-2~cloud0_amd64.deb ... 2020-11-04 11:14:33.890 | Unpacking librdmacm1:amd64 (24.0-2~cloud0) ... 2020-11-04 11:14:34.308 | Selecting previously unselected package libsgutils2-2. 2020-11-04 11:14:34.316 | Preparing to unpack .../4-libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2020-11-04 11:14:34.347 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2020-11-04 11:14:34.684 | Selecting previously unselected package sg3-utils. 2020-11-04 11:14:34.692 | Preparing to unpack .../5-sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2020-11-04 11:14:34.742 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2020-11-04 11:14:35.319 | Selecting previously unselected package tgt. 2020-11-04 11:14:35.327 | Preparing to unpack .../6-tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2020-11-04 11:14:35.364 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2020-11-04 11:14:36.004 | Setting up libibverbs1:amd64 (24.0-2~cloud0) ... 2020-11-04 11:14:36.198 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:14:36.290 | Setting up librdmacm1:amd64 (24.0-2~cloud0) ... 2020-11-04 11:14:36.434 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2020-11-04 11:14:36.586 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-04 11:14:36.730 | Setting up ibverbs-providers:amd64 (24.0-2~cloud0) ... 2020-11-04 11:14:37.719 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:14:38.010 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-11-04 11:14:39.747 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2020-11-04 11:14:39.861 | Setting up libconfig-general-perl (2.63-1) ... 2020-11-04 11:14:39.974 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2020-11-04 11:14:40.506 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2020-11-04 11:14:41.284 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-11-04 11:14:41.433 | Processing triggers for systemd (237-3ubuntu10.43) ... 2020-11-04 11:14:41.702 | Processing triggers for ureadahead (0.100.0-21) ... 2020-11-04 11:14:43.933 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:14:43.936 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:14:43.938 | + functions-common:time_stop:2310 : local name 2020-11-04 11:14:43.941 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:14:43.943 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:14:43.946 | + functions-common:time_stop:2313 : local total 2020-11-04 11:14:43.949 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:14:43.951 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:14:43.954 | + functions-common:time_stop:2317 : start_time=1604488469981 2020-11-04 11:14:43.956 | + functions-common:time_stop:2319 : [[ -z 1604488469981 ]] 2020-11-04 11:14:43.959 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:14:43.963 | + functions-common:time_stop:2322 : end_time=1604488483960 2020-11-04 11:14:43.965 | + functions-common:time_stop:2323 : elapsed_time=13979 2020-11-04 11:14:43.967 | + functions-common:time_stop:2324 : total=385896 2020-11-04 11:14:43.970 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:14:43.972 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=399875 2020-11-04 11:14:43.975 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:14:43.977 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-04 11:14:43.980 | + ./stack.sh:main:890 : configure_cinder 2020-11-04 11:14:43.983 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2020-11-04 11:14:43.994 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2020-11-04 11:14:43.998 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2020-11-04 11:14:44.000 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2020-11-04 11:14:44.002 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2020-11-04 11:14:44.005 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2020-11-04 11:14:44.006 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2020-11-04 11:14:44.009 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2020-11-04 11:14:44.012 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2020-11-04 11:14:44.014 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2020-11-04 11:14:44.016 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2020-11-04 11:14:44.018 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2020-11-04 11:14:44.020 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2020-11-04 11:14:44.022 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2020-11-04 11:14:44.024 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2020-11-04 11:14:44.035 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2020-11-04 11:14:44.046 | + 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 2020-11-04 11:14:44.057 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2020-11-04 11:14:44.069 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2020-11-04 11:14:44.080 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2020-11-04 11:14:44.083 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2020-11-04 11:14:44.086 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.GsTY4txPM4 2020-11-04 11:14:44.089 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2020-11-04 11:14:44.091 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2020-11-04 11:14:44.095 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2020-11-04 11:14:44.097 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.GsTY4txPM4 2020-11-04 11:14:44.100 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.GsTY4txPM4 2020-11-04 11:14:44.111 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.GsTY4txPM4 /etc/sudoers.d/cinder-rootwrap 2020-11-04 11:14:44.122 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2020-11-04 11:14:44.126 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2020-11-04 11:14:44.128 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2020-11-04 11:14:44.130 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2020-11-04 11:14:44.132 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2020-11-04 11:14:44.134 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2020-11-04 11:14:44.137 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2020-11-04 11:14:44.139 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2020-11-04 11:14:44.142 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2020-11-04 11:14:44.146 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2020-11-04 11:14:44.150 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2020-11-04 11:14:44.167 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2020-11-04 11:14:44.185 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2020-11-04 11:14:44.202 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2020-11-04 11:14:44.221 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2020-11-04 11:14:44.238 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2020-11-04 11:14:44.255 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2020-11-04 11:14:44.274 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2020-11-04 11:14:44.292 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2020-11-04 11:14:44.294 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2020-11-04 11:14:44.297 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2020-11-04 11:14:44.299 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-11-04 11:14:44.301 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2020-11-04 11:14:44.327 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2020-11-04 11:14:44.351 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.67/identity 2020-11-04 11:14:44.374 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2020-11-04 11:14:44.398 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2020-11-04 11:14:44.423 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2020-11-04 11:14:44.448 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2020-11-04 11:14:44.472 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2020-11-04 11:14:44.496 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-04 11:14:44.520 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2020-11-04 11:14:44.545 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2020-11-04 11:14:44.570 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2020-11-04 11:14:44.595 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2020-11-04 11:14:44.598 | ++ lib/database:database_connection_url:132 : local db=cinder 2020-11-04 11:14:44.600 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2020-11-04 11:14:44.603 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2020-11-04 11:14:44.605 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2020-11-04 11:14:44.608 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2020-11-04 11:14:44.635 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2020-11-04 11:14:44.660 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2020-11-04 11:14:44.685 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2020-11-04 11:14:44.709 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2020-11-04 11:14:44.734 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2020-11-04 11:14:44.758 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2020-11-04 11:14:44.785 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2020-11-04 11:14:44.787 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.67 2020-11-04 11:14:44.812 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2020-11-04 11:14:44.840 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2020-11-04 11:14:44.847 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 52837d7cbd4dcaa4c9f247651daf9efb 2020-11-04 11:14:44.872 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2020-11-04 11:14:44.887 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:14:44.890 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2020-11-04 11:14:44.906 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:14:44.908 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2020-11-04 11:14:44.923 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:14:44.925 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2020-11-04 11:14:44.941 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:14:44.943 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2020-11-04 11:14:44.945 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2020-11-04 11:14:44.948 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2020-11-04 11:14:44.951 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2020-11-04 11:14:44.953 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-04 11:14:44.955 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-04 11:14:44.957 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-04 11:14:44.973 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:14:44.976 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-04 11:14:44.978 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-04 11:14:44.981 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-04 11:14:44.996 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:14:44.998 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:14:45.001 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:14:45.027 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-04 11:14:45.029 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-04 11:14:45.031 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2020-11-04 11:14:45.034 | + functions:setup_logging:698 : setup_systemd_logging /etc/cinder/cinder.conf 2020-11-04 11:14:45.036 | + functions:setup_systemd_logging:713 : local conf_file=/etc/cinder/cinder.conf 2020-11-04 11:14:45.039 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-04 11:14:45.055 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-04 11:14:45.057 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-04 11:14:45.060 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-04 11:14:45.062 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-04 11:14:45.064 | + functions:setup_systemd_logging:726 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-04 11:14:45.090 | + functions:setup_systemd_logging:728 : 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' 2020-11-04 11:14:45.115 | + functions:setup_systemd_logging:729 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-04 11:14:45.140 | + functions:setup_systemd_logging:730 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-04 11:14:45.165 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2020-11-04 11:14:45.167 | + lib/apache:write_uwsgi_config:257 : local file=/etc/cinder/cinder-api-uwsgi.ini 2020-11-04 11:14:45.170 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/cinder-wsgi 2020-11-04 11:14:45.172 | + lib/apache:write_uwsgi_config:259 : local url=/volume 2020-11-04 11:14:45.174 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-04 11:14:45.176 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-04 11:14:45.179 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/cinder-wsgi 2020-11-04 11:14:45.184 | + lib/apache:write_uwsgi_config:262 : name=cinder-wsgi 2020-11-04 11:14:45.186 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-04 11:14:45.189 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-04 11:14:45.201 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-04 11:14:45.201 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:14:45.208 | d /var/run/uwsgi 0755 ubuntu root 2020-11-04 11:14:45.211 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:14:45.225 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2020-11-04 11:14:45.227 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2020-11-04 11:14:45.231 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2020-11-04 11:14:45.256 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2020-11-04 11:14:45.280 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2020-11-04 11:14:45.304 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2020-11-04 11:14:45.329 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2020-11-04 11:14:45.352 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-04 11:14:45.376 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2020-11-04 11:14:45.400 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2020-11-04 11:14:45.423 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2020-11-04 11:14:45.448 | + lib/apache:write_uwsgi_config:293 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-04 11:14:45.472 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2020-11-04 11:14:45.496 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-04 11:14:45.519 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2020-11-04 11:14:45.544 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-04 11:14:45.546 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-04 11:14:45.549 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for cinder-wsgi 2020-11-04 11:14:45.551 | ++ lib/apache:apache_site_config_for:189 : local site=cinder-wsgi 2020-11-04 11:14:45.554 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-04 11:14:45.556 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:14:45.559 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:14:45.561 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2020-11-04 11:14:45.564 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2020-11-04 11:14:45.566 | + lib/apache:write_uwsgi_config:307 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2020-11-04 11:14:45.590 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2020-11-04 11:14:45.614 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2020-11-04 11:14:45.615 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2020-11-04 11:14:45.622 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2020-11-04 11:14:45.625 | + lib/apache:write_uwsgi_config:310 : enable_apache_site cinder-wsgi 2020-11-04 11:14:45.628 | + lib/apache:enable_apache_site:206 : local site=cinder-wsgi 2020-11-04 11:14:45.630 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-04 11:14:45.632 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-04 11:14:45.635 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:14:45.638 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:14:45.640 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:14:45.642 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-04 11:14:45.645 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-04 11:14:45.647 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:14:45.649 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:14:45.652 | + lib/apache:enable_apache_site:210 : sudo a2ensite cinder-wsgi 2020-11-04 11:14:45.709 | Enabling site cinder-wsgi. 2020-11-04 11:14:45.714 | To activate the new configuration, you need to run: 2020-11-04 11:14:45.714 | systemctl reload apache2 2020-11-04 11:14:45.718 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-04 11:14:45.721 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:14:45.723 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:14:45.725 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:14:45.866 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2020-11-04 11:14:45.868 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2020-11-04 11:14:45.895 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.67/image 2020-11-04 11:14:45.920 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2020-11-04 11:14:45.936 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:14:45.939 | + lib/cinder:configure_cinder:315 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2020-11-04 11:14:45.941 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2020-11-04 11:14:45.943 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2020-11-04 11:14:45.946 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2020-11-04 11:14:45.948 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2020-11-04 11:14:45.974 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2020-11-04 11:14:46.000 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.67/identity 2020-11-04 11:14:46.024 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2020-11-04 11:14:46.049 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2020-11-04 11:14:46.073 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2020-11-04 11:14:46.098 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2020-11-04 11:14:46.123 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2020-11-04 11:14:46.147 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2020-11-04 11:14:46.172 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2020-11-04 11:14:46.196 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2020-11-04 11:14:46.222 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2020-11-04 11:14:46.246 | + lib/cinder:configure_cinder:319 : [[ ! -z '' ]] 2020-11-04 11:14:46.248 | + lib/cinder:configure_cinder:321 : is_service_enabled etcd3 2020-11-04 11:14:46.264 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:14:46.266 | + lib/cinder:configure_cinder:322 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.67:2379 2020-11-04 11:14:46.293 | + ./stack.sh:main:893 : is_service_enabled neutron 2020-11-04 11:14:46.309 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:14:46.312 | + ./stack.sh:main:895 : stack_install_service neutron 2020-11-04 11:14:46.314 | + lib/stack:stack_install_service:20 : local service=neutron 2020-11-04 11:14:46.316 | + lib/stack:stack_install_service:21 : type install_neutron 2020-11-04 11:14:46.319 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-04 11:14:46.321 | + lib/stack:stack_install_service:32 : install_neutron 2020-11-04 11:14:46.324 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2020-11-04 11:14:46.327 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-04 11:14:46.328 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2020-11-04 11:14:46.332 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2020-11-04 11:14:46.334 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2020-11-04 11:14:46.337 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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- ]] 2020-11-04 11:14:46.339 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2020-11-04 11:14:46.342 | + lib/neutron:install_neutron:659 : install_mutnauq 2020-11-04 11:14:46.344 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2020-11-04 11:14:46.347 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2020-11-04 11:14:46.349 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:14:46.352 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:14:46.355 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,neutron-lib, ]] 2020-11-04 11:14:46.357 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:14:46.359 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2020-11-04 11:14:46.362 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/neutron.git 2020-11-04 11:14:46.364 | + functions-common:git_clone:526 : local git_dest=/opt/stack/neutron 2020-11-04 11:14:46.366 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:14:46.368 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:14:46.372 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:14:46.374 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:14:46.377 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:14:46.380 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:14:46.394 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:14:46.396 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:14:46.399 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:14:46.402 | + functions-common:git_clone:546 : echo master 2020-11-04 11:14:46.402 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:14:46.406 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/neutron ]] 2020-11-04 11:14:46.408 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:14:46.411 | + functions-common:git_clone:594 : cd /opt/stack/neutron 2020-11-04 11:14:46.413 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:14:46.414 | + functions-common:git_clone:595 : head -1 2020-11-04 11:14:46.421 | 164f12349f Merge "ovn: support max_tunid option from NB_Global" 2020-11-04 11:14:46.424 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:14:46.426 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2020-11-04 11:14:46.429 | + inc/python:setup_develop:338 : local bindep 2020-11-04 11:14:46.431 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2020-11-04 11:14:46.434 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2020-11-04 11:14:46.437 | + inc/python:setup_develop:344 : local extras= 2020-11-04 11:14:46.439 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2020-11-04 11:14:46.442 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-04 11:14:46.444 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2020-11-04 11:14:46.447 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2020-11-04 11:14:46.450 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-04 11:14:46.452 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-04 11:14:46.455 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2020-11-04 11:14:46.457 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-04 11:14:46.460 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2020-11-04 11:14:46.463 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-04 11:14:46.465 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-04 11:14:46.468 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2020-11-04 11:14:46.473 | + inc/python:_setup_package_with_constraints_edit:383 : name=neutron 2020-11-04 11:14:46.476 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2020-11-04 11:14:47.206 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/neutron -e 2020-11-04 11:14:47.209 | + inc/python:setup_package:417 : local bindep=0 2020-11-04 11:14:47.211 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-04 11:14:47.214 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-04 11:14:47.216 | + inc/python:setup_package:420 : [[ /opt/stack/neutron == -bindep* ]] 2020-11-04 11:14:47.219 | + inc/python:setup_package:425 : local project_dir=/opt/stack/neutron 2020-11-04 11:14:47.221 | + inc/python:setup_package:426 : local flags=-e 2020-11-04 11:14:47.223 | + inc/python:setup_package:427 : local extras= 2020-11-04 11:14:47.226 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-04 11:14:47.228 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-04 11:14:47.230 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-04 11:14:47.232 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-04 11:14:47.235 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-04 11:14:47.237 | + inc/python:setup_package:445 : pip_install -e /opt/stack/neutron 2020-11-04 11:14:47.255 | Using python 3.6 to install /opt/stack/neutron 2020-11-04 11:14:47.258 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2020-11-04 11:14:49.437 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:14:49.438 | 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. 2020-11-04 11:14:49.459 | Obtaining file:///opt/stack/neutron 2020-11-04 11:14:51.699 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-04 11:14:53.943 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-04 11:14:53.951 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-04 11:14:53.954 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-04 11:14:53.964 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-04 11:14:53.973 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-04 11:14:53.986 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-04 11:14:54.009 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-04 11:14:54.023 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-04 11:14:54.033 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-04 11:14:54.042 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2020-11-04 11:14:54.045 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-11-04 11:14:54.055 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2.3.0) 2020-11-04 11:14:54.062 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.4.17) 2020-11-04 11:14:54.065 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) (0.18.1) 2020-11-04 11:14:54.068 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.2.1) 2020-11-04 11:14:54.139 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.1.0) 2020-11-04 11:14:54.202 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-04 11:14:54.209 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-04 11:14:54.381 | Collecting neutron-lib===2.6.1 2020-11-04 11:14:54.389 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/20d/415c0e6110cf3/neutron_lib-2.6.1-py3-none-any.whl (514 kB) 2020-11-04 11:14:54.719 | Collecting openstacksdk===0.50.0 2020-11-04 11:14:54.730 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cfd/4c5fee43a581f/openstacksdk-0.50.0-py3-none-any.whl (1.3 MB) 2020-11-04 11:14:55.025 | Collecting os-ken===1.2.0 2020-11-04 11:14:55.036 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c9/d2d46cff8718d/os_ken-1.2.0-py3-none-any.whl (2.1 MB) 2020-11-04 11:14:55.205 | 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 285)) (1.7.0) 2020-11-04 11:14:55.322 | Collecting os-traits===2.4.0 2020-11-04 11:14:55.328 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85e/cc9635036635c/os_traits-2.4.0-py3-none-any.whl (31 kB) 2020-11-04 11:14:55.523 | Collecting os-vif===2.2.0 2020-11-04 11:14:55.529 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b47/f036a1af464c6/os_vif-2.2.0-py3-none-any.whl (100 kB) 2020-11-04 11:14:55.725 | Collecting os-xenapi===0.3.4 2020-11-04 11:14:55.733 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2020-11-04 11:14:55.836 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.6.1) 2020-11-04 11:14:55.885 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (4.3.1) 2020-11-04 11:14:55.897 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.3.2) 2020-11-04 11:14:55.917 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (3.1.1) 2020-11-04 11:14:55.924 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.4.0) 2020-11-04 11:14:55.978 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.0.1) 2020-11-04 11:14:55.985 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (4.4.0) 2020-11-04 11:14:56.028 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (12.6.0) 2020-11-04 11:14:56.091 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.1.1) 2020-11-04 11:14:56.112 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (3.5.0) 2020-11-04 11:14:56.129 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (2.4.0) 2020-11-04 11:14:56.146 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (2.2.0) 2020-11-04 11:14:56.162 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (6.2.0) 2020-11-04 11:14:56.167 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.0.1) 2020-11-04 11:14:56.176 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.4.0) 2020-11-04 11:14:56.203 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (1.1.1) 2020-11-04 11:14:56.212 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (4.7.0) 2020-11-04 11:14:56.232 | Requirement already satisfied: oslo.versionedobjects===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.3.0) 2020-11-04 11:14:56.255 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (3.4.0) 2020-11-04 11:14:56.333 | Collecting ovs===2.13.0 2020-11-04 11:14:56.340 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/1bf/5c1d276201545/ovs-2.13.0-py3-none-any.whl (118 kB) 2020-11-04 11:14:56.487 | Collecting ovsdbapp===1.6.0 2020-11-04 11:14:56.493 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef7/f84054bfa599b/ovsdbapp-1.6.0-py3-none-any.whl (105 kB) 2020-11-04 11:14:56.582 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (20.4) 2020-11-04 11:14:56.589 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (2.7.2) 2020-11-04 11:14:56.627 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (5.5.1) 2020-11-04 11:14:56.752 | Collecting pecan===1.3.3 2020-11-04 11:14:56.759 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b54/61add4e3f35a7/pecan-1.3.3.tar.gz (120 kB) 2020-11-04 11:14:57.606 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (0.7.2) 2020-11-04 11:14:57.608 | Requirement already satisfied: psutil===5.7.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (5.7.3) 2020-11-04 11:14:57.632 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (19.1.0) 2020-11-04 11:14:57.647 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (3.1.1) 2020-11-04 11:14:57.659 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (0.9.6) 2020-11-04 11:14:57.662 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (2.4.7) 2020-11-04 11:14:57.793 | Collecting pyroute2===0.5.14 2020-11-04 11:14:57.800 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/774/c5ecf05fe40f0/pyroute2-0.5.14.tar.gz (873 kB) 2020-11-04 11:14:58.795 | 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 383)) (2.8.1) 2020-11-04 11:14:58.914 | Collecting python-designateclient===4.1.0 2020-11-04 11:14:58.921 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a08/11d01a89b69c8/python_designateclient-4.1.0-py3-none-any.whl (80 kB) 2020-11-04 11:14:59.049 | 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 385)) (1.0.4) 2020-11-04 11:14:59.052 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (4.1.1) 2020-11-04 11:14:59.214 | Collecting python-neutronclient===7.2.1 2020-11-04 11:14:59.221 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c2f/4d57d42d5962d/python_neutronclient-7.2.1-py3-none-any.whl (433 kB) 2020-11-04 11:14:59.345 | Requirement already satisfied: python-novaclient===17.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (17.2.1) 2020-11-04 11:14:59.365 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) (2020.4) 2020-11-04 11:14:59.370 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (0.7) 2020-11-04 11:14:59.378 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2.23.0) 2020-11-04 11:14:59.489 | Collecting requestsexceptions===1.4.0 2020-11-04 11:14:59.496 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2020-11-04 11:14:59.577 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 449)) (1.4.0) 2020-11-04 11:14:59.680 | Collecting setproctitle===1.1.10 2020-11-04 11:14:59.689 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6a0/35eddac628987/setproctitle-1.1.10.zip (34 kB) 2020-11-04 11:15:00.377 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (50.3.2) 2020-11-04 11:15:00.425 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (3.17.2) 2020-11-04 11:15:00.428 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (1.15.0) 2020-11-04 11:15:00.476 | Collecting sortedcontainers===2.2.2 2020-11-04 11:15:00.483 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c63/3ebde8580f241/sortedcontainers-2.2.2-py2.py3-none-any.whl (29 kB) 2020-11-04 11:15:00.491 | 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 496)) (0.13.0) 2020-11-04 11:15:00.504 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 497)) (0.4.1) 2020-11-04 11:15:00.507 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (3.3.0) 2020-11-04 11:15:00.510 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.2.2) 2020-11-04 11:15:00.519 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (6.2.0) 2020-11-04 11:15:00.535 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (2.0.1) 2020-11-04 11:15:00.545 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (0.5.0) 2020-11-04 11:15:00.551 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.4.0) 2020-11-04 11:15:00.661 | Collecting tinyrpc===1.0.4 2020-11-04 11:15:00.670 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4b4/1fab967fb1c97/tinyrpc-1.0.4.tar.gz (26 kB) 2020-11-04 11:15:01.474 | Requirement already satisfied: tooz===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (2.7.1) 2020-11-04 11:15:01.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 531)) (1.4.0) 2020-11-04 11:15:01.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 540)) (1.1.0) 2020-11-04 11:15:01.559 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.25.11) 2020-11-04 11:15:01.583 | Requirement already satisfied: voluptuous===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 548)) (0.12.0) 2020-11-04 11:15:01.588 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (1.12.1) 2020-11-04 11:15:01.591 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.3.0) 2020-11-04 11:15:01.596 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-04 11:15:01.606 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2020-11-04 11:15:01.615 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-04 11:15:01.618 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-04 11:15:01.733 | Collecting munch===2.5.0 2020-11-04 11:15:01.740 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl (10 kB) 2020-11-04 11:15:01.843 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-04 11:15:01.864 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:15:01.977 | Collecting jmespath===0.10.0 2020-11-04 11:15:01.984 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/6525904cc5977/jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2020-11-04 11:15:02.066 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.26) 2020-11-04 11:15:02.071 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2020-11-04 11:15:02.075 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.2.1) 2020-11-04 11:15:02.120 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-11-04 11:15:02.126 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-11-04 11:15:02.129 | 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) 2020-11-04 11:15:02.135 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-11-04 11:15:02.140 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (5.0.2) 2020-11-04 11:15:02.189 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-04 11:15:02.193 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-04 11:15:02.196 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:15:02.201 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-11-04 11:15:02.214 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2020-11-04 11:15:02.228 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2020-11-04 11:15:02.366 | Collecting WebTest===2.0.35 2020-11-04 11:15:02.373 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44d/dfe99b5eca4cf/WebTest-2.0.35-py2.py3-none-any.whl (32 kB) 2020-11-04 11:15:02.560 | Collecting logutils===0.3.5 2020-11-04 11:15:02.566 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/58a25d5c20946/logutils-0.3.5.tar.gz (27 kB) 2020-11-04 11:15:03.317 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-11-04 11:15:03.483 | Collecting osc-lib===2.2.1 2020-11-04 11:15:03.490 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/857/1b081a4ac408e/osc_lib-2.2.1-py3-none-any.whl (83 kB) 2020-11-04 11:15:03.586 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (3.2.0) 2020-11-04 11:15:03.773 | Collecting os-client-config===2.1.0 2020-11-04 11:15:03.780 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27b/dc338f8a87281/os_client_config-2.1.0-py3-none-any.whl (31 kB) 2020-11-04 11:15:03.862 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-04 11:15:03.866 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:15:03.869 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:15:03.872 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-04 11:15:03.874 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-11-04 11:15:03.877 | 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 400)) (1.6.0) 2020-11-04 11:15:03.879 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (1.0.0) 2020-11-04 11:15:03.882 | 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 540)) (1.4.0) 2020-11-04 11:15:03.885 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (3.4.0) 2020-11-04 11:15:03.913 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (2.0) 2020-11-04 11:15:03.917 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.5) 2020-11-04 11:15:03.919 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (5.0.0) 2020-11-04 11:15:03.922 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (2.20) 2020-11-04 11:15:04.046 | Collecting beautifulsoup4===4.9.3 2020-11-04 11:15:04.053 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fff/47e031e34ec82/beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) 2020-11-04 11:15:04.264 | Collecting waitress===1.4.4 2020-11-04 11:15:04.270 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d6/33e78149eb83b/waitress-1.4.4-py2.py3-none-any.whl (58 kB) 2020-11-04 11:15:04.363 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-11-04 11:15:04.425 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.17.3) 2020-11-04 11:15:04.430 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:15:04.597 | Collecting soupsieve===2.0.1 2020-11-04 11:15:04.605 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/163/4eea42ab371d3/soupsieve-2.0.1-py3-none-any.whl (32 kB) 2020-11-04 11:15:04.685 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (1.8.1) 2020-11-04 11:15:04.688 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (0.2.5) 2020-11-04 11:15:04.694 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-11-04 11:15:04.699 | Building wheels for collected packages: logutils, pecan, pyroute2, setproctitle, tinyrpc 2020-11-04 11:15:04.699 | Building wheel for logutils (setup.py): started 2020-11-04 11:15:05.438 | Building wheel for logutils (setup.py): finished with status 'done' 2020-11-04 11:15:05.439 | Created wheel for logutils: filename=logutils-0.3.5-py3-none-any.whl size=19939 sha256=42dab39331a0800e0d0b8c1247e3e10aa159cc194082738c4cde944f6e93dec8 2020-11-04 11:15:05.439 | Stored in directory: /root/.cache/pip/wheels/d8/35/3a/0ddd0713ae1be9c77bddb003f02b3fddc165409247333d32ef 2020-11-04 11:15:05.441 | Building wheel for pecan (setup.py): started 2020-11-04 11:15:06.353 | Building wheel for pecan (setup.py): finished with status 'done' 2020-11-04 11:15:06.354 | Created wheel for pecan: filename=pecan-1.3.3-py3-none-any.whl size=146357 sha256=613b525aefbea7a7bc29cc39a74931238121eee0c56fa4dcc8dd0d603a04426b 2020-11-04 11:15:06.355 | Stored in directory: /root/.cache/pip/wheels/e8/3e/4d/56709cf852d13199bb208d9dac62d404e7885c18867916533e 2020-11-04 11:15:06.356 | Building wheel for pyroute2 (setup.py): started 2020-11-04 11:15:07.391 | Building wheel for pyroute2 (setup.py): finished with status 'done' 2020-11-04 11:15:07.394 | Created wheel for pyroute2: filename=pyroute2-0.5.14-py3-none-any.whl size=391762 sha256=bb0663f77e6339ff95ff5e4c51b84c4a342f22be16855e89e55df46234464ceb 2020-11-04 11:15:07.395 | Stored in directory: /root/.cache/pip/wheels/53/0a/0f/5bfd17b16df551bb25b3cf5daa998f0fc3a35dd9a717b2ffce 2020-11-04 11:15:07.396 | Building wheel for setproctitle (setup.py): started 2020-11-04 11:15:08.736 | Building wheel for setproctitle (setup.py): finished with status 'done' 2020-11-04 11:15:08.737 | Created wheel for setproctitle: filename=setproctitle-1.1.10-cp36-cp36m-linux_x86_64.whl size=33918 sha256=9744576df0991cce3069ceffcd90c0499572c44eeb580a358580ab09d0b40b61 2020-11-04 11:15:08.738 | Stored in directory: /root/.cache/pip/wheels/5c/fb/ef/c065d6acf0900d6e6f7aa147de64068a6dac9116d2bd59c13a 2020-11-04 11:15:08.739 | Building wheel for tinyrpc (setup.py): started 2020-11-04 11:15:09.519 | Building wheel for tinyrpc (setup.py): finished with status 'done' 2020-11-04 11:15:09.520 | Created wheel for tinyrpc: filename=tinyrpc-1.0.4-py3-none-any.whl size=35005 sha256=2949e704572af5f570bb457450abe69d41becae0d7e463fbc39e07561f6aefcc 2020-11-04 11:15:09.520 | Stored in directory: /root/.cache/pip/wheels/f6/4f/3f/67c0417317941d5194a32f9dc3c90bd5e749e9876c117dfe44 2020-11-04 11:15:09.521 | Successfully built logutils pecan pyroute2 setproctitle tinyrpc 2020-11-04 11:15:10.712 | Installing collected packages: soupsieve, beautifulsoup4, waitress, WebTest, logutils, pecan, tinyrpc, sortedcontainers, ovs, os-ken, os-traits, setproctitle, neutron-lib, munch, jmespath, requestsexceptions, openstacksdk, osc-lib, os-client-config, python-neutronclient, ovsdbapp, pyroute2, python-designateclient, os-xenapi, os-vif, neutron 2020-11-04 11:15:11.638 | Attempting uninstall: sortedcontainers 2020-11-04 11:15:11.640 | Found existing installation: sortedcontainers 1.5.7 2020-11-04 11:15:11.642 | Uninstalling sortedcontainers-1.5.7: 2020-11-04 11:15:11.664 | Successfully uninstalled sortedcontainers-1.5.7 2020-11-04 11:15:11.747 | Attempting uninstall: ovs 2020-11-04 11:15:11.748 | Found existing installation: ovs 2.12.1 2020-11-04 11:15:11.750 | Uninstalling ovs-2.12.1: 2020-11-04 11:15:11.771 | Successfully uninstalled ovs-2.12.1 2020-11-04 11:15:18.902 | Running setup.py develop for neutron 2020-11-04 11:15:21.421 | Successfully installed WebTest-2.0.35 beautifulsoup4-4.9.3 jmespath-0.10.0 logutils-0.3.5 munch-2.5.0 neutron neutron-lib-2.6.1 openstacksdk-0.50.0 os-client-config-2.1.0 os-ken-1.2.0 os-traits-2.4.0 os-vif-2.2.0 os-xenapi-0.3.4 osc-lib-2.2.1 ovs-2.13.0 ovsdbapp-1.6.0 pecan-1.3.3 pyroute2-0.5.14 python-designateclient-4.1.0 python-neutronclient-7.2.1 requestsexceptions-1.4.0 setproctitle-1.1.10 sortedcontainers-2.2.2 soupsieve-2.0.1 tinyrpc-1.0.4 waitress-1.4.4 2020-11-04 11:15:21.717 | + inc/python:pip_install:200 : result=0 2020-11-04 11:15:21.720 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:15:21.722 | + functions-common:time_stop:2310 : local name 2020-11-04 11:15:21.724 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:15:21.726 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:15:21.729 | + functions-common:time_stop:2313 : local total 2020-11-04 11:15:21.731 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:15:21.734 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:15:21.736 | + functions-common:time_stop:2317 : start_time=1604488487250 2020-11-04 11:15:21.738 | + functions-common:time_stop:2319 : [[ -z 1604488487250 ]] 2020-11-04 11:15:21.741 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:15:21.744 | + functions-common:time_stop:2322 : end_time=1604488521741 2020-11-04 11:15:21.747 | + functions-common:time_stop:2323 : elapsed_time=34491 2020-11-04 11:15:21.749 | + functions-common:time_stop:2324 : total=221847 2020-11-04 11:15:21.751 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:15:21.753 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=256338 2020-11-04 11:15:21.755 | + inc/python:pip_install:203 : return 0 2020-11-04 11:15:21.758 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-04 11:15:21.761 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2020-11-04 11:15:21.763 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2020-11-04 11:15:21.780 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2020-11-04 11:15:21.791 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/neutron 2020-11-04 11:15:21.794 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2020-11-04 11:15:21.796 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:15:21.799 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:15:21.801 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/neutron, ]] 2020-11-04 11:15:21.804 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:15:21.807 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2020-11-04 11:15:21.810 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-04 11:15:21.812 | + ./stack.sh:main:898 : is_service_enabled nova 2020-11-04 11:15:21.828 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:21.831 | + ./stack.sh:main:900 : stack_install_service nova 2020-11-04 11:15:21.833 | + lib/stack:stack_install_service:20 : local service=nova 2020-11-04 11:15:21.835 | + lib/stack:stack_install_service:21 : type install_nova 2020-11-04 11:15:21.838 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-04 11:15:21.840 | + lib/stack:stack_install_service:32 : install_nova 2020-11-04 11:15:21.843 | + lib/nova:install_nova:799 : use_library_from_git os-vif 2020-11-04 11:15:21.845 | + inc/python:use_library_from_git:250 : local name=os-vif 2020-11-04 11:15:21.848 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:15:21.850 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:15:21.852 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-vif, ]] 2020-11-04 11:15:21.855 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:15:21.858 | + lib/nova:install_nova:804 : is_service_enabled n-cpu 2020-11-04 11:15:21.873 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:21.875 | + lib/nova:install_nova:808 : is_service_enabled n-novnc 2020-11-04 11:15:21.891 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:21.893 | + lib/nova:install_nova:820 : is_service_enabled n-spice 2020-11-04 11:15:21.909 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:21.911 | + lib/nova:install_nova:832 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2020-11-04 11:15:21.914 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/nova.git 2020-11-04 11:15:21.916 | + functions-common:git_clone:526 : local git_dest=/opt/stack/nova 2020-11-04 11:15:21.918 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:15:21.920 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:15:21.923 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:15:21.926 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:15:21.928 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:15:21.931 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:15:21.946 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:15:21.949 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:15:21.951 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:15:21.954 | + functions-common:git_clone:546 : echo master 2020-11-04 11:15:21.954 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:15:21.958 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/nova ]] 2020-11-04 11:15:21.961 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:15:21.963 | + functions-common:git_clone:594 : cd /opt/stack/nova 2020-11-04 11:15:21.966 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:15:21.966 | + functions-common:git_clone:595 : head -1 2020-11-04 11:15:21.984 | edd8fefe3f Merge "optimize the shelve code flow" 2020-11-04 11:15:21.987 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:15:21.990 | + lib/nova:install_nova:833 : setup_develop /opt/stack/nova 2020-11-04 11:15:21.992 | + inc/python:setup_develop:338 : local bindep 2020-11-04 11:15:21.995 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2020-11-04 11:15:21.997 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2020-11-04 11:15:22.000 | + inc/python:setup_develop:344 : local extras= 2020-11-04 11:15:22.002 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2020-11-04 11:15:22.005 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-04 11:15:22.007 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2020-11-04 11:15:22.010 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2020-11-04 11:15:22.013 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-04 11:15:22.015 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-04 11:15:22.018 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2020-11-04 11:15:22.020 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-04 11:15:22.023 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2020-11-04 11:15:22.026 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-04 11:15:22.028 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-04 11:15:22.031 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2020-11-04 11:15:22.036 | + inc/python:_setup_package_with_constraints_edit:383 : name=nova 2020-11-04 11:15:22.039 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova '-e file:///opt/stack/nova#egg=nova' 2020-11-04 11:15:22.758 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/nova -e 2020-11-04 11:15:22.761 | + inc/python:setup_package:417 : local bindep=0 2020-11-04 11:15:22.763 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-04 11:15:22.765 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-04 11:15:22.768 | + inc/python:setup_package:420 : [[ /opt/stack/nova == -bindep* ]] 2020-11-04 11:15:22.770 | + inc/python:setup_package:425 : local project_dir=/opt/stack/nova 2020-11-04 11:15:22.772 | + inc/python:setup_package:426 : local flags=-e 2020-11-04 11:15:22.774 | + inc/python:setup_package:427 : local extras= 2020-11-04 11:15:22.777 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-04 11:15:22.779 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-04 11:15:22.782 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-04 11:15:22.784 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-04 11:15:22.786 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-04 11:15:22.788 | + inc/python:setup_package:445 : pip_install -e /opt/stack/nova 2020-11-04 11:15:22.807 | Using python 3.6 to install /opt/stack/nova 2020-11-04 11:15:22.810 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2020-11-04 11:15:25.074 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:15:25.074 | 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. 2020-11-04 11:15:25.096 | Obtaining file:///opt/stack/nova 2020-11-04 11:15:28.642 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-04 11:15:32.191 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-04 11:15:32.199 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-04 11:15:32.203 | Requirement already satisfied: Paste===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (3.5.0) 2020-11-04 11:15:32.214 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (2.1.1) 2020-11-04 11:15:32.223 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:15:32.227 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-04 11:15:32.239 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-04 11:15:32.263 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-04 11:15:32.278 | Requirement already satisfied: castellan===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.6.0) 2020-11-04 11:15:32.302 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.2.1) 2020-11-04 11:15:32.346 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 124)) (0.2.2) 2020-11-04 11:15:32.490 | Collecting dataclasses===0.7 2020-11-04 11:15:32.497 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/345/9118f7ede7c8b/dataclasses-0.7-py3-none-any.whl (18 kB) 2020-11-04 11:15:32.587 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2020-11-04 11:15:32.591 | Requirement already satisfied: eventlet===0.29.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.29.1) 2020-11-04 11:15:32.601 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (2.3.0) 2020-11-04 11:15:32.608 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.4.17) 2020-11-04 11:15:32.611 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-04 11:15:32.614 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (3.2.0) 2020-11-04 11:15:32.647 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.2.1) 2020-11-04 11:15:32.719 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.1.0) 2020-11-04 11:15:32.783 | Requirement already satisfied: lxml===4.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (4.6.1) 2020-11-04 11:15:32.927 | Collecting microversion-parse===1.0.1 2020-11-04 11:15:32.935 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2020-11-04 11:15:33.027 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-04 11:15:33.034 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-04 11:15:33.037 | Requirement already satisfied: openstacksdk===0.50.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) (0.50.0) 2020-11-04 11:15:33.071 | Requirement already satisfied: os-brick===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (4.0.1) 2020-11-04 11:15:33.207 | Collecting os-resource-classes===1.0.0 2020-11-04 11:15:33.214 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl (10 kB) 2020-11-04 11:15:33.305 | 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 286)) (1.7.0) 2020-11-04 11:15:33.310 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.4.0) 2020-11-04 11:15:33.315 | Requirement already satisfied: os-vif===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (2.2.0) 2020-11-04 11:15:33.343 | Requirement already satisfied: os-win===5.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (5.2.0) 2020-11-04 11:15:33.367 | 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 291)) (0.3.4) 2020-11-04 11:15:33.387 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.6.1) 2020-11-04 11:15:33.429 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (4.3.1) 2020-11-04 11:15:33.441 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (8.3.2) 2020-11-04 11:15:33.460 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (3.1.1) 2020-11-04 11:15:33.468 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (8.4.0) 2020-11-04 11:15:33.524 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (5.0.1) 2020-11-04 11:15:33.531 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.4.0) 2020-11-04 11:15:33.577 | Requirement already satisfied: oslo.messaging===12.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (12.6.0) 2020-11-04 11:15:33.641 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (4.1.1) 2020-11-04 11:15:33.662 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (3.5.0) 2020-11-04 11:15:33.681 | Requirement already satisfied: oslo.privsep===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (2.4.0) 2020-11-04 11:15:33.699 | Requirement already satisfied: oslo.reports===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (2.2.0) 2020-11-04 11:15:33.716 | Requirement already satisfied: oslo.rootwrap===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (6.2.0) 2020-11-04 11:15:33.720 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.0.1) 2020-11-04 11:15:33.731 | Requirement already satisfied: oslo.service===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (2.4.0) 2020-11-04 11:15:33.759 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (1.1.1) 2020-11-04 11:15:33.768 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.7.0) 2020-11-04 11:15:33.788 | Requirement already satisfied: oslo.versionedobjects===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (2.3.0) 2020-11-04 11:15:33.812 | Requirement already satisfied: ovsdbapp===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (1.6.0) 2020-11-04 11:15:33.822 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (20.4) 2020-11-04 11:15:33.830 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (2.7.2) 2020-11-04 11:15:33.870 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (5.5.1) 2020-11-04 11:15:33.873 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (0.7.2) 2020-11-04 11:15:33.875 | Requirement already satisfied: psutil===5.7.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (5.7.3) 2020-11-04 11:15:33.899 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (3.1.1) 2020-11-04 11:15:33.912 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (0.9.6) 2020-11-04 11:15:33.916 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.4.7) 2020-11-04 11:15:34.049 | Collecting pypowervm===1.1.24 2020-11-04 11:15:34.060 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2020-11-04 11:15:34.217 | Requirement already satisfied: pyroute2===0.5.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (0.5.14) 2020-11-04 11:15:34.224 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (0.17.3) 2020-11-04 11:15:34.230 | Requirement already satisfied: python-barbicanclient===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 376)) (5.0.1) 2020-11-04 11:15:34.248 | Requirement already satisfied: python-cinderclient===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) (7.2.0) 2020-11-04 11:15:34.268 | 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 384)) (2.8.1) 2020-11-04 11:15:34.275 | Requirement already satisfied: python-glanceclient===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (3.2.2) 2020-11-04 11:15:34.295 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (4.1.1) 2020-11-04 11:15:34.315 | Requirement already satisfied: python-neutronclient===7.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (7.2.1) 2020-11-04 11:15:34.345 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (2020.4) 2020-11-04 11:15:34.350 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (0.7) 2020-11-04 11:15:34.358 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.23.0) 2020-11-04 11:15:34.382 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2020-11-04 11:15:34.385 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (1.3.3) 2020-11-04 11:15:34.390 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 450)) (1.4.0) 2020-11-04 11:15:34.395 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (50.3.2) 2020-11-04 11:15:34.445 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (3.17.2) 2020-11-04 11:15:34.449 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (1.15.0) 2020-11-04 11:15:34.452 | 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 497)) (0.13.0) 2020-11-04 11:15:34.464 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 498)) (0.4.1) 2020-11-04 11:15:34.467 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (3.3.0) 2020-11-04 11:15:34.470 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.2.2) 2020-11-04 11:15:34.480 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (4.5.0) 2020-11-04 11:15:34.547 | Requirement already satisfied: tenacity===6.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (6.2.0) 2020-11-04 11:15:34.563 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (2.0.1) 2020-11-04 11:15:34.574 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (0.5.0) 2020-11-04 11:15:34.580 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (2.4.0) 2020-11-04 11:15:34.599 | Requirement already satisfied: tooz===2.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.7.1) 2020-11-04 11:15:34.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 532)) (1.4.0) 2020-11-04 11:15:34.676 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.1.0) 2020-11-04 11:15:34.685 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.25.11) 2020-11-04 11:15:34.710 | Requirement already satisfied: voluptuous===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (0.12.0) 2020-11-04 11:15:34.714 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.3.3) 2020-11-04 11:15:34.823 | Collecting websockify===0.9.0 2020-11-04 11:15:34.831 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c35/b5b79ebc517d3/websockify-0.9.0.tar.gz (37 kB) 2020-11-04 11:15:35.652 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (1.12.1) 2020-11-04 11:15:35.655 | Requirement already satisfied: yappi===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.3.0) 2020-11-04 11:15:35.766 | Collecting zVMCloudConnector===1.4.1 2020-11-04 11:15:35.774 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2020-11-04 11:15:36.735 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:15:36.740 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) (1.16.0) 2020-11-04 11:15:36.749 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:15:36.797 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-04 11:15:36.819 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-04 11:15:36.841 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-11-04 11:15:36.848 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2020-11-04 11:15:36.851 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) (0.10.0) 2020-11-04 11:15:36.855 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.26) 2020-11-04 11:15:36.861 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (2.5.0) 2020-11-04 11:15:36.886 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-04 11:15:36.895 | 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) 2020-11-04 11:15:36.900 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-11-04 11:15:36.906 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-04 11:15:36.915 | Requirement already satisfied: amqp===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.1) 2020-11-04 11:15:36.920 | Requirement already satisfied: cachetools===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.1.1) 2020-11-04 11:15:36.923 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (5.0.2) 2020-11-04 11:15:36.973 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-11-04 11:15:36.976 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-11-04 11:15:36.989 | Requirement already satisfied: ovs===2.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (2.13.0) 2020-11-04 11:15:36.995 | Requirement already satisfied: PyNaCl===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2020-11-04 11:15:37.010 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2020-11-04 11:15:37.021 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (0.4.8) 2020-11-04 11:15:37.024 | 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 344)) (0.2.8) 2020-11-04 11:15:37.030 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-11-04 11:15:37.047 | Requirement already satisfied: pyOpenSSL===19.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (19.1.0) 2020-11-04 11:15:37.063 | 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 280)) (2.1.0) 2020-11-04 11:15:37.067 | Requirement already satisfied: osc-lib===2.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.2.1) 2020-11-04 11:15:37.084 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:15:37.088 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:15:37.091 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-04 11:15:37.095 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-04 11:15:37.098 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5) 2020-11-04 11:15:37.141 | Requirement already satisfied: automaton===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) (2.2.0) 2020-11-04 11:15:37.152 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (1.4.1) 2020-11-04 11:15:37.157 | 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 401)) (1.6.0) 2020-11-04 11:15:37.161 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-11-04 11:15:37.163 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (1.0.0) 2020-11-04 11:15:37.167 | 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 541)) (1.4.0) 2020-11-04 11:15:38.138 | Collecting numpy===1.19.4 2020-11-04 11:15:38.176 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ad6/f2ff5b1989a48/numpy-1.19.4-cp36-cp36m-manylinux2010_x86_64.whl (14.5 MB) 2020-11-04 11:15:38.591 | Requirement already satisfied: PyJWT===1.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (1.7.1) 2020-11-04 11:15:38.608 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (2.20) 2020-11-04 11:15:38.611 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (3.4.0) 2020-11-04 11:15:38.640 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (2.0) 2020-11-04 11:15:38.643 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.5) 2020-11-04 11:15:38.646 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-04 11:15:38.655 | 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 386)) (1.0.4) 2020-11-04 11:15:38.658 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (5.0.0) 2020-11-04 11:15:38.661 | Requirement already satisfied: sortedcontainers===2.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (2.2.2) 2020-11-04 11:15:38.666 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-11-04 11:15:38.762 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.2.5) 2020-11-04 11:15:38.768 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-11-04 11:15:38.773 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (1.8.1) 2020-11-04 11:15:38.776 | Building wheels for collected packages: websockify, zVMCloudConnector 2020-11-04 11:15:38.777 | Building wheel for websockify (setup.py): started 2020-11-04 11:15:39.574 | Building wheel for websockify (setup.py): finished with status 'done' 2020-11-04 11:15:39.575 | Created wheel for websockify: filename=websockify-0.9.0-py3-none-any.whl size=35707 sha256=c9faba92a25d6c7345c8154f314ebd9069a858c9206bcdd3ff01dd57f3db2ea6 2020-11-04 11:15:39.575 | Stored in directory: /root/.cache/pip/wheels/8b/ec/6c/aed219b7e68778adcd6705f915ee6ededcbb7246e4213c2e28 2020-11-04 11:15:39.577 | Building wheel for zVMCloudConnector (setup.py): started 2020-11-04 11:15:40.560 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2020-11-04 11:15:40.563 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303898 sha256=ab4bd5e1971b783c4f1d1b1f1e1a3753ef60632acd0d85561fa93dd6acdb184c 2020-11-04 11:15:40.563 | Stored in directory: /root/.cache/pip/wheels/77/e9/f7/60f0d1ed62c86db5498c1a2c54e062ef948abfc58230673f10 2020-11-04 11:15:40.564 | Successfully built websockify zVMCloudConnector 2020-11-04 11:15:41.502 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, pypowervm, zVMCloudConnector, dataclasses, nova 2020-11-04 11:15:45.443 | Running setup.py develop for nova 2020-11-04 11:15:49.182 | Successfully installed dataclasses-0.7 microversion-parse-1.0.1 nova numpy-1.19.4 os-resource-classes-1.0.0 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1 2020-11-04 11:15:49.457 | + inc/python:pip_install:200 : result=0 2020-11-04 11:15:49.459 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:15:49.462 | + functions-common:time_stop:2310 : local name 2020-11-04 11:15:49.464 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:15:49.466 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:15:49.469 | + functions-common:time_stop:2313 : local total 2020-11-04 11:15:49.471 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:15:49.473 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:15:49.475 | + functions-common:time_stop:2317 : start_time=1604488522802 2020-11-04 11:15:49.477 | + functions-common:time_stop:2319 : [[ -z 1604488522802 ]] 2020-11-04 11:15:49.480 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:15:49.483 | + functions-common:time_stop:2322 : end_time=1604488549481 2020-11-04 11:15:49.485 | + functions-common:time_stop:2323 : elapsed_time=26679 2020-11-04 11:15:49.487 | + functions-common:time_stop:2324 : total=256338 2020-11-04 11:15:49.490 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:15:49.492 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=283017 2020-11-04 11:15:49.494 | + inc/python:pip_install:203 : return 0 2020-11-04 11:15:49.496 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-04 11:15:49.499 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2020-11-04 11:15:49.501 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2020-11-04 11:15:49.518 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2020-11-04 11:15:49.529 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/nova 2020-11-04 11:15:49.532 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2020-11-04 11:15:49.534 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:15:49.536 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:15:49.539 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/nova, ]] 2020-11-04 11:15:49.541 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:15:49.544 | + lib/nova:install_nova:834 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2020-11-04 11:15:49.555 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-04 11:15:49.557 | + ./stack.sh:main:901 : configure_nova 2020-11-04 11:15:49.560 | + lib/nova:configure_nova:236 : sudo install -d -o ubuntu /etc/nova 2020-11-04 11:15:49.572 | + lib/nova:configure_nova:238 : configure_rootwrap nova 2020-11-04 11:15:49.574 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2020-11-04 11:15:49.577 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2020-11-04 11:15:49.580 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2020-11-04 11:15:49.581 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2020-11-04 11:15:49.584 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2020-11-04 11:15:49.587 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2020-11-04 11:15:49.589 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2020-11-04 11:15:49.592 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2020-11-04 11:15:49.594 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2020-11-04 11:15:49.596 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2020-11-04 11:15:49.599 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2020-11-04 11:15:49.601 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2020-11-04 11:15:49.612 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2020-11-04 11:15:49.624 | + 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 2020-11-04 11:15:49.635 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2020-11-04 11:15:49.646 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2020-11-04 11:15:49.658 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2020-11-04 11:15:49.661 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2020-11-04 11:15:49.665 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.8HqN7wAX6C 2020-11-04 11:15:49.668 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2020-11-04 11:15:49.670 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2020-11-04 11:15:49.672 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2020-11-04 11:15:49.675 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2020-11-04 11:15:49.677 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2020-11-04 11:15:49.679 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.8HqN7wAX6C 2020-11-04 11:15:49.683 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.8HqN7wAX6C 2020-11-04 11:15:49.694 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.8HqN7wAX6C /etc/sudoers.d/nova-rootwrap 2020-11-04 11:15:49.705 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2020-11-04 11:15:49.709 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2020-11-04 11:15:49.712 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2020-11-04 11:15:49.714 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2020-11-04 11:15:49.717 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2020-11-04 11:15:49.719 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2020-11-04 11:15:49.721 | + 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 ]] 2020-11-04 11:15:49.724 | + lib/nova:configure_nova:240 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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 ]] 2020-11-04 11:15:49.726 | + lib/nova:configure_nova:242 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2020-11-04 11:15:49.731 | + lib/nova:configure_nova:245 : is_service_enabled n-cpu 2020-11-04 11:15:49.747 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:49.749 | + lib/nova:configure_nova:320 : create_nova_conf 2020-11-04 11:15:49.751 | + lib/nova:create_nova_conf:387 : rm -f /opt/stack/nova/bin/nova.conf 2020-11-04 11:15:49.755 | + lib/nova:create_nova_conf:390 : rm -f /etc/nova/nova.conf 2020-11-04 11:15:49.758 | + lib/nova:create_nova_conf:391 : iniset /etc/nova/nova.conf DEFAULT debug True 2020-11-04 11:15:49.783 | + lib/nova:create_nova_conf:392 : '[' True == True ']' 2020-11-04 11:15:49.785 | + lib/nova:create_nova_conf:393 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2020-11-04 11:15:49.808 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2020-11-04 11:15:49.833 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2020-11-04 11:15:49.856 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2020-11-04 11:15:49.881 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf scheduler workers 2 2020-11-04 11:15:49.907 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2020-11-04 11:15:49.932 | + lib/nova:create_nova_conf:400 : [[ 4 == 6 ]] 2020-11-04 11:15:49.934 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.67 2020-11-04 11:15:49.957 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2020-11-04 11:15:49.982 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2020-11-04 11:15:50.004 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2020-11-04 11:15:50.028 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2020-11-04 11:15:50.051 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2020-11-04 11:15:50.077 | + lib/nova:create_nova_conf:412 : is_fedora 2020-11-04 11:15:50.079 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-04 11:15:50.081 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-04 11:15:50.083 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-04 11:15:50.085 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-04 11:15:50.088 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-04 11:15:50.090 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-04 11:15:50.092 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:15:50.094 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-04 11:15:50.096 | + lib/nova:create_nova_conf:412 : is_suse 2020-11-04 11:15:50.098 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:15:50.101 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:15:50.104 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:15:50.106 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:15:50.108 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:15:50.110 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:15:50.112 | + lib/nova:create_nova_conf:421 : is_service_enabled n-api n-cond n-sched 2020-11-04 11:15:50.127 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:50.130 | + lib/nova:create_nova_conf:425 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2020-11-04 11:15:50.132 | + lib/nova:create_nova_conf:428 : local db=nova_cell0 2020-11-04 11:15:50.134 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2020-11-04 11:15:50.158 | ++ lib/nova:create_nova_conf:434 : database_connection_url nova_cell0 2020-11-04 11:15:50.160 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2020-11-04 11:15:50.162 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2020-11-04 11:15:50.165 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2020-11-04 11:15:50.167 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2020-11-04 11:15:50.170 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2020-11-04 11:15:50.197 | ++ lib/nova:create_nova_conf:435 : database_connection_url nova_api 2020-11-04 11:15:50.199 | ++ lib/database:database_connection_url:132 : local db=nova_api 2020-11-04 11:15:50.201 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2020-11-04 11:15:50.204 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2020-11-04 11:15:50.206 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2020-11-04 11:15:50.209 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2020-11-04 11:15:50.234 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf cache enabled True 2020-11-04 11:15:50.260 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2020-11-04 11:15:50.283 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2020-11-04 11:15:50.307 | + lib/nova:create_nova_conf:445 : is_service_enabled n-api 2020-11-04 11:15:50.323 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:50.325 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api-meta 2020-11-04 11:15:50.340 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:50.343 | ++ lib/nova:create_nova_conf:448 : echo osapi_compute,metadata 2020-11-04 11:15:50.343 | ++ lib/nova:create_nova_conf:448 : sed s/,metadata// 2020-11-04 11:15:50.347 | + lib/nova:create_nova_conf:448 : NOVA_ENABLED_APIS=osapi_compute 2020-11-04 11:15:50.350 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2020-11-04 11:15:50.373 | + lib/nova:create_nova_conf:451 : is_service_enabled tls-proxy 2020-11-04 11:15:50.388 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:50.390 | + lib/nova:create_nova_conf:457 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2020-11-04 11:15:50.393 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2020-11-04 11:15:50.395 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2020-11-04 11:15:50.397 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-11-04 11:15:50.400 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2020-11-04 11:15:50.424 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2020-11-04 11:15:50.465 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.67/identity 2020-11-04 11:15:50.489 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2020-11-04 11:15:50.513 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2020-11-04 11:15:50.537 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2020-11-04 11:15:50.561 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2020-11-04 11:15:50.584 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2020-11-04 11:15:50.608 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-04 11:15:50.632 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2020-11-04 11:15:50.655 | + lib/nova:create_nova_conf:460 : is_service_enabled cinder 2020-11-04 11:15:50.670 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:50.673 | + lib/nova:create_nova_conf:461 : configure_cinder_access 2020-11-04 11:15:50.675 | + lib/nova:configure_cinder_access:582 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2020-11-04 11:15:50.700 | + lib/nova:configure_cinder_access:583 : iniset /etc/nova/nova.conf cinder auth_type password 2020-11-04 11:15:50.724 | + lib/nova:configure_cinder_access:584 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.67/identity 2020-11-04 11:15:50.748 | + lib/nova:configure_cinder_access:591 : iniset /etc/nova/nova.conf cinder username nova 2020-11-04 11:15:50.771 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder password Passw0rd 2020-11-04 11:15:50.794 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2020-11-04 11:15:50.818 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder project_name service 2020-11-04 11:15:50.841 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2020-11-04 11:15:50.865 | + lib/nova:configure_cinder_access:596 : is_service_enabled tls-proxy 2020-11-04 11:15:50.879 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:50.882 | + lib/nova:create_nova_conf:464 : '[' -n /opt/stack/data/nova ']' 2020-11-04 11:15:50.885 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2020-11-04 11:15:50.908 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2020-11-04 11:15:50.934 | + lib/nova:create_nova_conf:468 : '[' -n /opt/stack/data/nova/instances ']' 2020-11-04 11:15:50.937 | + lib/nova:create_nova_conf:469 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2020-11-04 11:15:50.961 | + lib/nova:create_nova_conf:471 : '[' False '!=' False ']' 2020-11-04 11:15:50.963 | + lib/nova:create_nova_conf:474 : '[' False '!=' False ']' 2020-11-04 11:15:50.966 | + lib/nova:create_nova_conf:479 : is_suse 2020-11-04 11:15:50.968 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:15:50.970 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:15:50.972 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:15:50.974 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:15:50.977 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:15:50.979 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:15:50.982 | + lib/nova:create_nova_conf:484 : setup_logging /etc/nova/nova.conf 2020-11-04 11:15:50.984 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova.conf 2020-11-04 11:15:50.986 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova.conf 2020-11-04 11:15:50.989 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-04 11:15:51.004 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-04 11:15:51.006 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-04 11:15:51.009 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-04 11:15:51.011 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-04 11:15:51.013 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-04 11:15:51.036 | + functions:setup_systemd_logging:728 : 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' 2020-11-04 11:15:51.060 | + functions:setup_systemd_logging:729 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-04 11:15:51.084 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-04 11:15:51.109 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2020-11-04 11:15:51.135 | + lib/nova:create_nova_conf:488 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2020-11-04 11:15:51.137 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-api-uwsgi.ini 2020-11-04 11:15:51.139 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-api-wsgi 2020-11-04 11:15:51.142 | + lib/apache:write_uwsgi_config:259 : local url=/compute 2020-11-04 11:15:51.144 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-04 11:15:51.146 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-04 11:15:51.150 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-api-wsgi 2020-11-04 11:15:51.153 | + lib/apache:write_uwsgi_config:262 : name=nova-api-wsgi 2020-11-04 11:15:51.155 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-04 11:15:51.157 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-04 11:15:51.169 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-04 11:15:51.169 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:15:51.176 | d /var/run/uwsgi 0755 ubuntu root 2020-11-04 11:15:51.179 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:15:51.192 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2020-11-04 11:15:51.195 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-api-uwsgi.ini 2020-11-04 11:15:51.199 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2020-11-04 11:15:51.224 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2020-11-04 11:15:51.248 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2020-11-04 11:15:51.272 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2020-11-04 11:15:51.295 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2020-11-04 11:15:51.319 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-04 11:15:51.343 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2020-11-04 11:15:51.366 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2020-11-04 11:15:51.389 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2020-11-04 11:15:51.428 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-04 11:15:51.452 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2020-11-04 11:15:51.475 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-04 11:15:51.499 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2020-11-04 11:15:51.522 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-04 11:15:51.525 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-04 11:15:51.528 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for nova-api-wsgi 2020-11-04 11:15:51.530 | ++ lib/apache:apache_site_config_for:189 : local site=nova-api-wsgi 2020-11-04 11:15:51.532 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-04 11:15:51.534 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:51.536 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:51.539 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2020-11-04 11:15:51.542 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2020-11-04 11:15:51.544 | + lib/apache:write_uwsgi_config:307 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2020-11-04 11:15:51.567 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2020-11-04 11:15:51.592 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2020-11-04 11:15:51.593 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 ' 2020-11-04 11:15:51.599 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2020-11-04 11:15:51.603 | + lib/apache:write_uwsgi_config:310 : enable_apache_site nova-api-wsgi 2020-11-04 11:15:51.605 | + lib/apache:enable_apache_site:206 : local site=nova-api-wsgi 2020-11-04 11:15:51.607 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-04 11:15:51.610 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-04 11:15:51.612 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:15:51.614 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:51.616 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:51.618 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-04 11:15:51.621 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-04 11:15:51.623 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:51.625 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:51.627 | + lib/apache:enable_apache_site:210 : sudo a2ensite nova-api-wsgi 2020-11-04 11:15:51.685 | Enabling site nova-api-wsgi. 2020-11-04 11:15:51.690 | To activate the new configuration, you need to run: 2020-11-04 11:15:51.690 | systemctl reload apache2 2020-11-04 11:15:51.694 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-04 11:15:51.696 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:15:51.698 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:15:51.700 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:15:51.851 | + lib/nova:create_nova_conf:489 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2020-11-04 11:15:51.855 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-metadata-uwsgi.ini 2020-11-04 11:15:51.857 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2020-11-04 11:15:51.860 | + lib/apache:write_uwsgi_config:259 : local url= 2020-11-04 11:15:51.862 | + lib/apache:write_uwsgi_config:260 : local http=0.0.0.0:8775 2020-11-04 11:15:51.864 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-04 11:15:51.867 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-metadata-wsgi 2020-11-04 11:15:51.871 | + lib/apache:write_uwsgi_config:262 : name=nova-metadata-wsgi 2020-11-04 11:15:51.873 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-04 11:15:51.875 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-04 11:15:51.887 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-04 11:15:51.887 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:15:51.894 | d /var/run/uwsgi 0755 ubuntu root 2020-11-04 11:15:51.897 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:15:51.911 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2020-11-04 11:15:51.913 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2020-11-04 11:15:51.917 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2020-11-04 11:15:51.943 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2020-11-04 11:15:51.966 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2020-11-04 11:15:51.990 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2020-11-04 11:15:52.013 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2020-11-04 11:15:52.037 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-04 11:15:52.061 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2020-11-04 11:15:52.084 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2020-11-04 11:15:52.107 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2020-11-04 11:15:52.132 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-04 11:15:52.157 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2020-11-04 11:15:52.181 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-04 11:15:52.206 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2020-11-04 11:15:52.230 | + lib/apache:write_uwsgi_config:302 : [[ -n 0.0.0.0:8775 ]] 2020-11-04 11:15:52.232 | + lib/apache:write_uwsgi_config:303 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2020-11-04 11:15:52.256 | + lib/nova:create_nova_conf:491 : is_service_enabled ceilometer 2020-11-04 11:15:52.270 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:52.273 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2020-11-04 11:15:52.300 | ++ lib/nova:create_nova_conf:500 : get_notification_url 2020-11-04 11:15:52.302 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2020-11-04 11:15:52.304 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2020-11-04 11:15:52.320 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:52.322 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:15:52.325 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:15:52.349 | + lib/nova:create_nova_conf:501 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2020-11-04 11:15:52.375 | + lib/nova:create_nova_conf:502 : iniset_rpc_backend nova /etc/nova/nova.conf 2020-11-04 11:15:52.378 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2020-11-04 11:15:52.380 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2020-11-04 11:15:52.382 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-04 11:15:52.385 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2020-11-04 11:15:52.387 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-04 11:15:52.402 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:52.405 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2020-11-04 11:15:52.407 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2020-11-04 11:15:52.410 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-04 11:15:52.425 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:52.427 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:15:52.430 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/ 2020-11-04 11:15:52.454 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-04 11:15:52.456 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-04 11:15:52.459 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2020-11-04 11:15:52.484 | + lib/nova:create_nova_conf:505 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2020-11-04 11:15:52.512 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf conductor workers 2 2020-11-04 11:15:52.555 | + lib/nova:create_nova_conf:509 : is_service_enabled tls-proxy 2020-11-04 11:15:52.570 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:52.572 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2020-11-04 11:15:52.597 | + lib/nova:create_nova_conf:516 : '[' False == True ']' 2020-11-04 11:15:52.599 | + lib/nova:create_nova_conf:520 : is_service_enabled n-cond 2020-11-04 11:15:52.614 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:52.617 | ++ lib/nova:create_nova_conf:521 : seq 1 1 2020-11-04 11:15:52.621 | + lib/nova:create_nova_conf:521 : for i in $(seq 1 $NOVA_NUM_CELLS) 2020-11-04 11:15:52.623 | + lib/nova:create_nova_conf:522 : local conf 2020-11-04 11:15:52.625 | + lib/nova:create_nova_conf:523 : local vhost 2020-11-04 11:15:52.628 | ++ lib/nova:create_nova_conf:524 : conductor_conf 1 2020-11-04 11:15:52.630 | ++ lib/nova:conductor_conf:734 : local cell=1 2020-11-04 11:15:52.633 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2020-11-04 11:15:52.636 | + lib/nova:create_nova_conf:524 : conf=/etc/nova/nova_cell1.conf 2020-11-04 11:15:52.638 | + lib/nova:create_nova_conf:525 : vhost=nova_cell1 2020-11-04 11:15:52.640 | + lib/nova:create_nova_conf:527 : rm -f /etc/nova/nova_cell1.conf 2020-11-04 11:15:52.644 | ++ lib/nova:create_nova_conf:528 : database_connection_url nova_cell1 2020-11-04 11:15:52.647 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2020-11-04 11:15:52.649 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2020-11-04 11:15:52.652 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2020-11-04 11:15:52.654 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2020-11-04 11:15:52.657 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2020-11-04 11:15:52.683 | + lib/nova:create_nova_conf:529 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2020-11-04 11:15:52.710 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2020-11-04 11:15:52.735 | + lib/nova:create_nova_conf:532 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2020-11-04 11:15:52.737 | + lib/nova:create_nova_conf:535 : rpc_backend_add_vhost nova_cell1 2020-11-04 11:15:52.740 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2020-11-04 11:15:52.742 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2020-11-04 11:15:52.757 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:52.761 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2020-11-04 11:15:52.761 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2020-11-04 11:15:53.800 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2020-11-04 11:15:53.803 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2020-11-04 11:15:54.811 | Creating vhost "nova_cell1" 2020-11-04 11:15:55.084 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2020-11-04 11:15:56.113 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2020-11-04 11:15:56.170 | + lib/nova:create_nova_conf:536 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2020-11-04 11:15:56.173 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2020-11-04 11:15:56.176 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2020-11-04 11:15:56.179 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2020-11-04 11:15:56.182 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2020-11-04 11:15:56.184 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2020-11-04 11:15:56.200 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:56.204 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2020-11-04 11:15:56.206 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2020-11-04 11:15:56.208 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2020-11-04 11:15:56.223 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:56.226 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/nova_cell1 2020-11-04 11:15:56.229 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.67:5672/nova_cell1 2020-11-04 11:15:56.252 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2020-11-04 11:15:56.254 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2020-11-04 11:15:56.256 | + lib/nova:create_nova_conf:540 : is_service_enabled placement placement-client 2020-11-04 11:15:56.272 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:56.275 | + lib/nova:create_nova_conf:541 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2020-11-04 11:15:56.277 | + lib/nova:configure_placement_nova_compute:569 : local conf=/etc/nova/nova_cell1.conf 2020-11-04 11:15:56.280 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2020-11-04 11:15:56.305 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.67/identity 2020-11-04 11:15:56.329 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova_cell1.conf placement username placement 2020-11-04 11:15:56.354 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2020-11-04 11:15:56.377 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2020-11-04 11:15:56.402 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement project_name service 2020-11-04 11:15:56.425 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2020-11-04 11:15:56.450 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2020-11-04 11:15:56.474 | + lib/nova:create_nova_conf:545 : setup_logging /etc/nova/nova_cell1.conf 2020-11-04 11:15:56.476 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova_cell1.conf 2020-11-04 11:15:56.479 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova_cell1.conf 2020-11-04 11:15:56.482 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-04 11:15:56.497 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-04 11:15:56.499 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-04 11:15:56.502 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-04 11:15:56.504 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-04 11:15:56.506 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-04 11:15:56.530 | + functions:setup_systemd_logging:728 : 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' 2020-11-04 11:15:56.554 | + functions:setup_systemd_logging:729 : 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' 2020-11-04 11:15:56.579 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-04 11:15:56.603 | + lib/nova:create_nova_conf:552 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2020-11-04 11:15:56.606 | ++ lib/nova:create_nova_conf:555 : seq 1 1 2020-11-04 11:15:56.609 | + lib/nova:create_nova_conf:555 : for i in $(seq 1 $NOVA_NUM_CELLS) 2020-11-04 11:15:56.611 | + lib/nova:create_nova_conf:556 : local conf 2020-11-04 11:15:56.613 | + lib/nova:create_nova_conf:557 : local offset 2020-11-04 11:15:56.616 | ++ lib/nova:create_nova_conf:558 : conductor_conf 1 2020-11-04 11:15:56.619 | ++ lib/nova:conductor_conf:734 : local cell=1 2020-11-04 11:15:56.622 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2020-11-04 11:15:56.624 | + lib/nova:create_nova_conf:558 : conf=/etc/nova/nova_cell1.conf 2020-11-04 11:15:56.627 | + lib/nova:create_nova_conf:559 : offset=0 2020-11-04 11:15:56.629 | + lib/nova:create_nova_conf:560 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2020-11-04 11:15:56.631 | + lib/nova:configure_console_proxies:669 : local conf=/etc/nova/nova_cell1.conf 2020-11-04 11:15:56.634 | + lib/nova:configure_console_proxies:670 : local offset=0 2020-11-04 11:15:56.636 | + lib/nova:configure_console_proxies:674 : offset=0 2020-11-04 11:15:56.639 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-novnc 2020-11-04 11:15:56.653 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:56.655 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-xvnc 2020-11-04 11:15:56.670 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:56.672 | + lib/nova:configure_console_proxies:676 : '[' False '!=' False ']' 2020-11-04 11:15:56.674 | + lib/nova:configure_console_proxies:710 : is_service_enabled n-spice 2020-11-04 11:15:56.689 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:56.692 | + lib/nova:configure_console_proxies:715 : is_service_enabled n-sproxy 2020-11-04 11:15:56.707 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:56.710 | + lib/nova:configure_nova:322 : is_service_enabled n-cpu 2020-11-04 11:15:56.725 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:15:56.727 | + ./stack.sh:main:904 : is_service_enabled placement 2020-11-04 11:15:56.743 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:15:56.746 | + ./stack.sh:main:906 : stack_install_service placement 2020-11-04 11:15:56.748 | + lib/stack:stack_install_service:20 : local service=placement 2020-11-04 11:15:56.750 | + lib/stack:stack_install_service:21 : type install_placement 2020-11-04 11:15:56.753 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2020-11-04 11:15:56.755 | + lib/stack:stack_install_service:32 : install_placement 2020-11-04 11:15:56.758 | + lib/placement:install_placement:137 : install_apache_wsgi 2020-11-04 11:15:56.761 | + lib/apache:install_apache_wsgi:146 : is_ubuntu 2020-11-04 11:15:56.763 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:56.766 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:56.768 | + lib/apache:install_apache_wsgi:148 : install_package apache2 2020-11-04 11:15:56.770 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:15:56.773 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:15:56.775 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:15:56.778 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:15:56.780 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:15:56.782 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:15:56.785 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:56.787 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:56.790 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:15:56.792 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:15:56.795 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:15:56.797 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:15:56.799 | + functions-common:install_package:1345 : real_install_package apache2 2020-11-04 11:15:56.802 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:15:56.804 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:56.807 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:56.810 | + functions-common:real_install_package:1331 : apt_get install apache2 2020-11-04 11:15:56.828 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2020-11-04 11:15:56.949 | Reading package lists... 2020-11-04 11:15:57.195 | Building dependency tree... 2020-11-04 11:15:57.197 | Reading state information... 2020-11-04 11:15:57.406 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2020-11-04 11:15:57.406 | The following packages were automatically installed and are no longer required: 2020-11-04 11:15:57.407 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-04 11:15:57.407 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-04 11:15:57.407 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-04 11:15:57.407 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:15:57.407 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:15:57.407 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:15:57.407 | python3-zope.interface 2020-11-04 11:15:57.407 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:15:57.472 | 0 upgraded, 0 newly installed, 0 to remove and 155 not upgraded. 2020-11-04 11:15:57.478 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:15:57.481 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:15:57.483 | + functions-common:time_stop:2310 : local name 2020-11-04 11:15:57.485 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:15:57.487 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:15:57.490 | + functions-common:time_stop:2313 : local total 2020-11-04 11:15:57.492 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:15:57.498 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:15:57.500 | + functions-common:time_stop:2317 : start_time=1604488556825 2020-11-04 11:15:57.502 | + functions-common:time_stop:2319 : [[ -z 1604488556825 ]] 2020-11-04 11:15:57.505 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:15:57.508 | + functions-common:time_stop:2322 : end_time=1604488557506 2020-11-04 11:15:57.511 | + functions-common:time_stop:2323 : elapsed_time=681 2020-11-04 11:15:57.513 | + functions-common:time_stop:2324 : total=399875 2020-11-04 11:15:57.515 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:15:57.517 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=400556 2020-11-04 11:15:57.520 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:15:57.522 | + lib/apache:install_apache_wsgi:149 : is_package_installed libapache2-mod-wsgi 2020-11-04 11:15:57.525 | + functions-common:is_package_installed:1353 : [[ -z libapache2-mod-wsgi ]] 2020-11-04 11:15:57.527 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-11-04 11:15:57.530 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-11-04 11:15:57.532 | + functions-common:is_package_installed:1362 : dpkg -s libapache2-mod-wsgi 2020-11-04 11:15:57.557 | + lib/apache:install_apache_wsgi:152 : install_package libapache2-mod-wsgi-py3 2020-11-04 11:15:57.559 | + functions-common:install_package:1344 : update_package_repo 2020-11-04 11:15:57.562 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-11-04 11:15:57.564 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-11-04 11:15:57.566 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-11-04 11:15:57.569 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-11-04 11:15:57.572 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-11-04 11:15:57.574 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:57.576 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:57.579 | + functions-common:update_package_repo:1325 : apt_get_update 2020-11-04 11:15:57.581 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-11-04 11:15:57.583 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-11-04 11:15:57.586 | + functions-common:apt_get_update:1071 : return 2020-11-04 11:15:57.589 | + functions-common:install_package:1345 : real_install_package libapache2-mod-wsgi-py3 2020-11-04 11:15:57.591 | + functions-common:real_install_package:1330 : is_ubuntu 2020-11-04 11:15:57.593 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:15:57.596 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:15:57.598 | + functions-common:real_install_package:1331 : apt_get install libapache2-mod-wsgi-py3 2020-11-04 11:15:57.618 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2020-11-04 11:15:57.737 | Reading package lists... 2020-11-04 11:15:57.986 | Building dependency tree... 2020-11-04 11:15:57.987 | Reading state information... 2020-11-04 11:15:58.206 | The following packages were automatically installed and are no longer required: 2020-11-04 11:15:58.206 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-11-04 11:15:58.206 | python3-click python3-colorama python3-configobj python3-constantly 2020-11-04 11:15:58.206 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-11-04 11:15:58.206 | python3-pam python3-problem-report python3-pyasn1 2020-11-04 11:15:58.206 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-11-04 11:15:58.206 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-11-04 11:15:58.207 | python3-zope.interface 2020-11-04 11:15:58.207 | Use 'sudo apt autoremove' to remove them. 2020-11-04 11:15:58.250 | The following NEW packages will be installed: 2020-11-04 11:15:58.251 | libapache2-mod-wsgi-py3 2020-11-04 11:15:58.385 | 0 upgraded, 1 newly installed, 0 to remove and 155 not upgraded. 2020-11-04 11:15:58.385 | Need to get 88.3 kB of archives. 2020-11-04 11:15:58.385 | After this operation, 278 kB of additional disk space will be used. 2020-11-04 11:15:58.385 | 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] 2020-11-04 11:15:59.475 | Fetched 88.3 kB in 1s (131 kB/s) 2020-11-04 11:15:59.724 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2020-11-04 11:15:59.764 | (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 ... 77588 files and directories currently installed.) 2020-11-04 11:15:59.767 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2020-11-04 11:15:59.821 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2020-11-04 11:16:00.167 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2020-11-04 11:16:00.527 | apache2_invoke: Enable module wsgi 2020-11-04 11:16:03.138 | + functions-common:apt_get:1115 : result=0 2020-11-04 11:16:03.141 | + functions-common:apt_get:1118 : time_stop apt-get 2020-11-04 11:16:03.143 | + functions-common:time_stop:2310 : local name 2020-11-04 11:16:03.145 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:16:03.148 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:16:03.150 | + functions-common:time_stop:2313 : local total 2020-11-04 11:16:03.153 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:16:03.155 | + functions-common:time_stop:2316 : name=apt-get 2020-11-04 11:16:03.157 | + functions-common:time_stop:2317 : start_time=1604488557615 2020-11-04 11:16:03.160 | + functions-common:time_stop:2319 : [[ -z 1604488557615 ]] 2020-11-04 11:16:03.163 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:16:03.167 | + functions-common:time_stop:2322 : end_time=1604488563163 2020-11-04 11:16:03.169 | + functions-common:time_stop:2323 : elapsed_time=5548 2020-11-04 11:16:03.171 | + functions-common:time_stop:2324 : total=400556 2020-11-04 11:16:03.173 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:16:03.176 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=406104 2020-11-04 11:16:03.178 | + functions-common:apt_get:1119 : return 0 2020-11-04 11:16:03.181 | + lib/apache:install_apache_wsgi:167 : enable_apache_mod wsgi 2020-11-04 11:16:03.183 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2020-11-04 11:16:03.186 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:16:03.188 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:16:03.191 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:16:03.193 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2020-11-04 11:16:03.195 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2020-11-04 11:16:03.248 | wsgi (enabled by maintainer script) 2020-11-04 11:16:03.252 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2020-11-04 11:16:03.254 | + inc/python:pip_install_gr:76 : local name=osc-placement 2020-11-04 11:16:03.256 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-04 11:16:03.260 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2020-11-04 11:16:03.262 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2020-11-04 11:16:03.265 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-04 11:16:03.268 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:16:03.269 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-04 11:16:03.273 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2020-11-04 11:16:03.276 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2020-11-04 11:16:03.279 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2020-11-04 11:16:03.281 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2020-11-04 11:16:03.284 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2020-11-04 11:16:03.304 | Using python 3.6 to install osc-placement 2020-11-04 11:16:03.307 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2020-11-04 11:16:05.587 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:16:05.587 | 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. 2020-11-04 11:16:05.746 | Collecting osc-placement===2.1.0 2020-11-04 11:16:05.753 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b5a/7e49631fe3469/osc_placement-2.1.0-py3-none-any.whl (54 kB) 2020-11-04 11:16:05.859 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (4.7.0) 2020-11-04 11:16:05.879 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (20.4) 2020-11-04 11:16:05.886 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (5.5.1) 2020-11-04 11:16:05.890 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.4.7) 2020-11-04 11:16:05.893 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (2020.4) 2020-11-04 11:16:05.898 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (3.17.2) 2020-11-04 11:16:05.902 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (1.15.0) 2020-11-04 11:16:05.905 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.2.1) 2020-11-04 11:16:05.979 | Requirement already satisfied: osc-lib===2.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (2.2.1) 2020-11-04 11:16:05.995 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-04 11:16:05.999 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-04 11:16:06.002 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-04 11:16:06.011 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-04 11:16:06.019 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (5.0.1) 2020-11-04 11:16:06.026 | 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 286)) (1.7.0) 2020-11-04 11:16:06.031 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.2.2) 2020-11-04 11:16:06.042 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.23.0) 2020-11-04 11:16:06.065 | Requirement already satisfied: openstacksdk===0.50.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 275)) (0.50.0) 2020-11-04 11:16:06.098 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-11-04 11:16:06.114 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-04 11:16:06.135 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (1.12.1) 2020-11-04 11:16:06.138 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-04 11:16:06.161 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:16:06.164 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-04 11:16:06.168 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:16:06.171 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.25.11) 2020-11-04 11:16:06.197 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2020-11-04 11:16:06.200 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2020-11-04 11:16:06.204 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (1.4.0) 2020-11-04 11:16:06.207 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:16:06.211 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (2.5.0) 2020-11-04 11:16:06.236 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) (0.10.0) 2020-11-04 11:16:06.239 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-11-04 11:16:06.247 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.2.1) 2020-11-04 11:16:06.292 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.26) 2020-11-04 11:16:06.298 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-11-04 11:16:06.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 331)) (0.7.2) 2020-11-04 11:16:06.365 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 570)) (3.4.0) 2020-11-04 11:16:06.394 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:16:06.399 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (2.0) 2020-11-04 11:16:06.402 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.2.5) 2020-11-04 11:16:06.409 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-11-04 11:16:06.413 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:16:06.461 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (50.3.2) 2020-11-04 11:16:06.512 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (1.8.1) 2020-11-04 11:16:06.515 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (2.20) 2020-11-04 11:16:08.421 | Installing collected packages: osc-placement 2020-11-04 11:16:08.679 | Successfully installed osc-placement-2.1.0 2020-11-04 11:16:08.915 | + inc/python:pip_install:200 : result=0 2020-11-04 11:16:08.918 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:16:08.920 | + functions-common:time_stop:2310 : local name 2020-11-04 11:16:08.923 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:16:08.925 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:16:08.927 | + functions-common:time_stop:2313 : local total 2020-11-04 11:16:08.930 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:16:08.933 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:16:08.935 | + functions-common:time_stop:2317 : start_time=1604488563299 2020-11-04 11:16:08.938 | + functions-common:time_stop:2319 : [[ -z 1604488563299 ]] 2020-11-04 11:16:08.941 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:16:08.945 | + functions-common:time_stop:2322 : end_time=1604488568942 2020-11-04 11:16:08.947 | + functions-common:time_stop:2323 : elapsed_time=5643 2020-11-04 11:16:08.949 | + functions-common:time_stop:2324 : total=283017 2020-11-04 11:16:08.952 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:16:08.954 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=288660 2020-11-04 11:16:08.957 | + inc/python:pip_install:203 : return 0 2020-11-04 11:16:08.959 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2020-11-04 11:16:08.962 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/placement.git 2020-11-04 11:16:08.964 | + functions-common:git_clone:526 : local git_dest=/opt/stack/placement 2020-11-04 11:16:08.966 | + functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:16:08.969 | + functions-common:git_clone:528 : local orig_dir 2020-11-04 11:16:08.972 | ++ functions-common:git_clone:529 : pwd 2020-11-04 11:16:08.975 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:16:08.977 | + functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:16:08.980 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:16:08.997 | + functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:16:08.999 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:16:09.002 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:16:09.005 | + functions-common:git_clone:546 : echo master 2020-11-04 11:16:09.005 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:16:09.010 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/placement ]] 2020-11-04 11:16:09.012 | + functions-common:git_clone:561 : [[ False = \T\r\u\e ]] 2020-11-04 11:16:09.015 | + functions-common:git_clone:567 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2020-11-04 11:16:09.017 | + functions-common:git_timed:619 : local count=0 2020-11-04 11:16:09.019 | + functions-common:git_timed:620 : local timeout=0 2020-11-04 11:16:09.022 | + functions-common:git_timed:622 : [[ -n 0 ]] 2020-11-04 11:16:09.024 | + functions-common:git_timed:623 : timeout=0 2020-11-04 11:16:09.026 | + functions-common:git_timed:626 : time_start git_timed 2020-11-04 11:16:09.029 | + functions-common:time_start:2296 : local name=git_timed 2020-11-04 11:16:09.031 | + functions-common:time_start:2297 : local start_time= 2020-11-04 11:16:09.033 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-11-04 11:16:09.036 | ++ functions-common:time_start:2301 : date +%s%3N 2020-11-04 11:16:09.040 | + functions-common:time_start:2301 : _TIME_START[$name]=1604488569037 2020-11-04 11:16:09.042 | + functions-common:git_timed:627 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2020-11-04 11:16:09.045 | Cloning into '/opt/stack/placement'... 2020-11-04 11:16:19.757 | + functions-common:git_timed:641 : time_stop git_timed 2020-11-04 11:16:19.759 | + functions-common:time_stop:2310 : local name 2020-11-04 11:16:19.761 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:16:19.764 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:16:19.766 | + functions-common:time_stop:2313 : local total 2020-11-04 11:16:19.768 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:16:19.771 | + functions-common:time_stop:2316 : name=git_timed 2020-11-04 11:16:19.773 | + functions-common:time_stop:2317 : start_time=1604488569037 2020-11-04 11:16:19.775 | + functions-common:time_stop:2319 : [[ -z 1604488569037 ]] 2020-11-04 11:16:19.779 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:16:19.782 | + functions-common:time_stop:2322 : end_time=1604488579779 2020-11-04 11:16:19.784 | + functions-common:time_stop:2323 : elapsed_time=10742 2020-11-04 11:16:19.786 | + functions-common:time_stop:2324 : total=0 2020-11-04 11:16:19.789 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:16:19.791 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=10742 2020-11-04 11:16:19.794 | + functions-common:git_clone:594 : cd /opt/stack/placement 2020-11-04 11:16:19.797 | + functions-common:git_clone:595 : git show --oneline 2020-11-04 11:16:19.797 | + functions-common:git_clone:595 : head -1 2020-11-04 11:16:19.800 | c4fb7651 Merge "Adds py38 functional tests to gate" 2020-11-04 11:16:19.802 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:16:19.805 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2020-11-04 11:16:19.807 | + inc/python:setup_develop:338 : local bindep 2020-11-04 11:16:19.810 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2020-11-04 11:16:19.812 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2020-11-04 11:16:19.815 | + inc/python:setup_develop:344 : local extras= 2020-11-04 11:16:19.817 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2020-11-04 11:16:19.820 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2020-11-04 11:16:19.822 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2020-11-04 11:16:19.825 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2020-11-04 11:16:19.827 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2020-11-04 11:16:19.829 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2020-11-04 11:16:19.832 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2020-11-04 11:16:19.835 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2020-11-04 11:16:19.838 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2020-11-04 11:16:19.840 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2020-11-04 11:16:19.843 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2020-11-04 11:16:19.846 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2020-11-04 11:16:19.851 | + inc/python:_setup_package_with_constraints_edit:383 : name=openstack-placement 2020-11-04 11:16:19.853 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement '-e file:///opt/stack/placement#egg=openstack-placement' 2020-11-04 11:16:20.584 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/placement -e 2020-11-04 11:16:20.586 | + inc/python:setup_package:417 : local bindep=0 2020-11-04 11:16:20.590 | + inc/python:setup_package:418 : local bindep_flag= 2020-11-04 11:16:20.592 | + inc/python:setup_package:419 : local bindep_profiles= 2020-11-04 11:16:20.594 | + inc/python:setup_package:420 : [[ /opt/stack/placement == -bindep* ]] 2020-11-04 11:16:20.597 | + inc/python:setup_package:425 : local project_dir=/opt/stack/placement 2020-11-04 11:16:20.599 | + inc/python:setup_package:426 : local flags=-e 2020-11-04 11:16:20.602 | + inc/python:setup_package:427 : local extras= 2020-11-04 11:16:20.604 | + inc/python:setup_package:431 : [[ -n -e ]] 2020-11-04 11:16:20.607 | + inc/python:setup_package:431 : [[ -z '' ]] 2020-11-04 11:16:20.609 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2020-11-04 11:16:20.612 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2020-11-04 11:16:20.614 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2020-11-04 11:16:20.617 | + inc/python:setup_package:445 : pip_install -e /opt/stack/placement 2020-11-04 11:16:20.635 | Using python 3.6 to install /opt/stack/placement 2020-11-04 11:16:20.638 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2020-11-04 11:16:22.906 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:16:22.907 | 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. 2020-11-04 11:16:22.927 | Obtaining file:///opt/stack/placement 2020-11-04 11:16:24.314 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2020-11-04 11:16:25.719 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) (2.5.1) 2020-11-04 11:16:25.731 | Requirement already satisfied: SQLAlchemy===1.3.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.20) 2020-11-04 11:16:25.755 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2020-11-04 11:16:25.770 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (3.2.0) 2020-11-04 11:16:25.802 | Requirement already satisfied: keystonemiddleware===9.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.1.0) 2020-11-04 11:16:25.866 | 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 236)) (1.0.1) 2020-11-04 11:16:25.872 | 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 286)) (1.0.0) 2020-11-04 11:16:25.876 | Requirement already satisfied: os-traits===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (2.4.0) 2020-11-04 11:16:25.881 | Requirement already satisfied: oslo.cache===2.6.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (2.6.1) 2020-11-04 11:16:25.922 | Requirement already satisfied: oslo.concurrency===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (4.3.1) 2020-11-04 11:16:25.935 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.3.2) 2020-11-04 11:16:25.954 | Requirement already satisfied: oslo.context===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (3.1.1) 2020-11-04 11:16:25.961 | Requirement already satisfied: oslo.db===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.4.0) 2020-11-04 11:16:26.016 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (5.0.1) 2020-11-04 11:16:26.023 | Requirement already satisfied: oslo.log===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.4.0) 2020-11-04 11:16:26.067 | Requirement already satisfied: oslo.middleware===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.1.1) 2020-11-04 11:16:26.087 | Requirement already satisfied: oslo.policy===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (3.5.0) 2020-11-04 11:16:26.106 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.0.1) 2020-11-04 11:16:26.116 | Requirement already satisfied: oslo.upgradecheck===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (1.1.1) 2020-11-04 11:16:26.125 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.7.0) 2020-11-04 11:16:26.146 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (20.4) 2020-11-04 11:16:26.153 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.5.1) 2020-11-04 11:16:26.157 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (0.7.2) 2020-11-04 11:16:26.159 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (3.1.1) 2020-11-04 11:16:26.171 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (0.9.6) 2020-11-04 11:16:26.174 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.4.7) 2020-11-04 11:16:26.178 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (0.17.3) 2020-11-04 11:16:26.183 | 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 385)) (2.8.1) 2020-11-04 11:16:26.188 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (4.1.1) 2020-11-04 11:16:26.210 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (2020.4) 2020-11-04 11:16:26.215 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (0.7) 2020-11-04 11:16:26.223 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2.23.0) 2020-11-04 11:16:26.246 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.4.0) 2020-11-04 11:16:26.252 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (50.3.2) 2020-11-04 11:16:26.300 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (1.15.0) 2020-11-04 11:16:26.303 | 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 498)) (0.13.0) 2020-11-04 11:16:26.316 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 499)) (0.4.1) 2020-11-04 11:16:26.319 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.3.0) 2020-11-04 11:16:26.322 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.2.2) 2020-11-04 11:16:26.332 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 520)) (2.0.1) 2020-11-04 11:16:26.342 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (0.5.0) 2020-11-04 11:16:26.349 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (2.4.0) 2020-11-04 11:16:26.368 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (1.4.0) 2020-11-04 11:16:26.372 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.1.0) 2020-11-04 11:16:26.380 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (1.25.11) 2020-11-04 11:16:26.404 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:16:26.450 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-04 11:16:26.472 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.2.1) 2020-11-04 11:16:26.544 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-11-04 11:16:26.551 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-11-04 11:16:26.556 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-04 11:16:26.566 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:16:26.569 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-04 11:16:26.576 | Requirement already satisfied: alembic===1.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.4.3) 2020-11-04 11:16:26.586 | Requirement already satisfied: Jinja2===2.11.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.2) 2020-11-04 11:16:26.594 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-11-04 11:16:26.597 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-04 11:16:26.600 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-04 11:16:26.604 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:16:26.607 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:16:26.609 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-04 11:16:26.614 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) (0.5.2) 2020-11-04 11:16:26.616 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2020-11-04 11:16:26.620 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-11-04 11:16:26.632 | 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 402)) (1.6.0) 2020-11-04 11:16:26.635 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-11-04 11:16:26.638 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (1.0.0) 2020-11-04 11:16:26.641 | 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 542)) (1.4.0) 2020-11-04 11:16:26.644 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (3.4.0) 2020-11-04 11:16:26.672 | 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 287)) (1.7.0) 2020-11-04 11:16:26.677 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.5) 2020-11-04 11:16:26.680 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (1.12.1) 2020-11-04 11:16:26.683 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-04 11:16:26.703 | 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 387)) (1.0.4) 2020-11-04 11:16:26.706 | Requirement already satisfied: Mako===1.1.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.3) 2020-11-04 11:16:26.715 | Requirement already satisfied: MarkupSafe===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.1.1) 2020-11-04 11:16:28.404 | Installing collected packages: openstack-placement 2020-11-04 11:16:28.406 | Running setup.py develop for openstack-placement 2020-11-04 11:16:30.076 | Successfully installed openstack-placement 2020-11-04 11:16:30.313 | + inc/python:pip_install:200 : result=0 2020-11-04 11:16:30.316 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:16:30.318 | + functions-common:time_stop:2310 : local name 2020-11-04 11:16:30.320 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:16:30.323 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:16:30.325 | + functions-common:time_stop:2313 : local total 2020-11-04 11:16:30.328 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:16:30.330 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:16:30.332 | + functions-common:time_stop:2317 : start_time=1604488580630 2020-11-04 11:16:30.334 | + functions-common:time_stop:2319 : [[ -z 1604488580630 ]] 2020-11-04 11:16:30.337 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:16:30.341 | + functions-common:time_stop:2322 : end_time=1604488590338 2020-11-04 11:16:30.343 | + functions-common:time_stop:2323 : elapsed_time=9708 2020-11-04 11:16:30.345 | + functions-common:time_stop:2324 : total=288660 2020-11-04 11:16:30.347 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:16:30.349 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=298368 2020-11-04 11:16:30.352 | + inc/python:pip_install:203 : return 0 2020-11-04 11:16:30.354 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2020-11-04 11:16:30.357 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2020-11-04 11:16:30.359 | + functions-common:safe_chown:2211 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2020-11-04 11:16:30.378 | + functions-common:_safe_permission_operation:2059 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2020-11-04 11:16:30.390 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/placement 2020-11-04 11:16:30.392 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2020-11-04 11:16:30.404 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:16:30.404 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:16:30.404 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/placement, ]] 2020-11-04 11:16:30.405 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:16:30.405 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2020-11-04 11:16:30.407 | + ./stack.sh:main:907 : configure_placement 2020-11-04 11:16:30.410 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2020-11-04 11:16:30.421 | + lib/placement:configure_placement:107 : create_placement_conf 2020-11-04 11:16:30.424 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2020-11-04 11:16:30.428 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2020-11-04 11:16:30.430 | ++ lib/database:database_connection_url:132 : local db=placement 2020-11-04 11:16:30.433 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2020-11-04 11:16:30.436 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2020-11-04 11:16:30.438 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2020-11-04 11:16:30.441 | + 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' 2020-11-04 11:16:30.468 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2020-11-04 11:16:30.495 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2020-11-04 11:16:30.522 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2020-11-04 11:16:30.524 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2020-11-04 11:16:30.527 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2020-11-04 11:16:30.529 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2020-11-04 11:16:30.532 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2020-11-04 11:16:30.560 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2020-11-04 11:16:30.585 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.67/identity 2020-11-04 11:16:30.611 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2020-11-04 11:16:30.636 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2020-11-04 11:16:30.661 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2020-11-04 11:16:30.688 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2020-11-04 11:16:30.713 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2020-11-04 11:16:30.738 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2020-11-04 11:16:30.764 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2020-11-04 11:16:30.788 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2020-11-04 11:16:30.791 | + functions:setup_logging:698 : setup_systemd_logging /etc/placement/placement.conf 2020-11-04 11:16:30.794 | + functions:setup_systemd_logging:713 : local conf_file=/etc/placement/placement.conf 2020-11-04 11:16:30.797 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2020-11-04 11:16:30.814 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2020-11-04 11:16:30.816 | + functions:setup_systemd_logging:719 : local pidstr= 2020-11-04 11:16:30.819 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2020-11-04 11:16:30.821 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2020-11-04 11:16:30.824 | + functions:setup_systemd_logging:726 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2020-11-04 11:16:30.849 | + functions:setup_systemd_logging:728 : 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' 2020-11-04 11:16:30.874 | + functions:setup_systemd_logging:729 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2020-11-04 11:16:30.899 | + functions:setup_systemd_logging:730 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2020-11-04 11:16:30.924 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2020-11-04 11:16:30.927 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2020-11-04 11:16:30.929 | + lib/apache:write_uwsgi_config:257 : local file=/etc/placement/placement-uwsgi.ini 2020-11-04 11:16:30.932 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/placement-api 2020-11-04 11:16:30.935 | + lib/apache:write_uwsgi_config:259 : local url=/placement 2020-11-04 11:16:30.937 | + lib/apache:write_uwsgi_config:260 : local http= 2020-11-04 11:16:30.940 | + lib/apache:write_uwsgi_config:261 : local name= 2020-11-04 11:16:30.943 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/placement-api 2020-11-04 11:16:30.946 | + lib/apache:write_uwsgi_config:262 : name=placement-api 2020-11-04 11:16:30.949 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2020-11-04 11:16:30.951 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2020-11-04 11:16:30.963 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2020-11-04 11:16:30.963 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:16:30.970 | d /var/run/uwsgi 0755 ubuntu root 2020-11-04 11:16:30.973 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2020-11-04 11:16:30.987 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/placement-api.socket 2020-11-04 11:16:30.989 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/placement/placement-uwsgi.ini 2020-11-04 11:16:30.993 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2020-11-04 11:16:31.020 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2020-11-04 11:16:31.045 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2020-11-04 11:16:31.070 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2020-11-04 11:16:31.095 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2020-11-04 11:16:31.119 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2020-11-04 11:16:31.144 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2020-11-04 11:16:31.170 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2020-11-04 11:16:31.194 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2020-11-04 11:16:31.220 | + lib/apache:write_uwsgi_config:293 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2020-11-04 11:16:31.245 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2020-11-04 11:16:31.271 | + lib/apache:write_uwsgi_config:297 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2020-11-04 11:16:31.296 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2020-11-04 11:16:31.321 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2020-11-04 11:16:31.324 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2020-11-04 11:16:31.327 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for placement-api 2020-11-04 11:16:31.329 | ++ lib/apache:apache_site_config_for:189 : local site=placement-api 2020-11-04 11:16:31.332 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2020-11-04 11:16:31.334 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:16:31.337 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:16:31.340 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/placement-api.conf 2020-11-04 11:16:31.343 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2020-11-04 11:16:31.345 | + lib/apache:write_uwsgi_config:307 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2020-11-04 11:16:31.369 | + lib/apache:write_uwsgi_config:308 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2020-11-04 11:16:31.395 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2020-11-04 11:16:31.395 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2020-11-04 11:16:31.403 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2020-11-04 11:16:31.406 | + lib/apache:write_uwsgi_config:310 : enable_apache_site placement-api 2020-11-04 11:16:31.408 | + lib/apache:enable_apache_site:206 : local site=placement-api 2020-11-04 11:16:31.411 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2020-11-04 11:16:31.413 | + lib/apache:enable_apache_mod:54 : local mod=version 2020-11-04 11:16:31.416 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2020-11-04 11:16:31.418 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:16:31.421 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:16:31.423 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2020-11-04 11:16:31.426 | + lib/apache:enable_apache_site:209 : is_ubuntu 2020-11-04 11:16:31.428 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:16:31.431 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:16:31.433 | + lib/apache:enable_apache_site:210 : sudo a2ensite placement-api 2020-11-04 11:16:31.491 | Enabling site placement-api. 2020-11-04 11:16:31.496 | To activate the new configuration, you need to run: 2020-11-04 11:16:31.496 | systemctl reload apache2 2020-11-04 11:16:31.500 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2020-11-04 11:16:31.502 | + lib/apache:restart_apache_server:253 : restart_service apache2 2020-11-04 11:16:31.505 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:16:31.507 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart apache2 2020-11-04 11:16:31.680 | + ./stack.sh:main:914 : is_service_enabled placement placement-client 2020-11-04 11:16:31.705 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:16:31.708 | + ./stack.sh:main:915 : is_service_enabled n-cpu 2020-11-04 11:16:31.726 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:16:31.728 | + ./stack.sh:main:915 : is_service_enabled n-sch 2020-11-04 11:16:31.746 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:16:31.749 | + ./stack.sh:main:916 : configure_placement_nova_compute 2020-11-04 11:16:31.751 | + lib/nova:configure_placement_nova_compute:569 : local conf=/etc/nova/nova.conf 2020-11-04 11:16:31.754 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova.conf placement auth_type password 2020-11-04 11:16:31.783 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.67/identity 2020-11-04 11:16:31.809 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova.conf placement username placement 2020-11-04 11:16:31.834 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement password Passw0rd 2020-11-04 11:16:31.860 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement user_domain_name Default 2020-11-04 11:16:31.886 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement project_name service 2020-11-04 11:16:31.912 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement project_domain_name Default 2020-11-04 11:16:31.938 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement region_name RegionOne 2020-11-04 11:16:31.965 | + ./stack.sh:main:920 : is_service_enabled horizon 2020-11-04 11:16:31.980 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:16:31.983 | + ./stack.sh:main:925 : is_service_enabled tls-proxy 2020-11-04 11:16:31.999 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:16:32.001 | + ./stack.sh:main:933 : run_phase stack install 2020-11-04 11:16:32.004 | + functions-common:run_phase:1738 : local mode=stack 2020-11-04 11:16:32.006 | + functions-common:run_phase:1739 : local phase=install 2020-11-04 11:16:32.008 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-11-04 11:16:32.012 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-11-04 11:16:32.014 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-11-04 11:16:32.017 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-11-04 11:16:32.019 | + functions-common:run_phase:1748 : local extra 2020-11-04 11:16:32.022 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-11-04 11:16:32.026 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-11-04 11:16:32.028 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-11-04 11:16:32.031 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-11-04 11:16:32.033 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2020-11-04 11:16:32.036 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-11-04 11:16:32.051 | ++ functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:16:32.053 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2020-11-04 11:16:32.055 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2020-11-04 11:16:32.058 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2020-11-04 11:16:32.060 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2020-11-04 11:16:32.063 | ++ ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-04 11:16:32.065 | ++ ./stack.sh:echo_summary:416 : echo -e Installing Tempest 2020-11-04 11:16:32.067 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2020-11-04 11:16:32.069 | ++ lib/tempest:install_tempest:694 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2020-11-04 11:16:32.072 | ++ functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/tempest.git 2020-11-04 11:16:32.074 | ++ functions-common:git_clone:526 : local git_dest=/opt/stack/tempest 2020-11-04 11:16:32.077 | ++ functions-common:git_clone:527 : local git_ref=master 2020-11-04 11:16:32.079 | ++ functions-common:git_clone:528 : local orig_dir 2020-11-04 11:16:32.081 | +++ functions-common:git_clone:529 : pwd 2020-11-04 11:16:32.084 | ++ functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-11-04 11:16:32.086 | ++ functions-common:git_clone:530 : local git_clone_flags= 2020-11-04 11:16:32.089 | +++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-11-04 11:16:32.103 | ++ functions-common:git_clone:532 : RECLONE=False 2020-11-04 11:16:32.106 | ++ functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-11-04 11:16:32.108 | ++ functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-11-04 11:16:32.110 | ++ functions-common:git_clone:546 : echo master 2020-11-04 11:16:32.111 | ++ functions-common:git_clone:546 : egrep -q '^refs' 2020-11-04 11:16:32.115 | ++ functions-common:git_clone:560 : [[ ! -d /opt/stack/tempest ]] 2020-11-04 11:16:32.117 | ++ functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-11-04 11:16:32.119 | ++ functions-common:git_clone:594 : cd /opt/stack/tempest 2020-11-04 11:16:32.122 | ++ functions-common:git_clone:595 : git show --oneline 2020-11-04 11:16:32.128 | ++ functions-common:git_clone:595 : head -1 2020-11-04 11:16:32.129 | f9bb8b8b2 New list config option to list network features without API extension 2020-11-04 11:16:32.131 | ++ functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-11-04 11:16:32.133 | ++ lib/tempest:install_tempest:695 : pip_install 'tox!=2.8.0' 2020-11-04 11:16:32.154 | Using python 3.6 to install tox!=2.8.0 2020-11-04 11:16:32.156 | ++ inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'tox!=2.8.0' 2020-11-04 11:16:34.479 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:16:34.479 | 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. 2020-11-04 11:16:34.797 | Collecting tox!=2.8.0 2020-11-04 11:16:34.805 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42c/e19ce5dc2f6d6/tox-3.20.1-py2.py3-none-any.whl (83 kB) 2020-11-04 11:16:34.968 | Requirement already satisfied: filelock===3.0.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (3.0.12) 2020-11-04 11:16:35.086 | Collecting pluggy===0.13.1 2020-11-04 11:16:35.094 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/966/c145cd83c9650/pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 2020-11-04 11:16:35.302 | Collecting toml===0.10.0 2020-11-04 11:16:35.310 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/235/682dd292d5899/toml-0.10.0-py2.py3-none-any.whl (25 kB) 2020-11-04 11:16:35.402 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-04 11:16:35.423 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (20.4) 2020-11-04 11:16:35.430 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (1.15.0) 2020-11-04 11:16:35.434 | Requirement already satisfied: virtualenv===20.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (20.1.0) 2020-11-04 11:16:35.634 | Collecting py===1.9.0 2020-11-04 11:16:35.640 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/366/389d1db726cd2/py-1.9.0-py2.py3-none-any.whl (99 kB) 2020-11-04 11:16:35.759 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (3.4.0) 2020-11-04 11:16:35.787 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.4.7) 2020-11-04 11:16:35.790 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-04 11:16:35.811 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2020-11-04 11:16:35.814 | Requirement already satisfied: distlib===0.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 135)) (0.3.1) 2020-11-04 11:16:38.038 | Installing collected packages: pluggy, py, toml, tox 2020-11-04 11:16:38.684 | Successfully installed pluggy-0.13.1 py-1.9.0 toml-0.10.0 tox-3.20.1 2020-11-04 11:16:38.922 | ++ inc/python:pip_install:200 : result=0 2020-11-04 11:16:38.925 | ++ inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:16:38.927 | ++ functions-common:time_stop:2310 : local name 2020-11-04 11:16:38.929 | ++ functions-common:time_stop:2311 : local end_time 2020-11-04 11:16:38.932 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:16:38.935 | ++ functions-common:time_stop:2313 : local total 2020-11-04 11:16:38.937 | ++ functions-common:time_stop:2314 : local start_time 2020-11-04 11:16:38.939 | ++ functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:16:38.942 | ++ functions-common:time_stop:2317 : start_time=1604488592148 2020-11-04 11:16:38.944 | ++ functions-common:time_stop:2319 : [[ -z 1604488592148 ]] 2020-11-04 11:16:38.947 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:16:38.951 | ++ functions-common:time_stop:2322 : end_time=1604488598948 2020-11-04 11:16:38.953 | ++ functions-common:time_stop:2323 : elapsed_time=6800 2020-11-04 11:16:38.955 | ++ functions-common:time_stop:2324 : total=298368 2020-11-04 11:16:38.958 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:16:38.960 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=305168 2020-11-04 11:16:38.962 | ++ inc/python:pip_install:203 : return 0 2020-11-04 11:16:38.965 | ++ lib/tempest:install_tempest:696 : pushd /opt/stack/tempest 2020-11-04 11:16:38.965 | /opt/stack/tempest ~/devstack 2020-11-04 11:16:38.967 | ++ lib/tempest:install_tempest:700 : git checkout master 2020-11-04 11:16:38.990 | M .coveragerc 2020-11-04 11:16:38.990 | M .gitignore 2020-11-04 11:16:38.990 | M .gitreview 2020-11-04 11:16:38.990 | M .mailmap 2020-11-04 11:16:38.990 | M .stestr.conf 2020-11-04 11:16:38.990 | M .zuul.yaml 2020-11-04 11:16:38.990 | M CONTRIBUTING.rst 2020-11-04 11:16:38.990 | M HACKING.rst 2020-11-04 11:16:38.990 | M LICENSE 2020-11-04 11:16:38.990 | M README.rst 2020-11-04 11:16:38.990 | M REVIEWING.rst 2020-11-04 11:16:38.990 | M bindep.txt 2020-11-04 11:16:38.990 | M doc/requirements.txt 2020-11-04 11:16:38.990 | M doc/source/_extra/.htaccess 2020-11-04 11:16:38.990 | M doc/source/_static/.keep 2020-11-04 11:16:38.990 | M doc/source/account_generator.rst 2020-11-04 11:16:38.990 | M doc/source/cleanup.rst 2020-11-04 11:16:38.990 | M doc/source/conf.py 2020-11-04 11:16:38.990 | M doc/source/configuration.rst 2020-11-04 11:16:38.990 | M doc/source/contributor/contributing.rst 2020-11-04 11:16:38.990 | M doc/source/data/tempest-blacklisted-plugins-registry.header 2020-11-04 11:16:38.990 | M doc/source/data/tempest-plugins-registry.header 2020-11-04 11:16:38.990 | M doc/source/index.rst 2020-11-04 11:16:38.990 | M doc/source/library.rst 2020-11-04 11:16:38.990 | M doc/source/library/api_microversion_testing.rst 2020-11-04 11:16:38.990 | M doc/source/library/auth.rst 2020-11-04 11:16:38.990 | M doc/source/library/cli.rst 2020-11-04 11:16:38.990 | M doc/source/library/clients.rst 2020-11-04 11:16:38.990 | M doc/source/library/credential_providers.rst 2020-11-04 11:16:38.991 | M doc/source/library/decorators.rst 2020-11-04 11:16:38.991 | M doc/source/library/rest_client.rst 2020-11-04 11:16:38.991 | M doc/source/library/service_clients/compute_clients.rst 2020-11-04 11:16:38.991 | M doc/source/library/utils.rst 2020-11-04 11:16:38.991 | M doc/source/library/validation_resources.rst 2020-11-04 11:16:38.991 | M doc/source/microversion_testing.rst 2020-11-04 11:16:38.991 | M doc/source/overview.rst 2020-11-04 11:16:38.991 | M doc/source/plugins/index.rst 2020-11-04 11:16:38.991 | M doc/source/plugins/plugin.rst 2020-11-04 11:16:38.991 | M doc/source/requirement_upper_constraint_for_tempest.rst 2020-11-04 11:16:38.991 | M doc/source/run.rst 2020-11-04 11:16:38.991 | M doc/source/sampleconf.rst 2020-11-04 11:16:38.991 | M doc/source/stable_branch_support_policy.rst 2020-11-04 11:16:38.991 | M doc/source/stable_branch_testing_policy.rst 2020-11-04 11:16:38.991 | M doc/source/subunit_describe_calls.rst 2020-11-04 11:16:38.991 | M doc/source/supported_version.rst 2020-11-04 11:16:38.991 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2020-11-04 11:16:38.991 | M doc/source/test_removal.rst 2020-11-04 11:16:38.991 | M doc/source/tests/modules.rst 2020-11-04 11:16:38.991 | M doc/source/workspace.rst 2020-11-04 11:16:38.991 | M doc/source/write_tests.rst 2020-11-04 11:16:38.991 | M etc/accounts.yaml.sample 2020-11-04 11:16:38.991 | M etc/logging.conf.sample 2020-11-04 11:16:38.991 | M etc/whitelist.yaml 2020-11-04 11:16:38.991 | M playbooks/devstack-tempest-ipv6.yaml 2020-11-04 11:16:38.991 | M playbooks/devstack-tempest.yaml 2020-11-04 11:16:38.991 | M playbooks/post-tempest.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2020-11-04 11:16:38.991 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2020-11-04 11:16:38.992 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2020-11-04 11:16:38.993 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2020-11-04 11:16:38.994 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2020-11-04 11:16:38.995 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2020-11-04 11:16:38.996 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2020-11-04 11:16:38.997 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2020-11-04 11:16:38.998 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2020-11-04 11:16:38.999 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2020-11-04 11:16:39.000 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2020-11-04 11:16:39.000 | M releasenotes/source/_static/.placeholder 2020-11-04 11:16:39.000 | M releasenotes/source/_templates/.placeholder 2020-11-04 11:16:39.000 | M releasenotes/source/conf.py 2020-11-04 11:16:39.000 | M releasenotes/source/index.rst 2020-11-04 11:16:39.000 | M releasenotes/source/unreleased.rst 2020-11-04 11:16:39.000 | M releasenotes/source/v10.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v11.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v12.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v13.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v14.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v15.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v16.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v16.1.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v17.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v17.1.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v17.2.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v18.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v19.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v20.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v21.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v22.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v22.1.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v23.0.0.rst 2020-11-04 11:16:39.001 | M releasenotes/source/v24.0.0.rst 2020-11-04 11:16:39.001 | M requirements.txt 2020-11-04 11:16:39.001 | M roles/acl-devstack-files/README.rst 2020-11-04 11:16:39.001 | M roles/acl-devstack-files/defaults/main.yaml 2020-11-04 11:16:39.001 | M roles/acl-devstack-files/tasks/main.yaml 2020-11-04 11:16:39.001 | M roles/ipv6-only-deployments-verification/README.rst 2020-11-04 11:16:39.001 | M roles/ipv6-only-deployments-verification/defaults/main.yaml 2020-11-04 11:16:39.001 | M roles/ipv6-only-deployments-verification/tasks/main.yaml 2020-11-04 11:16:39.001 | M roles/run-tempest/README.rst 2020-11-04 11:16:39.001 | M roles/run-tempest/defaults/main.yaml 2020-11-04 11:16:39.001 | M roles/run-tempest/tasks/main.yaml 2020-11-04 11:16:39.001 | M roles/setup-tempest-data-dir/README.rst 2020-11-04 11:16:39.001 | M roles/setup-tempest-data-dir/defaults/main.yaml 2020-11-04 11:16:39.001 | M roles/setup-tempest-data-dir/tasks/main.yaml 2020-11-04 11:16:39.001 | M roles/setup-tempest-run-dir/README.rst 2020-11-04 11:16:39.001 | M roles/setup-tempest-run-dir/defaults/main.yaml 2020-11-04 11:16:39.001 | M roles/setup-tempest-run-dir/tasks/main.yaml 2020-11-04 11:16:39.002 | M roles/tempest-cleanup/README.rst 2020-11-04 11:16:39.002 | M roles/tempest-cleanup/defaults/main.yaml 2020-11-04 11:16:39.002 | M roles/tempest-cleanup/tasks/main.yaml 2020-11-04 11:16:39.002 | M setup.cfg 2020-11-04 11:16:39.002 | M setup.py 2020-11-04 11:16:39.002 | M tempest/README.rst 2020-11-04 11:16:39.002 | M tempest/__init__.py 2020-11-04 11:16:39.002 | M tempest/api/README.rst 2020-11-04 11:16:39.002 | M tempest/api/__init__.py 2020-11-04 11:16:39.002 | M tempest/api/compute/__init__.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/__init__.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_agents.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_aggregates.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_aggregates_negative.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_auto_allocate_network.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_availability_zone.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_availability_zone_negative.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_create_server.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_delete_server.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_fixed_ips.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_flavors.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_flavors_access.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_flavors_access_negative.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_flavors_microversions.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_hosts.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_hosts_negative.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_hypervisor.py 2020-11-04 11:16:39.002 | M tempest/api/compute/admin/test_hypervisor_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_keypairs_v210.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_live_migration.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_live_migration_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_migrations.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_networks.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_quotas.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_quotas_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_security_groups.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_server_diagnostics.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_servers.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_servers_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_services.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_services_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_volume_swap.py 2020-11-04 11:16:39.003 | M tempest/api/compute/admin/test_volumes_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/api_microversion_fixture.py 2020-11-04 11:16:39.003 | M tempest/api/compute/base.py 2020-11-04 11:16:39.003 | M tempest/api/compute/certificates/__init__.py 2020-11-04 11:16:39.003 | M tempest/api/compute/certificates/test_certificates.py 2020-11-04 11:16:39.003 | M tempest/api/compute/flavors/__init__.py 2020-11-04 11:16:39.003 | M tempest/api/compute/flavors/test_flavors.py 2020-11-04 11:16:39.003 | M tempest/api/compute/flavors/test_flavors_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/floating_ips/__init__.py 2020-11-04 11:16:39.003 | M tempest/api/compute/floating_ips/base.py 2020-11-04 11:16:39.003 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2020-11-04 11:16:39.003 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2020-11-04 11:16:39.003 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2020-11-04 11:16:39.003 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/__init__.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_image_metadata.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_image_metadata_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_images.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_images_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_images_oneserver.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_images_oneserver_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_list_image_filters.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_list_image_filters_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/images/test_list_images.py 2020-11-04 11:16:39.004 | M tempest/api/compute/keypairs/__init__.py 2020-11-04 11:16:39.004 | M tempest/api/compute/keypairs/base.py 2020-11-04 11:16:39.004 | M tempest/api/compute/keypairs/test_keypairs.py 2020-11-04 11:16:39.004 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2020-11-04 11:16:39.004 | M tempest/api/compute/limits/__init__.py 2020-11-04 11:16:39.004 | M tempest/api/compute/limits/test_absolute_limits.py 2020-11-04 11:16:39.004 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/security_groups/__init__.py 2020-11-04 11:16:39.004 | M tempest/api/compute/security_groups/base.py 2020-11-04 11:16:39.004 | M tempest/api/compute/security_groups/test_security_group_rules.py 2020-11-04 11:16:39.004 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/security_groups/test_security_groups.py 2020-11-04 11:16:39.004 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/__init__.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_attach_interfaces.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_availability_zone.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_create_server.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_delete_server.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_device_tagging.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_disk_config.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_instance_actions.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_instance_actions_negative.py 2020-11-04 11:16:39.004 | M tempest/api/compute/servers/test_list_server_filters.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_list_servers_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_multiple_create.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_multiple_create_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_novnc.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_actions.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_addresses.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_addresses_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_group.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_metadata.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_metadata_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_password.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_personality.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_rescue.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_rescue_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_server_tags.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_servers.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_servers_microversions.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_servers_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_virtual_interfaces.py 2020-11-04 11:16:39.005 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/test_extensions.py 2020-11-04 11:16:39.005 | M tempest/api/compute/test_networks.py 2020-11-04 11:16:39.005 | M tempest/api/compute/test_quotas.py 2020-11-04 11:16:39.005 | M tempest/api/compute/test_tenant_networks.py 2020-11-04 11:16:39.005 | M tempest/api/compute/test_versions.py 2020-11-04 11:16:39.005 | M tempest/api/compute/volumes/__init__.py 2020-11-04 11:16:39.005 | M tempest/api/compute/volumes/test_attach_volume.py 2020-11-04 11:16:39.005 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2020-11-04 11:16:39.005 | M tempest/api/compute/volumes/test_volume_snapshots.py 2020-11-04 11:16:39.005 | M tempest/api/compute/volumes/test_volumes_get.py 2020-11-04 11:16:39.005 | M tempest/api/compute/volumes/test_volumes_list.py 2020-11-04 11:16:39.005 | M tempest/api/compute/volumes/test_volumes_negative.py 2020-11-04 11:16:39.005 | M tempest/api/identity/__init__.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/__init__.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/__init__.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_endpoints.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_roles.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_roles_negative.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_services.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_tenants.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_tokens.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_users.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v2/test_users_negative.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/__init__.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_application_credentials.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_credentials.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_default_project_id.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_domains.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_domains_negative.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_endpoints.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_groups.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_inherits.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_list_projects.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_list_users.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_policies.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_project_tags.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_projects.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_projects_negative.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_regions.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_roles.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_services.py 2020-11-04 11:16:39.006 | M tempest/api/identity/admin/v3/test_tokens.py 2020-11-04 11:16:39.007 | M tempest/api/identity/admin/v3/test_trusts.py 2020-11-04 11:16:39.007 | M tempest/api/identity/admin/v3/test_users.py 2020-11-04 11:16:39.007 | M tempest/api/identity/admin/v3/test_users_negative.py 2020-11-04 11:16:39.007 | M tempest/api/identity/base.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v2/__init__.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v2/test_api_discovery.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v2/test_ec2_credentials.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v2/test_extension.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v2/test_tenants.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v2/test_tokens.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v2/test_users.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/__init__.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_access_rules.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_api_discovery.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_application_credentials.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_catalog.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_domains.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_ec2_credentials.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_projects.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_tokens.py 2020-11-04 11:16:39.007 | M tempest/api/identity/v3/test_users.py 2020-11-04 11:16:39.007 | M tempest/api/image/__init__.py 2020-11-04 11:16:39.007 | M tempest/api/image/base.py 2020-11-04 11:16:39.007 | M tempest/api/image/v1/__init__.py 2020-11-04 11:16:39.007 | M tempest/api/image/v1/test_image_members.py 2020-11-04 11:16:39.007 | M tempest/api/image/v1/test_image_members_negative.py 2020-11-04 11:16:39.007 | M tempest/api/image/v1/test_images.py 2020-11-04 11:16:39.007 | M tempest/api/image/v1/test_images_negative.py 2020-11-04 11:16:39.007 | M tempest/api/image/v2/__init__.py 2020-11-04 11:16:39.007 | M tempest/api/image/v2/admin/__init__.py 2020-11-04 11:16:39.007 | M tempest/api/image/v2/admin/test_images.py 2020-11-04 11:16:39.007 | M tempest/api/image/v2/test_images.py 2020-11-04 11:16:39.007 | M tempest/api/image/v2/test_images_member.py 2020-11-04 11:16:39.007 | M tempest/api/image/v2/test_images_member_negative.py 2020-11-04 11:16:39.007 | M tempest/api/image/v2/test_images_metadefs_namespace_objects.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_metadefs_namespace_properties.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_metadefs_namespace_tags.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_metadefs_namespaces.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_metadefs_resource_types.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_metadefs_schema.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_negative.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_tags.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_images_tags_negative.py 2020-11-04 11:16:39.008 | M tempest/api/image/v2/test_versions.py 2020-11-04 11:16:39.008 | M tempest/api/network/__init__.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/__init__.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_external_network_extension.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_external_networks_negative.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_metering_extensions.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_negative_quotas.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_ports.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_quotas.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_routers.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_routers_dvr.py 2020-11-04 11:16:39.008 | M tempest/api/network/admin/test_routers_negative.py 2020-11-04 11:16:39.008 | M tempest/api/network/base.py 2020-11-04 11:16:39.008 | M tempest/api/network/base_security_groups.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_agent_management_negative.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_allowed_address_pair.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_dhcp_ipv6.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_extensions.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_extra_dhcp_options.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_floating_ips.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_floating_ips_negative.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_networks.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_networks_negative.py 2020-11-04 11:16:39.008 | M tempest/api/network/test_ports.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_routers.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_routers_negative.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_security_groups.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_security_groups_negative.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_service_providers.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_subnetpools_extensions.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_tags.py 2020-11-04 11:16:39.009 | M tempest/api/network/test_versions.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/__init__.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/base.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_account_bulk.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_account_quotas.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_account_quotas_negative.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_account_services.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_account_services_negative.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_acl.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_acl_negative.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_quotas.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_services.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_services_negative.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_staticweb.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_sync.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_container_sync_middleware.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_crossdomain.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_healthcheck.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_expiry.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_formpost.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_formpost_negative.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_services.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_slo.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_temp_url.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_temp_url_negative.py 2020-11-04 11:16:39.009 | M tempest/api/object_storage/test_object_version.py 2020-11-04 11:16:39.009 | M tempest/api/volume/__init__.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/__init__.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_backends_capabilities.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_group_snapshots.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_group_type_specs.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_group_types.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_groups.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_multi_backend.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_qos.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_snapshot_manage.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_snapshots_actions.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_user_messages.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_volume_hosts.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_volume_manage.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_volume_pools.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_volume_quota_classes.py 2020-11-04 11:16:39.010 | M tempest/api/volume/admin/test_volume_quotas.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_retype.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_services.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_services_negative.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_type_access.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_types.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volume_types_negative.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volumes_actions.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volumes_backup.py 2020-11-04 11:16:39.011 | M tempest/api/volume/admin/test_volumes_list.py 2020-11-04 11:16:39.011 | M tempest/api/volume/api_microversion_fixture.py 2020-11-04 11:16:39.011 | M tempest/api/volume/base.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_availability_zone.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_extensions.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_image_metadata.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_snapshot_metadata.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_versions.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volume_absolute_limits.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volume_delete_cascade.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volume_metadata.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volume_transfers.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_actions.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_backup.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_clone.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_clone_negative.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_extend.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_get.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_list.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_negative.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_snapshots.py 2020-11-04 11:16:39.011 | M tempest/api/volume/test_volumes_snapshots_list.py 2020-11-04 11:16:39.012 | M tempest/api/volume/test_volumes_snapshots_negative.py 2020-11-04 11:16:39.012 | M tempest/clients.py 2020-11-04 11:16:39.012 | M tempest/cmd/__init__.py 2020-11-04 11:16:39.012 | M tempest/cmd/cleanup.py 2020-11-04 11:16:39.012 | M tempest/cmd/cleanup_service.py 2020-11-04 11:16:39.012 | M tempest/cmd/config-generator.tempest.conf 2020-11-04 11:16:39.012 | M tempest/cmd/init.py 2020-11-04 11:16:39.012 | M tempest/cmd/list_plugins.py 2020-11-04 11:16:39.012 | M tempest/cmd/main.py 2020-11-04 11:16:39.012 | M tempest/cmd/run.py 2020-11-04 11:16:39.012 | M tempest/cmd/subunit_describe_calls.py 2020-11-04 11:16:39.012 | M tempest/cmd/verify_tempest_config.py 2020-11-04 11:16:39.012 | M tempest/cmd/workspace.py 2020-11-04 11:16:39.012 | M tempest/common/__init__.py 2020-11-04 11:16:39.012 | M tempest/common/compute.py 2020-11-04 11:16:39.012 | M tempest/common/credentials_factory.py 2020-11-04 11:16:39.012 | M tempest/common/custom_matchers.py 2020-11-04 11:16:39.012 | M tempest/common/identity.py 2020-11-04 11:16:39.012 | M tempest/common/image.py 2020-11-04 11:16:39.012 | M tempest/common/tempest_fixtures.py 2020-11-04 11:16:39.012 | M tempest/common/utils/__init__.py 2020-11-04 11:16:39.012 | M tempest/common/utils/linux/__init__.py 2020-11-04 11:16:39.012 | M tempest/common/utils/linux/remote_client.py 2020-11-04 11:16:39.012 | M tempest/common/utils/net_info.py 2020-11-04 11:16:39.012 | M tempest/common/utils/net_utils.py 2020-11-04 11:16:39.012 | M tempest/common/waiters.py 2020-11-04 11:16:39.012 | M tempest/config.py 2020-11-04 11:16:39.012 | M tempest/hacking/__init__.py 2020-11-04 11:16:39.012 | M tempest/hacking/checks.py 2020-11-04 11:16:39.012 | M tempest/lib/__init__.py 2020-11-04 11:16:39.012 | M tempest/lib/api_schema/__init__.py 2020-11-04 11:16:39.012 | M tempest/lib/api_schema/response/__init__.py 2020-11-04 11:16:39.012 | M tempest/lib/api_schema/response/compute/__init__.py 2020-11-04 11:16:39.012 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2020-11-04 11:16:39.012 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2020-11-04 11:16:39.013 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2020-11-04 11:16:39.014 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/__init__.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/backups.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/capabilities.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/extensions.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/group_types.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/groups.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/hosts.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/limits.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2020-11-04 11:16:39.015 | M tempest/lib/api_schema/response/volume/manage_volume.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/messages.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/qos.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/quota_classes.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/quotas.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/services.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/snapshots.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/transfers.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/volume_types.py 2020-11-04 11:16:39.016 | M tempest/lib/api_schema/response/volume/volumes.py 2020-11-04 11:16:39.016 | M tempest/lib/auth.py 2020-11-04 11:16:39.016 | M tempest/lib/base.py 2020-11-04 11:16:39.016 | M tempest/lib/cli/__init__.py 2020-11-04 11:16:39.016 | M tempest/lib/cli/base.py 2020-11-04 11:16:39.016 | M tempest/lib/cli/output_parser.py 2020-11-04 11:16:39.016 | M tempest/lib/cmd/__init__.py 2020-11-04 11:16:39.016 | M tempest/lib/common/__init__.py 2020-11-04 11:16:39.016 | M tempest/lib/common/api_microversion_fixture.py 2020-11-04 11:16:39.016 | M tempest/lib/common/api_version_request.py 2020-11-04 11:16:39.016 | M tempest/lib/common/api_version_utils.py 2020-11-04 11:16:39.016 | M tempest/lib/common/cred_client.py 2020-11-04 11:16:39.016 | M tempest/lib/common/cred_provider.py 2020-11-04 11:16:39.016 | M tempest/lib/common/dynamic_creds.py 2020-11-04 11:16:39.016 | M tempest/lib/common/fixed_network.py 2020-11-04 11:16:39.016 | M tempest/lib/common/http.py 2020-11-04 11:16:39.016 | M tempest/lib/common/jsonschema_validator.py 2020-11-04 11:16:39.016 | M tempest/lib/common/preprov_creds.py 2020-11-04 11:16:39.016 | M tempest/lib/common/profiler.py 2020-11-04 11:16:39.016 | M tempest/lib/common/rest_client.py 2020-11-04 11:16:39.016 | M tempest/lib/common/ssh.py 2020-11-04 11:16:39.016 | M tempest/lib/common/thread.py 2020-11-04 11:16:39.016 | M tempest/lib/common/utils/__init__.py 2020-11-04 11:16:39.016 | M tempest/lib/common/utils/data_utils.py 2020-11-04 11:16:39.016 | M tempest/lib/common/utils/linux/__init__.py 2020-11-04 11:16:39.016 | M tempest/lib/common/utils/linux/remote_client.py 2020-11-04 11:16:39.016 | M tempest/lib/common/utils/misc.py 2020-11-04 11:16:39.017 | M tempest/lib/common/utils/test_utils.py 2020-11-04 11:16:39.017 | M tempest/lib/common/validation_resources.py 2020-11-04 11:16:39.017 | M tempest/lib/decorators.py 2020-11-04 11:16:39.017 | M tempest/lib/exceptions.py 2020-11-04 11:16:39.017 | M tempest/lib/services/__init__.py 2020-11-04 11:16:39.017 | M tempest/lib/services/clients.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/__init__.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/agents_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/aggregates_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/availability_zone_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/baremetal_nodes_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/base_compute_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/certificates_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/extensions_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/fixed_ips_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/flavors_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/floating_ip_pools_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/floating_ips_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/hosts_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/hypervisor_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/images_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/interfaces_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/keypairs_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/limits_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/migrations_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/networks_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/quota_classes_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/quotas_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/security_group_default_rules_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/security_group_rules_client.py 2020-11-04 11:16:39.017 | M tempest/lib/services/compute/security_groups_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/server_groups_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/servers_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/services_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/snapshots_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/tenant_networks_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/tenant_usages_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/versions_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/compute/volumes_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/__init__.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/__init__.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/endpoints_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/identity_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/roles_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/services_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/tenants_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/token_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v2/users_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/__init__.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/access_rules_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/application_credentials_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/catalog_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/credentials_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/domains_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/endpoints_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/groups_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/identity_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/oauth_token_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/policies_client.py 2020-11-04 11:16:39.018 | M tempest/lib/services/identity/v3/project_tags_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/projects_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/regions_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/role_assignments_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/roles_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/services_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/token_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/trusts_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/users_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/identity/v3/versions_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/__init__.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v1/__init__.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v1/image_members_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v1/images_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/__init__.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/image_members_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/images_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/namespace_objects_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/namespace_properties_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/namespace_tags_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/namespaces_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/resource_types_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/schemas_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/image/v2/versions_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/__init__.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/agents_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/base.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/extensions_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/floating_ips_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/metering_label_rules_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/metering_labels_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/networks_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/ports_client.py 2020-11-04 11:16:39.019 | M tempest/lib/services/network/qos_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/quotas_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/routers_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/security_group_rules_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/security_groups_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/segments_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/service_providers_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/subnetpools_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/subnets_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/tags_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/network/versions_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/object_storage/__init__.py 2020-11-04 11:16:39.020 | M tempest/lib/services/object_storage/account_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/object_storage/capabilities_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/object_storage/container_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/object_storage/object_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/placement/__init__.py 2020-11-04 11:16:39.020 | M tempest/lib/services/placement/base_placement_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/placement/placement_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/placement/resource_providers_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/__init__.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/base_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/__init__.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/availability_zone_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/backups_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/encryption_types_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/extensions_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/hosts_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/limits_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/qos_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/quotas_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/services_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/snapshots_client.py 2020-11-04 11:16:39.020 | M tempest/lib/services/volume/v1/types_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v1/volumes_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/__init__.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/availability_zone_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/backups_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/capabilities_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/encryption_types_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/extensions_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/hosts_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/limits_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/qos_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/quota_classes_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/quotas_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/services_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/snapshots_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/transfers_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/types_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/volume_manage_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v2/volumes_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/__init__.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/attachments_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/availability_zone_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/backups_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/base_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/capabilities_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/encryption_types_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/extensions_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/group_types_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/groups_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/hosts_client.py 2020-11-04 11:16:39.021 | M tempest/lib/services/volume/v3/limits_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/messages_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/qos_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/quota_classes_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/quotas_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/services_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/snapshots_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/transfers_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/types_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/versions_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/volume_manage_client.py 2020-11-04 11:16:39.022 | M tempest/lib/services/volume/v3/volumes_client.py 2020-11-04 11:16:39.022 | M tempest/manager.py 2020-11-04 11:16:39.022 | M tempest/scenario/README.rst 2020-11-04 11:16:39.022 | M tempest/scenario/__init__.py 2020-11-04 11:16:39.022 | M tempest/scenario/manager.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_aggregates_basic_ops.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_encrypted_cinder_volumes.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_minbw_allocation_placement.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_minimum_basic.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_network_advanced_server_ops.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_network_basic_ops.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_network_v6.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_object_storage_basic_ops.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_security_groups_basic_ops.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_server_advanced_ops.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_server_basic_ops.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_server_multinode.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_shelve_instance.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_snapshot_pattern.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_stamp_pattern.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_volume_backup_restore.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_volume_boot_pattern.py 2020-11-04 11:16:39.022 | M tempest/scenario/test_volume_migrate_attached.py 2020-11-04 11:16:39.023 | M tempest/services/__init__.py 2020-11-04 11:16:39.023 | M tempest/services/orchestration/__init__.py 2020-11-04 11:16:39.023 | M tempest/services/orchestration/json/__init__.py 2020-11-04 11:16:39.023 | M tempest/services/orchestration/json/orchestration_client.py 2020-11-04 11:16:39.023 | M tempest/test.py 2020-11-04 11:16:39.023 | M tempest/test_discover/__init__.py 2020-11-04 11:16:39.023 | M tempest/test_discover/plugins.py 2020-11-04 11:16:39.023 | M tempest/test_discover/test_discover.py 2020-11-04 11:16:39.023 | M tempest/tests/README.rst 2020-11-04 11:16:39.023 | M tempest/tests/__init__.py 2020-11-04 11:16:39.023 | M tempest/tests/api/__init__.py 2020-11-04 11:16:39.023 | M tempest/tests/api/compute/__init__.py 2020-11-04 11:16:39.023 | M tempest/tests/api/compute/test_base.py 2020-11-04 11:16:39.023 | M tempest/tests/base.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/__init__.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2020-11-04 11:16:39.023 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_account_generator.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_cleanup.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_cleanup_services.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_list_plugins.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_run.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_saved_state_json.json 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_subunit_describe_calls.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_tempest_init.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_verify_tempest_config.py 2020-11-04 11:16:39.023 | M tempest/tests/cmd/test_workspace.py 2020-11-04 11:16:39.023 | M tempest/tests/common/__init__.py 2020-11-04 11:16:39.023 | M tempest/tests/common/test_admin_available.py 2020-11-04 11:16:39.023 | M tempest/tests/common/test_alt_available.py 2020-11-04 11:16:39.023 | M tempest/tests/common/test_compute.py 2020-11-04 11:16:39.023 | M tempest/tests/common/test_credentials_factory.py 2020-11-04 11:16:39.023 | M tempest/tests/common/test_custom_matchers.py 2020-11-04 11:16:39.023 | M tempest/tests/common/test_image.py 2020-11-04 11:16:39.024 | M tempest/tests/common/utils/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/common/utils/linux/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/common/utils/linux/test_remote_client.py 2020-11-04 11:16:39.024 | M tempest/tests/common/utils/test_net_utils.py 2020-11-04 11:16:39.024 | M tempest/tests/fake_config.py 2020-11-04 11:16:39.024 | M tempest/tests/fake_tempest_plugin.py 2020-11-04 11:16:39.024 | M tempest/tests/files/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/files/failing-tests 2020-11-04 11:16:39.024 | M tempest/tests/files/passing-tests 2020-11-04 11:16:39.024 | M tempest/tests/files/setup.cfg 2020-11-04 11:16:39.024 | M tempest/tests/files/testr-conf 2020-11-04 11:16:39.024 | M tempest/tests/lib/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/cli/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/cli/test_command_failed.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/cli/test_execute.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/cli/test_output_parser.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/cmd/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/cmd/test_check_uuid.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_api_version_request.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_api_version_utils.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_cred_client.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_dynamic_creds.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_http.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_jsonschema_validator.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_preprov_creds.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_profiler.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_rest_client.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/test_validation_resources.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/utils/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/utils/linux/__init__.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/utils/test_data_utils.py 2020-11-04 11:16:39.024 | M tempest/tests/lib/common/utils/test_misc.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/common/utils/test_test_utils.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/fake_auth_provider.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/fake_credentials.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/fake_http.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/fake_identity.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/__init__.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/base.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/__init__.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_agents_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_certificates_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_extensions_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_flavors_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_hosts_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_images_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_limits_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_migrations_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_networks_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_quotas_client.py 2020-11-04 11:16:39.025 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_servers_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_services_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_versions_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/compute/test_volumes_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/identity/__init__.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/identity/v2/__init__.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2020-11-04 11:16:39.026 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/__init__.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/image/__init__.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/image/v1/__init__.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/image/v2/__init__.py 2020-11-04 11:16:39.027 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_images_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/__init__.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_agents_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_base_network_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_extensions_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_networks_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_ports_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_qos_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_quotas_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_routers_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_security_groups_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_segments_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_service_providers_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_subnets_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_tags_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/network/test_versions_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/object_storage/__init__.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2020-11-04 11:16:39.028 | M tempest/tests/lib/services/object_storage/test_object_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/placement/__init__.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/placement/test_placement_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/registry_fixture.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/test_clients.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/__init__.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v1/__init__.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v1/test_encryption_types_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v1/test_quotas_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v1/test_snapshots_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/__init__.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2020-11-04 11:16:39.029 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/services/volume/v3/test_volume_manage_client.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/test_api_microversion_fixture.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/test_auth.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/test_base.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/test_credentials.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/test_decorators.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/test_ssh.py 2020-11-04 11:16:39.030 | M tempest/tests/lib/test_tempest_lib.py 2020-11-04 11:16:39.030 | M tempest/tests/test_base_test.py 2020-11-04 11:16:39.030 | M tempest/tests/test_config.py 2020-11-04 11:16:39.030 | M tempest/tests/test_decorators.py 2020-11-04 11:16:39.030 | M tempest/tests/test_hacking.py 2020-11-04 11:16:39.030 | M tempest/tests/test_imports.pySwitched to branch 'master' 2020-11-04 11:16:39.030 | 2020-11-04 11:16:39.030 | M tempest/tests/test_list_tests.py 2020-11-04 11:16:39.030 | M tempest/tests/test_microversions.py 2020-11-04 11:16:39.030 | M tempest/tests/test_tempest_plugin.py 2020-11-04 11:16:39.030 | M tempest/tests/test_test.py 2020-11-04 11:16:39.030 | M tempest/tests/utils.py 2020-11-04 11:16:39.030 | M tempest/version.py 2020-11-04 11:16:39.030 | M test-requirements.txt 2020-11-04 11:16:39.030 | M tools/generate-tempest-plugins-list.py 2020-11-04 11:16:39.030 | M tools/tempest-integrated-gate-compute-blacklist.txt 2020-11-04 11:16:39.030 | M tools/tempest-integrated-gate-networking-blacklist.txt 2020-11-04 11:16:39.030 | M tools/tempest-integrated-gate-object-storage-blacklist.txt 2020-11-04 11:16:39.030 | M tools/tempest-integrated-gate-placement-blacklist.txt 2020-11-04 11:16:39.030 | M tools/tempest-integrated-gate-storage-blacklist.txt 2020-11-04 11:16:39.030 | M tools/tempest-plugin-sanity.sh 2020-11-04 11:16:39.030 | M tox.ini 2020-11-04 11:16:39.030 | Your branch is up to date with 'origin/master'. 2020-11-04 11:16:39.030 | ++ lib/tempest:install_tempest:702 : tox -r --notest -efull 2020-11-04 11:16:39.600 | full create: /opt/stack/tempest/.tox/tempest 2020-11-04 11:16:40.517 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2020-11-04 11:17:19.459 | full develop-inst: /opt/stack/tempest 2020-11-04 11:17:24.912 | full installed: attrs==20.2.0,bcrypt==3.2.0,certifi==2020.6.20,cffi==1.14.3,chardet==3.0.4,cliff==3.4.0,cmd2==1.3.11,colorama==0.4.4,cryptography==3.2.1,debtcollector==2.2.0,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,future==0.18.2,idna==2.10,importlib-metadata==2.0.0,importlib-resources==3.3.0,iso8601==0.1.13,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.0,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.3.1,oslo.config==8.3.2,oslo.context==3.1.1,oslo.i18n==5.0.1,oslo.log==4.4.0,oslo.serialization==4.0.1,oslo.utils==4.7.0,packaging==20.4,paramiko==2.7.2,pbr==5.5.1,prettytable==0.7.2,pycparser==2.20,pyinotify==0.9.6,PyNaCl==1.4.0,pyparsing==2.4.7,pyperclip==1.8.1,pyrsistent==0.17.3,python-dateutil==2.8.1,python-mimeparse==1.6.0,python-subunit==1.4.0,pytz==2020.4,PyYAML==5.3.1,requests==2.23.0,rfc3986==1.4.0,six==1.15.0,stestr==3.0.1,stevedore==3.2.2,-e git+https://opendev.org/openstack/tempest@f9bb8b8b214d7e441ef69e299930416a60d08ddd#egg=tempest,testtools==2.4.0,traceback2==1.4.0,unittest2==1.1.0,urllib3==1.25.11,voluptuous==0.12.0,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.0 2020-11-04 11:17:24.913 | ___________________________________ summary ____________________________________ 2020-11-04 11:17:24.913 | full: skipped tests 2020-11-04 11:17:24.913 | congratulations :) 2020-11-04 11:17:24.942 | ++ lib/tempest:install_tempest:706 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r requirements.txt 2020-11-04 11:17:26.583 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:17:26.583 | 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. 2020-11-04 11:17:26.606 | Requirement already satisfied: PyYAML===5.3.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:17:26.608 | Requirement already satisfied: cliff===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-11-04 11:17:26.624 | Requirement already satisfied: cmd2===1.3.11 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-11-04 11:17:26.687 | Requirement already satisfied: colorama===0.4.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-11-04 11:17:26.690 | Requirement already satisfied: debtcollector===2.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-04 11:17:26.698 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-11-04 11:17:26.709 | Requirement already satisfied: importlib-metadata===2.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-04 11:17:26.730 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (3.2.0) 2020-11-04 11:17:26.763 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-04 11:17:26.769 | Requirement already satisfied: oslo.concurrency===4.3.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (4.3.1) 2020-11-04 11:17:26.781 | Requirement already satisfied: oslo.config===8.3.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.3.2) 2020-11-04 11:17:26.799 | Requirement already satisfied: oslo.i18n===5.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (5.0.1) 2020-11-04 11:17:26.804 | Requirement already satisfied: oslo.log===4.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (4.4.0) 2020-11-04 11:17:26.849 | Requirement already satisfied: oslo.serialization===4.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.0.1) 2020-11-04 11:17:26.858 | Requirement already satisfied: oslo.utils===4.7.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.7.0) 2020-11-04 11:17:26.878 | Requirement already satisfied: packaging===20.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (20.4) 2020-11-04 11:17:26.884 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (2.7.2) 2020-11-04 11:17:26.922 | Requirement already satisfied: pbr===5.5.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.5.1) 2020-11-04 11:17:26.925 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (0.7.2) 2020-11-04 11:17:26.926 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (0.9.6) 2020-11-04 11:17:26.928 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.4.7) 2020-11-04 11:17:26.931 | Requirement already satisfied: pyperclip===1.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.8.1) 2020-11-04 11:17:26.932 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (0.17.3) 2020-11-04 11:17:26.937 | Requirement already satisfied: python-dateutil===2.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) (2.8.1) 2020-11-04 11:17:26.941 | Requirement already satisfied: python-subunit===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) (1.4.0) 2020-11-04 11:17:26.956 | Requirement already satisfied: pytz===2020.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (2020.4) 2020-11-04 11:17:26.959 | Requirement already satisfied: requests===2.23.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2.23.0) 2020-11-04 11:17:26.982 | Requirement already satisfied: rfc3986===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.4.0) 2020-11-04 11:17:26.986 | Requirement already satisfied: setuptools===50.3.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (50.3.2) 2020-11-04 11:17:27.034 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (1.15.0) 2020-11-04 11:17:27.036 | Requirement already satisfied: stestr===3.0.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.0.1) 2020-11-04 11:17:27.068 | Requirement already satisfied: stevedore===3.2.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.2.2) 2020-11-04 11:17:27.078 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (2.4.0) 2020-11-04 11:17:27.096 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (1.4.0) 2020-11-04 11:17:27.099 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.1.0) 2020-11-04 11:17:27.106 | Requirement already satisfied: urllib3===1.25.11 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (1.25.11) 2020-11-04 11:17:27.129 | Requirement already satisfied: voluptuous===0.12.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (0.12.0) 2020-11-04 11:17:27.132 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.2.5) 2020-11-04 11:17:27.138 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (1.12.1) 2020-11-04 11:17:27.140 | Requirement already satisfied: zipp===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (3.4.0) 2020-11-04 11:17:27.168 | Requirement already satisfied: attrs===20.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:17:27.216 | Requirement already satisfied: importlib-resources===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-04 11:17:27.235 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.14.1) 2020-11-04 11:17:27.239 | Requirement already satisfied: oslo.context===3.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (3.1.1) 2020-11-04 11:17:27.245 | Requirement already satisfied: msgpack===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-11-04 11:17:27.248 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-04 11:17:27.250 | Requirement already satisfied: iso8601===0.1.13 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-04 11:17:27.252 | Requirement already satisfied: bcrypt===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 91)) (3.2.0) 2020-11-04 11:17:27.262 | Requirement already satisfied: PyNaCl===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.4.0) 2020-11-04 11:17:27.276 | Requirement already satisfied: cryptography===3.2.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.2.1) 2020-11-04 11:17:27.319 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-11-04 11:17:27.321 | Requirement already satisfied: chardet===3.0.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:17:27.323 | Requirement already satisfied: certifi===2020.6.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:17:27.325 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-04 11:17:27.328 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (0.18.2) 2020-11-04 11:17:27.330 | Requirement already satisfied: python-mimeparse===1.6.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (1.6.0) 2020-11-04 11:17:27.332 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (1.0.0) 2020-11-04 11:17:27.333 | Requirement already satisfied: argparse in ./.tox/tempest/lib/python3.6/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.4.0) 2020-11-04 11:17:27.335 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (1.5) 2020-11-04 11:17:27.337 | Requirement already satisfied: cffi===1.14.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:17:27.340 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (2.20) 2020-11-04 11:17:27.497 | ++ lib/tempest:install_tempest:707 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2020-11-04 11:17:27.499 | ++ lib/tempest:install_tempest:708 : popd 2020-11-04 11:17:27.499 | ~/devstack 2020-11-04 11:17:27.502 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2020-11-04 11:17:27.504 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2020-11-04 11:17:27.507 | + functions-common:run_phase:1759 : [[ stack == \s\o\u\r\c\e ]] 2020-11-04 11:17:27.510 | + functions-common:run_phase:1762 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-11-04 11:17:27.512 | + functions-common:run_phase:1765 : run_plugins stack install 2020-11-04 11:17:27.515 | + functions-common:run_plugins:1724 : local mode=stack 2020-11-04 11:17:27.517 | + functions-common:run_plugins:1725 : local phase=install 2020-11-04 11:17:27.520 | + functions-common:run_plugins:1727 : local plugins= 2020-11-04 11:17:27.522 | + functions-common:run_plugins:1728 : local plugin 2020-11-04 11:17:27.526 | + ./stack.sh:main:936 : use_library_from_git python-openstackclient 2020-11-04 11:17:27.528 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2020-11-04 11:17:27.531 | + inc/python:use_library_from_git:251 : local enabled=1 2020-11-04 11:17:27.533 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2020-11-04 11:17:27.535 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-openstackclient, ]] 2020-11-04 11:17:27.538 | + inc/python:use_library_from_git:253 : return 1 2020-11-04 11:17:27.541 | + ./stack.sh:main:940 : pip_install_gr python-openstackclient 2020-11-04 11:17:27.543 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2020-11-04 11:17:27.546 | + inc/python:pip_install_gr:77 : local clean_name 2020-11-04 11:17:27.549 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2020-11-04 11:17:27.551 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2020-11-04 11:17:27.554 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-11-04 11:17:27.558 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-11-04 11:17:27.558 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2020-11-04 11:17:27.563 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2020-11-04 11:17:27.565 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2020-11-04 11:17:27.568 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2020-11-04 11:17:27.571 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2020-11-04 11:17:27.574 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2020-11-04 11:17:27.594 | Using python 3.6 to install python-openstackclient 2020-11-04 11:17:27.597 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2020-11-04 11:17:29.884 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-11-04 11:17:29.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. 2020-11-04 11:17:30.113 | Collecting python-openstackclient===5.4.0 2020-11-04 11:17:30.122 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/266/5fc7a9ce7e44a/python_openstackclient-5.4.0-py3-none-any.whl (886 kB) 2020-11-04 11:17:30.275 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (1.15.0) 2020-11-04 11:17:30.278 | Requirement already satisfied: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.2.2) 2020-11-04 11:17:30.288 | Requirement already satisfied: oslo.i18n===5.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (5.0.1) 2020-11-04 11:17:30.295 | Requirement already satisfied: python-novaclient===17.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) (17.2.1) 2020-11-04 11:17:30.315 | Requirement already satisfied: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-11-04 11:17:30.331 | Requirement already satisfied: openstacksdk===0.50.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (0.50.0) 2020-11-04 11:17:30.363 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.5.1) 2020-11-04 11:17:30.366 | Requirement already satisfied: osc-lib===2.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (2.2.1) 2020-11-04 11:17:30.384 | Requirement already satisfied: oslo.utils===4.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.7.0) 2020-11-04 11:17:30.404 | Requirement already satisfied: python-keystoneclient===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (4.1.1) 2020-11-04 11:17:30.425 | Requirement already satisfied: python-cinderclient===7.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (7.2.0) 2020-11-04 11:17:30.446 | Requirement already satisfied: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-11-04 11:17:30.467 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (0.1.13) 2020-11-04 11:17:30.470 | Requirement already satisfied: oslo.serialization===4.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.0.1) 2020-11-04 11:17:30.481 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 472)) (3.17.2) 2020-11-04 11:17:30.485 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (0.7.2) 2020-11-04 11:17:30.487 | Requirement already satisfied: keystoneauth1===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.2.1) 2020-11-04 11:17:30.559 | Requirement already satisfied: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-11-04 11:17:30.622 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-11-04 11:17:30.625 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.4.7) 2020-11-04 11:17:30.629 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) (1.4.4) 2020-11-04 11:17:30.632 | Requirement already satisfied: cryptography===3.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.2.1) 2020-11-04 11:17:30.677 | Requirement already satisfied: dogpile.cache===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.0.2) 2020-11-04 11:17:30.684 | Requirement already satisfied: jsonpatch===1.26 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.26) 2020-11-04 11:17:30.690 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) (4.4.2) 2020-11-04 11:17:30.693 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) (0.10.0) 2020-11-04 11:17:30.698 | 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 287)) (1.7.0) 2020-11-04 11:17:30.703 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (1.4.0) 2020-11-04 11:17:30.705 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (2.5.0) 2020-11-04 11:17:30.730 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.10.9) 2020-11-04 11:17:30.733 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 128)) (2.2.0) 2020-11-04 11:17:30.742 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) (0.8.0) 2020-11-04 11:17:30.749 | Requirement already satisfied: packaging===20.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (20.4) 2020-11-04 11:17:30.757 | Requirement already satisfied: pytz===2020.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (2020.4) 2020-11-04 11:17:30.762 | Requirement already satisfied: oslo.config===8.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.3.2) 2020-11-04 11:17:30.782 | Requirement already satisfied: requests===2.23.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2.23.0) 2020-11-04 11:17:30.806 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (3.4.0) 2020-11-04 11:17:30.834 | Requirement already satisfied: msgpack===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.0) 2020-11-04 11:17:30.838 | Requirement already satisfied: setuptools===50.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (50.3.2) 2020-11-04 11:17:30.886 | Requirement already satisfied: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-11-04 11:17:30.891 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.8.1) 2020-11-04 11:17:30.894 | Requirement already satisfied: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-11-04 11:17:30.941 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.2.5) 2020-11-04 11:17:30.947 | Requirement already satisfied: cffi===1.14.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.3) 2020-11-04 11:17:30.951 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 215)) (2.0) 2020-11-04 11:17:30.955 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) (1.12.1) 2020-11-04 11:17:30.958 | Requirement already satisfied: importlib-resources===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2020-11-04 11:17:30.978 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 451)) (1.4.0) 2020-11-04 11:17:30.983 | Requirement already satisfied: chardet===3.0.4 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (3.0.4) 2020-11-04 11:17:30.986 | Requirement already satisfied: urllib3===1.25.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (1.25.11) 2020-11-04 11:17:31.010 | Requirement already satisfied: certifi===2020.6.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.6.20) 2020-11-04 11:17:31.013 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) (2.10) 2020-11-04 11:17:31.017 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (2.20) 2020-11-04 11:17:32.930 | Installing collected packages: python-openstackclient 2020-11-04 11:17:34.300 | Successfully installed python-openstackclient-5.4.0 2020-11-04 11:17:34.549 | + inc/python:pip_install:200 : result=0 2020-11-04 11:17:34.551 | + inc/python:pip_install:202 : time_stop pip_install 2020-11-04 11:17:34.554 | + functions-common:time_stop:2310 : local name 2020-11-04 11:17:34.557 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:17:34.559 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:17:34.562 | + functions-common:time_stop:2313 : local total 2020-11-04 11:17:34.564 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:17:34.568 | + functions-common:time_stop:2316 : name=pip_install 2020-11-04 11:17:34.570 | + functions-common:time_stop:2317 : start_time=1604488647590 2020-11-04 11:17:34.573 | + functions-common:time_stop:2319 : [[ -z 1604488647590 ]] 2020-11-04 11:17:34.576 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:17:34.580 | + functions-common:time_stop:2322 : end_time=1604488654577 2020-11-04 11:17:34.582 | + functions-common:time_stop:2323 : elapsed_time=6987 2020-11-04 11:17:34.585 | + functions-common:time_stop:2324 : total=305168 2020-11-04 11:17:34.587 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:17:34.589 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=312155 2020-11-04 11:17:34.592 | + inc/python:pip_install:203 : return 0 2020-11-04 11:17:34.595 | + ./stack.sh:main:945 : install_oscwrap 2020-11-04 11:17:34.598 | ++ functions-common:install_oscwrap:2355 : mktemp 2020-11-04 11:17:34.602 | + functions-common:install_oscwrap:2355 : OSCWRAP_TIMER_FILE=/tmp/tmp.wwj1Su6giY 2020-11-04 11:17:34.604 | + functions-common:install_oscwrap:2358 : shopt -s expand_aliases 2020-11-04 11:17:34.607 | + functions-common:install_oscwrap:2361 : unalias -a 2020-11-04 11:17:34.609 | + functions-common:install_oscwrap:2363 : alias openstack=oscwrap 2020-11-04 11:17:34.612 | + ./stack.sh:main:950 : [[ False != \F\a\l\s\e ]] 2020-11-04 11:17:34.615 | + ./stack.sh:main:990 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2020-11-04 11:17:34.618 | + ./stack.sh:main:998 : is_service_enabled mysql postgresql 2020-11-04 11:17:34.636 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:17:34.638 | + ./stack.sh:main:999 : configure_database 2020-11-04 11:17:34.642 | + lib/database:configure_database:126 : configure_database_mysql 2020-11-04 11:17:34.645 | + lib/databases/mysql:configure_database_mysql:69 : local my_conf mysql slow_log 2020-11-04 11:17:34.647 | + lib/databases/mysql:configure_database_mysql:70 : echo_summary 'Configuring and starting MySQL' 2020-11-04 11:17:34.650 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-04 11:17:34.652 | + ./stack.sh:echo_summary:416 : echo -e Configuring and starting MySQL 2020-11-04 11:17:34.655 | + lib/databases/mysql:configure_database_mysql:72 : is_ubuntu 2020-11-04 11:17:34.657 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:17:34.660 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:17:34.662 | + lib/databases/mysql:configure_database_mysql:73 : my_conf=/etc/mysql/my.cnf 2020-11-04 11:17:34.664 | + lib/databases/mysql:configure_database_mysql:87 : is_fedora 2020-11-04 11:17:34.667 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-11-04 11:17:34.669 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-11-04 11:17:34.672 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-11-04 11:17:34.674 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-11-04 11:17:34.676 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-11-04 11:17:34.678 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-11-04 11:17:34.681 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-11-04 11:17:34.683 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-11-04 11:17:34.686 | + lib/databases/mysql:configure_database_mysql:87 : is_suse 2020-11-04 11:17:34.688 | + functions-common:is_suse:464 : is_opensuse 2020-11-04 11:17:34.690 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-11-04 11:17:34.693 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-11-04 11:17:34.695 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-11-04 11:17:34.698 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-11-04 11:17:34.700 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-11-04 11:17:34.703 | + lib/databases/mysql:configure_database_mysql:95 : sudo mysqladmin -u root password Passw0rd 2020-11-04 11:17:34.723 | mysqladmin: [Warning] Using a password on the command line interface can be insecure. 2020-11-04 11:17:34.723 | Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety. 2020-11-04 11:17:34.727 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2020-11-04 11:17:34.730 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:17:34.732 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:17:34.735 | + lib/databases/mysql:configure_database_mysql:99 : '[' mysql == mariadb ']' 2020-11-04 11:17:34.737 | + lib/databases/mysql:configure_database_mysql:102 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2020-11-04 11:17:34.739 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2020-11-04 11:17:34.742 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-11-04 11:17:34.745 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-11-04 11:17:34.747 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2020-11-04 11:17:34.749 | + 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'\'';' 2020-11-04 11:17:34.760 | mysql: [Warning] Using a password on the command line interface can be insecure. 2020-11-04 11:17:34.773 | + lib/databases/mysql:configure_database_mysql:115 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2020-11-04 11:17:34.783 | mysql: [Warning] Using a password on the command line interface can be insecure. 2020-11-04 11:17:34.797 | ++ lib/databases/mysql:configure_database_mysql:121 : ipv6_unquote 0.0.0.0 2020-11-04 11:17:34.800 | ++ functions-common:ipv6_unquote:2108 : echo 0.0.0.0 2020-11-04 11:17:34.801 | ++ functions-common:ipv6_unquote:2108 : tr -d '[]' 2020-11-04 11:17:34.805 | + lib/databases/mysql:configure_database_mysql:121 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2020-11-04 11:17:34.860 | + lib/databases/mysql:configure_database_mysql:122 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2020-11-04 11:17:34.905 | + lib/databases/mysql:configure_database_mysql:123 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2020-11-04 11:17:34.953 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2020-11-04 11:17:35.003 | + lib/databases/mysql:configure_database_mysql:126 : [[ False == \T\r\u\e ]] 2020-11-04 11:17:35.006 | + lib/databases/mysql:configure_database_mysql:146 : restart_service mysql 2020-11-04 11:17:35.008 | + functions-common:restart_service:2194 : '[' -x /bin/systemctl ']' 2020-11-04 11:17:35.011 | + functions-common:restart_service:2195 : sudo /bin/systemctl restart mysql 2020-11-04 11:17:37.065 | + ./stack.sh:main:1003 : save_stackenv 1003 2020-11-04 11:17:37.067 | + functions-common:save_stackenv:60 : local tag=1003 2020-11-04 11:17:37.071 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-11-04 11:17:37.074 | + functions-common:save_stackenv:62 : time_stamp=2020-11-04-111737 2020-11-04 11:17:37.077 | + functions-common:save_stackenv:63 : echo '# 2020-11-04-111737 1003' 2020-11-04 11:17:37.079 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.082 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-11-04 11:17:37.084 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.087 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-11-04 11:17:37.090 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.092 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-11-04 11:17:37.095 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.097 | + 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,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,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 2020-11-04 11:17:37.099 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.102 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.67 2020-11-04 11:17:37.105 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.107 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.67/identity 2020-11-04 11:17:37.110 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.112 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-11-04-110310 2020-11-04 11:17:37.115 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.118 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-11-04 11:17:37.120 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.123 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.67 2020-11-04 11:17:37.125 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.128 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-11-04 11:17:37.130 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.133 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-11-04 11:17:37.136 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.138 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-11-04 11:17:37.140 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-11-04 11:17:37.143 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-11-04 11:17:37.146 | + ./stack.sh:main:1015 : [[ True == \T\r\u\e ]] 2020-11-04 11:17:37.148 | + ./stack.sh:main:1016 : [[ -f /sys/kernel/mm/ksm/run ]] 2020-11-04 11:17:37.151 | + ./stack.sh:main:1017 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2020-11-04 11:17:37.162 | + ./stack.sh:main:1029 : start_dstat 2020-11-04 11:17:37.165 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.167 | + functions-common:run_process:1561 : local service=dstat 2020-11-04 11:17:37.170 | + functions-common:run_process:1562 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.172 | + functions-common:run_process:1563 : local group= 2020-11-04 11:17:37.174 | + functions-common:run_process:1564 : local user= 2020-11-04 11:17:37.177 | + functions-common:run_process:1566 : local name=dstat 2020-11-04 11:17:37.179 | + functions-common:run_process:1568 : time_start run_process 2020-11-04 11:17:37.182 | + functions-common:time_start:2296 : local name=run_process 2020-11-04 11:17:37.184 | + functions-common:time_start:2297 : local start_time= 2020-11-04 11:17:37.187 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-11-04 11:17:37.190 | ++ functions-common:time_start:2301 : date +%s%3N 2020-11-04 11:17:37.194 | + functions-common:time_start:2301 : _TIME_START[$name]=1604488657191 2020-11-04 11:17:37.197 | + functions-common:run_process:1569 : is_service_enabled dstat 2020-11-04 11:17:37.213 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:17:37.216 | + functions-common:run_process:1570 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2020-11-04 11:17:37.218 | + functions-common:_run_under_systemd:1526 : local service=dstat 2020-11-04 11:17:37.221 | + functions-common:_run_under_systemd:1527 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.223 | + functions-common:_run_under_systemd:1528 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.225 | + functions-common:_run_under_systemd:1530 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.228 | + functions-common:_common_systemd_pitfalls:1498 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.231 | + functions-common:_common_systemd_pitfalls:1501 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2020-11-04 11:17:37.233 | + functions-common:_common_systemd_pitfalls:1512 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2020-11-04 11:17:37.236 | + functions-common:_run_under_systemd:1532 : local systemd_service=devstack@dstat.service 2020-11-04 11:17:37.238 | + functions-common:_run_under_systemd:1533 : local group= 2020-11-04 11:17:37.241 | + functions-common:_run_under_systemd:1534 : local user=ubuntu 2020-11-04 11:17:37.243 | + functions-common:_run_under_systemd:1535 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2020-11-04 11:17:37.246 | + functions-common:_run_under_systemd:1538 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2020-11-04 11:17:37.248 | + functions-common:write_user_unit_file:1443 : local service=devstack@dstat.service 2020-11-04 11:17:37.251 | + functions-common:write_user_unit_file:1444 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.253 | + functions-common:write_user_unit_file:1445 : local group= 2020-11-04 11:17:37.255 | + functions-common:write_user_unit_file:1446 : local user=ubuntu 2020-11-04 11:17:37.258 | + functions-common:write_user_unit_file:1447 : local extra= 2020-11-04 11:17:37.261 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2020-11-04 11:17:37.263 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@dstat.service 2020-11-04 11:17:37.265 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2020-11-04 11:17:37.269 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2020-11-04 11:17:37.323 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2020-11-04 11:17:37.376 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2020-11-04 11:17:37.421 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2020-11-04 11:17:37.466 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2020-11-04 11:17:37.511 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/bin/kill -HUP $MAINPID' 2020-11-04 11:17:37.556 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2020-11-04 11:17:37.559 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2020-11-04 11:17:37.612 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2020-11-04 11:17:37.796 | + functions-common:_run_under_systemd:1541 : sudo systemctl enable devstack@dstat.service 2020-11-04 11:17:37.809 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2020-11-04 11:17:37.989 | + functions-common:_run_under_systemd:1542 : sudo systemctl start devstack@dstat.service 2020-11-04 11:17:38.010 | + functions-common:run_process:1572 : time_stop run_process 2020-11-04 11:17:38.013 | + functions-common:time_stop:2310 : local name 2020-11-04 11:17:38.015 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:17:38.018 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:17:38.020 | + functions-common:time_stop:2313 : local total 2020-11-04 11:17:38.023 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:17:38.026 | + functions-common:time_stop:2316 : name=run_process 2020-11-04 11:17:38.028 | + functions-common:time_stop:2317 : start_time=1604488657191 2020-11-04 11:17:38.031 | + functions-common:time_stop:2319 : [[ -z 1604488657191 ]] 2020-11-04 11:17:38.034 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:17:38.037 | + functions-common:time_stop:2322 : end_time=1604488658035 2020-11-04 11:17:38.040 | + functions-common:time_stop:2323 : elapsed_time=844 2020-11-04 11:17:38.042 | + functions-common:time_stop:2324 : total=0 2020-11-04 11:17:38.045 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:17:38.047 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=844 2020-11-04 11:17:38.050 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2020-11-04 11:17:38.052 | + functions-common:run_process:1561 : local service=memory_tracker 2020-11-04 11:17:38.055 | + functions-common:run_process:1562 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2020-11-04 11:17:38.057 | + functions-common:run_process:1563 : local group= 2020-11-04 11:17:38.060 | + functions-common:run_process:1564 : local user=root 2020-11-04 11:17:38.062 | + functions-common:run_process:1566 : local name=memory_tracker 2020-11-04 11:17:38.065 | + functions-common:run_process:1568 : time_start run_process 2020-11-04 11:17:38.067 | + functions-common:time_start:2296 : local name=run_process 2020-11-04 11:17:38.070 | + functions-common:time_start:2297 : local start_time= 2020-11-04 11:17:38.073 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-11-04 11:17:38.077 | ++ functions-common:time_start:2301 : date +%s%3N 2020-11-04 11:17:38.080 | + functions-common:time_start:2301 : _TIME_START[$name]=1604488658077 2020-11-04 11:17:38.082 | + functions-common:run_process:1569 : is_service_enabled memory_tracker 2020-11-04 11:17:38.102 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:17:38.104 | + functions-common:run_process:1572 : time_stop run_process 2020-11-04 11:17:38.107 | + functions-common:time_stop:2310 : local name 2020-11-04 11:17:38.109 | + functions-common:time_stop:2311 : local end_time 2020-11-04 11:17:38.112 | + functions-common:time_stop:2312 : local elapsed_time 2020-11-04 11:17:38.114 | + functions-common:time_stop:2313 : local total 2020-11-04 11:17:38.117 | + functions-common:time_stop:2314 : local start_time 2020-11-04 11:17:38.120 | + functions-common:time_stop:2316 : name=run_process 2020-11-04 11:17:38.122 | + functions-common:time_stop:2317 : start_time=1604488658077 2020-11-04 11:17:38.125 | + functions-common:time_stop:2319 : [[ -z 1604488658077 ]] 2020-11-04 11:17:38.128 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-11-04 11:17:38.131 | + functions-common:time_stop:2322 : end_time=1604488658129 2020-11-04 11:17:38.134 | + functions-common:time_stop:2323 : elapsed_time=52 2020-11-04 11:17:38.137 | + functions-common:time_stop:2324 : total=844 2020-11-04 11:17:38.139 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-11-04 11:17:38.142 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=896 2020-11-04 11:17:38.144 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2020-11-04 11:17:38.161 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:17:38.164 | + ./stack.sh:main:1033 : is_service_enabled tcpdump 2020-11-04 11:17:38.180 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:17:38.183 | + ./stack.sh:main:1041 : is_service_enabled etcd3 2020-11-04 11:17:38.199 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:17:38.202 | + ./stack.sh:main:1042 : start_etcd3 2020-11-04 11:17:38.205 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2020-11-04 11:17:38.207 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-cinder-761113-2-iscsi --data-dir /opt/stack/data/etcd' 2020-11-04 11:17:38.210 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2020-11-04 11:17:38.213 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-cinder-761113-2-iscsi=http://10.222.0.67:2380' 2020-11-04 11:17:38.215 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.67:2380' 2020-11-04 11:17:38.218 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.67:2379' 2020-11-04 11:17:38.220 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2020-11-04 11:17:38.222 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2020-11-04 11:17:38.225 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.67:2379' 2020-11-04 11:17:38.228 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2020-11-04 11:17:38.230 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2020-11-04 11:17:38.232 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2020-11-04 11:17:38.235 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-cinder-761113-2-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-761113-2-iscsi=http://10.222.0.67:2380 --initial-advertise-peer-urls http://10.222.0.67:2380 --advertise-client-urls http://10.222.0.67:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.67:2379 --debug' '' root 2020-11-04 11:17:38.237 | + functions-common:write_user_unit_file:1443 : local service=devstack@etcd.service 2020-11-04 11:17:38.240 | + functions-common:write_user_unit_file:1444 : local 'command=/opt/stack/bin/etcd --name dv-cinder-761113-2-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-761113-2-iscsi=http://10.222.0.67:2380 --initial-advertise-peer-urls http://10.222.0.67:2380 --advertise-client-urls http://10.222.0.67:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.67:2379 --debug' 2020-11-04 11:17:38.242 | + functions-common:write_user_unit_file:1445 : local group= 2020-11-04 11:17:38.245 | + functions-common:write_user_unit_file:1446 : local user=root 2020-11-04 11:17:38.247 | + functions-common:write_user_unit_file:1447 : local extra= 2020-11-04 11:17:38.249 | + functions-common:write_user_unit_file:1448 : [[ -n '' ]] 2020-11-04 11:17:38.252 | + functions-common:write_user_unit_file:1451 : local unitfile=/etc/systemd/system/devstack@etcd.service 2020-11-04 11:17:38.254 | + functions-common:write_user_unit_file:1452 : mkdir -p /etc/systemd/system 2020-11-04 11:17:38.258 | + functions-common:write_user_unit_file:1454 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2020-11-04 11:17:38.312 | + functions-common:write_user_unit_file:1455 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2020-11-04 11:17:38.365 | + functions-common:write_user_unit_file:1456 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-cinder-761113-2-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-cinder-761113-2-iscsi=http://10.222.0.67:2380 --initial-advertise-peer-urls http://10.222.0.67:2380 --advertise-client-urls http://10.222.0.67:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.67:2379 --debug' 2020-11-04 11:17:38.410 | + functions-common:write_user_unit_file:1457 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2020-11-04 11:17:38.455 | + functions-common:write_user_unit_file:1458 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2020-11-04 11:17:38.502 | + functions-common:write_user_unit_file:1459 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/bin/kill -HUP $MAINPID' 2020-11-04 11:17:38.547 | + functions-common:write_user_unit_file:1460 : [[ -n '' ]] 2020-11-04 11:17:38.549 | + functions-common:write_user_unit_file:1463 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2020-11-04 11:17:38.604 | + functions-common:write_user_unit_file:1466 : sudo systemctl daemon-reload 2020-11-04 11:17:38.794 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2020-11-04 11:17:38.842 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2020-11-04 11:17:38.888 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2020-11-04 11:17:38.935 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2020-11-04 11:17:38.981 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2020-11-04 11:17:38.984 | ++ functions-common:is_arch:430 : uname -m 2020-11-04 11:17:38.988 | + functions-common:is_arch:430 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2020-11-04 11:17:38.990 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2020-11-04 11:17:39.175 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2020-11-04 11:17:39.188 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2020-11-04 11:17:39.387 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2020-11-04 11:17:39.643 | + ./stack.sh:main:1053 : cat 2020-11-04 11:17:39.647 | + ./stack.sh:main:1068 : is_service_enabled tls-proxy 2020-11-04 11:17:39.663 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:17:39.667 | + ./stack.sh:main:1073 : source /home/ubuntu/devstack/userrc_early 2020-11-04 11:17:39.669 | ++ userrc_early:source:4 : export OS_IDENTITY_API_VERSION=3 2020-11-04 11:17:39.672 | ++ userrc_early:source:4 : OS_IDENTITY_API_VERSION=3 2020-11-04 11:17:39.674 | ++ userrc_early:source:5 : export OS_AUTH_URL=http://10.222.0.67/identity 2020-11-04 11:17:39.677 | ++ userrc_early:source:5 : OS_AUTH_URL=http://10.222.0.67/identity 2020-11-04 11:17:39.680 | ++ userrc_early:source:6 : export OS_USERNAME=admin 2020-11-04 11:17:39.683 | ++ userrc_early:source:6 : OS_USERNAME=admin 2020-11-04 11:17:39.686 | ++ userrc_early:source:7 : export OS_USER_DOMAIN_ID=default 2020-11-04 11:17:39.688 | ++ userrc_early:source:7 : OS_USER_DOMAIN_ID=default 2020-11-04 11:17:39.691 | ++ userrc_early:source:8 : export OS_PASSWORD=Passw0rd 2020-11-04 11:17:39.693 | ++ userrc_early:source:8 : OS_PASSWORD=Passw0rd 2020-11-04 11:17:39.696 | ++ userrc_early:source:9 : export OS_PROJECT_NAME=admin 2020-11-04 11:17:39.699 | ++ userrc_early:source:9 : OS_PROJECT_NAME=admin 2020-11-04 11:17:39.701 | ++ userrc_early:source:10 : export OS_PROJECT_DOMAIN_ID=default 2020-11-04 11:17:39.704 | ++ userrc_early:source:10 : OS_PROJECT_DOMAIN_ID=default 2020-11-04 11:17:39.706 | ++ userrc_early:source:11 : export OS_REGION_NAME=RegionOne 2020-11-04 11:17:39.709 | ++ userrc_early:source:11 : OS_REGION_NAME=RegionOne 2020-11-04 11:17:39.712 | + ./stack.sh:main:1075 : is_service_enabled keystone 2020-11-04 11:17:39.727 | + functions-common:is_service_enabled:1966 : return 0 2020-11-04 11:17:39.730 | + ./stack.sh:main:1076 : echo_summary 'Starting Keystone' 2020-11-04 11:17:39.732 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-11-04 11:17:39.735 | + ./stack.sh:echo_summary:416 : echo -e Starting Keystone 2020-11-04 11:17:39.737 | + ./stack.sh:main:1078 : '[' 10.222.0.67 == 10.222.0.67 ']' 2020-11-04 11:17:39.739 | + ./stack.sh:main:1079 : init_keystone 2020-11-04 11:17:39.743 | + lib/keystone:init_keystone:437 : is_service_enabled ldap 2020-11-04 11:17:39.757 | + functions-common:is_service_enabled:1966 : return 1 2020-11-04 11:17:39.760 | + lib/keystone:init_keystone:441 : [[ True == True ]] 2020-11-04 11:17:39.762 | + lib/keystone:init_keystone:443 : recreate_database keystone 2020-11-04 11:17:39.765 | + lib/database:recreate_database:110 : local db=keystone 2020-11-04 11:17:39.767 | + lib/database:recreate_database:111 : recreate_database_mysql keystone 2020-11-04 11:17:39.769 | + lib/databases/mysql:recreate_database_mysql:63 : local db=keystone 2020-11-04 11:17:39.772 | + lib/databases/mysql:recreate_database_mysql:64 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2020-11-04 11:17:39.776 | mysql: [Warning] Using a password on the command line interface can be insecure. 2020-11-04 11:17:39.790 | + lib/databases/mysql:recreate_database_mysql:65 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2020-11-04 11:17:39.793 | mysql: [Warning] Using a password on the command line interface can be insecure. 2020-11-04 11:17:39.807 | + lib/keystone:init_keystone:446 : time_start dbsync 2020-11-04 11:17:39.810 | + functions-common:time_start:2296 : local name=dbsync 2020-11-04 11:17:39.812 | + functions-common:time_start:2297 : local start_time= 2020-11-04 11:17:39.815 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-11-04 11:17:39.818 | ++ functions-common:time_start:2301 : date +%s%3N 2020-11-04 11:17:39.821 | + functions-common:time_start:2301 : _TIME_START[$name]=1604488659818 2020-11-04 11:17:39.824 | + lib/keystone:init_keystone:448 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2020-11-04 11:17:42.192 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2020-11-04 11:17:42.193 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.193 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.194 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.194 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.194 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.194 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.195 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.195 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.196 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.196 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.196 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.196 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.197 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.197 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.199 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.200 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.201 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.202 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.202 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.202 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.203 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.203 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.204 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.204 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.204 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.204 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.205 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.205 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.206 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.206 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.206 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.206 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.207 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.207 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.208 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.208 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.209 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.209 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2020-11-04 11:17:42.209 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2020-11-04 11:17:42.245 | 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=64107) _check_effective_sql_mode /usr/local/lib/python3.6/dist-packages/oslo_db/sqlalchemy/engines.py:304}} 2020-11-04 11:17:42.247 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2020-11-04 11:17:42.248 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.248 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.249 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.249 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.249 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.249 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.250 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.250 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.251 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.251 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.251 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.251 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.252 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.252 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.253 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.253 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.254 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.254 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.255 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.255 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.255 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.256 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.256 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.256 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.257 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.257 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.257 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.257 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.258 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.258 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.258 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.259 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.261 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.261 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.262 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.262 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.263 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2020-11-04 11:17:42.263 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2020-11-04 11:17:42.308 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2020-11-04 11:17:42.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.309 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.309 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.310 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.310 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.312 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.312 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.313 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.313 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.314 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.314 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.315 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.315 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.316 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.316 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.316 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.317 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.317 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.317 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.318 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.318 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.318 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.318 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.319 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.319 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.319 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.320 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.320 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.320 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.321 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.321 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.322 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.322 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.322 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.322 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.323 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.323 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.324 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.324 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.325 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2020-11-04 11:17:42.325 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2020-11-04 11:17:42.608 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/migrate_repo... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:76}} 2020-11-04 11:17:42.609 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.609 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/093_migrate_domains_to_projects.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.610 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/072_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.610 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.610 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.610 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/069_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/068_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.611 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.611 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/076_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/099_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.612 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.612 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/084_add_revoke_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.612 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.612 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/085_add_endpoint_filtering_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/070_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.613 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.613 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/073_insert_assignment_inherited_pk.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/086_add_duplicate_constraint_trusts.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/087_implied_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.614 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.614 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/077_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/103_add_nonlocal_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.615 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/107_add_user_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.615 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/088_domain_specific_roles.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.616 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/074_add_is_domain_project.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/097_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.616 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.616 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/105_add_password_date_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/109_add_password_self_service_column.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.617 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.617 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/083_add_oauth1_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.617 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.618 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/081_add_endpoint_policy_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/104_drop_user_name_domainid_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.618 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.618 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.618 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.618 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/078_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.619 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/100_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/092_make_implied_roles_fks_cascaded.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.619 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.619 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/089_add_root_of_all_domains.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.620 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/071_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.620 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.620 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/098_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/067_kilo.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/080_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.621 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.621 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/096_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.622 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.622 | 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=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.622 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/079_placeholder.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.622 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/075_confirm_config_registration.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/101_drop_role_name_constraint.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.623 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/102_drop_domain_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.623 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/094_add_federated_user_table.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/108_add_failed_auth_columns.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.624 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py... {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:27}} 2020-11-04 11:17:42.624 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/migrate_repo/versions/082_add_federation_tables.py loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/script/base.py:30}} 2020-11-04 11:17:42.624 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/migrate_repo loaded successfully {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:82}} 2020-11-04 11:17:42.625 | DEBUG migrate.versioning.repository [-] Config: OrderedDict([('db_settings', OrderedDict([('repository_id', 'keystone'), ('version_table', 'migrate_version'), ('required_dbs', '[]'), ('use_timestamp_numbering', 'False')]))]) {{(pid=64107) __init__ /usr/local/lib/python3.6/dist-packages/migrate/versioning/repository.py:83}} 2020-11-04 11:17:42.631 | INFO migrate.versioning.api [-] 66 -> 67...