2021-01-08 09:22:24.330 | + ./stack.sh:main:457 : exec 2021-01-08 09:22:24.330 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-01-08-092224' 2021-01-08 09:22:24.330 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-01-08-092224.summary.2021-01-08-092224 2021-01-08 09:22:24.330 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-08 09:22:24.330 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-01-08-092224 2021-01-08 09:22:24.330 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2021-01-08-092224 /opt/stack/logs/stack.sh.log 2021-01-08 09:22:24.330 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2021-01-08-092224.summary.2021-01-08-092224 /opt/stack/logs/stack.sh.log.summary 2021-01-08 09:22:24.330 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:620 : local real_path 2021-01-08 09:22:24.330 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2021-01-08 09:22:24.330 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2021-01-08 09:22:24.330 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2021-01-08 09:22:24.330 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2021-01-08 09:22:24.330 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2021-01-08 09:22:24.330 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2021-01-08 09:22:24.334 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2021-01-08 09:22:24.336 | + ./stack.sh:main:489 : trap exit_trap EXIT 2021-01-08 09:22:24.338 | + ./stack.sh:main:530 : trap err_trap ERR 2021-01-08 09:22:24.340 | + ./stack.sh:main:543 : set -o errexit 2021-01-08 09:22:24.341 | + ./stack.sh:main:546 : uname -a 2021-01-08 09:22:24.342 | Linux dv-osbrick-769887-2-smb 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-01-08 09:22:24.344 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-01-08 09:22:24.346 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2021-01-08 09:22:24.349 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2021-01-08 09:22:24.374 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2021-01-08 09:22:24.389 | + ./stack.sh:main:560 : fetch_plugins 2021-01-08 09:22:24.391 | + functions-common:fetch_plugins:1652 : local plugins= 2021-01-08 09:22:24.393 | + functions-common:fetch_plugins:1653 : local plugin 2021-01-08 09:22:24.394 | + functions-common:fetch_plugins:1656 : [[ -z '' ]] 2021-01-08 09:22:24.396 | + functions-common:fetch_plugins:1657 : return 2021-01-08 09:22:24.398 | + ./stack.sh:main:564 : run_phase override_defaults 2021-01-08 09:22:24.400 | + functions-common:run_phase:1734 : local mode=override_defaults 2021-01-08 09:22:24.401 | + functions-common:run_phase:1735 : local phase= 2021-01-08 09:22:24.403 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-08 09:22:24.405 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-08 09:22:24.407 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-08 09:22:24.408 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-08 09:22:24.410 | + functions-common:run_phase:1744 : local extra 2021-01-08 09:22:24.412 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-08 09:22:24.415 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-08 09:22:24.417 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-08 09:22:24.418 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-08 09:22:24.420 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-01-08 09:22:24.423 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-08 09:22:24.435 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:22:24.436 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-01-08 09:22:24.439 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-08 09:22:24.440 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-08 09:22:24.442 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-08 09:22:24.444 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-08 09:22:24.446 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-01-08 09:22:24.447 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-01-08 09:22:24.449 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2021-01-08 09:22:24.451 | + functions-common:run_phase:1755 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-01-08 09:22:24.453 | + functions-common:run_phase:1758 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-01-08 09:22:24.454 | + functions-common:run_phase:1759 : plugin_override_defaults 2021-01-08 09:22:24.456 | + functions-common:plugin_override_defaults:1693 : local plugins= 2021-01-08 09:22:24.458 | + functions-common:plugin_override_defaults:1694 : local plugin 2021-01-08 09:22:24.460 | + functions-common:plugin_override_defaults:1697 : [[ -z '' ]] 2021-01-08 09:22:24.461 | + functions-common:plugin_override_defaults:1698 : return 2021-01-08 09:22:24.463 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2021-01-08 09:22:24.479 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2021-01-08 09:22:24.481 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-01-08 09:22:24.493 | ++ functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:22:24.496 | +++ lib/tls:source:43 : hostname -f 2021-01-08 09:22:24.499 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-01-08 09:22:24.501 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-01-08 09:22:24.503 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-01-08 09:22:24.505 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-01-08 09:22:24.507 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-01-08 09:22:24.509 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-01-08 09:22:24.510 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-01-08 09:22:24.512 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-01-08 09:22:24.514 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-01-08 09:22:24.516 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-01-08 09:22:24.520 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2021-01-08 09:22:24.531 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2021-01-08 09:22:24.546 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2021-01-08 09:22:24.557 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2021-01-08 09:22:24.569 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2021-01-08 09:22:24.592 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2021-01-08 09:22:24.627 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2021-01-08 09:22:24.696 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2021-01-08 09:22:24.714 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2021-01-08 09:22:24.745 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2021-01-08 09:22:24.789 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2021-01-08 09:22:24.899 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2021-01-08 09:22:24.911 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2021-01-08 09:22:24.923 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2021-01-08 09:22:24.935 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2021-01-08 09:22:25.023 | + ./stack.sh:main:593 : run_phase source 2021-01-08 09:22:25.025 | + functions-common:run_phase:1734 : local mode=source 2021-01-08 09:22:25.028 | + functions-common:run_phase:1735 : local phase= 2021-01-08 09:22:25.030 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-08 09:22:25.032 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-08 09:22:25.034 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-08 09:22:25.036 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-08 09:22:25.038 | + functions-common:run_phase:1744 : local extra 2021-01-08 09:22:25.040 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-08 09:22:25.044 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-08 09:22:25.046 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-08 09:22:25.048 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-08 09:22:25.050 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-01-08 09:22:25.053 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-08 09:22:25.066 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:22:25.068 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-01-08 09:22:25.070 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-01-08 09:22:25.104 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2021-01-08 09:22:25.106 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2021-01-08 09:22:25.108 | + functions-common:run_phase:1755 : [[ source == \s\o\u\r\c\e ]] 2021-01-08 09:22:25.111 | + functions-common:run_phase:1756 : load_plugin_settings 2021-01-08 09:22:25.113 | + functions-common:load_plugin_settings:1670 : local plugins= 2021-01-08 09:22:25.115 | + functions-common:load_plugin_settings:1671 : local plugin 2021-01-08 09:22:25.117 | + functions-common:load_plugin_settings:1674 : [[ -z '' ]] 2021-01-08 09:22:25.120 | + functions-common:load_plugin_settings:1675 : return 2021-01-08 09:22:25.122 | + functions-common:run_phase:1757 : verify_disabled_services 2021-01-08 09:22:25.124 | + functions-common:verify_disabled_services:2017 : local service 2021-01-08 09:22:25.127 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.129 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-01-08 09:22:25.132 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.134 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-01-08 09:22:25.136 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.138 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-01-08 09:22:25.141 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.143 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-01-08 09:22:25.145 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.147 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-01-08 09:22:25.150 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.152 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-01-08 09:22:25.154 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.156 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-01-08 09:22:25.158 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.161 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-01-08 09:22:25.163 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.165 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-01-08 09:22:25.167 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.169 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-01-08 09:22:25.172 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.174 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-01-08 09:22:25.177 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.179 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-01-08 09:22:25.181 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.183 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-01-08 09:22:25.185 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.188 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-01-08 09:22:25.190 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.193 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-01-08 09:22:25.195 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.197 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-01-08 09:22:25.199 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.202 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-01-08 09:22:25.204 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.206 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-01-08 09:22:25.208 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.211 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-01-08 09:22:25.213 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.215 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-01-08 09:22:25.217 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.219 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-01-08 09:22:25.222 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.224 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-01-08 09:22:25.226 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.228 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-01-08 09:22:25.231 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.233 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-01-08 09:22:25.236 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.238 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-01-08 09:22:25.240 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.242 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-01-08 09:22:25.245 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.247 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-01-08 09:22:25.249 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.252 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-01-08 09:22:25.254 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.256 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-01-08 09:22:25.258 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.261 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-01-08 09:22:25.263 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.265 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-01-08 09:22:25.267 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.270 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-01-08 09:22:25.272 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.274 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-01-08 09:22:25.276 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.278 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-01-08 09:22:25.281 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.283 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-01-08 09:22:25.286 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.288 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-01-08 09:22:25.290 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.292 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-01-08 09:22:25.294 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.297 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-01-08 09:22:25.299 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.301 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-01-08 09:22:25.303 | + functions-common:verify_disabled_services:2018 : for service in ${ENABLED_SERVICES//,/ } 2021-01-08 09:22:25.305 | + functions-common:verify_disabled_services:2019 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-01-08 09:22:25.308 | + ./stack.sh:main:664 : initialize_database_backends 2021-01-08 09:22:25.310 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-01-08 09:22:25.313 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-01-08 09:22:25.327 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:22:25.330 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-01-08 09:22:25.332 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-01-08 09:22:25.334 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-01-08 09:22:25.348 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:22:25.351 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-01-08 09:22:25.353 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-01-08 09:22:25.355 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-01-08 09:22:25.357 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-01-08 09:22:25.360 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-01-08 09:22:25.362 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-01-08 09:22:25.365 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-01-08 09:22:25.367 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-01-08 09:22:25.370 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-01-08 09:22:25.372 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-01-08 09:22:25.374 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-01-08 09:22:25.376 | + lib/database:initialize_database_backends:104 : return 0 2021-01-08 09:22:25.379 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2021-01-08 09:22:25.379 | Using mysql database backend 2021-01-08 09:22:25.381 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-01-08 09:22:25.395 | + ./stack.sh:main:680 : is_service_enabled rabbit 2021-01-08 09:22:25.410 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:22:25.413 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-01-08 09:22:25.428 | + ./stack.sh:main:688 : is_service_enabled keystone 2021-01-08 09:22:25.443 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:22:25.445 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-01-08 09:22:25.460 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-01-08 09:22:25.475 | + ./stack.sh:main:703 : is_service_enabled ldap 2021-01-08 09:22:25.489 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:22:25.492 | + ./stack.sh:main:712 : is_service_enabled nova 2021-01-08 09:22:25.507 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:22:25.509 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2021-01-08 09:22:25.511 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2021-01-08 09:22:25.527 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:22:25.529 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-01-08 09:22:25.544 | + ./stack.sh:main:728 : [[ -z '' ]] 2021-01-08 09:22:25.546 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2021-01-08 09:22:25.548 | + ./stack.sh:main:734 : save_stackenv 734 2021-01-08 09:22:25.550 | + functions-common:save_stackenv:60 : local tag=734 2021-01-08 09:22:25.553 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-01-08 09:22:25.557 | + functions-common:save_stackenv:62 : time_stamp=2021-01-08-092225 2021-01-08 09:22:25.559 | + functions-common:save_stackenv:63 : echo '# 2021-01-08-092225 734' 2021-01-08 09:22:25.561 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.564 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-01-08 09:22:25.566 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.569 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-01-08 09:22:25.571 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.573 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-01-08 09:22:25.576 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.578 | + 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 2021-01-08 09:22:25.581 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.583 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.23 2021-01-08 09:22:25.585 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.588 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.23/identity 2021-01-08 09:22:25.590 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.592 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-01-08-092224 2021-01-08 09:22:25.594 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.597 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-01-08 09:22:25.599 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.601 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.23 2021-01-08 09:22:25.603 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.606 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-01-08 09:22:25.608 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.610 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-01-08 09:22:25.613 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.615 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-01-08 09:22:25.617 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-01-08 09:22:25.619 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-01-08 09:22:25.622 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-01-08 09:22:25.624 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2021-01-08 09:22:25.627 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2021-01-08 09:22:25.629 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:22:25.631 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:22:25.633 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:22:25.636 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:22:25.638 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:22:25.641 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:22:25.655 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:22:25.657 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:22:25.659 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:22:25.661 | + functions-common:git_clone:546 : echo master 2021-01-08 09:22:25.662 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:22:25.666 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2021-01-08 09:22:25.668 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:22:25.670 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2021-01-08 09:22:25.673 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:22:25.674 | + functions-common:git_clone:595 : head -1 2021-01-08 09:22:25.676 | 597caa49 Updated from generate-constraints 2021-01-08 09:22:25.678 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:22:25.681 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2021-01-08 09:22:25.683 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-08 09:22:25.685 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2021-01-08 09:22:25.688 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-01-08 09:22:25.690 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-01-08 09:22:25.693 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-01-08 09:22:25.695 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-01-08 09:22:25.697 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-01-08 09:22:25.699 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-01-08 09:22:25.702 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-01-08 09:22:25.705 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-01-08 09:22:25.708 | ++ tools/install_prereqs.sh:source:47 : NOW=1610097745 2021-01-08 09:22:25.711 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-01-08 09:22:25.715 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-01-08 09:22:25.718 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-01-08 09:22:25.720 | ++ tools/install_prereqs.sh:source:49 : DELTA=1610097745 2021-01-08 09:22:25.722 | ++ tools/install_prereqs.sh:source:50 : [[ 1610097745 -lt 7200 ]] 2021-01-08 09:22:25.725 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-01-08 09:22:25.727 | ++ functions-common:export_proxy_variables:2124 : isset http_proxy 2021-01-08 09:22:25.729 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-01-08 09:22:25.731 | ++ functions-common:export_proxy_variables:2127 : isset https_proxy 2021-01-08 09:22:25.734 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-01-08 09:22:25.737 | ++ functions-common:export_proxy_variables:2130 : isset no_proxy 2021-01-08 09:22:25.739 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-01-08 09:22:25.742 | +++ 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 2021-01-08 09:22:25.788 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-01-08 09:22:25.788 | apache2-dev 2021-01-08 09:22:25.788 | bc 2021-01-08 09:22:25.788 | bsdmainutils 2021-01-08 09:22:25.788 | curl 2021-01-08 09:22:25.788 | g++ 2021-01-08 09:22:25.788 | gcc 2021-01-08 09:22:25.788 | gettext 2021-01-08 09:22:25.788 | git 2021-01-08 09:22:25.788 | graphviz 2021-01-08 09:22:25.788 | iputils-ping 2021-01-08 09:22:25.788 | libapache2-mod-proxy-uwsgi 2021-01-08 09:22:25.788 | libffi-dev 2021-01-08 09:22:25.788 | libjpeg-dev 2021-01-08 09:22:25.788 | libmysqlclient-dev 2021-01-08 09:22:25.788 | libpcre3-dev 2021-01-08 09:22:25.788 | libpq-dev 2021-01-08 09:22:25.788 | libssl-dev 2021-01-08 09:22:25.788 | libsystemd-dev 2021-01-08 09:22:25.788 | libxml2-dev 2021-01-08 09:22:25.788 | libxslt1-dev 2021-01-08 09:22:25.788 | libyaml-dev 2021-01-08 09:22:25.788 | lsof 2021-01-08 09:22:25.788 | openssh-server 2021-01-08 09:22:25.788 | openssl 2021-01-08 09:22:25.788 | pkg-config 2021-01-08 09:22:25.788 | psmisc 2021-01-08 09:22:25.788 | python3-dev 2021-01-08 09:22:25.788 | python3-pip 2021-01-08 09:22:25.788 | python3-systemd 2021-01-08 09:22:25.788 | python3-venv 2021-01-08 09:22:25.788 | tar 2021-01-08 09:22:25.788 | tcpdump 2021-01-08 09:22:25.789 | unzip 2021-01-08 09:22:25.789 | uuid-runtime 2021-01-08 09:22:25.789 | wget 2021-01-08 09:22:25.789 | wget 2021-01-08 09:22:25.789 | zlib1g-dev 2021-01-08 09:22:25.789 | libkrb5-dev 2021-01-08 09:22:25.789 | libldap2-dev 2021-01-08 09:22:25.789 | libsasl2-dev 2021-01-08 09:22:25.789 | memcached 2021-01-08 09:22:25.789 | python3-mysqldb 2021-01-08 09:22:25.789 | sqlite3 2021-01-08 09:22:25.789 | conntrack 2021-01-08 09:22:25.789 | curl 2021-01-08 09:22:25.789 | dnsmasq-base 2021-01-08 09:22:25.789 | dnsmasq-utils 2021-01-08 09:22:25.789 | ebtables 2021-01-08 09:22:25.789 | gawk 2021-01-08 09:22:25.789 | genisoimage 2021-01-08 09:22:25.789 | iptables 2021-01-08 09:22:25.789 | iputils-arping 2021-01-08 09:22:25.789 | kpartx 2021-01-08 09:22:25.789 | libjs-jquery-tablesorter 2021-01-08 09:22:25.789 | libmysqlclient-dev 2021-01-08 09:22:25.789 | parted 2021-01-08 09:22:25.789 | pm-utils 2021-01-08 09:22:25.789 | python3-mysqldb 2021-01-08 09:22:25.789 | socat 2021-01-08 09:22:25.789 | sqlite3 2021-01-08 09:22:25.789 | sudo 2021-01-08 09:22:25.789 | vlan 2021-01-08 09:22:25.789 | lsscsi 2021-01-08 09:22:25.789 | open-iscsi 2021-01-08 09:22:25.789 | lvm2 2021-01-08 09:22:25.789 | qemu-utils 2021-01-08 09:22:25.789 | thin-provisioning-tools 2021-01-08 09:22:25.789 | acl 2021-01-08 09:22:25.790 | dnsmasq-base 2021-01-08 09:22:25.790 | dnsmasq-utils 2021-01-08 09:22:25.790 | ebtables 2021-01-08 09:22:25.790 | haproxy 2021-01-08 09:22:25.790 | iptables 2021-01-08 09:22:25.790 | iputils-arping 2021-01-08 09:22:25.790 | iputils-ping 2021-01-08 09:22:25.790 | libmysqlclient-dev 2021-01-08 09:22:25.790 | postgresql-server-dev-all 2021-01-08 09:22:25.790 | python3-mysqldb 2021-01-08 09:22:25.790 | sqlite3 2021-01-08 09:22:25.790 | sudo 2021-01-08 09:22:25.790 | vlan 2021-01-08 09:22:25.790 | ipset 2021-01-08 09:22:25.790 | conntrack 2021-01-08 09:22:25.790 | conntrackd 2021-01-08 09:22:25.790 | keepalived 2021-01-08 09:22:25.790 | dstat 2021-01-08 09:22:25.790 | lvm2 2021-01-08 09:22:25.790 | qemu-utils 2021-01-08 09:22:25.790 | thin-provisioning-tools 2021-01-08 09:22:25.790 | curl 2021-01-08 09:22:25.790 | liberasurecode-dev 2021-01-08 09:22:25.790 | make 2021-01-08 09:22:25.790 | memcached 2021-01-08 09:22:25.790 | sqlite3 2021-01-08 09:22:25.790 | xfsprogs' 2021-01-08 09:22:25.790 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-01-08 09:22:25.807 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-01-08 09:22:25.807 | apache2-dev 2021-01-08 09:22:25.807 | bc 2021-01-08 09:22:25.807 | bsdmainutils 2021-01-08 09:22:25.807 | curl 2021-01-08 09:22:25.807 | g++ 2021-01-08 09:22:25.807 | gcc 2021-01-08 09:22:25.807 | gettext 2021-01-08 09:22:25.807 | git 2021-01-08 09:22:25.807 | graphviz 2021-01-08 09:22:25.807 | iputils-ping 2021-01-08 09:22:25.807 | libapache2-mod-proxy-uwsgi 2021-01-08 09:22:25.807 | libffi-dev 2021-01-08 09:22:25.807 | libjpeg-dev 2021-01-08 09:22:25.807 | libmysqlclient-dev 2021-01-08 09:22:25.807 | libpcre3-dev 2021-01-08 09:22:25.807 | libpq-dev 2021-01-08 09:22:25.807 | libssl-dev 2021-01-08 09:22:25.808 | libsystemd-dev 2021-01-08 09:22:25.808 | libxml2-dev 2021-01-08 09:22:25.808 | libxslt1-dev 2021-01-08 09:22:25.808 | libyaml-dev 2021-01-08 09:22:25.808 | lsof 2021-01-08 09:22:25.808 | openssh-server 2021-01-08 09:22:25.808 | openssl 2021-01-08 09:22:25.808 | pkg-config 2021-01-08 09:22:25.808 | psmisc 2021-01-08 09:22:25.808 | python3-dev 2021-01-08 09:22:25.808 | python3-pip 2021-01-08 09:22:25.808 | python3-systemd 2021-01-08 09:22:25.808 | python3-venv 2021-01-08 09:22:25.808 | tar 2021-01-08 09:22:25.808 | tcpdump 2021-01-08 09:22:25.808 | unzip 2021-01-08 09:22:25.808 | uuid-runtime 2021-01-08 09:22:25.808 | wget 2021-01-08 09:22:25.808 | wget 2021-01-08 09:22:25.808 | zlib1g-dev 2021-01-08 09:22:25.808 | libkrb5-dev 2021-01-08 09:22:25.808 | libldap2-dev 2021-01-08 09:22:25.808 | libsasl2-dev 2021-01-08 09:22:25.808 | memcached 2021-01-08 09:22:25.808 | python3-mysqldb 2021-01-08 09:22:25.808 | sqlite3 2021-01-08 09:22:25.808 | conntrack 2021-01-08 09:22:25.808 | curl 2021-01-08 09:22:25.808 | dnsmasq-base 2021-01-08 09:22:25.808 | dnsmasq-utils 2021-01-08 09:22:25.808 | ebtables 2021-01-08 09:22:25.808 | gawk 2021-01-08 09:22:25.808 | genisoimage 2021-01-08 09:22:25.808 | iptables 2021-01-08 09:22:25.808 | iputils-arping 2021-01-08 09:22:25.808 | kpartx 2021-01-08 09:22:25.809 | libjs-jquery-tablesorter 2021-01-08 09:22:25.809 | libmysqlclient-dev 2021-01-08 09:22:25.809 | parted 2021-01-08 09:22:25.809 | pm-utils 2021-01-08 09:22:25.809 | python3-mysqldb 2021-01-08 09:22:25.809 | socat 2021-01-08 09:22:25.809 | sqlite3 2021-01-08 09:22:25.809 | sudo 2021-01-08 09:22:25.809 | vlan 2021-01-08 09:22:25.809 | lsscsi 2021-01-08 09:22:25.809 | open-iscsi 2021-01-08 09:22:25.809 | lvm2 2021-01-08 09:22:25.809 | qemu-utils 2021-01-08 09:22:25.809 | thin-provisioning-tools 2021-01-08 09:22:25.809 | acl 2021-01-08 09:22:25.809 | dnsmasq-base 2021-01-08 09:22:25.809 | dnsmasq-utils 2021-01-08 09:22:25.809 | ebtables 2021-01-08 09:22:25.809 | haproxy 2021-01-08 09:22:25.809 | iptables 2021-01-08 09:22:25.809 | iputils-arping 2021-01-08 09:22:25.809 | iputils-ping 2021-01-08 09:22:25.809 | libmysqlclient-dev 2021-01-08 09:22:25.809 | postgresql-server-dev-all 2021-01-08 09:22:25.809 | python3-mysqldb 2021-01-08 09:22:25.809 | sqlite3 2021-01-08 09:22:25.809 | sudo 2021-01-08 09:22:25.809 | vlan 2021-01-08 09:22:25.809 | ipset 2021-01-08 09:22:25.809 | conntrack 2021-01-08 09:22:25.809 | conntrackd 2021-01-08 09:22:25.809 | keepalived 2021-01-08 09:22:25.809 | dstat 2021-01-08 09:22:25.809 | lvm2 2021-01-08 09:22:25.809 | qemu-utils 2021-01-08 09:22:25.809 | thin-provisioning-tools 2021-01-08 09:22:25.810 | curl 2021-01-08 09:22:25.810 | liberasurecode-dev 2021-01-08 09:22:25.810 | make 2021-01-08 09:22:25.810 | memcached 2021-01-08 09:22:25.810 | sqlite3 2021-01-08 09:22:25.810 | xfsprogs ' 2021-01-08 09:22:25.810 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-01-08 09:22:25.812 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:22:25.814 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:22:25.818 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-01-08 09:22:25.818 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-08 09:22:25.821 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-08 09:22:25.824 | ++ functions-common:install_package:1344 : update_package_repo 2021-01-08 09:22:25.826 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:22:25.828 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2021-01-08 09:22:25.830 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:22:25.832 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:22:25.834 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:22:25.836 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:22:25.838 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:22:25.840 | ++ functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:22:25.842 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-01-08 09:22:25.845 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-01-08 09:22:25.847 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2021-01-08 09:22:25.849 | +++ functions-common:apt_get_update:1078 : id -u 2021-01-08 09:22:25.853 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-01-08 09:22:25.855 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2021-01-08 09:22:25.857 | ++ functions-common:time_start:2292 : local name=apt-get-update 2021-01-08 09:22:25.859 | ++ functions-common:time_start:2293 : local start_time= 2021-01-08 09:22:25.862 | ++ functions-common:time_start:2294 : [[ -n '' ]] 2021-01-08 09:22:25.865 | +++ functions-common:time_start:2297 : date +%s%3N 2021-01-08 09:22:25.868 | ++ functions-common:time_start:2297 : _TIME_START[$name]=1610097745866 2021-01-08 09:22:25.870 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-01-08 09:22:25.872 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-01-08 09:22:25.874 | ++ 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' 2021-01-08 09:22:26.114 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-08 09:22:26.160 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-08 09:22:26.229 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-08 09:22:26.252 | Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-08 09:22:28.433 | Reading package lists... 2021-01-08 09:22:28.492 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-01-08 09:22:28.494 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-01-08 09:22:28.497 | ++ functions-common:time_stop:2306 : local name 2021-01-08 09:22:28.499 | ++ functions-common:time_stop:2307 : local end_time 2021-01-08 09:22:28.501 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:22:28.503 | ++ functions-common:time_stop:2309 : local total 2021-01-08 09:22:28.505 | ++ functions-common:time_stop:2310 : local start_time 2021-01-08 09:22:28.508 | ++ functions-common:time_stop:2312 : name=apt-get-update 2021-01-08 09:22:28.510 | ++ functions-common:time_stop:2313 : start_time=1610097745866 2021-01-08 09:22:28.512 | ++ functions-common:time_stop:2315 : [[ -z 1610097745866 ]] 2021-01-08 09:22:28.514 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:22:28.519 | ++ functions-common:time_stop:2318 : end_time=1610097748516 2021-01-08 09:22:28.521 | ++ functions-common:time_stop:2319 : elapsed_time=2650 2021-01-08 09:22:28.523 | ++ functions-common:time_stop:2320 : total=0 2021-01-08 09:22:28.525 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:22:28.527 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=2650 2021-01-08 09:22:28.530 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-08 09:22:28.532 | ++ functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:22:28.534 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:22:28.537 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:22:28.539 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-08 09:22:28.559 | ++ 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-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables 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 2021-01-08 09:22:28.678 | Reading package lists... 2021-01-08 09:22:28.923 | Building dependency tree... 2021-01-08 09:22:28.924 | Reading state information... 2021-01-08 09:22:29.166 | acl is already the newest version (2.2.52-3build1). 2021-01-08 09:22:29.167 | acl set to manually installed. 2021-01-08 09:22:29.167 | bc is already the newest version (1.07.1-2). 2021-01-08 09:22:29.167 | bc set to manually installed. 2021-01-08 09:22:29.167 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-01-08 09:22:29.167 | bsdmainutils set to manually installed. 2021-01-08 09:22:29.167 | dnsmasq-base is already the newest version (2.79-1). 2021-01-08 09:22:29.167 | dnsmasq-base set to manually installed. 2021-01-08 09:22:29.167 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-01-08 09:22:29.167 | gawk set to manually installed. 2021-01-08 09:22:29.167 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-01-08 09:22:29.167 | iptables set to manually installed. 2021-01-08 09:22:29.167 | libpcre3-dev is already the newest version (2:8.39-9). 2021-01-08 09:22:29.167 | lsof is already the newest version (4.89+dfsg-0.1). 2021-01-08 09:22:29.167 | lsof set to manually installed. 2021-01-08 09:22:29.167 | python3-systemd is already the newest version (234-1build1). 2021-01-08 09:22:29.167 | python3-systemd set to manually installed. 2021-01-08 09:22:29.167 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-01-08 09:22:29.167 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-01-08 09:22:29.167 | ebtables set to manually installed. 2021-01-08 09:22:29.167 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-01-08 09:22:29.167 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-01-08 09:22:29.167 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-01-08 09:22:29.167 | parted is already the newest version (3.2-20ubuntu0.2). 2021-01-08 09:22:29.167 | parted set to manually installed. 2021-01-08 09:22:29.167 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-01-08 09:22:29.167 | psmisc set to manually installed. 2021-01-08 09:22:29.167 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-01-08 09:22:29.167 | tar is already the newest version (1.29b-2ubuntu0.1). 2021-01-08 09:22:29.167 | tar set to manually installed. 2021-01-08 09:22:29.168 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-01-08 09:22:29.168 | wget set to manually installed. 2021-01-08 09:22:29.168 | The following packages were automatically installed and are no longer required: 2021-01-08 09:22:29.168 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-08 09:22:29.168 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-08 09:22:29.168 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-01-08 09:22:29.168 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-01-08 09:22:29.168 | python3-twisted-bin python3-zope.interface 2021-01-08 09:22:29.168 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:22:29.168 | The following additional packages will be installed: 2021-01-08 09:22:29.168 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-01-08 09:22:29.168 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-01-08 09:22:29.168 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-01-08 09:22:29.168 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-01-08 09:22:29.168 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-01-08 09:22:29.168 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-01-08 09:22:29.168 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-01-08 09:22:29.168 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-01-08 09:22:29.168 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-01-08 09:22:29.168 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-01-08 09:22:29.168 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-01-08 09:22:29.168 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-01-08 09:22:29.168 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-01-08 09:22:29.168 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-01-08 09:22:29.168 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-01-08 09:22:29.168 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-01-08 09:22:29.168 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-01-08 09:22:29.168 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-01-08 09:22:29.168 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-01-08 09:22:29.168 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-01-08 09:22:29.168 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-01-08 09:22:29.168 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-01-08 09:22:29.169 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-01-08 09:22:29.169 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-01-08 09:22:29.169 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-01-08 09:22:29.169 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-01-08 09:22:29.169 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-01-08 09:22:29.169 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-01-08 09:22:29.169 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-01-08 09:22:29.169 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-01-08 09:22:29.169 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-01-08 09:22:29.169 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2021-01-08 09:22:29.169 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2021-01-08 09:22:29.169 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-01-08 09:22:29.169 | uuid-dev uwsgi-core vbetool x11-common 2021-01-08 09:22:29.170 | Suggested packages: 2021-01-08 09:22:29.170 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-01-08 09:22:29.170 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-01-08 09:22:29.170 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-01-08 09:22:29.170 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-01-08 09:22:29.170 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-01-08 09:22:29.170 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-01-08 09:22:29.170 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-01-08 09:22:29.170 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-01-08 09:22:29.170 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-01-08 09:22:29.170 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-01-08 09:22:29.170 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-01-08 09:22:29.170 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-01-08 09:22:29.170 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-01-08 09:22:29.170 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-01-08 09:22:29.170 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2021-01-08 09:22:29.170 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2021-01-08 09:22:29.170 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2021-01-08 09:22:29.170 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2021-01-08 09:22:29.170 | sqlite3-doc openssl-blacklist systemd-container zip uwsgi-plugins-all 2021-01-08 09:22:29.170 | uwsgi-extra uwsgi-dev 2021-01-08 09:22:29.415 | The following NEW packages will be installed: 2021-01-08 09:22:29.416 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-01-08 09:22:29.416 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-01-08 09:22:29.416 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-01-08 09:22:29.416 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-01-08 09:22:29.416 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-01-08 09:22:29.416 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-01-08 09:22:29.416 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-01-08 09:22:29.416 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-01-08 09:22:29.416 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-01-08 09:22:29.416 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-01-08 09:22:29.416 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-01-08 09:22:29.416 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-01-08 09:22:29.416 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-01-08 09:22:29.416 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-01-08 09:22:29.416 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-01-08 09:22:29.416 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-01-08 09:22:29.416 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-01-08 09:22:29.416 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-01-08 09:22:29.416 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-01-08 09:22:29.416 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-01-08 09:22:29.416 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-01-08 09:22:29.416 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-01-08 09:22:29.416 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-01-08 09:22:29.416 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-01-08 09:22:29.416 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-01-08 09:22:29.416 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-01-08 09:22:29.417 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-01-08 09:22:29.417 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-01-08 09:22:29.417 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-01-08 09:22:29.417 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-01-08 09:22:29.417 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-01-08 09:22:29.417 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2021-01-08 09:22:29.417 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2021-01-08 09:22:29.417 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2021-01-08 09:22:29.417 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2021-01-08 09:22:29.417 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2021-01-08 09:22:29.417 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2021-01-08 09:22:29.417 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2021-01-08 09:22:29.417 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-01-08 09:22:29.417 | The following packages will be upgraded: 2021-01-08 09:22:29.417 | curl git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 libicu60 2021-01-08 09:22:29.417 | libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-01-08 09:22:29.417 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-01-08 09:22:29.417 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-01-08 09:22:29.418 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tcpdump uuid-runtime 2021-01-08 09:22:29.703 | 30 upgraded, 202 newly installed, 0 to remove and 146 not upgraded. 2021-01-08 09:22:29.703 | Need to get 84.3 MB of archives. 2021-01-08 09:22:29.703 | After this operation, 263 MB of additional disk space will be used. 2021-01-08 09:22:29.703 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.43 [105 kB] 2021-01-08 09:22:30.224 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.43 [107 kB] 2021-01-08 09:22:30.294 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2,913 kB] 2021-01-08 09:22:31.293 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 2021-01-08 09:22:31.300 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-01-08 09:22:31.301 | 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] 2021-01-08 09:22:31.302 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-01-08 09:22:31.306 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1,301 kB] 2021-01-08 09:22:31.831 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-01-08 09:22:31.834 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-01-08 09:22:31.849 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-01-08 09:22:31.849 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-01-08 09:22:31.850 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-01-08 09:22:31.852 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 2021-01-08 09:22:31.853 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 2021-01-08 09:22:31.875 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-01-08 09:22:31.876 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-01-08 09:22:31.963 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-01-08 09:22:33.677 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2021-01-08 09:22:33.914 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2021-01-08 09:22:34.243 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2021-01-08 09:22:34.246 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-01-08 09:22:34.251 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-01-08 09:22:34.254 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-01-08 09:22:34.278 | 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] 2021-01-08 09:22:34.412 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-01-08 09:22:34.417 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-01-08 09:22:34.433 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-01-08 09:22:34.453 | 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] 2021-01-08 09:22:34.591 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-01-08 09:22:34.745 | 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] 2021-01-08 09:22:34.749 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-01-08 09:22:34.751 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-01-08 09:22:34.752 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-01-08 09:22:34.753 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-01-08 09:22:34.762 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-01-08 09:22:34.763 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-01-08 09:22:34.763 | 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] 2021-01-08 09:22:35.213 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 2021-01-08 09:22:35.261 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 2021-01-08 09:22:35.274 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-01-08 09:22:35.278 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-01-08 09:22:35.287 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-01-08 09:22:35.288 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-01-08 09:22:35.291 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-01-08 09:22:35.343 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-01-08 09:22:35.344 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-01-08 09:22:35.344 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-01-08 09:22:35.481 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-01-08 09:22:35.668 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.8 [261 kB] 2021-01-08 09:22:35.700 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-01-08 09:22:35.749 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-01-08 09:22:35.753 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-01-08 09:22:35.774 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-01-08 09:22:35.931 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-01-08 09:22:35.991 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-01-08 09:22:36.014 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-01-08 09:22:36.019 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-01-08 09:22:36.020 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-01-08 09:22:36.023 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-01-08 09:22:36.024 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-01-08 09:22:36.025 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-01-08 09:22:36.026 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-01-08 09:22:36.133 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-01-08 09:22:36.150 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-01-08 09:22:36.261 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-01-08 09:22:36.271 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-01-08 09:22:36.537 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-01-08 09:22:36.538 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-01-08 09:22:36.587 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-01-08 09:22:36.818 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-01-08 09:22:36.824 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,471 kB] 2021-01-08 09:22:36.870 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-01-08 09:22:38.538 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-01-08 09:22:38.539 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-01-08 09:22:38.540 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-01-08 09:22:38.541 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-01-08 09:22:38.543 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-01-08 09:22:38.562 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.12 [159 kB] 2021-01-08 09:22:38.585 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.12 [214 kB] 2021-01-08 09:22:38.617 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-01-08 09:22:38.626 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dnsmasq-utils amd64 2.79-1 [12.9 kB] 2021-01-08 09:22:38.668 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-01-08 09:22:38.797 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-01-08 09:22:38.801 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-01-08 09:22:38.811 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-01-08 09:22:38.857 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-01-08 09:22:38.868 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-01-08 09:22:38.903 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-01-08 09:22:38.906 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB] 2021-01-08 09:22:39.622 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-01-08 09:22:39.623 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-01-08 09:22:39.624 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-01-08 09:22:39.625 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-01-08 09:22:39.625 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-01-08 09:22:39.626 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 2021-01-08 09:22:39.631 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-01-08 09:22:39.635 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-01-08 09:22:39.636 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-01-08 09:22:39.769 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-01-08 09:22:39.793 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-01-08 09:22:40.082 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-01-08 09:22:40.340 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-01-08 09:22:40.348 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-01-08 09:22:40.403 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-01-08 09:22:40.959 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-01-08 09:22:40.970 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-01-08 09:22:41.004 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-01-08 09:22:41.009 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-01-08 09:22:41.012 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-01-08 09:22:41.043 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] 2021-01-08 09:22:41.051 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] 2021-01-08 09:22:41.054 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-01-08 09:22:41.058 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-01-08 09:22:41.142 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-01-08 09:22:41.217 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-01-08 09:22:41.233 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-01-08 09:22:41.249 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-01-08 09:22:41.253 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-01-08 09:22:41.268 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-01-08 09:22:41.325 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-01-08 09:22:41.330 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-01-08 09:22:41.343 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-01-08 09:22:41.349 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-01-08 09:22:41.365 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-01-08 09:22:41.478 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-01-08 09:22:41.481 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-01-08 09:22:41.482 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-01-08 09:22:41.483 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-01-08 09:22:41.485 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-01-08 09:22:41.505 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-01-08 09:22:41.585 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-01-08 09:22:41.606 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-01-08 09:22:41.614 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-01-08 09:22:41.618 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-01-08 09:22:41.743 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-01-08 09:22:41.747 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 comerr-dev amd64 2.1-1.44.1-1ubuntu1.3 [38.5 kB] 2021-01-08 09:22:41.750 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-01-08 09:22:41.760 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-01-08 09:22:41.761 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-01-08 09:22:41.765 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-01-08 09:22:41.766 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-01-08 09:22:41.767 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-01-08 09:22:41.873 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-01-08 09:22:41.876 | Get:145 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] 2021-01-08 09:22:42.002 | Get:146 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] 2021-01-08 09:22:42.011 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-01-08 09:22:42.015 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-01-08 09:22:42.031 | Get:149 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] 2021-01-08 09:22:42.153 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-01-08 09:22:42.153 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-01-08 09:22:42.157 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-01-08 09:22:42.157 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-01-08 09:22:42.163 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-01-08 09:22:42.165 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-01-08 09:22:42.292 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-01-08 09:22:42.295 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-01-08 09:22:43.467 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-01-08 09:22:43.485 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-01-08 09:22:43.489 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-01-08 09:22:43.492 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8-dev amd64 1.5.2-0ubuntu5.18.04.4 [225 kB] 2021-01-08 09:22:43.513 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-01-08 09:22:43.514 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-01-08 09:22:43.514 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-01-08 09:22:43.650 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-01-08 09:22:43.650 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-01-08 09:22:43.654 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-01-08 09:22:43.727 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-01-08 09:22:43.728 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-01-08 09:22:43.730 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-01-08 09:22:43.732 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-01-08 09:22:43.733 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB] 2021-01-08 09:22:43.960 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.7 [1,566 kB] 2021-01-08 09:22:44.049 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.32-0ubuntu0.18.04.1 [988 kB] 2021-01-08 09:22:44.225 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-01-08 09:22:44.253 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-01-08 09:22:44.256 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-01-08 09:22:44.626 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-01-08 09:22:44.637 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.15-0ubuntu0.18.04.1 [108 kB] 2021-01-08 09:22:44.647 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.15-0ubuntu0.18.04.1 [218 kB] 2021-01-08 09:22:44.653 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.5 [2,723 kB] 2021-01-08 09:22:45.106 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.5 [923 kB] 2021-01-08 09:22:45.328 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-dev amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [256 kB] 2021-01-08 09:22:45.336 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB] 2021-01-08 09:22:45.338 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-01-08 09:22:45.341 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.43 [184 kB] 2021-01-08 09:22:45.348 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-01-08 09:22:45.350 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-01-08 09:22:45.380 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-01-08 09:22:45.429 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-01-08 09:22:45.469 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-01-08 09:22:45.720 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2021-01-08 09:22:45.721 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-01-08 09:22:45.822 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-01-08 09:22:45.863 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-01-08 09:22:45.865 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-01-08 09:22:45.866 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-01-08 09:22:45.867 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-01-08 09:22:45.872 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.15-0ubuntu0.18.04.1 [838 kB] 2021-01-08 09:22:46.014 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-01-08 09:22:46.015 | Get:201 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] 2021-01-08 09:22:46.229 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2021-01-08 09:22:46.530 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2021-01-08 09:22:46.661 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2021-01-08 09:22:46.752 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2021-01-08 09:22:46.821 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-01-08 09:22:46.945 | Get:207 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] 2021-01-08 09:22:47.084 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2021-01-08 09:22:47.234 | Get:209 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] 2021-01-08 09:22:47.236 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-01-08 09:22:47.237 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2021-01-08 09:22:47.251 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB] 2021-01-08 09:22:47.264 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.34 [40.2 kB] 2021-01-08 09:22:47.277 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.34 [871 kB] 2021-01-08 09:22:47.447 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-01-08 09:22:47.467 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-01-08 09:22:47.542 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-01-08 09:22:47.577 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-01-08 09:22:47.592 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-01-08 09:22:47.640 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-01-08 09:22:47.640 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-01-08 09:22:47.645 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-01-08 09:22:47.648 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-01-08 09:22:47.651 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-01-08 09:22:47.757 | Get:225 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] 2021-01-08 09:22:47.758 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-01-08 09:22:47.762 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-01-08 09:22:47.763 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-01-08 09:22:47.899 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-01-08 09:22:47.900 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-01-08 09:22:47.905 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-01-08 09:22:47.936 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-01-08 09:22:49.582 | Preconfiguring packages ... 2021-01-08 09:22:49.710 | Fetched 84.3 MB in 18s (4,556 kB/s) 2021-01-08 09:22:49.782 | (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.) 2021-01-08 09:22:49.785 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-08 09:22:49.822 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-08 09:22:49.949 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-08 09:22:49.972 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-08 09:22:50.123 | Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 2021-01-08 09:22:50.263 | Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-08 09:22:50.995 | Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 2021-01-08 09:22:51.023 | Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10.25) ... 2021-01-08 09:22:51.126 | Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 2021-01-08 09:22:51.246 | (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.) 2021-01-08 09:22:51.249 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-08 09:22:51.277 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-01-08 09:22:51.364 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-08 09:22:51.494 | (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.) 2021-01-08 09:22:51.497 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-08 09:22:51.525 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-01-08 09:22:51.810 | Selecting previously unselected package libapr1:amd64. 2021-01-08 09:22:51.817 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-01-08 09:22:51.819 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-01-08 09:22:51.947 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-08 09:22:51.977 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-01-08 09:22:52.260 | Selecting previously unselected package libaprutil1:amd64. 2021-01-08 09:22:52.266 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-01-08 09:22:52.269 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-01-08 09:22:52.365 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-01-08 09:22:52.386 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-01-08 09:22:52.523 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-01-08 09:22:52.529 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-01-08 09:22:52.532 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-01-08 09:22:52.595 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-08 09:22:52.616 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-08 09:22:52.722 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-08 09:22:52.750 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-08 09:22:52.840 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 2021-01-08 09:22:52.861 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-01-08 09:22:52.970 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2021-01-08 09:22:52.992 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-01-08 09:22:53.083 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-01-08 09:22:53.089 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-01-08 09:22:53.091 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-01-08 09:22:53.165 | Selecting previously unselected package liblua5.2-0:amd64. 2021-01-08 09:22:53.171 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-01-08 09:22:53.175 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-01-08 09:22:53.266 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-01-08 09:22:53.297 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-01-08 09:22:54.609 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-01-08 09:22:54.634 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-01-08 09:22:54.796 | Selecting previously unselected package apache2-bin. 2021-01-08 09:22:54.803 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-08 09:22:54.805 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-01-08 09:22:55.020 | Selecting previously unselected package apache2-utils. 2021-01-08 09:22:55.026 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-08 09:22:55.028 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-01-08 09:22:55.094 | Selecting previously unselected package apache2-data. 2021-01-08 09:22:55.100 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-01-08 09:22:55.103 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-01-08 09:22:55.280 | Selecting previously unselected package apache2. 2021-01-08 09:22:55.286 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-08 09:22:55.305 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-01-08 09:22:55.412 | Selecting previously unselected package fonts-dejavu-core. 2021-01-08 09:22:55.419 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-01-08 09:22:55.421 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-01-08 09:22:55.630 | Selecting previously unselected package fonts-liberation. 2021-01-08 09:22:55.636 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-01-08 09:22:55.638 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-01-08 09:22:55.826 | Selecting previously unselected package fontconfig-config. 2021-01-08 09:22:55.832 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-01-08 09:22:55.835 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-01-08 09:22:55.926 | Selecting previously unselected package libfontconfig1:amd64. 2021-01-08 09:22:55.932 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-01-08 09:22:55.935 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-01-08 09:22:56.032 | Selecting previously unselected package fontconfig. 2021-01-08 09:22:56.039 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-01-08 09:22:56.041 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-01-08 09:22:56.135 | Selecting previously unselected package liblua5.3-0:amd64. 2021-01-08 09:22:56.141 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:22:56.145 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-01-08 09:22:56.257 | Selecting previously unselected package haproxy. 2021-01-08 09:22:56.264 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-01-08 09:22:56.273 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-01-08 09:22:56.490 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-01-08 09:22:56.496 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-01-08 09:22:56.499 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-08 09:22:56.611 | Selecting previously unselected package x11-common. 2021-01-08 09:22:56.618 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-01-08 09:22:56.641 | dpkg-query: no packages found matching nux-tools 2021-01-08 09:22:56.651 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-01-08 09:22:56.737 | Selecting previously unselected package libice6:amd64. 2021-01-08 09:22:56.744 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-01-08 09:22:56.747 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-01-08 09:22:56.830 | Selecting previously unselected package libsm6:amd64. 2021-01-08 09:22:56.836 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-01-08 09:22:56.839 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-01-08 09:22:56.962 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-01-08 09:22:57.429 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-01-08 09:22:57.887 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-01-08 09:22:57.893 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-01-08 09:22:57.896 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-01-08 09:22:57.984 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-01-08 09:22:58.009 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-01-08 09:22:58.102 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-01-08 09:22:58.253 | (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.) 2021-01-08 09:22:58.255 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-08 09:22:58.281 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) over (2.56.4-0ubuntu0.18.04.4) ... 2021-01-08 09:22:58.556 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-08 09:22:58.578 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-01-08 09:22:58.786 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 2021-01-08 09:22:58.818 | Unpacking sudo (1.8.21p2-3ubuntu1.3) over (1.8.21p2-3ubuntu1) ... 2021-01-08 09:22:59.027 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:22:59.062 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-08 09:22:59.189 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:22:59.217 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-08 09:22:59.363 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:22:59.406 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-08 09:22:59.504 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:22:59.526 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-01-08 09:22:59.632 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:22:59.653 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-01-08 09:22:59.778 | Selecting previously unselected package uuid-dev:amd64. 2021-01-08 09:22:59.784 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-01-08 09:22:59.787 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-08 09:22:59.869 | Selecting previously unselected package libsctp1:amd64. 2021-01-08 09:22:59.875 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-01-08 09:22:59.879 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-01-08 09:22:59.935 | Selecting previously unselected package libsctp-dev:amd64. 2021-01-08 09:22:59.941 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-01-08 09:22:59.944 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-01-08 09:23:00.006 | Selecting previously unselected package libapr1-dev. 2021-01-08 09:23:00.012 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-01-08 09:23:00.015 | Unpacking libapr1-dev (1.6.3-2) ... 2021-01-08 09:23:00.298 | Selecting previously unselected package libldap2-dev:amd64. 2021-01-08 09:23:00.306 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 2021-01-08 09:23:00.308 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-08 09:23:00.439 | Selecting previously unselected package libaprutil1-dev. 2021-01-08 09:23:00.446 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-01-08 09:23:00.448 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-01-08 09:23:00.715 | Selecting previously unselected package autotools-dev. 2021-01-08 09:23:00.722 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-01-08 09:23:00.724 | Unpacking autotools-dev (20180224.1) ... 2021-01-08 09:23:00.783 | Selecting previously unselected package m4. 2021-01-08 09:23:00.789 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-01-08 09:23:00.792 | Unpacking m4 (1.4.18-1) ... 2021-01-08 09:23:00.898 | Selecting previously unselected package autoconf. 2021-01-08 09:23:00.904 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-01-08 09:23:00.907 | Unpacking autoconf (2.69-11) ... 2021-01-08 09:23:01.031 | Selecting previously unselected package automake. 2021-01-08 09:23:01.038 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-01-08 09:23:01.042 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-01-08 09:23:01.181 | Selecting previously unselected package autopoint. 2021-01-08 09:23:01.187 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-01-08 09:23:01.198 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-01-08 09:23:01.268 | Selecting previously unselected package libtool. 2021-01-08 09:23:01.275 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-01-08 09:23:01.277 | Unpacking libtool (2.4.6-2) ... 2021-01-08 09:23:01.363 | Selecting previously unselected package dh-autoreconf. 2021-01-08 09:23:01.370 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-01-08 09:23:01.372 | Unpacking dh-autoreconf (17) ... 2021-01-08 09:23:01.430 | Selecting previously unselected package libarchive-zip-perl. 2021-01-08 09:23:01.436 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-01-08 09:23:01.447 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-01-08 09:23:01.510 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-01-08 09:23:01.516 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-01-08 09:23:01.527 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-01-08 09:23:01.584 | Selecting previously unselected package libtimedate-perl. 2021-01-08 09:23:01.590 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-01-08 09:23:01.593 | Unpacking libtimedate-perl (2.3000-2) ... 2021-01-08 09:23:01.660 | Selecting previously unselected package dh-strip-nondeterminism. 2021-01-08 09:23:01.666 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-01-08 09:23:01.669 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-01-08 09:23:01.725 | Selecting previously unselected package libdpkg-perl. 2021-01-08 09:23:01.731 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-01-08 09:23:01.742 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-01-08 09:23:01.838 | Selecting previously unselected package make. 2021-01-08 09:23:01.844 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-01-08 09:23:01.855 | Unpacking make (4.1-9.1ubuntu1) ... 2021-01-08 09:23:01.939 | Selecting previously unselected package dpkg-dev. 2021-01-08 09:23:01.946 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-01-08 09:23:01.948 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-01-08 09:23:02.132 | Selecting previously unselected package libcroco3:amd64. 2021-01-08 09:23:02.138 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-01-08 09:23:02.149 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-01-08 09:23:02.231 | Selecting previously unselected package gettext. 2021-01-08 09:23:02.238 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-01-08 09:23:02.240 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-01-08 09:23:02.508 | Selecting previously unselected package intltool-debian. 2021-01-08 09:23:02.514 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-01-08 09:23:02.517 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-01-08 09:23:02.573 | Selecting previously unselected package po-debconf. 2021-01-08 09:23:02.580 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-01-08 09:23:02.583 | Unpacking po-debconf (1.0.20) ... 2021-01-08 09:23:02.674 | Selecting previously unselected package debhelper. 2021-01-08 09:23:02.681 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-01-08 09:23:02.683 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-01-08 09:23:02.913 | Selecting previously unselected package apache2-dev. 2021-01-08 09:23:02.920 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-01-08 09:23:02.922 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-01-08 09:23:03.013 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-01-08 09:23:03.020 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-01-08 09:23:03.022 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-01-08 09:23:03.488 | Selecting previously unselected package g++-7. 2021-01-08 09:23:03.496 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-01-08 09:23:03.498 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-01-08 09:23:04.878 | Selecting previously unselected package g++. 2021-01-08 09:23:04.885 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-01-08 09:23:04.887 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-01-08 09:23:04.937 | Selecting previously unselected package build-essential. 2021-01-08 09:23:04.944 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-01-08 09:23:04.954 | Unpacking build-essential (12.4ubuntu1) ... 2021-01-08 09:23:05.011 | Selecting previously unselected package conntrack. 2021-01-08 09:23:05.017 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-01-08 09:23:05.020 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-08 09:23:05.118 | Selecting previously unselected package libnetfilter-queue1. 2021-01-08 09:23:05.124 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-01-08 09:23:05.127 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-01-08 09:23:05.228 | Selecting previously unselected package conntrackd. 2021-01-08 09:23:05.235 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-01-08 09:23:05.238 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-08 09:23:05.323 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.12_amd64.deb ... 2021-01-08 09:23:05.351 | Unpacking curl (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-01-08 09:23:05.492 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.12_amd64.deb ... 2021-01-08 09:23:05.513 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.12) over (7.58.0-2ubuntu3.7) ... 2021-01-08 09:23:05.631 | Selecting previously unselected package dctrl-tools. 2021-01-08 09:23:05.638 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-01-08 09:23:05.655 | Unpacking dctrl-tools (2.24-2build1) ... 2021-01-08 09:23:05.719 | Selecting previously unselected package dnsmasq-utils. 2021-01-08 09:23:05.726 | Preparing to unpack .../044-dnsmasq-utils_2.79-1_amd64.deb ... 2021-01-08 09:23:05.728 | Unpacking dnsmasq-utils (2.79-1) ... 2021-01-08 09:23:05.819 | Selecting previously unselected package dstat. 2021-01-08 09:23:05.826 | Preparing to unpack .../045-dstat_0.7.3-1_all.deb ... 2021-01-08 09:23:05.828 | Unpacking dstat (0.7.3-1) ... 2021-01-08 09:23:05.934 | Selecting previously unselected package libfakeroot:amd64. 2021-01-08 09:23:05.941 | Preparing to unpack .../046-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-01-08 09:23:05.951 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-01-08 09:23:06.025 | Selecting previously unselected package fakeroot. 2021-01-08 09:23:06.032 | Preparing to unpack .../047-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-01-08 09:23:06.034 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-01-08 09:23:06.101 | Selecting previously unselected package genisoimage. 2021-01-08 09:23:06.108 | Preparing to unpack .../048-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-01-08 09:23:06.110 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-01-08 09:23:06.234 | Selecting previously unselected package libgraphite2-3:amd64. 2021-01-08 09:23:06.242 | Preparing to unpack .../049-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-01-08 09:23:06.244 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-01-08 09:23:06.343 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-01-08 09:23:06.351 | Preparing to unpack .../050-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-01-08 09:23:06.353 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:23:06.448 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-01-08 09:23:06.455 | Preparing to unpack .../051-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-08 09:23:06.458 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:23:06.567 | Preparing to unpack .../052-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 2021-01-08 09:23:06.655 | Unpacking git (1:2.17.1-1ubuntu0.7) over (1:2.17.1-1ubuntu0.4) ... 2021-01-08 09:23:07.553 | Selecting previously unselected package libann0. 2021-01-08 09:23:07.560 | Preparing to unpack .../053-libann0_1.1.2+doc-6_amd64.deb ... 2021-01-08 09:23:07.562 | Unpacking libann0 (1.1.2+doc-6) ... 2021-01-08 09:23:07.646 | Selecting previously unselected package libcdt5. 2021-01-08 09:23:07.653 | Preparing to unpack .../054-libcdt5_2.40.1-2_amd64.deb ... 2021-01-08 09:23:07.655 | Unpacking libcdt5 (2.40.1-2) ... 2021-01-08 09:23:07.737 | Selecting previously unselected package libcgraph6. 2021-01-08 09:23:07.744 | Preparing to unpack .../055-libcgraph6_2.40.1-2_amd64.deb ... 2021-01-08 09:23:07.746 | Unpacking libcgraph6 (2.40.1-2) ... 2021-01-08 09:23:07.821 | Selecting previously unselected package libjpeg8:amd64. 2021-01-08 09:23:07.827 | Preparing to unpack .../056-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-01-08 09:23:07.830 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-01-08 09:23:07.913 | Selecting previously unselected package libjbig0:amd64. 2021-01-08 09:23:07.919 | Preparing to unpack .../057-libjbig0_2.1-3.1build1_amd64.deb ... 2021-01-08 09:23:07.930 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-01-08 09:23:08.014 | Selecting previously unselected package libtiff5:amd64. 2021-01-08 09:23:08.021 | Preparing to unpack .../058-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 2021-01-08 09:23:08.031 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-01-08 09:23:08.134 | Selecting previously unselected package libwebp6:amd64. 2021-01-08 09:23:08.141 | Preparing to unpack .../059-libwebp6_0.6.1-2_amd64.deb ... 2021-01-08 09:23:08.151 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-01-08 09:23:08.242 | Selecting previously unselected package libxpm4:amd64. 2021-01-08 09:23:08.248 | Preparing to unpack .../060-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-01-08 09:23:08.251 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-01-08 09:23:08.335 | Selecting previously unselected package libgd3:amd64. 2021-01-08 09:23:08.342 | Preparing to unpack .../061-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-01-08 09:23:08.344 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-01-08 09:23:08.459 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-01-08 09:23:08.465 | Preparing to unpack .../062-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-01-08 09:23:08.468 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-01-08 09:23:08.568 | Selecting previously unselected package libpixman-1-0:amd64. 2021-01-08 09:23:08.575 | Preparing to unpack .../063-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-01-08 09:23:08.577 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-01-08 09:23:08.706 | Selecting previously unselected package libxcb-render0:amd64. 2021-01-08 09:23:08.714 | Preparing to unpack .../064-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-01-08 09:23:08.716 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-08 09:23:08.817 | Selecting previously unselected package libxcb-shm0:amd64. 2021-01-08 09:23:08.824 | Preparing to unpack .../065-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-01-08 09:23:08.826 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-08 09:23:08.900 | Selecting previously unselected package libxrender1:amd64. 2021-01-08 09:23:08.906 | Preparing to unpack .../066-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-01-08 09:23:08.909 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-01-08 09:23:08.994 | Selecting previously unselected package libcairo2:amd64. 2021-01-08 09:23:09.000 | Preparing to unpack .../067-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-01-08 09:23:09.002 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-01-08 09:23:09.143 | Selecting previously unselected package libltdl7:amd64. 2021-01-08 09:23:09.151 | Preparing to unpack .../068-libltdl7_2.4.6-2_amd64.deb ... 2021-01-08 09:23:09.153 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-01-08 09:23:09.227 | Selecting previously unselected package libthai-data. 2021-01-08 09:23:09.234 | Preparing to unpack .../069-libthai-data_0.1.27-2_all.deb ... 2021-01-08 09:23:09.237 | Unpacking libthai-data (0.1.27-2) ... 2021-01-08 09:23:09.346 | Selecting previously unselected package libdatrie1:amd64. 2021-01-08 09:23:09.354 | Preparing to unpack .../070-libdatrie1_0.2.10-7_amd64.deb ... 2021-01-08 09:23:09.356 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-01-08 09:23:09.446 | Selecting previously unselected package libthai0:amd64. 2021-01-08 09:23:09.453 | Preparing to unpack .../071-libthai0_0.1.27-2_amd64.deb ... 2021-01-08 09:23:09.455 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-01-08 09:23:09.546 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-01-08 09:23:09.553 | Preparing to unpack .../072-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-08 09:23:09.593 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-08 09:23:09.693 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-01-08 09:23:09.700 | Preparing to unpack .../073-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-08 09:23:09.702 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-08 09:23:09.786 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-01-08 09:23:09.793 | Preparing to unpack .../074-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-01-08 09:23:09.795 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-08 09:23:09.878 | Selecting previously unselected package libpathplan4. 2021-01-08 09:23:09.884 | Preparing to unpack .../075-libpathplan4_2.40.1-2_amd64.deb ... 2021-01-08 09:23:09.895 | Unpacking libpathplan4 (2.40.1-2) ... 2021-01-08 09:23:09.984 | Selecting previously unselected package libgvc6. 2021-01-08 09:23:09.991 | Preparing to unpack .../076-libgvc6_2.40.1-2_amd64.deb ... 2021-01-08 09:23:09.993 | Unpacking libgvc6 (2.40.1-2) ... 2021-01-08 09:23:10.157 | Selecting previously unselected package libgvpr2. 2021-01-08 09:23:10.165 | Preparing to unpack .../077-libgvpr2_2.40.1-2_amd64.deb ... 2021-01-08 09:23:10.166 | Unpacking libgvpr2 (2.40.1-2) ... 2021-01-08 09:23:10.270 | Selecting previously unselected package liblab-gamut1. 2021-01-08 09:23:10.277 | Preparing to unpack .../078-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-01-08 09:23:10.279 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-01-08 09:23:10.486 | Selecting previously unselected package libxt6:amd64. 2021-01-08 09:23:10.494 | Preparing to unpack .../079-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-01-08 09:23:10.496 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-01-08 09:23:10.587 | Selecting previously unselected package libxmu6:amd64. 2021-01-08 09:23:10.594 | Preparing to unpack .../080-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-01-08 09:23:10.596 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-01-08 09:23:10.690 | Selecting previously unselected package libxaw7:amd64. 2021-01-08 09:23:10.697 | Preparing to unpack .../081-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-01-08 09:23:10.699 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-01-08 09:23:10.802 | Selecting previously unselected package graphviz. 2021-01-08 09:23:10.808 | Preparing to unpack .../082-graphviz_2.40.1-2_amd64.deb ... 2021-01-08 09:23:10.810 | Unpacking graphviz (2.40.1-2) ... 2021-01-08 09:23:11.020 | Selecting previously unselected package libnl-3-200:amd64. 2021-01-08 09:23:11.027 | Preparing to unpack .../083-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-08 09:23:11.029 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-08 09:23:11.123 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-01-08 09:23:11.131 | Preparing to unpack .../084-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-08 09:23:11.133 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-08 09:23:11.250 | Selecting previously unselected package libibverbs1:amd64. 2021-01-08 09:23:11.257 | Preparing to unpack .../085-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-01-08 09:23:11.259 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-01-08 09:23:11.351 | Selecting previously unselected package ibverbs-providers:amd64. 2021-01-08 09:23:11.358 | Preparing to unpack .../086-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-01-08 09:23:11.368 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-01-08 09:23:11.439 | Selecting previously unselected package icu-devtools. 2021-01-08 09:23:11.446 | Preparing to unpack .../087-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-01-08 09:23:11.448 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-01-08 09:23:11.550 | Selecting previously unselected package iputils-arping. 2021-01-08 09:23:11.557 | Preparing to unpack .../088-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-01-08 09:23:11.559 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-01-08 09:23:11.660 | Selecting previously unselected package javascript-common. 2021-01-08 09:23:11.667 | Preparing to unpack .../089-javascript-common_11_all.deb ... 2021-01-08 09:23:11.681 | Unpacking javascript-common (11) ... 2021-01-08 09:23:11.767 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-01-08 09:23:11.774 | Preparing to unpack .../090-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-01-08 09:23:11.785 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-08 09:23:11.883 | Selecting previously unselected package libsensors4:amd64. 2021-01-08 09:23:11.890 | Preparing to unpack .../091-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-01-08 09:23:11.985 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-01-08 09:23:12.054 | Selecting previously unselected package libsnmp-base. 2021-01-08 09:23:12.061 | Preparing to unpack .../092-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-01-08 09:23:12.062 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-08 09:23:12.182 | Selecting previously unselected package libsnmp30:amd64. 2021-01-08 09:23:12.189 | Preparing to unpack .../093-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-01-08 09:23:12.191 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-08 09:23:12.423 | Selecting previously unselected package keepalived. 2021-01-08 09:23:12.430 | Preparing to unpack .../094-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-01-08 09:23:12.432 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-01-08 09:23:12.563 | Selecting previously unselected package libgssrpc4:amd64. 2021-01-08 09:23:12.571 | Preparing to unpack .../095-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:23:12.581 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:23:12.667 | Selecting previously unselected package libkdb5-9:amd64. 2021-01-08 09:23:12.674 | Preparing to unpack .../096-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:23:12.684 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:23:12.767 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-01-08 09:23:12.774 | Preparing to unpack .../097-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:23:12.776 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:23:12.864 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-01-08 09:23:12.870 | Preparing to unpack .../098-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:23:12.881 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:23:12.947 | Selecting previously unselected package comerr-dev:amd64. 2021-01-08 09:23:12.954 | Preparing to unpack .../099-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-01-08 09:23:12.956 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-01-08 09:23:13.023 | Selecting previously unselected package krb5-multidev:amd64. 2021-01-08 09:23:13.030 | Preparing to unpack .../100-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:23:13.032 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:23:13.138 | Selecting previously unselected package libaio1:amd64. 2021-01-08 09:23:13.146 | Preparing to unpack .../101-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-01-08 09:23:13.148 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-01-08 09:23:13.214 | Selecting previously unselected package libalgorithm-diff-perl. 2021-01-08 09:23:13.220 | Preparing to unpack .../102-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-01-08 09:23:13.223 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-01-08 09:23:13.282 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-01-08 09:23:13.289 | Preparing to unpack .../103-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-01-08 09:23:13.291 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-01-08 09:23:13.349 | Selecting previously unselected package libalgorithm-merge-perl. 2021-01-08 09:23:13.356 | Preparing to unpack .../104-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-01-08 09:23:13.358 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-01-08 09:23:13.415 | Selecting previously unselected package libarchive-cpio-perl. 2021-01-08 09:23:13.422 | Preparing to unpack .../105-libarchive-cpio-perl_0.10-1_all.deb ... 2021-01-08 09:23:13.424 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-01-08 09:23:13.491 | Selecting previously unselected package libfile-fcntllock-perl. 2021-01-08 09:23:13.498 | Preparing to unpack .../106-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-01-08 09:23:13.508 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-01-08 09:23:13.573 | Selecting previously unselected package libglib2.0-bin. 2021-01-08 09:23:13.580 | Preparing to unpack .../107-libglib2.0-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-08 09:23:13.583 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-08 09:23:13.662 | Selecting previously unselected package libglib2.0-dev-bin. 2021-01-08 09:23:13.669 | Preparing to unpack .../108-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-08 09:23:13.671 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-08 09:23:13.775 | Selecting previously unselected package pkg-config. 2021-01-08 09:23:13.781 | Preparing to unpack .../109-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-01-08 09:23:13.784 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-01-08 09:23:13.844 | Selecting previously unselected package zlib1g-dev:amd64. 2021-01-08 09:23:13.851 | Preparing to unpack .../110-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-01-08 09:23:13.853 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-01-08 09:23:13.944 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-01-08 09:23:13.951 | Preparing to unpack .../111-libglib2.0-dev_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 2021-01-08 09:23:13.952 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-08 09:23:14.297 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-01-08 09:23:14.305 | Preparing to unpack .../112-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-01-08 09:23:14.316 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-01-08 09:23:14.389 | Selecting previously unselected package libgts-bin. 2021-01-08 09:23:14.397 | Preparing to unpack .../113-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-01-08 09:23:14.399 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-01-08 09:23:14.492 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-01-08 09:23:14.499 | Preparing to unpack .../114-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-08 09:23:14.501 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:23:14.592 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-01-08 09:23:14.599 | Preparing to unpack .../115-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-01-08 09:23:14.601 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:23:14.682 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-01-08 09:23:14.689 | Preparing to unpack .../116-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-01-08 09:23:14.691 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-01-08 09:23:14.765 | Selecting previously unselected package libiculx60:amd64. 2021-01-08 09:23:14.772 | Preparing to unpack .../117-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-01-08 09:23:14.774 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-01-08 09:23:14.839 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-01-08 09:23:14.846 | Preparing to unpack .../118-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-01-08 09:23:14.856 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-01-08 09:23:14.927 | Selecting previously unselected package libicu-dev. 2021-01-08 09:23:14.934 | Preparing to unpack .../119-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-01-08 09:23:14.935 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-01-08 09:23:16.362 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-01-08 09:23:16.370 | Preparing to unpack .../120-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-01-08 09:23:16.372 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:23:16.502 | Selecting previously unselected package libiscsi7:amd64. 2021-01-08 09:23:16.509 | Preparing to unpack .../121-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-01-08 09:23:16.511 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-01-08 09:23:16.606 | Selecting previously unselected package libjansson4:amd64. 2021-01-08 09:23:16.614 | Preparing to unpack .../122-libjansson4_2.11-1_amd64.deb ... 2021-01-08 09:23:16.616 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-01-08 09:23:16.674 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-01-08 09:23:16.681 | Preparing to unpack .../123-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-01-08 09:23:16.683 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-08 09:23:16.777 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-01-08 09:23:16.784 | Preparing to unpack .../124-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-01-08 09:23:16.787 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-01-08 09:23:16.852 | Selecting previously unselected package libjpeg-dev:amd64. 2021-01-08 09:23:16.859 | Preparing to unpack .../125-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-01-08 09:23:16.861 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-01-08 09:23:16.926 | Selecting previously unselected package libjs-jquery. 2021-01-08 09:23:16.932 | Preparing to unpack .../126-libjs-jquery_3.2.1-1_all.deb ... 2021-01-08 09:23:16.934 | Unpacking libjs-jquery (3.2.1-1) ... 2021-01-08 09:23:17.008 | Selecting previously unselected package libjs-jquery-metadata. 2021-01-08 09:23:17.015 | Preparing to unpack .../127-libjs-jquery-metadata_12-1_all.deb ... 2021-01-08 09:23:17.025 | Unpacking libjs-jquery-metadata (12-1) ... 2021-01-08 09:23:17.089 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-01-08 09:23:17.096 | Preparing to unpack .../128-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-01-08 09:23:17.098 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-01-08 09:23:17.205 | Selecting previously unselected package libltdl-dev:amd64. 2021-01-08 09:23:17.212 | Preparing to unpack .../129-libltdl-dev_2.4.6-2_amd64.deb ... 2021-01-08 09:23:17.214 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-01-08 09:23:17.298 | Selecting previously unselected package libsys-hostname-long-perl. 2021-01-08 09:23:17.305 | Preparing to unpack .../130-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-01-08 09:23:17.307 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-01-08 09:23:17.381 | Selecting previously unselected package libmail-sendmail-perl. 2021-01-08 09:23:17.388 | Preparing to unpack .../131-libmail-sendmail-perl_0.80-1_all.deb ... 2021-01-08 09:23:17.390 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-01-08 09:23:17.473 | Selecting previously unselected package libmatheval1:amd64. 2021-01-08 09:23:17.480 | Preparing to unpack .../132-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-01-08 09:23:17.482 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-01-08 09:23:17.590 | Selecting previously unselected package mysql-common. 2021-01-08 09:23:17.597 | Preparing to unpack .../133-mysql-common_5.8+1.0.4_all.deb ... 2021-01-08 09:23:17.614 | Unpacking mysql-common (5.8+1.0.4) ... 2021-01-08 09:23:17.701 | Selecting previously unselected package libmysqlclient20:amd64. 2021-01-08 09:23:17.709 | Preparing to unpack .../134-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:23:17.711 | Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:23:17.887 | Selecting previously unselected package libssl-dev:amd64. 2021-01-08 09:23:17.895 | Preparing to unpack .../135-libssl-dev_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 2021-01-08 09:23:17.897 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-08 09:23:18.180 | Selecting previously unselected package libmysqlclient-dev. 2021-01-08 09:23:18.187 | Preparing to unpack .../136-libmysqlclient-dev_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:23:18.189 | Unpacking libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:23:18.442 | Selecting previously unselected package libnorm1:amd64. 2021-01-08 09:23:18.450 | Preparing to unpack .../137-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-01-08 09:23:18.452 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-01-08 09:23:18.554 | Selecting previously unselected package libnspr4:amd64. 2021-01-08 09:23:18.561 | Preparing to unpack .../138-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-01-08 09:23:18.579 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-01-08 09:23:18.673 | Selecting previously unselected package libnss3:amd64. 2021-01-08 09:23:18.681 | Preparing to unpack .../139-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-01-08 09:23:18.683 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-01-08 09:23:18.949 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-01-08 09:23:18.957 | Preparing to unpack .../140-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-01-08 09:23:18.959 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-01-08 09:23:19.053 | Selecting previously unselected package libpq5:amd64. 2021-01-08 09:23:19.060 | Preparing to unpack .../141-libpq5_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:23:19.062 | Unpacking libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-01-08 09:23:19.139 | Selecting previously unselected package libpq-dev. 2021-01-08 09:23:19.147 | Preparing to unpack .../142-libpq-dev_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:23:19.149 | Unpacking libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-01-08 09:23:19.285 | Selecting previously unselected package librados2. 2021-01-08 09:23:19.292 | Preparing to unpack .../143-librados2_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2021-01-08 09:23:19.294 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-08 09:23:19.764 | Selecting previously unselected package librbd1. 2021-01-08 09:23:19.771 | Preparing to unpack .../144-librbd1_12.2.13-0ubuntu0.18.04.5_amd64.deb ... 2021-01-08 09:23:19.773 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-08 09:23:19.962 | Selecting previously unselected package libsasl2-dev. 2021-01-08 09:23:19.969 | Preparing to unpack .../145-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-08 09:23:19.971 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-08 09:23:20.085 | Preparing to unpack .../146-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-01-08 09:23:20.105 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-01-08 09:23:20.216 | Selecting previously unselected package libsodium23:amd64. 2021-01-08 09:23:20.223 | Preparing to unpack .../147-libsodium23_1.0.16-2_amd64.deb ... 2021-01-08 09:23:20.226 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-01-08 09:23:20.300 | Selecting previously unselected package libsystemd-dev:amd64. 2021-01-08 09:23:20.308 | Preparing to unpack .../148-libsystemd-dev_237-3ubuntu10.43_amd64.deb ... 2021-01-08 09:23:20.310 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2021-01-08 09:23:20.433 | Selecting previously unselected package libx86-1:amd64. 2021-01-08 09:23:20.440 | Preparing to unpack .../149-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-01-08 09:23:20.442 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-01-08 09:23:20.506 | Selecting previously unselected package libxml2-dev:amd64. 2021-01-08 09:23:20.513 | Preparing to unpack .../150-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-01-08 09:23:20.515 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-08 09:23:20.719 | Preparing to unpack .../151-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-01-08 09:23:20.744 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-01-08 09:23:20.835 | Selecting previously unselected package libxslt1-dev:amd64. 2021-01-08 09:23:20.842 | Preparing to unpack .../152-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-01-08 09:23:20.844 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-08 09:23:20.995 | Selecting previously unselected package libzmq5:amd64. 2021-01-08 09:23:21.002 | Preparing to unpack .../153-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-01-08 09:23:21.004 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-01-08 09:23:21.105 | Selecting previously unselected package lsscsi. 2021-01-08 09:23:21.113 | Preparing to unpack .../154-lsscsi_0.28-0.1_amd64.deb ... 2021-01-08 09:23:21.115 | Unpacking lsscsi (0.28-0.1) ... 2021-01-08 09:23:21.221 | Preparing to unpack .../155-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-01-08 09:23:21.254 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-01-08 09:23:22.097 | Selecting previously unselected package memcached. 2021-01-08 09:23:22.104 | Preparing to unpack .../156-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-01-08 09:23:22.106 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-01-08 09:23:22.183 | Selecting previously unselected package pm-utils. 2021-01-08 09:23:22.191 | Preparing to unpack .../157-pm-utils_1.4.1-17_all.deb ... 2021-01-08 09:23:22.193 | Unpacking pm-utils (1.4.1-17) ... 2021-01-08 09:23:22.282 | Selecting previously unselected package postgresql-client-common. 2021-01-08 09:23:22.290 | Preparing to unpack .../158-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-01-08 09:23:22.292 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-01-08 09:23:22.375 | Selecting previously unselected package ssl-cert. 2021-01-08 09:23:22.382 | Preparing to unpack .../159-ssl-cert_1.0.39_all.deb ... 2021-01-08 09:23:22.384 | Unpacking ssl-cert (1.0.39) ... 2021-01-08 09:23:22.509 | Selecting previously unselected package postgresql-common. 2021-01-08 09:23:22.516 | Preparing to unpack .../160-postgresql-common_190ubuntu0.1_all.deb ... 2021-01-08 09:23:22.558 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-01-08 09:23:22.568 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-01-08 09:23:22.657 | Selecting previously unselected package postgresql-server-dev-10. 2021-01-08 09:23:22.665 | Preparing to unpack .../161-postgresql-server-dev-10_10.15-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:23:22.667 | Unpacking postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-01-08 09:23:22.950 | Selecting previously unselected package postgresql-server-dev-all. 2021-01-08 09:23:22.958 | Preparing to unpack .../162-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-01-08 09:23:22.960 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-01-08 09:23:23.018 | Selecting previously unselected package python-pip-whl. 2021-01-08 09:23:23.025 | Preparing to unpack .../163-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-01-08 09:23:23.027 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-08 09:23:23.280 | Selecting previously unselected package python3-crypto. 2021-01-08 09:23:23.287 | Preparing to unpack .../164-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2021-01-08 09:23:23.289 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2021-01-08 09:23:23.422 | Selecting previously unselected package python3-secretstorage. 2021-01-08 09:23:23.430 | Preparing to unpack .../165-python3-secretstorage_2.3.1-2_all.deb ... 2021-01-08 09:23:23.432 | Unpacking python3-secretstorage (2.3.1-2) ... 2021-01-08 09:23:23.506 | Selecting previously unselected package python3-keyring. 2021-01-08 09:23:23.514 | Preparing to unpack .../166-python3-keyring_10.6.0-1_all.deb ... 2021-01-08 09:23:23.515 | Unpacking python3-keyring (10.6.0-1) ... 2021-01-08 09:23:23.592 | Selecting previously unselected package python3-keyrings.alt. 2021-01-08 09:23:23.600 | Preparing to unpack .../167-python3-keyrings.alt_3.0-1_all.deb ... 2021-01-08 09:23:23.601 | Unpacking python3-keyrings.alt (3.0-1) ... 2021-01-08 09:23:23.675 | Selecting previously unselected package python3-mysqldb. 2021-01-08 09:23:23.683 | Preparing to unpack .../168-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-01-08 09:23:23.685 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-01-08 09:23:23.761 | Selecting previously unselected package python3-pip. 2021-01-08 09:23:23.769 | Preparing to unpack .../169-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-01-08 09:23:23.770 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-08 09:23:23.857 | Selecting previously unselected package python3-setuptools. 2021-01-08 09:23:23.866 | Preparing to unpack .../170-python3-setuptools_39.0.1-2_all.deb ... 2021-01-08 09:23:23.868 | Unpacking python3-setuptools (39.0.1-2) ... 2021-01-08 09:23:23.984 | Selecting previously unselected package python3.6-venv. 2021-01-08 09:23:23.992 | Preparing to unpack .../171-python3.6-venv_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 2021-01-08 09:23:23.994 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-01-08 09:23:24.043 | Selecting previously unselected package python3-venv. 2021-01-08 09:23:24.050 | Preparing to unpack .../172-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-01-08 09:23:24.053 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-01-08 09:23:24.120 | Selecting previously unselected package python3-wheel. 2021-01-08 09:23:24.127 | Preparing to unpack .../173-python3-wheel_0.30.0-0.2_all.deb ... 2021-01-08 09:23:24.129 | Unpacking python3-wheel (0.30.0-0.2) ... 2021-01-08 09:23:24.204 | Selecting previously unselected package python3-xdg. 2021-01-08 09:23:24.212 | Preparing to unpack .../174-python3-xdg_0.25-4ubuntu1_all.deb ... 2021-01-08 09:23:24.214 | Unpacking python3-xdg (0.25-4ubuntu1) ... 2021-01-08 09:23:24.288 | Selecting previously unselected package qemu-block-extra:amd64. 2021-01-08 09:23:24.295 | Preparing to unpack .../175-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2021-01-08 09:23:24.298 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-08 09:23:24.356 | Selecting previously unselected package qemu-utils. 2021-01-08 09:23:24.364 | Preparing to unpack .../176-qemu-utils_1%3a2.11+dfsg-1ubuntu7.34_amd64.deb ... 2021-01-08 09:23:24.365 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-08 09:23:24.573 | Selecting previously unselected package sharutils. 2021-01-08 09:23:24.581 | Preparing to unpack .../177-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-01-08 09:23:24.584 | Unpacking sharutils (1:4.15.2-3) ... 2021-01-08 09:23:24.660 | Selecting previously unselected package sqlite3. 2021-01-08 09:23:24.667 | Preparing to unpack .../178-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-01-08 09:23:24.669 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-01-08 09:23:24.829 | Selecting previously unselected package thin-provisioning-tools. 2021-01-08 09:23:24.837 | Preparing to unpack .../179-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-01-08 09:23:24.839 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-01-08 09:23:24.965 | Selecting previously unselected package unzip. 2021-01-08 09:23:24.973 | Preparing to unpack .../180-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-01-08 09:23:24.975 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-01-08 09:23:25.069 | Selecting previously unselected package uwsgi-core. 2021-01-08 09:23:25.077 | Preparing to unpack .../181-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-08 09:23:25.079 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:23:25.234 | Selecting previously unselected package vbetool. 2021-01-08 09:23:25.241 | Preparing to unpack .../182-vbetool_1.1-4_amd64.deb ... 2021-01-08 09:23:25.243 | Unpacking vbetool (1.1-4) ... 2021-01-08 09:23:25.325 | Selecting previously unselected package libipset3:amd64. 2021-01-08 09:23:25.333 | Preparing to unpack .../183-libipset3_6.34-1_amd64.deb ... 2021-01-08 09:23:25.335 | Unpacking libipset3:amd64 (6.34-1) ... 2021-01-08 09:23:25.403 | Selecting previously unselected package ipset. 2021-01-08 09:23:25.411 | Preparing to unpack .../184-ipset_6.34-1_amd64.deb ... 2021-01-08 09:23:25.413 | Unpacking ipset (6.34-1) ... 2021-01-08 09:23:25.504 | Selecting previously unselected package ipvsadm. 2021-01-08 09:23:25.511 | Preparing to unpack .../185-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:23:25.513 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-01-08 09:23:25.588 | Selecting previously unselected package kpartx. 2021-01-08 09:23:25.595 | Preparing to unpack .../186-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-01-08 09:23:25.597 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-01-08 09:23:25.662 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-01-08 09:23:25.669 | Preparing to unpack .../187-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-08 09:23:25.671 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:23:25.753 | Selecting previously unselected package liberasurecode1:amd64. 2021-01-08 09:23:25.761 | Preparing to unpack .../188-liberasurecode1_1.5.0-1_amd64.deb ... 2021-01-08 09:23:25.763 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-01-08 09:23:25.821 | Selecting previously unselected package liberasurecode-dev. 2021-01-08 09:23:25.829 | Preparing to unpack .../189-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-01-08 09:23:25.830 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-01-08 09:23:25.887 | Selecting previously unselected package libffi-dev:amd64. 2021-01-08 09:23:25.895 | Preparing to unpack .../190-libffi-dev_3.2.1-8_amd64.deb ... 2021-01-08 09:23:25.896 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-01-08 09:23:25.971 | Selecting previously unselected package libkrb5-dev:amd64. 2021-01-08 09:23:25.978 | Preparing to unpack .../191-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-01-08 09:23:25.980 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:23:26.040 | Selecting previously unselected package libyaml-dev:amd64. 2021-01-08 09:23:26.048 | Preparing to unpack .../192-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-01-08 09:23:26.050 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-01-08 09:23:26.112 | Selecting previously unselected package socat. 2021-01-08 09:23:26.120 | Preparing to unpack .../193-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-01-08 09:23:26.122 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-01-08 09:23:26.230 | Selecting previously unselected package vlan. 2021-01-08 09:23:26.237 | Preparing to unpack .../194-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-01-08 09:23:26.240 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-01-08 09:23:26.335 | Setting up libjs-jquery (3.2.1-1) ... 2021-01-08 09:23:26.356 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-01-08 09:23:26.383 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-01-08 09:23:26.412 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-08 09:23:26.439 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-01-08 09:23:26.659 | Setting up libpathplan4 (2.40.1-2) ... 2021-01-08 09:23:26.686 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-08 09:23:26.714 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-01-08 09:23:26.742 | Setting up make (4.1-9.1ubuntu1) ... 2021-01-08 09:23:26.769 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-01-08 09:23:26.797 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-08 09:23:26.825 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-01-08 09:23:26.890 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-01-08 09:23:26.918 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-01-08 09:23:26.946 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-01-08 09:23:26.974 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-01-08 09:23:27.001 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:23:27.024 | Setting up sudo (1.8.21p2-3ubuntu1.3) ... 2021-01-08 09:23:27.081 | Setting up libtimedate-perl (2.3000-2) ... 2021-01-08 09:23:27.108 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-01-08 09:23:27.135 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-08 09:23:27.178 | Setting up fonts-dejavu-core (2.37-1) ... 2021-01-08 09:23:27.316 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2021-01-08 09:23:27.732 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-01-08 09:23:27.969 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-01-08 09:23:27.997 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-01-08 09:23:28.371 | update-initramfs: deferring update (trigger activated) 2021-01-08 09:23:30.382 | Setting up lsscsi (0.28-0.1) ... 2021-01-08 09:23:30.409 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-08 09:23:30.430 | No schema files found: doing nothing. 2021-01-08 09:23:30.437 | Setting up mysql-common (5.8+1.0.4) ... 2021-01-08 09:23:30.496 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-01-08 09:23:30.506 | Setting up sharutils (1:4.15.2-3) ... 2021-01-08 09:23:30.534 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-01-08 09:23:30.562 | Setting up python3-xdg (0.25-4ubuntu1) ... 2021-01-08 09:23:30.849 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-08 09:23:30.877 | Setting up libjansson4:amd64 (2.11-1) ... 2021-01-08 09:23:30.905 | Setting up python3-keyrings.alt (3.0-1) ... 2021-01-08 09:23:31.168 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-01-08 09:23:31.202 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.3) ... 2021-01-08 09:23:31.297 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-08 09:23:31.324 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-01-08 09:23:31.352 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-01-08 09:23:31.380 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-01-08 09:23:31.407 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-01-08 09:23:31.435 | Setting up dctrl-tools (2.24-2build1) ... 2021-01-08 09:23:31.462 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-01-08 09:23:31.490 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-01-08 09:23:31.517 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-01-08 09:23:31.544 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-08 09:23:31.572 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-01-08 09:23:31.600 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-01-08 09:23:31.671 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-01-08 09:23:41.953 | Setting up pm-utils (1.4.1-17) ... 2021-01-08 09:23:41.991 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-01-08 09:23:42.025 | Setting up python3-wheel (0.30.0-0.2) ... 2021-01-08 09:23:42.312 | Setting up m4 (1.4.18-1) ... 2021-01-08 09:23:42.340 | Setting up libipset3:amd64 (6.34-1) ... 2021-01-08 09:23:42.369 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-01-08 09:23:42.397 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-08 09:23:42.424 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:23:42.453 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-01-08 09:23:42.529 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-01-08 09:23:44.350 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-01-08 09:23:44.377 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-08 09:23:44.405 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-01-08 09:23:45.251 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-01-08 09:23:45.278 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-01-08 09:23:45.306 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-08 09:23:45.334 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-01-08 09:23:45.362 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-01-08 09:23:45.389 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-01-08 09:23:45.416 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-01-08 09:23:45.444 | Setting up dnsmasq-utils (2.79-1) ... 2021-01-08 09:23:45.471 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-01-08 09:23:45.499 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-01-08 09:23:45.543 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-01-08 09:23:45.588 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-01-08 09:23:45.616 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-01-08 09:23:45.643 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-08 09:23:45.677 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-01-08 09:23:45.714 | Setting up autotools-dev (20180224.1) ... 2021-01-08 09:23:45.741 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-08 09:23:45.769 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-01-08 09:23:45.797 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-01-08 09:23:45.844 | Setting up dstat (0.7.3-1) ... 2021-01-08 09:23:46.045 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-08 09:23:46.287 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-01-08 09:23:46.315 | Setting up ipset (6.34-1) ... 2021-01-08 09:23:46.343 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-01-08 09:23:46.380 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-01-08 09:23:46.407 | Setting up systemd (237-3ubuntu10.43) ... 2021-01-08 09:23:46.424 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-01-08 09:23:47.573 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-01-08 09:23:47.574 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-01-08 09:23:47.575 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-01-08 09:23:47.576 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-01-08 09:23:47.653 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-01-08 09:23:47.681 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-08 09:23:47.718 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-08 09:23:48.083 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-01-08 09:23:48.111 | Setting up libann0 (1.1.2+doc-6) ... 2021-01-08 09:23:48.139 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-01-08 09:23:48.167 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-01-08 09:23:48.195 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-01-08 09:23:48.223 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-01-08 09:23:48.250 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-01-08 09:23:48.297 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:24:09.369 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.43) ... 2021-01-08 09:24:09.374 | Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:24:09.401 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-01-08 09:24:09.429 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-01-08 09:24:09.456 | Setting up libthai-data (0.1.27-2) ... 2021-01-08 09:24:09.483 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-01-08 09:24:09.511 | Setting up javascript-common (11) ... 2021-01-08 09:24:09.577 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-01-08 09:24:09.592 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-08 09:24:09.636 | Setting up python3-setuptools (39.0.1-2) ... 2021-01-08 09:24:10.068 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-01-08 09:24:10.105 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-08 09:24:10.151 | Setting up libjs-jquery-metadata (12-1) ... 2021-01-08 09:24:10.179 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-01-08 09:24:10.561 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-01-08 09:24:10.927 | Setting up python3-secretstorage (2.3.1-2) ... 2021-01-08 09:24:11.186 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-01-08 09:24:11.214 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-01-08 09:24:11.242 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-08 09:24:11.269 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-01-08 09:24:11.296 | Setting up vbetool (1.1-4) ... 2021-01-08 09:24:11.324 | Setting up libcdt5 (2.40.1-2) ... 2021-01-08 09:24:11.351 | Setting up git (1:2.17.1-1ubuntu0.7) ... 2021-01-08 09:24:11.413 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-01-08 09:24:11.440 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-01-08 09:24:11.468 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-01-08 09:24:11.679 | Setting up libcgraph6 (2.40.1-2) ... 2021-01-08 09:24:11.705 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-01-08 09:24:11.736 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-01-08 09:24:11.764 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-01-08 09:24:11.792 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-08 09:24:11.819 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-01-08 09:24:11.847 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-01-08 09:24:11.875 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-01-08 09:24:11.902 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-01-08 09:24:11.937 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 2021-01-08 09:24:11.965 | Setting up libtool (2.4.6-2) ... 2021-01-08 09:24:11.993 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-01-08 09:24:12.020 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-01-08 09:24:12.049 | Setting up libnss-systemd:amd64 (237-3ubuntu10.43) ... 2021-01-08 09:24:12.076 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-01-08 09:24:12.105 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:12.132 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-01-08 09:24:12.704 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-01-08 09:24:13.237 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-01-08 09:24:13.629 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-01-08 09:24:13.656 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-01-08 09:24:13.684 | Setting up libpam-systemd:amd64 (237-3ubuntu10.43) ... 2021-01-08 09:24:14.053 | Setting up libapr1-dev (1.6.3-2) ... 2021-01-08 09:24:14.080 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-01-08 09:24:14.108 | Setting up python3-keyring (10.6.0-1) ... 2021-01-08 09:24:14.387 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.6) ... 2021-01-08 09:24:14.672 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-01-08 09:24:14.699 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-01-08 09:24:14.727 | Setting up libgvpr2 (2.40.1-2) ... 2021-01-08 09:24:14.754 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-01-08 09:24:14.782 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-01-08 09:24:15.353 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-01-08 09:24:15.885 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-01-08 09:24:15.906 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-01-08 09:24:15.934 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 2021-01-08 09:24:15.962 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-01-08 09:24:15.990 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-01-08 09:24:16.019 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-01-08 09:24:16.070 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-08 09:24:16.098 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-01-08 09:24:16.126 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:24:16.153 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 2021-01-08 09:24:16.181 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-01-08 09:24:16.209 | Setting up ssl-cert (1.0.39) ... 2021-01-08 09:24:17.183 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-01-08 09:24:17.462 | Setting up autoconf (2.69-11) ... 2021-01-08 09:24:17.499 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-01-08 09:24:17.526 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-01-08 09:24:17.548 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-01-08 09:24:17.571 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-01-08 09:24:17.770 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-01-08 09:24:18.215 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-01-08 09:24:18.243 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-01-08 09:24:18.271 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-01-08 09:24:18.300 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-01-08 09:24:18.401 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-01-08 09:24:18.428 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-01-08 09:24:18.456 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:24:18.484 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-01-08 09:24:18.511 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-01-08 09:24:18.797 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-01-08 09:24:19.294 | Setting up postgresql-common (190ubuntu0.1) ... 2021-01-08 09:24:19.894 | Adding user postgres to group ssl-cert 2021-01-08 09:24:20.084 | 2021-01-08 09:24:20.084 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-01-08 09:24:20.294 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-01-08 09:24:20.295 | Removing obsolete dictionary files: 2021-01-08 09:24:20.539 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-01-08 09:24:21.154 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-01-08 09:24:21.169 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-01-08 09:24:21.192 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:24:21.229 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-01-08 09:24:21.256 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-01-08 09:24:21.337 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-01-08 09:24:21.348 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:21.376 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-01-08 09:24:21.404 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:24:21.432 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:24:21.468 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-01-08 09:24:21.753 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-01-08 09:24:22.337 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-01-08 09:24:22.468 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-01-08 09:24:22.497 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-01-08 09:24:22.531 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:24:22.559 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-01-08 09:24:24.089 | Enabling module mpm_event. 2021-01-08 09:24:24.149 | Enabling module authz_core. 2021-01-08 09:24:24.154 | Enabling module authz_host. 2021-01-08 09:24:24.210 | Enabling module authn_core. 2021-01-08 09:24:24.214 | Enabling module auth_basic. 2021-01-08 09:24:24.271 | Enabling module access_compat. 2021-01-08 09:24:24.339 | Enabling module authn_file. 2021-01-08 09:24:24.397 | Enabling module authz_user. 2021-01-08 09:24:24.458 | Enabling module alias. 2021-01-08 09:24:24.520 | Enabling module dir. 2021-01-08 09:24:24.579 | Enabling module autoindex. 2021-01-08 09:24:24.640 | Enabling module env. 2021-01-08 09:24:24.704 | Enabling module mime. 2021-01-08 09:24:24.773 | Enabling module negotiation. 2021-01-08 09:24:24.831 | Enabling module setenvif. 2021-01-08 09:24:24.888 | Enabling module filter. 2021-01-08 09:24:24.946 | Enabling module deflate. 2021-01-08 09:24:25.004 | Enabling module status. 2021-01-08 09:24:25.061 | Enabling module reqtimeout. 2021-01-08 09:24:25.121 | Enabling conf charset. 2021-01-08 09:24:25.179 | Enabling conf localized-error-pages. 2021-01-08 09:24:25.237 | Enabling conf other-vhosts-access-log. 2021-01-08 09:24:25.299 | Enabling conf security. 2021-01-08 09:24:25.357 | Enabling conf serve-cgi-bin. 2021-01-08 09:24:25.431 | Enabling site 000-default. 2021-01-08 09:24:25.482 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-01-08 09:24:25.557 | Enabling conf javascript-common. 2021-01-08 09:24:25.841 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-01-08 09:24:26.250 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-01-08 09:24:27.543 | Setting up libmysqlclient-dev (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:24:27.572 | Setting up po-debconf (1.0.20) ... 2021-01-08 09:24:27.600 | Setting up build-essential (12.4ubuntu1) ... 2021-01-08 09:24:27.627 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-01-08 09:24:27.655 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-01-08 09:24:27.682 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.6) ... 2021-01-08 09:24:27.710 | Setting up librados2 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-08 09:24:27.738 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:27.766 | Setting up libpq5:amd64 (10.15-0ubuntu0.18.04.1) ... 2021-01-08 09:24:27.794 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-01-08 09:24:27.978 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-01-08 09:24:28.014 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-01-08 09:24:28.045 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-01-08 09:24:30.243 | Regenerating fonts cache... done. 2021-01-08 09:24:30.245 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-01-08 09:24:30.273 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:30.301 | Setting up libpq-dev (10.15-0ubuntu0.18.04.1) ... 2021-01-08 09:24:30.328 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.12) ... 2021-01-08 09:24:30.356 | Setting up postgresql-server-dev-10 (10.15-0ubuntu0.18.04.1) ... 2021-01-08 09:24:30.384 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.5) ... 2021-01-08 09:24:30.411 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:30.439 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-08 09:24:30.467 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.34) ... 2021-01-08 09:24:30.494 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-01-08 09:24:30.522 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-01-08 09:24:30.549 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-08 09:24:30.577 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:30.605 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:30.633 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-01-08 09:24:30.668 | Setting up curl (7.58.0-2ubuntu3.12) ... 2021-01-08 09:24:30.695 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-08 09:24:30.724 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:30.753 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-01-08 09:24:30.781 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-01-08 09:24:30.810 | Setting up libgvc6 (2.40.1-2) ... 2021-01-08 09:24:30.846 | Setting up graphviz (2.40.1-2) ... 2021-01-08 09:24:30.891 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-01-08 09:24:30.919 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-01-08 09:24:30.947 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-01-08 09:24:30.975 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-01-08 09:24:31.003 | Setting up debhelper (11.1.6ubuntu2) ... 2021-01-08 09:24:31.031 | Setting up dh-autoreconf (17) ... 2021-01-08 09:24:31.059 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-01-08 09:24:31.087 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-01-08 09:24:31.115 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-01-08 09:24:31.144 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-01-08 09:24:31.203 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-01-08 09:24:40.314 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-08 09:24:40.344 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:24:40.532 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:24:40.555 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-01-08 09:24:40.762 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-08 09:24:40.780 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-01-08 09:24:42.809 | ++ functions-common:apt_get:1115 : result=0 2021-01-08 09:24:42.811 | ++ functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:24:42.813 | ++ functions-common:time_stop:2306 : local name 2021-01-08 09:24:42.815 | ++ functions-common:time_stop:2307 : local end_time 2021-01-08 09:24:42.817 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:24:42.820 | ++ functions-common:time_stop:2309 : local total 2021-01-08 09:24:42.822 | ++ functions-common:time_stop:2310 : local start_time 2021-01-08 09:24:42.824 | ++ functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:24:42.826 | ++ functions-common:time_stop:2313 : start_time=1610097748556 2021-01-08 09:24:42.828 | ++ functions-common:time_stop:2315 : [[ -z 1610097748556 ]] 2021-01-08 09:24:42.831 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:24:42.835 | ++ functions-common:time_stop:2318 : end_time=1610097882832 2021-01-08 09:24:42.837 | ++ functions-common:time_stop:2319 : elapsed_time=134276 2021-01-08 09:24:42.839 | ++ functions-common:time_stop:2320 : total=673 2021-01-08 09:24:42.841 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:24:42.843 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=134949 2021-01-08 09:24:42.845 | ++ functions-common:apt_get:1119 : return 0 2021-01-08 09:24:42.848 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-01-08 09:24:42.850 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-01-08 09:24:42.852 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-01-08 09:24:42.856 | ++ tools/install_prereqs.sh:source:89 : date 2021-01-08 09:24:42.860 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2021-01-08 09:24:42.862 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2021-01-08 09:24:42.865 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2021-01-08 09:24:44.262 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-01-08 09:24:44.264 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-01-08 09:24:44.266 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-01-08 09:24:44.269 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-01-08 09:24:44.271 | + tools/install_pip.sh:main:43 : GetDistro 2021-01-08 09:24:44.273 | + functions-common:GetDistro:373 : GetOSVersion 2021-01-08 09:24:44.275 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-01-08 09:24:44.277 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-01-08 09:24:44.280 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-01-08 09:24:44.281 | + functions-common:_ensure_lsb_release:328 : return 2021-01-08 09:24:44.284 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-01-08 09:24:44.357 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-01-08 09:24:44.359 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-01-08 09:24:44.432 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-01-08 09:24:44.434 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-01-08 09:24:44.514 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-01-08 09:24:44.515 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-01-08 09:24:44.517 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-01-08 09:24:44.519 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-01-08 09:24:44.521 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-01-08 09:24:44.523 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-01-08 09:24:44.525 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-01-08 09:24:44.527 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-01-08 09:24:44.529 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-01-08 09:24:44.531 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2021-01-08 09:24:44.533 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-01-08 09:24:44.533 | Distro: bionic 2021-01-08 09:24:44.535 | + tools/install_pip.sh:main:127 : get_versions 2021-01-08 09:24:44.537 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-01-08 09:24:44.541 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-01-08 09:24:44.543 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-01-08 09:24:44.546 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-01-08 09:24:44.546 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-01-08 09:24:44.889 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-01-08 09:24:44.890 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-01-08 09:24:44.891 | pip: 20.2.2 2021-01-08 09:24:44.892 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-01-08 09:24:45.205 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-01-08 09:24:45.228 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-01-08 09:24:45.230 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2021-01-08 09:24:45.232 | + tools/install_pip.sh:main:143 : is_fedora 2021-01-08 09:24:45.233 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-08 09:24:45.235 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-08 09:24:45.237 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-08 09:24:45.239 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-08 09:24:45.240 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-08 09:24:45.242 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-08 09:24:45.244 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-08 09:24:45.246 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-08 09:24:45.248 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-08 09:24:45.249 | + tools/install_pip.sh:main:143 : is_suse 2021-01-08 09:24:45.251 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:24:45.253 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:24:45.254 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:24:45.256 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:24:45.258 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:24:45.260 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:24:45.262 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2021-01-08 09:24:45.264 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2021-01-08 09:24:45.265 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2021-01-08 09:24:45.267 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2021-01-08 09:24:45.269 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2021-01-08 09:24:45.291 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2021-01-08 09:24:45.293 | + functions-common:uninstall_package:1373 : is_ubuntu 2021-01-08 09:24:45.294 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:24:45.296 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:24:45.298 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2021-01-08 09:24:45.313 | + 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 2021-01-08 09:24:45.431 | Reading package lists... 2021-01-08 09:24:45.682 | Building dependency tree... 2021-01-08 09:24:45.683 | Reading state information... 2021-01-08 09:24:45.896 | The following packages were automatically installed and are no longer required: 2021-01-08 09:24:45.897 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-08 09:24:45.897 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-08 09:24:45.897 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-08 09:24:45.897 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:24:45.897 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:24:45.897 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:24:45.897 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:24:45.937 | The following packages will be REMOVED: 2021-01-08 09:24:45.938 | python3-pip* 2021-01-08 09:24:46.363 | 0 upgraded, 0 newly installed, 1 to remove and 146 not upgraded. 2021-01-08 09:24:46.363 | After this operation, 601 kB disk space will be freed. 2021-01-08 09:24:46.425 | (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.) 2021-01-08 09:24:46.429 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-01-08 09:24:46.669 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:24:49.287 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:24:49.289 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:24:49.291 | + functions-common:time_stop:2306 : local name 2021-01-08 09:24:49.293 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:24:49.295 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:24:49.296 | + functions-common:time_stop:2309 : local total 2021-01-08 09:24:49.298 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:24:49.300 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:24:49.301 | + functions-common:time_stop:2313 : start_time=1610097885311 2021-01-08 09:24:49.303 | + functions-common:time_stop:2315 : [[ -z 1610097885311 ]] 2021-01-08 09:24:49.306 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:24:49.308 | + functions-common:time_stop:2318 : end_time=1610097889306 2021-01-08 09:24:49.310 | + functions-common:time_stop:2319 : elapsed_time=3995 2021-01-08 09:24:49.312 | + functions-common:time_stop:2320 : total=0 2021-01-08 09:24:49.313 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:24:49.315 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3995 2021-01-08 09:24:49.317 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:24:49.318 | + tools/install_pip.sh:main:149 : install_get_pip 2021-01-08 09:24:49.320 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-08 09:24:49.322 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-08 09:24:49.324 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2021-01-08 09:24:49.326 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-01-08 09:24:49.327 | + 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 2021-01-08 09:24:49.337 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-01-08 09:24:49.338 | Dload Upload Total Spent Left Speed 2021-01-08 09:24:49.916 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1842k 100 1842k 0 0 3187k 0 --:--:-- --:--:-- --:--:-- 3187k 2021-01-08 09:24:49.921 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-01-08 09:24:49.924 | + tools/install_pip.sh:install_get_pip:96 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py -c /home/ubuntu/devstack/tools/cap-pip.txt 2021-01-08 09:24:52.521 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:24:53.116 | Collecting pip<20.3 2021-01-08 09:24:53.131 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2021-01-08 09:24:53.476 | Installing collected packages: pip 2021-01-08 09:24:53.476 | Attempting uninstall: pip 2021-01-08 09:24:53.477 | Found existing installation: pip 20.2.2 2021-01-08 09:24:53.727 | Uninstalling pip-20.2.2: 2021-01-08 09:24:53.741 | Successfully uninstalled pip-20.2.2 2021-01-08 09:24:55.031 | Successfully installed pip-20.2.4 2021-01-08 09:24:55.162 | + tools/install_pip.sh:main:151 : set -x 2021-01-08 09:24:55.164 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2021-01-08 09:24:55.166 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-01-08 09:24:55.168 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-08 09:24:55.170 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-01-08 09:24:55.172 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-01-08 09:24:55.174 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-08 09:24:55.177 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-01-08 09:24:55.177 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-08 09:24:55.180 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2021-01-08 09:24:55.182 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2021-01-08 09:24:55.184 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-01-08 09:24:55.186 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-01-08 09:24:55.188 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-01-08 09:24:55.203 | 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 2021-01-08 09:24:55.205 | + 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' 2021-01-08 09:24:57.022 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:24:57.026 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:24:57.686 | Collecting setuptools===51.1.1 2021-01-08 09:24:57.699 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6d1/19767443a0f77/setuptools-51.1.1-py3-none-any.whl (2.0 MB) 2021-01-08 09:24:58.131 | Installing collected packages: setuptools 2021-01-08 09:24:58.131 | Attempting uninstall: setuptools 2021-01-08 09:24:58.132 | Found existing installation: setuptools 49.6.0 2021-01-08 09:24:58.218 | Uninstalling setuptools-49.6.0: 2021-01-08 09:24:58.248 | Successfully uninstalled setuptools-49.6.0 2021-01-08 09:24:59.005 | Successfully installed setuptools-51.1.1 2021-01-08 09:24:59.060 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:24:59.060 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:24:59.143 | + inc/python:pip_install:200 : result=0 2021-01-08 09:24:59.145 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:24:59.147 | + functions-common:time_stop:2306 : local name 2021-01-08 09:24:59.149 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:24:59.150 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:24:59.152 | + functions-common:time_stop:2309 : local total 2021-01-08 09:24:59.154 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:24:59.155 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:24:59.157 | + functions-common:time_stop:2313 : start_time=1610097895200 2021-01-08 09:24:59.159 | + functions-common:time_stop:2315 : [[ -z 1610097895200 ]] 2021-01-08 09:24:59.161 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:24:59.164 | + functions-common:time_stop:2318 : end_time=1610097899162 2021-01-08 09:24:59.166 | + functions-common:time_stop:2319 : elapsed_time=3962 2021-01-08 09:24:59.168 | + functions-common:time_stop:2320 : total=0 2021-01-08 09:24:59.170 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:24:59.171 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=3962 2021-01-08 09:24:59.174 | + inc/python:pip_install:203 : return 0 2021-01-08 09:24:59.176 | + tools/install_pip.sh:main:157 : get_versions 2021-01-08 09:24:59.178 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-01-08 09:24:59.182 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-01-08 09:24:59.184 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-01-08 09:24:59.186 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-01-08 09:24:59.186 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-01-08 09:24:59.521 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-01-08 09:24:59.523 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-01-08 09:24:59.523 | pip: 20.2.4 2021-01-08 09:24:59.525 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-01-08 09:24:59.834 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-01-08 09:24:59.858 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-01-08 09:24:59.861 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-01-08 09:24:59.864 | + ./stack.sh:main:759 : fixup_all 2021-01-08 09:24:59.866 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2021-01-08 09:24:59.868 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-01-08 09:24:59.870 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-01-08 09:24:59.880 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-01-08 09:24:59.880 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-01-08 09:24:59.880 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-01-08 09:24:59.885 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-01-08 09:24:59.887 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-01-08 09:24:59.889 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-01-08 09:24:59.897 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-01-08 09:24:59.900 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2021-01-08 09:24:59.903 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-01-08 09:24:59.905 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-01-08 09:24:59.907 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:24:59.909 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:24:59.911 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:24:59.913 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:24:59.915 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:24:59.917 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:24:59.919 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:24:59.922 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:24:59.924 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:24:59.927 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:24:59.929 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:24:59.931 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:24:59.933 | + functions-common:install_package:1345 : real_install_package software-properties-common 2021-01-08 09:24:59.935 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:24:59.937 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:24:59.939 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:24:59.941 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2021-01-08 09:24:59.959 | + 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 2021-01-08 09:25:00.077 | Reading package lists... 2021-01-08 09:25:00.326 | Building dependency tree... 2021-01-08 09:25:00.327 | Reading state information... 2021-01-08 09:25:00.539 | The following packages were automatically installed and are no longer required: 2021-01-08 09:25:00.540 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-08 09:25:00.540 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-08 09:25:00.540 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-08 09:25:00.540 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:25:00.540 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:25:00.540 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:25:00.540 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:25:00.541 | The following additional packages will be installed: 2021-01-08 09:25:00.541 | python3-software-properties 2021-01-08 09:25:00.591 | The following packages will be upgraded: 2021-01-08 09:25:00.591 | python3-software-properties software-properties-common 2021-01-08 09:25:00.872 | 2 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2021-01-08 09:25:00.872 | Need to get 33.9 kB of archives. 2021-01-08 09:25:00.872 | After this operation, 0 B of additional disk space will be used. 2021-01-08 09:25:00.872 | 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] 2021-01-08 09:25:01.002 | 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] 2021-01-08 09:25:01.530 | Fetched 33.9 kB in 0s (85.0 kB/s) 2021-01-08 09:25:01.603 | (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.) 2021-01-08 09:25:01.606 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-01-08 09:25:01.760 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-01-08 09:25:01.904 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-01-08 09:25:02.054 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-01-08 09:25:02.139 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:25:02.634 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-01-08 09:25:02.907 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-01-08 09:25:02.926 | Setting up software-properties-common (0.96.24.32.14) ... 2021-01-08 09:25:05.113 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:25:05.115 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:25:05.117 | + functions-common:time_stop:2306 : local name 2021-01-08 09:25:05.119 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:25:05.122 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:25:05.124 | + functions-common:time_stop:2309 : local total 2021-01-08 09:25:05.126 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:25:05.128 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:25:05.130 | + functions-common:time_stop:2313 : start_time=1610097899956 2021-01-08 09:25:05.132 | + functions-common:time_stop:2315 : [[ -z 1610097899956 ]] 2021-01-08 09:25:05.135 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:25:05.138 | + functions-common:time_stop:2318 : end_time=1610097905136 2021-01-08 09:25:05.140 | + functions-common:time_stop:2319 : elapsed_time=5180 2021-01-08 09:25:05.144 | + functions-common:time_stop:2320 : total=134949 2021-01-08 09:25:05.146 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:25:05.148 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=140129 2021-01-08 09:25:05.150 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:25:05.153 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-01-08 09:25:06.010 | 'universe' distribution component is already enabled for all sources. 2021-01-08 09:25:06.039 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-01-08 09:25:06.041 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2021-01-08 09:25:08.689 | Reading package lists... 2021-01-08 09:25:09.000 | Building dependency tree... 2021-01-08 09:25:09.001 | Reading state information... 2021-01-08 09:25:09.228 | The following packages were automatically installed and are no longer required: 2021-01-08 09:25:09.229 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-08 09:25:09.229 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-08 09:25:09.229 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-08 09:25:09.229 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:25:09.229 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:25:09.229 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:25:09.229 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:25:09.278 | The following NEW packages will be installed: 2021-01-08 09:25:09.279 | ubuntu-cloud-keyring 2021-01-08 09:25:09.559 | 0 upgraded, 1 newly installed, 0 to remove and 144 not upgraded. 2021-01-08 09:25:09.559 | Need to get 6,008 B of archives. 2021-01-08 09:25:09.559 | After this operation, 22.5 kB of additional disk space will be used. 2021-01-08 09:25:09.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] 2021-01-08 09:25:10.124 | Fetched 6,008 B in 0s (22.8 kB/s) 2021-01-08 09:25:10.174 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-01-08 09:25:10.215 | (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.) 2021-01-08 09:25:10.219 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.0_all.deb ... 2021-01-08 09:25:10.221 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-01-08 09:25:10.316 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.0) ... 2021-01-08 09:25:12.589 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-08 09:25:12.765 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-08 09:25:12.911 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2021-01-08 09:25:12.944 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-08 09:25:13.137 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-08 09:25:13.211 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [188 kB] 2021-01-08 09:25:17.402 | Fetched 197 kB in 1s (143 kB/s) 2021-01-08 09:25:19.190 | Reading package lists... 2021-01-08 09:25:19.258 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-01-08 09:25:19.261 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-01-08 09:25:19.264 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2021-01-08 09:25:19.266 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2021-01-08 09:25:19.268 | + functions-common:apt_get_update:1077 : local sudo=sudo 2021-01-08 09:25:19.271 | ++ functions-common:apt_get_update:1078 : id -u 2021-01-08 09:25:19.276 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2021-01-08 09:25:19.278 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2021-01-08 09:25:19.280 | + functions-common:time_start:2292 : local name=apt-get-update 2021-01-08 09:25:19.283 | + functions-common:time_start:2293 : local start_time= 2021-01-08 09:25:19.286 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-01-08 09:25:19.289 | ++ functions-common:time_start:2297 : date +%s%3N 2021-01-08 09:25:19.293 | + functions-common:time_start:2297 : _TIME_START[$name]=1610097919290 2021-01-08 09:25:19.295 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-01-08 09:25:19.297 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-01-08 09:25:19.300 | + 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' 2021-01-08 09:25:19.790 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-01-08 09:25:19.790 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-01-08 09:25:19.790 | Hit:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-01-08 09:25:19.971 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-01-08 09:25:20.159 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-01-08 09:25:22.299 | Reading package lists... 2021-01-08 09:25:22.359 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2021-01-08 09:25:22.361 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2021-01-08 09:25:22.363 | + functions-common:time_stop:2306 : local name 2021-01-08 09:25:22.365 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:25:22.368 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:25:22.370 | + functions-common:time_stop:2309 : local total 2021-01-08 09:25:22.372 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:25:22.374 | + functions-common:time_stop:2312 : name=apt-get-update 2021-01-08 09:25:22.376 | + functions-common:time_stop:2313 : start_time=1610097919290 2021-01-08 09:25:22.378 | + functions-common:time_stop:2315 : [[ -z 1610097919290 ]] 2021-01-08 09:25:22.381 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:25:22.384 | + functions-common:time_stop:2318 : end_time=1610097922381 2021-01-08 09:25:22.386 | + functions-common:time_stop:2319 : elapsed_time=3091 2021-01-08 09:25:22.388 | + functions-common:time_stop:2320 : total=2650 2021-01-08 09:25:22.390 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:25:22.392 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=5741 2021-01-08 09:25:22.395 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-01-08 09:25:22.406 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-01-08 09:25:22.417 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-01-08 09:25:22.428 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2021-01-08 09:25:22.430 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-01-08 09:25:22.433 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-08 09:25:22.435 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-08 09:25:22.437 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-08 09:25:22.439 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-08 09:25:22.441 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-08 09:25:22.444 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-08 09:25:22.446 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-08 09:25:22.448 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-08 09:25:22.450 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-08 09:25:22.452 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-01-08 09:25:22.455 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2021-01-08 09:25:22.457 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2021-01-08 09:25:22.459 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:25:22.462 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:25:22.464 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:25:22.467 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:25:22.469 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:25:22.471 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:25:22.473 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2021-01-08 09:25:22.476 | + ./stack.sh:main:762 : pip_install -U os-testr 2021-01-08 09:25:22.494 | Using python 3.6 to install os-testr 2021-01-08 09:25:22.496 | + 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 2021-01-08 09:25:24.285 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:25:24.290 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:25:24.924 | Collecting os-testr===2.0.0 2021-01-08 09:25:24.932 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-01-08 09:25:25.090 | Collecting pbr===5.5.1 2021-01-08 09:25:25.097 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2021-01-08 09:25:25.226 | Collecting testtools===2.4.0 2021-01-08 09:25:25.233 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2021-01-08 09:25:25.347 | Collecting stestr===3.1.0 2021-01-08 09:25:25.353 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2021-01-08 09:25:25.474 | Collecting python-subunit===1.4.0 2021-01-08 09:25:25.481 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2021-01-08 09:25:25.572 | Collecting extras===1.0.0 2021-01-08 09:25:25.578 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2021-01-08 09:25:25.666 | Collecting unittest2===1.1.0 2021-01-08 09:25:25.672 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2021-01-08 09:25:25.759 | Collecting python-mimeparse===1.6.0 2021-01-08 09:25:25.766 | 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) 2021-01-08 09:25:25.845 | Collecting traceback2===1.4.0 2021-01-08 09:25:25.851 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2021-01-08 09:25:25.943 | Collecting fixtures===3.0.0 2021-01-08 09:25:25.949 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2021-01-08 09:25:26.027 | Collecting six===1.15.0 2021-01-08 09:25:26.032 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2021-01-08 09:25:26.105 | Collecting future===0.18.2 2021-01-08 09:25:26.113 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-01-08 09:25:27.048 | Collecting cliff===3.5.0 2021-01-08 09:25:27.055 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81 kB) 2021-01-08 09:25:27.181 | Collecting voluptuous===0.12.1 2021-01-08 09:25:27.188 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ac/e33fcf9e6b1f5/voluptuous-0.12.1-py3-none-any.whl (29 kB) 2021-01-08 09:25:27.356 | Collecting PyYAML===5.3.1 2021-01-08 09:25:27.364 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2021-01-08 09:25:28.195 | Collecting argparse 2021-01-08 09:25:28.202 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2021-01-08 09:25:28.280 | Collecting linecache2===1.0.0 2021-01-08 09:25:28.287 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2021-01-08 09:25:28.477 | Collecting pyparsing===2.4.7 2021-01-08 09:25:28.484 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2021-01-08 09:25:28.578 | Collecting prettytable===0.7.2 2021-01-08 09:25:28.583 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2021-01-08 09:25:28.720 | Collecting stevedore===3.3.0 2021-01-08 09:25:28.727 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2021-01-08 09:25:28.939 | Collecting cmd2===1.4.0 2021-01-08 09:25:28.947 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133 kB) 2021-01-08 09:25:29.048 | Requirement already satisfied, skipping upgrade: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) (3.3.0) 2021-01-08 09:25:29.121 | Collecting attrs===20.3.0 2021-01-08 09:25:29.127 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2021-01-08 09:25:29.245 | Collecting pyperclip===1.8.1 2021-01-08 09:25:29.251 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl (11 kB) 2021-01-08 09:25:29.343 | Collecting colorama===0.4.4 2021-01-08 09:25:29.350 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2021-01-08 09:25:29.416 | Collecting wcwidth===0.2.5 2021-01-08 09:25:29.423 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2021-01-08 09:25:29.462 | 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 530)) (3.4.0) 2021-01-08 09:25:29.523 | Requirement already satisfied, skipping upgrade: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.7.4.3) 2021-01-08 09:25:29.528 | Building wheels for collected packages: PyYAML, future 2021-01-08 09:25:29.529 | Building wheel for PyYAML (setup.py): started 2021-01-08 09:25:39.596 | Building wheel for PyYAML (setup.py): finished with status 'done' 2021-01-08 09:25:39.600 | Created wheel for PyYAML: filename=PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl size=403693 sha256=8f069d9db02d2a086659cf41480e4baa9a02ce12adc714e5f9df725b2a9a4407 2021-01-08 09:25:39.600 | Stored in directory: /root/.cache/pip/wheels/87/72/81/854eb4786f69e1920706847b6c06be3b0d589b7483cf247172 2021-01-08 09:25:39.602 | Building wheel for future (setup.py): started 2021-01-08 09:25:40.603 | Building wheel for future (setup.py): finished with status 'done' 2021-01-08 09:25:40.607 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=c8fe87bf166cac38d7378782f4d570dac2027b99ced7b59e3a3549ae8d15ce4e 2021-01-08 09:25:40.607 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-01-08 09:25:40.608 | Successfully built PyYAML future 2021-01-08 09:25:41.107 | Installing collected packages: voluptuous, pbr, attrs, extras, linecache2, traceback2, six, argparse, unittest2, python-mimeparse, testtools, fixtures, wcwidth, prettytable, python-subunit, PyYAML, pyparsing, stevedore, pyperclip, colorama, cmd2, cliff, future, stestr, os-testr 2021-01-08 09:25:41.245 | Attempting uninstall: attrs 2021-01-08 09:25:41.246 | Found existing installation: attrs 17.4.0 2021-01-08 09:25:41.254 | Uninstalling attrs-17.4.0: 2021-01-08 09:25:41.353 | Successfully uninstalled attrs-17.4.0 2021-01-08 09:25:41.478 | Attempting uninstall: six 2021-01-08 09:25:41.478 | Found existing installation: six 1.11.0 2021-01-08 09:25:41.482 | Uninstalling six-1.11.0: 2021-01-08 09:25:41.513 | Successfully uninstalled six-1.11.0 2021-01-08 09:25:42.420 | Attempting uninstall: colorama 2021-01-08 09:25:42.420 | Found existing installation: colorama 0.3.7 2021-01-08 09:25:42.426 | Uninstalling colorama-0.3.7: 2021-01-08 09:25:42.456 | Successfully uninstalled colorama-0.3.7 2021-01-08 09:25:43.334 | Successfully installed PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 cliff-3.5.0 cmd2-1.4.0 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.1.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 voluptuous-0.12.1 wcwidth-0.2.5 2021-01-08 09:25:43.400 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:25:43.400 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:25:43.553 | + inc/python:pip_install:200 : result=0 2021-01-08 09:25:43.556 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:25:43.558 | + functions-common:time_stop:2306 : local name 2021-01-08 09:25:43.560 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:25:43.562 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:25:43.565 | + functions-common:time_stop:2309 : local total 2021-01-08 09:25:43.567 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:25:43.570 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:25:43.572 | + functions-common:time_stop:2313 : start_time=1610097922489 2021-01-08 09:25:43.574 | + functions-common:time_stop:2315 : [[ -z 1610097922489 ]] 2021-01-08 09:25:43.577 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:25:43.581 | + functions-common:time_stop:2318 : end_time=1610097943579 2021-01-08 09:25:43.584 | + functions-common:time_stop:2319 : elapsed_time=21090 2021-01-08 09:25:43.586 | + functions-common:time_stop:2320 : total=0 2021-01-08 09:25:43.588 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:25:43.591 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=21090 2021-01-08 09:25:43.593 | + inc/python:pip_install:203 : return 0 2021-01-08 09:25:43.596 | + ./stack.sh:main:766 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-01-08 09:25:43.650 | + ./stack.sh:main:767 : sudo systemctl restart systemd-journald 2021-01-08 09:25:43.722 | + ./stack.sh:main:773 : install_infra 2021-01-08 09:25:43.725 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-08 09:25:43.728 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-01-08 09:25:43.731 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-01-08 09:25:46.346 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-08 09:25:46.348 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-01-08 09:25:46.372 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-01-08 09:25:48.230 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:25:49.032 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-01-08 09:25:49.147 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-01-08 09:25:49.177 | Installing collected packages: pbr 2021-01-08 09:25:49.283 | Successfully installed pbr-5.5.1 2021-01-08 09:25:49.343 | + inc/python:pip_install:200 : result=0 2021-01-08 09:25:49.346 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:25:49.348 | + functions-common:time_stop:2306 : local name 2021-01-08 09:25:49.350 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:25:49.352 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:25:49.355 | + functions-common:time_stop:2309 : local total 2021-01-08 09:25:49.357 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:25:49.359 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:25:49.361 | + functions-common:time_stop:2313 : start_time=1610097946364 2021-01-08 09:25:49.363 | + functions-common:time_stop:2315 : [[ -z 1610097946364 ]] 2021-01-08 09:25:49.366 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:25:49.369 | + functions-common:time_stop:2318 : end_time=1610097949367 2021-01-08 09:25:49.371 | + functions-common:time_stop:2319 : elapsed_time=3003 2021-01-08 09:25:49.374 | + functions-common:time_stop:2320 : total=21090 2021-01-08 09:25:49.376 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:25:49.378 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=24093 2021-01-08 09:25:49.381 | + inc/python:pip_install:203 : return 0 2021-01-08 09:25:49.383 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-01-08 09:25:49.385 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-01-08 09:25:49.405 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-01-08 09:25:51.261 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:25:52.060 | Processing /opt/stack/requirements 2021-01-08 09:25:53.440 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-01-08 09:25:53.508 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-01-08 09:25:53.542 | Collecting PyYAML===5.3.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) 2021-01-08 09:25:53.629 | Downloading http://10.100.0.9:8080/root/pypi/+f/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269kB) 2021-01-08 09:25:54.275 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) 2021-01-08 09:25:54.380 | Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-01-08 09:25:54.419 | Collecting packaging===20.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2021-01-08 09:25:54.464 | Downloading http://10.100.0.9:8080/root/pypi/+f/24e/0da08660a8748/packaging-20.8-py2.py3-none-any.whl 2021-01-08 09:25:54.486 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2021-01-08 09:25:54.529 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-01-08 09:25:54.585 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) 2021-01-08 09:25:54.618 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2021-01-08 09:25:54.638 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2021-01-08 09:25:54.761 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-01-08 09:25:54.779 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) 2021-01-08 09:25:54.813 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2021-01-08 09:25:54.826 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4236) 2021-01-08 09:25:55.217 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-01-08 09:25:55.246 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4236) 2021-01-08 09:25:55.669 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2021-01-08 09:25:55.697 | 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 46)) 2021-01-08 09:25:55.703 | Collecting urllib3===1.26.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2021-01-08 09:25:55.784 | Downloading http://10.100.0.9:8080/root/pypi/+f/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136kB) 2021-01-08 09:25:55.834 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-01-08 09:25:55.884 | Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB) 2021-01-08 09:25:55.912 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-01-08 09:25:55.945 | Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-01-08 09:25:55.998 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) 2021-01-08 09:25:56.020 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-01-08 09:25:56.043 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) 2021-01-08 09:25:56.069 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-01-08 09:25:56.083 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-01-08 09:25:56.106 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-01-08 09:25:56.122 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2021-01-08 09:25:56.151 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-01-08 09:25:56.181 | Collecting cliff===3.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2021-01-08 09:25:56.254 | Downloading http://10.100.0.9:8080/root/pypi/+f/31c/2e2bf04d826c2/cliff-3.5.0-py3-none-any.whl (81kB) 2021-01-08 09:25:56.303 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2021-01-08 09:25:56.322 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-01-08 09:25:56.339 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 197)) 2021-01-08 09:25:56.373 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-01-08 09:25:56.388 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-01-08 09:25:56.415 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2021-01-08 09:25:56.429 | Collecting cmd2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2021-01-08 09:25:56.551 | Downloading http://10.100.0.9:8080/root/pypi/+f/87c/19e56c145fbc6/cmd2-1.4.0-py3-none-any.whl (133kB) 2021-01-08 09:25:56.644 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) 2021-01-08 09:25:56.713 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2021-01-08 09:25:56.745 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 136)) 2021-01-08 09:25:56.773 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2021-01-08 09:25:56.793 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-01-08 09:25:56.826 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2021-01-08 09:25:56.890 | Collecting importlib-metadata===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2021-01-08 09:25:56.946 | Downloading http://10.100.0.9:8080/root/pypi/+f/bf7/92d480abbd5ed/importlib_metadata-3.3.0-py3-none-any.whl 2021-01-08 09:25:56.998 | Collecting pyperclip===1.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2021-01-08 09:25:57.032 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/8bb/51a8fb6ad32d5/pyperclip-1.8.1-py3-none-any.whl 2021-01-08 09:25:57.047 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 559)) 2021-01-08 09:25:57.097 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2021-01-08 09:25:57.115 | Collecting zipp===3.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) 2021-01-08 09:25:57.156 | Downloading http://10.100.0.9:8080/root/pypi/+f/102/c24ef8f171fd7/zipp-3.4.0-py3-none-any.whl 2021-01-08 09:25:57.195 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) 2021-01-08 09:25:57.224 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl 2021-01-08 09:25:57.238 | Building wheels for collected packages: PyYAML 2021-01-08 09:25:57.239 | Running setup.py bdist_wheel for PyYAML: started 2021-01-08 09:25:57.534 | Running setup.py bdist_wheel for PyYAML: finished with status 'error' 2021-01-08 09:25:57.534 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hj49gh7m/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/tmpshxkr7hepip-wheel- --python-tag cp36: 2021-01-08 09:25:57.534 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-01-08 09:25:57.534 | or: -c --help [cmd1 cmd2 ...] 2021-01-08 09:25:57.534 | or: -c --help-commands 2021-01-08 09:25:57.534 | or: -c cmd --help 2021-01-08 09:25:57.535 | 2021-01-08 09:25:57.535 | error: invalid command 'bdist_wheel' 2021-01-08 09:25:57.535 | 2021-01-08 09:25:57.535 | ---------------------------------------- 2021-01-08 09:25:57.535 | Failed building wheel for PyYAML 2021-01-08 09:25:57.535 | Running setup.py clean for PyYAML 2021-01-08 09:25:57.830 | Failed to build PyYAML 2021-01-08 09:25:57.831 | Installing collected packages: chardet, certifi, attrs, extras, python-mimeparse, six, linecache2, traceback2, argparse, unittest2, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, zipp, typing-extensions, importlib-metadata, pyperclip, colorama, cmd2, pyparsing, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2021-01-08 09:25:58.925 | Running setup.py install for PyYAML: started 2021-01-08 09:26:08.753 | Running setup.py install for PyYAML: finished with status 'done' 2021-01-08 09:26:09.519 | Running setup.py install for openstack-requirements: started 2021-01-08 09:26:11.833 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-01-08 09:26:12.468 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.5.0 cmd2-1.4.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.3.0 linecache2-1.0.0 openstack-requirements-1.2.1.dev4236 packaging-20.8 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.1 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 typing-extensions-3.7.4.3 unittest2-1.1.0 urllib3-1.26.2 wcwidth-0.2.5 zipp-3.4.0 2021-01-08 09:26:12.601 | + inc/python:pip_install:200 : result=0 2021-01-08 09:26:12.603 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:26:12.605 | + functions-common:time_stop:2306 : local name 2021-01-08 09:26:12.607 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:26:12.609 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:26:12.612 | + functions-common:time_stop:2309 : local total 2021-01-08 09:26:12.614 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:26:12.616 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:26:12.618 | + functions-common:time_stop:2313 : start_time=1610097949399 2021-01-08 09:26:12.620 | + functions-common:time_stop:2315 : [[ -z 1610097949399 ]] 2021-01-08 09:26:12.623 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:26:12.626 | + functions-common:time_stop:2318 : end_time=1610097972624 2021-01-08 09:26:12.628 | + functions-common:time_stop:2319 : elapsed_time=23225 2021-01-08 09:26:12.630 | + functions-common:time_stop:2320 : total=24093 2021-01-08 09:26:12.632 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:26:12.634 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=47318 2021-01-08 09:26:12.637 | + inc/python:pip_install:203 : return 0 2021-01-08 09:26:12.640 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-01-08 09:26:12.642 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-01-08 09:26:12.644 | + inc/python:use_library_from_git:250 : local name=pbr 2021-01-08 09:26:12.647 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:26:12.649 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:26:12.651 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2021-01-08 09:26:12.654 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:26:12.656 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-01-08 09:26:12.674 | Using python 3.6 to install pbr 2021-01-08 09:26:12.676 | + 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 2021-01-08 09:26:14.469 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:26:14.474 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:26:14.605 | 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 46)) (5.5.1) 2021-01-08 09:26:15.167 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:26:15.167 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:26:15.248 | + inc/python:pip_install:200 : result=0 2021-01-08 09:26:15.250 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:26:15.252 | + functions-common:time_stop:2306 : local name 2021-01-08 09:26:15.254 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:26:15.257 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:26:15.259 | + functions-common:time_stop:2309 : local total 2021-01-08 09:26:15.261 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:26:15.264 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:26:15.266 | + functions-common:time_stop:2313 : start_time=1610097972669 2021-01-08 09:26:15.268 | + functions-common:time_stop:2315 : [[ -z 1610097972669 ]] 2021-01-08 09:26:15.271 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:26:15.274 | + functions-common:time_stop:2318 : end_time=1610097975272 2021-01-08 09:26:15.276 | + functions-common:time_stop:2319 : elapsed_time=2603 2021-01-08 09:26:15.279 | + functions-common:time_stop:2320 : total=47318 2021-01-08 09:26:15.281 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:26:15.284 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=49921 2021-01-08 09:26:15.287 | + inc/python:pip_install:203 : return 0 2021-01-08 09:26:15.289 | + ./stack.sh:main:776 : python3 -m venv /opt/stack/bindep-venv 2021-01-08 09:26:17.921 | + ./stack.sh:main:778 : /opt/stack/bindep-venv/bin/pip install bindep 2021-01-08 09:26:19.592 | Collecting bindep 2021-01-08 09:26:20.238 | Downloading http://10.100.0.9:8080/root/pypi/+f/755/6130a90d5c67a/bindep-2.8.1-py2.py3-none-any.whl 2021-01-08 09:26:20.260 | Collecting Parsley (from bindep) 2021-01-08 09:26:20.276 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-01-08 09:26:20.302 | Collecting pbr>=2.0.0 (from bindep) 2021-01-08 09:26:20.386 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-01-08 09:26:20.417 | Collecting distro (from bindep) 2021-01-08 09:26:20.766 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-01-08 09:26:20.775 | Installing collected packages: Parsley, pbr, distro, bindep 2021-01-08 09:26:21.104 | Successfully installed Parsley-1.3 bindep-2.8.1 distro-1.5.0 pbr-5.5.1 2021-01-08 09:26:21.169 | + ./stack.sh:main:779 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-01-08 09:26:21.171 | + ./stack.sh:main:779 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-01-08 09:26:21.174 | ++ ./stack.sh:main:782 : _get_plugin_bindep_packages 2021-01-08 09:26:21.190 | + ./stack.sh:main:782 : pkgs= 2021-01-08 09:26:21.193 | + ./stack.sh:main:783 : [[ -n '' ]] 2021-01-08 09:26:21.195 | + ./stack.sh:main:790 : run_phase stack pre-install 2021-01-08 09:26:21.197 | + functions-common:run_phase:1734 : local mode=stack 2021-01-08 09:26:21.200 | + functions-common:run_phase:1735 : local phase=pre-install 2021-01-08 09:26:21.202 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-08 09:26:21.205 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-08 09:26:21.207 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-08 09:26:21.209 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-08 09:26:21.211 | + functions-common:run_phase:1744 : local extra 2021-01-08 09:26:21.214 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-08 09:26:21.217 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-08 09:26:21.219 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-08 09:26:21.222 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-08 09:26:21.224 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-01-08 09:26:21.226 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-08 09:26:21.240 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:26:21.243 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-01-08 09:26:21.245 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-01-08 09:26:21.248 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-01-08 09:26:21.250 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-01-08 09:26:21.252 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-01-08 09:26:21.254 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-01-08 09:26:21.256 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-01-08 09:26:21.258 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-01-08 09:26:21.260 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-01-08 09:26:21.262 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-01-08 09:26:21.264 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-01-08 09:26:21.266 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-01-08 09:26:21.269 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-01-08 09:26:21.271 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-01-08 09:26:21.273 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-01-08 09:26:21.275 | + functions-common:run_phase:1761 : run_plugins stack pre-install 2021-01-08 09:26:21.277 | + functions-common:run_plugins:1720 : local mode=stack 2021-01-08 09:26:21.280 | + functions-common:run_plugins:1721 : local phase=pre-install 2021-01-08 09:26:21.282 | + functions-common:run_plugins:1723 : local plugins= 2021-01-08 09:26:21.284 | + functions-common:run_plugins:1724 : local plugin 2021-01-08 09:26:21.286 | + ./stack.sh:main:793 : set_systemd_override DefaultLimitNOFILE 2048 2021-01-08 09:26:21.289 | + functions:set_systemd_override:849 : local key=DefaultLimitNOFILE 2021-01-08 09:26:21.291 | + functions:set_systemd_override:850 : local value=2048 2021-01-08 09:26:21.294 | + functions:set_systemd_override:852 : local sysconf=/etc/systemd/system.conf 2021-01-08 09:26:21.296 | + functions:set_systemd_override:853 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-01-08 09:26:21.342 | + functions:set_systemd_override:854 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-01-08 09:26:21.342 | Set systemd system override for DefaultLimitNOFILE=2048 2021-01-08 09:26:21.344 | + functions:set_systemd_override:856 : sudo systemctl daemon-reload 2021-01-08 09:26:21.536 | + ./stack.sh:main:795 : install_rpc_backend 2021-01-08 09:26:21.538 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-01-08 09:26:21.554 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:26:21.556 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-01-08 09:26:21.560 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:26:21.562 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:26:21.564 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:26:21.567 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:26:21.569 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:26:21.571 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:26:21.574 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:26:21.576 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:26:21.578 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:26:21.580 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:26:21.582 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:26:21.585 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:26:21.587 | + functions-common:install_package:1345 : real_install_package rabbitmq-server 2021-01-08 09:26:21.589 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:26:21.592 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:26:21.594 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:26:21.596 | + functions-common:real_install_package:1331 : apt_get install rabbitmq-server 2021-01-08 09:26:21.614 | + 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 2021-01-08 09:26:21.736 | Reading package lists... 2021-01-08 09:26:21.990 | Building dependency tree... 2021-01-08 09:26:21.992 | Reading state information... 2021-01-08 09:26:22.202 | The following packages were automatically installed and are no longer required: 2021-01-08 09:26:22.203 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-08 09:26:22.203 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-08 09:26:22.203 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-08 09:26:22.203 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:26:22.203 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:26:22.203 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:26:22.203 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:26:22.203 | The following additional packages will be installed: 2021-01-08 09:26:22.203 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-01-08 09:26:22.203 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-01-08 09:26:22.203 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-01-08 09:26:22.203 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-01-08 09:26:22.204 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-01-08 09:26:22.205 | Suggested packages: 2021-01-08 09:26:22.205 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-01-08 09:26:22.205 | odbc-postgresql tdsodbc unixodbc-bin 2021-01-08 09:26:22.250 | The following NEW packages will be installed: 2021-01-08 09:26:22.251 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-01-08 09:26:22.251 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-01-08 09:26:22.251 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-01-08 09:26:22.251 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-01-08 09:26:22.251 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-01-08 09:26:22.251 | rabbitmq-server 2021-01-08 09:26:22.836 | 0 upgraded, 26 newly installed, 0 to remove and 166 not upgraded. 2021-01-08 09:26:22.837 | Need to get 24.5 MB of archives. 2021-01-08 09:26:22.837 | After this operation, 40.4 MB of additional disk space will be used. 2021-01-08 09:26:22.837 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-base amd64 1:20.2.2+dfsg-1ubuntu2 [7,323 kB] 2021-01-08 09:26:26.041 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-01-08 09:26:26.260 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-01-08 09:26:26.514 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-runtime-tools amd64 1:20.2.2+dfsg-1ubuntu2 [178 kB] 2021-01-08 09:26:26.933 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-01-08 09:26:26.935 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-public-key amd64 1:20.2.2+dfsg-1ubuntu2 [561 kB] 2021-01-08 09:26:27.181 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-01-08 09:26:27.200 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-01-08 09:26:27.217 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-corba amd64 1:20.2.2+dfsg-1ubuntu2 [2,251 kB] 2021-01-08 09:26:27.917 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-syntax-tools amd64 1:20.2.2+dfsg-1ubuntu2 [345 kB] 2021-01-08 09:26:27.987 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-01-08 09:26:28.372 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-01-08 09:26:28.506 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-01-08 09:26:28.596 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-01-08 09:26:28.599 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-erl-docgen amd64 1:20.2.2+dfsg-1ubuntu2 [118 kB] 2021-01-08 09:26:28.602 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-01-08 09:26:28.605 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-01-08 09:26:28.809 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-01-08 09:26:28.814 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-odbc amd64 1:20.2.2+dfsg-1ubuntu2 [47.5 kB] 2021-01-08 09:26:28.816 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-snmp amd64 1:20.2.2+dfsg-1ubuntu2 [1,531 kB] 2021-01-08 09:26:29.078 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-os-mon amd64 1:20.2.2+dfsg-1ubuntu2 [90.4 kB] 2021-01-08 09:26:29.081 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-01-08 09:26:29.085 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-01-08 09:26:29.351 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-01-08 09:26:29.576 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-nox all 1:20.2.2+dfsg-1ubuntu2 [13.4 kB] 2021-01-08 09:26:29.577 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rabbitmq-server all 3.6.10-1ubuntu0.4 [4,651 kB] 2021-01-08 09:26:31.074 | Fetched 24.5 MB in 8s (2,997 kB/s) 2021-01-08 09:26:31.111 | Selecting previously unselected package erlang-base. 2021-01-08 09:26:31.150 | (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.) 2021-01-08 09:26:31.154 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:31.157 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:32.269 | Selecting previously unselected package erlang-asn1. 2021-01-08 09:26:32.277 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:32.280 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:32.424 | Selecting previously unselected package erlang-mnesia. 2021-01-08 09:26:32.432 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:32.434 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:32.578 | Selecting previously unselected package erlang-runtime-tools. 2021-01-08 09:26:32.587 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:32.590 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:32.676 | Selecting previously unselected package erlang-crypto. 2021-01-08 09:26:32.683 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:32.686 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:32.760 | Selecting previously unselected package erlang-public-key. 2021-01-08 09:26:32.768 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:32.771 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:32.902 | Selecting previously unselected package erlang-ssl. 2021-01-08 09:26:32.910 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:32.914 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:33.108 | Selecting previously unselected package erlang-inets. 2021-01-08 09:26:33.116 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:33.119 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:33.286 | Selecting previously unselected package erlang-corba. 2021-01-08 09:26:33.294 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:33.297 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:33.715 | Selecting previously unselected package erlang-syntax-tools. 2021-01-08 09:26:33.723 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:33.726 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:33.830 | Selecting previously unselected package erlang-diameter. 2021-01-08 09:26:33.838 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:33.842 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:33.986 | Selecting previously unselected package erlang-xmerl. 2021-01-08 09:26:33.994 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:33.996 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:34.186 | Selecting previously unselected package erlang-edoc. 2021-01-08 09:26:34.194 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:34.196 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:34.293 | Selecting previously unselected package erlang-eldap. 2021-01-08 09:26:34.302 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:34.305 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:34.380 | Selecting previously unselected package erlang-erl-docgen. 2021-01-08 09:26:34.388 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:34.391 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:34.475 | Selecting previously unselected package erlang-eunit. 2021-01-08 09:26:34.484 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:34.486 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:34.560 | Selecting previously unselected package erlang-ic. 2021-01-08 09:26:34.567 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:34.571 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:34.763 | Selecting previously unselected package libodbc1:amd64. 2021-01-08 09:26:34.771 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-01-08 09:26:34.784 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-01-08 09:26:34.868 | Selecting previously unselected package erlang-odbc. 2021-01-08 09:26:34.876 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:34.878 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:34.939 | Selecting previously unselected package erlang-snmp. 2021-01-08 09:26:34.947 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:34.950 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:35.234 | Selecting previously unselected package erlang-os-mon. 2021-01-08 09:26:35.244 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:35.247 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:35.321 | Selecting previously unselected package erlang-parsetools. 2021-01-08 09:26:35.330 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:35.332 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:35.409 | Selecting previously unselected package erlang-ssh. 2021-01-08 09:26:35.417 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:35.420 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:35.544 | Selecting previously unselected package erlang-tools. 2021-01-08 09:26:35.552 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-01-08 09:26:35.554 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:35.678 | Selecting previously unselected package erlang-nox. 2021-01-08 09:26:35.686 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-01-08 09:26:35.689 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:35.783 | Selecting previously unselected package rabbitmq-server. 2021-01-08 09:26:35.792 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-01-08 09:26:35.794 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-01-08 09:26:36.336 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-01-08 09:26:36.365 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:37.215 | Searching for services which depend on erlang and should be started...none found. 2021-01-08 09:26:37.218 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:26:37.242 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:37.270 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:37.298 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:37.327 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:37.355 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:37.384 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:37.412 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-08 09:26:37.442 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:26:37.636 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:26:38.310 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.339 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.367 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.396 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.424 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.453 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.480 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.508 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.537 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.565 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.594 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.622 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.650 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.680 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.708 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.736 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.766 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-01-08 09:26:38.794 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-01-08 09:26:38.940 | Adding group `rabbitmq' (GID 121) ... 2021-01-08 09:26:38.975 | Done. 2021-01-08 09:26:39.054 | Adding system user `rabbitmq' (UID 115) ... 2021-01-08 09:26:39.055 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-01-08 09:26:39.132 | Not creating home directory `/var/lib/rabbitmq'. 2021-01-08 09:26:39.380 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-01-08 09:26:44.593 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:26:44.774 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:26:46.809 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:26:46.812 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:26:46.814 | + functions-common:time_stop:2306 : local name 2021-01-08 09:26:46.816 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:26:46.819 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:26:46.821 | + functions-common:time_stop:2309 : local total 2021-01-08 09:26:46.824 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:26:46.826 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:26:46.828 | + functions-common:time_stop:2313 : start_time=1610097981612 2021-01-08 09:26:46.831 | + functions-common:time_stop:2315 : [[ -z 1610097981612 ]] 2021-01-08 09:26:46.834 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:26:46.837 | + functions-common:time_stop:2318 : end_time=1610098006834 2021-01-08 09:26:46.839 | + functions-common:time_stop:2319 : elapsed_time=25222 2021-01-08 09:26:46.841 | + functions-common:time_stop:2320 : total=140129 2021-01-08 09:26:46.844 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:26:46.846 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=165351 2021-01-08 09:26:46.852 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:26:46.854 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-01-08 09:26:46.857 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:26:46.860 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:26:46.862 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:26:46.864 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:26:46.867 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:26:46.869 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:26:46.872 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-01-08 09:26:46.875 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-08 09:26:46.877 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-08 09:26:46.880 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-08 09:26:46.882 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-08 09:26:46.884 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-08 09:26:46.887 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-08 09:26:46.889 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-08 09:26:46.891 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-08 09:26:46.894 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-08 09:26:46.896 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-01-08 09:26:46.898 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:26:46.900 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:26:46.903 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:26:46.905 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:26:46.907 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:26:46.909 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:26:46.912 | + ./stack.sh:main:796 : restart_rpc_backend 2021-01-08 09:26:46.915 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-01-08 09:26:46.931 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:26:46.933 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-01-08 09:26:46.936 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-08 09:26:46.938 | + ./stack.sh:echo_summary:416 : echo -e Starting RabbitMQ 2021-01-08 09:26:46.941 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-01-08 09:26:46.944 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-01-08 09:26:46.947 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-01-08 09:26:46.949 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-01-08 09:26:46.952 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-01-08 09:26:46.954 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-01-08 09:26:46.958 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-01-08 09:26:46.961 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-01-08 09:26:46.964 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-01-08 09:26:48.128 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-01-08 09:26:48.128 | guest [administrator]' 2021-01-08 09:26:48.132 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-01-08 09:26:48.132 | guest [administrator]' 2021-01-08 09:26:48.132 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-01-08 09:26:48.137 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-01-08 09:26:48.140 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-01-08 09:26:48.142 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-01-08 09:26:49.270 | Creating user "stackrabbit" 2021-01-08 09:26:49.304 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-01-08 09:26:50.394 | Setting permissions for user "stackrabbit" in vhost "/" 2021-01-08 09:26:50.425 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-01-08 09:26:50.427 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-01-08 09:26:51.498 | Changing password for user "stackrabbit" 2021-01-08 09:26:51.523 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-01-08 09:26:51.525 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-01-08 09:26:51.527 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-01-08 09:26:52.576 | Deleting user "guest" 2021-01-08 09:26:52.609 | + ./stack.sh:main:798 : is_service_enabled mysql postgresql 2021-01-08 09:26:52.629 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:26:52.632 | + ./stack.sh:main:799 : install_database 2021-01-08 09:26:52.634 | + lib/database:install_database:116 : install_database_mysql 2021-01-08 09:26:52.636 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-01-08 09:26:52.639 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:26:52.642 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:26:52.644 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-01-08 09:26:52.848 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-01-08 09:26:52.850 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-01-08 09:26:52.854 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-01-08 09:26:52.857 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:26:52.859 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:26:52.861 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-01-08 09:26:52.864 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-01-08 09:26:52.866 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-01-08 09:26:52.869 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-01-08 09:26:52.872 | + functions-common:is_oraclelinux:436 : [[ -z Ubuntu ]] 2021-01-08 09:26:52.875 | + functions-common:is_oraclelinux:440 : '[' Ubuntu = OracleServer ']' 2021-01-08 09:26:52.877 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-01-08 09:26:52.879 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-08 09:26:52.881 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-08 09:26:52.884 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-08 09:26:52.886 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-08 09:26:52.889 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-08 09:26:52.891 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-08 09:26:52.893 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-08 09:26:52.897 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-08 09:26:52.899 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-08 09:26:52.901 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-01-08 09:26:52.904 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:26:52.906 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:26:52.908 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:26:52.910 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:26:52.913 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:26:52.915 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:26:52.917 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-01-08 09:26:52.920 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:26:52.922 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:26:52.924 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-01-08 09:26:52.926 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:26:52.929 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:26:52.931 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:26:52.933 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:26:52.936 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:26:52.938 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:26:52.940 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:26:52.943 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:26:52.945 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:26:52.947 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:26:52.949 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:26:52.952 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:26:52.954 | + functions-common:install_package:1345 : real_install_package mysql-server 2021-01-08 09:26:52.957 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:26:52.959 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:26:52.961 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:26:52.964 | + functions-common:real_install_package:1331 : apt_get install mysql-server 2021-01-08 09:26:52.981 | + 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 2021-01-08 09:26:53.101 | Reading package lists... 2021-01-08 09:26:53.364 | Building dependency tree... 2021-01-08 09:26:53.365 | Reading state information... 2021-01-08 09:26:53.589 | The following packages were automatically installed and are no longer required: 2021-01-08 09:26:53.590 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-08 09:26:53.590 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-08 09:26:53.590 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-08 09:26:53.590 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:26:53.590 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:26:53.590 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:26:53.590 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:26:53.591 | The following additional packages will be installed: 2021-01-08 09:26:53.591 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-01-08 09:26:53.591 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-01-08 09:26:53.591 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-01-08 09:26:53.591 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-01-08 09:26:53.592 | mysql-server-5.7 mysql-server-core-5.7 2021-01-08 09:26:53.593 | Suggested packages: 2021-01-08 09:26:53.593 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-01-08 09:26:53.645 | The following NEW packages will be installed: 2021-01-08 09:26:53.646 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-01-08 09:26:53.646 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-01-08 09:26:53.646 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-01-08 09:26:53.646 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-01-08 09:26:53.646 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-01-08 09:26:53.779 | 0 upgraded, 18 newly installed, 0 to remove and 166 not upgraded. 2021-01-08 09:26:53.779 | Need to get 19.7 MB of archives. 2021-01-08 09:26:53.779 | After this operation, 156 MB of additional disk space will be used. 2021-01-08 09:26:53.779 | 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] 2021-01-08 09:27:02.432 | 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] 2021-01-08 09:27:03.140 | 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] 2021-01-08 09:27:05.508 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB] 2021-01-08 09:27:05.609 | 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] 2021-01-08 09:27:06.665 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-01-08 09:27:06.665 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-01-08 09:27:06.668 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-01-08 09:27:06.804 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-01-08 09:27:06.808 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-01-08 09:27:06.845 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-01-08 09:27:06.846 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-01-08 09:27:06.846 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-01-08 09:27:06.848 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-01-08 09:27:06.848 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-01-08 09:27:06.849 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-01-08 09:27:06.850 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-01-08 09:27:06.864 | 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] 2021-01-08 09:27:07.366 | Preconfiguring packages ... 2021-01-08 09:27:07.477 | Fetched 19.7 MB in 13s (1,491 kB/s) 2021-01-08 09:27:07.511 | Selecting previously unselected package mysql-client-core-5.7. 2021-01-08 09:27:07.551 | (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.) 2021-01-08 09:27:07.556 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:27:07.558 | Unpacking mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:08.579 | Selecting previously unselected package mysql-client-5.7. 2021-01-08 09:27:08.587 | Preparing to unpack .../01-mysql-client-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:27:08.590 | Unpacking mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:09.052 | Selecting previously unselected package mysql-server-core-5.7. 2021-01-08 09:27:09.060 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:27:09.062 | Unpacking mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:10.277 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-01-08 09:27:10.285 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-01-08 09:27:10.297 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-01-08 09:27:10.426 | Selecting previously unselected package mysql-server-5.7. 2021-01-08 09:27:10.433 | Preparing to unpack .../04-mysql-server-5.7_5.7.32-0ubuntu0.18.04.1_amd64.deb ... 2021-01-08 09:27:10.919 | Unpacking mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:11.550 | Selecting previously unselected package libhtml-tagset-perl. 2021-01-08 09:27:11.558 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-01-08 09:27:11.560 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-01-08 09:27:11.620 | Selecting previously unselected package liburi-perl. 2021-01-08 09:27:11.628 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-01-08 09:27:11.630 | Unpacking liburi-perl (1.73-1) ... 2021-01-08 09:27:11.700 | Selecting previously unselected package libhtml-parser-perl. 2021-01-08 09:27:11.708 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-01-08 09:27:11.711 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-01-08 09:27:11.777 | Selecting previously unselected package libcgi-pm-perl. 2021-01-08 09:27:11.785 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-01-08 09:27:11.787 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-01-08 09:27:11.865 | Selecting previously unselected package libfcgi-perl. 2021-01-08 09:27:11.873 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-01-08 09:27:11.875 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-01-08 09:27:11.936 | Selecting previously unselected package libcgi-fast-perl. 2021-01-08 09:27:11.944 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-01-08 09:27:11.947 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-01-08 09:27:12.008 | Selecting previously unselected package libencode-locale-perl. 2021-01-08 09:27:12.016 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-01-08 09:27:12.018 | Unpacking libencode-locale-perl (1.05-1) ... 2021-01-08 09:27:12.079 | Selecting previously unselected package libhtml-template-perl. 2021-01-08 09:27:12.087 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-01-08 09:27:12.090 | Unpacking libhtml-template-perl (2.97-1) ... 2021-01-08 09:27:12.161 | Selecting previously unselected package libhttp-date-perl. 2021-01-08 09:27:12.169 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-01-08 09:27:12.172 | Unpacking libhttp-date-perl (6.02-1) ... 2021-01-08 09:27:12.236 | Selecting previously unselected package libio-html-perl. 2021-01-08 09:27:12.247 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-01-08 09:27:12.247 | Unpacking libio-html-perl (1.001-1) ... 2021-01-08 09:27:12.306 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-01-08 09:27:12.314 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-01-08 09:27:12.316 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-01-08 09:27:12.378 | Selecting previously unselected package libhttp-message-perl. 2021-01-08 09:27:12.386 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-01-08 09:27:12.390 | Unpacking libhttp-message-perl (6.14-1) ... 2021-01-08 09:27:12.454 | Selecting previously unselected package mysql-server. 2021-01-08 09:27:12.462 | Preparing to unpack .../17-mysql-server_5.7.32-0ubuntu0.18.04.1_all.deb ... 2021-01-08 09:27:12.465 | Unpacking mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:12.546 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-01-08 09:27:12.568 | Setting up libhttp-date-perl (6.02-1) ... 2021-01-08 09:27:12.596 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-01-08 09:27:12.624 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:27:12.647 | Setting up libencode-locale-perl (1.05-1) ... 2021-01-08 09:27:12.675 | Setting up mysql-server-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:12.703 | Setting up libio-html-perl (1.001-1) ... 2021-01-08 09:27:12.731 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-01-08 09:27:12.759 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-08 09:27:12.788 | Setting up liburi-perl (1.73-1) ... 2021-01-08 09:27:12.816 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:27:12.998 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-01-08 09:27:13.028 | Setting up libcgi-pm-perl (4.38-1) ... 2021-01-08 09:27:13.056 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:27:14.812 | Setting up libhttp-message-perl (6.14-1) ... 2021-01-08 09:27:14.840 | Setting up mysql-client-core-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:14.867 | Setting up libfcgi-perl (0.78-2build1) ... 2021-01-08 09:27:14.895 | Setting up libhtml-template-perl (2.97-1) ... 2021-01-08 09:27:14.923 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-01-08 09:27:14.951 | Setting up mysql-client-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:14.979 | Setting up mysql-server-5.7 (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:15.607 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-01-08 09:27:15.635 | Renaming removed key_buffer and myisam-recover options (if present) 2021-01-08 09:27:26.069 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-01-08 09:27:27.060 | Setting up mysql-server (5.7.32-0ubuntu0.18.04.1) ... 2021-01-08 09:27:27.073 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:27:27.263 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:27:29.283 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:27:29.285 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:27:29.288 | + functions-common:time_stop:2306 : local name 2021-01-08 09:27:29.290 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:27:29.292 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:27:29.294 | + functions-common:time_stop:2309 : local total 2021-01-08 09:27:29.296 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:27:29.299 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:27:29.303 | + functions-common:time_stop:2313 : start_time=1610098012979 2021-01-08 09:27:29.305 | + functions-common:time_stop:2315 : [[ -z 1610098012979 ]] 2021-01-08 09:27:29.308 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:27:29.311 | + functions-common:time_stop:2318 : end_time=1610098049308 2021-01-08 09:27:29.313 | + functions-common:time_stop:2319 : elapsed_time=36329 2021-01-08 09:27:29.315 | + functions-common:time_stop:2320 : total=165351 2021-01-08 09:27:29.318 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:27:29.321 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=201680 2021-01-08 09:27:29.324 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:27:29.326 | + ./stack.sh:main:801 : '[' -n mysql ']' 2021-01-08 09:27:29.328 | + ./stack.sh:main:802 : install_database_python 2021-01-08 09:27:29.331 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-01-08 09:27:29.333 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-01-08 09:27:29.336 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-01-08 09:27:29.338 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-08 09:27:29.341 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-01-08 09:27:29.344 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-01-08 09:27:29.347 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-08 09:27:29.351 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-01-08 09:27:29.351 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-08 09:27:29.355 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-01-08 09:27:29.357 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-01-08 09:27:29.360 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-01-08 09:27:29.363 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-01-08 09:27:29.365 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-01-08 09:27:29.389 | Using python 3.6 to install PyMySQL 2021-01-08 09:27:29.391 | + 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 2021-01-08 09:27:31.239 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:27:31.243 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:27:31.720 | Collecting PyMySQL===1.0.0 2021-01-08 09:27:31.728 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1eb/dce36061c61fe/PyMySQL-1.0.0-py3-none-any.whl (43 kB) 2021-01-08 09:27:32.249 | Installing collected packages: PyMySQL 2021-01-08 09:27:32.325 | Successfully installed PyMySQL-1.0.0 2021-01-08 09:27:32.391 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:27:32.391 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:27:32.470 | + inc/python:pip_install:200 : result=0 2021-01-08 09:27:32.475 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:27:32.478 | + functions-common:time_stop:2306 : local name 2021-01-08 09:27:32.480 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:27:32.482 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:27:32.484 | + functions-common:time_stop:2309 : local total 2021-01-08 09:27:32.487 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:27:32.489 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:27:32.491 | + functions-common:time_stop:2313 : start_time=1610098049381 2021-01-08 09:27:32.494 | + functions-common:time_stop:2315 : [[ -z 1610098049381 ]] 2021-01-08 09:27:32.496 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:27:32.500 | + functions-common:time_stop:2318 : end_time=1610098052497 2021-01-08 09:27:32.502 | + functions-common:time_stop:2319 : elapsed_time=3116 2021-01-08 09:27:32.504 | + functions-common:time_stop:2320 : total=49921 2021-01-08 09:27:32.506 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:27:32.509 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=53037 2021-01-08 09:27:32.511 | + inc/python:pip_install:203 : return 0 2021-01-08 09:27:32.514 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-01-08 09:27:32.516 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-01-08 09:27:32.519 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-01-08 09:27:32.522 | + ./stack.sh:main:805 : is_service_enabled neutron 2021-01-08 09:27:32.544 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:27:32.546 | + ./stack.sh:main:806 : install_neutron_agent_packages 2021-01-08 09:27:32.548 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-01-08 09:27:32.552 | ++ 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 2021-01-08 09:27:32.553 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-01-08 09:27:32.559 | + 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 2021-01-08 09:27:32.561 | + 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 ]] 2021-01-08 09:27:32.563 | + 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- ]] 2021-01-08 09:27:32.566 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-01-08 09:27:32.569 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-01-08 09:27:32.572 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2021-01-08 09:27:32.587 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:27:32.589 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2021-01-08 09:27:32.591 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:27:32.594 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:27:32.596 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:27:32.599 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:27:32.601 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:27:32.603 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:27:32.605 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:27:32.608 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:27:32.610 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:27:32.612 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:27:32.614 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:27:32.617 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:27:32.619 | + functions-common:install_package:1345 : real_install_package radvd 2021-01-08 09:27:32.622 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:27:32.624 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:27:32.626 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:27:32.628 | + functions-common:real_install_package:1331 : apt_get install radvd 2021-01-08 09:27:32.648 | + 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 2021-01-08 09:27:32.768 | Reading package lists... 2021-01-08 09:27:33.040 | Building dependency tree... 2021-01-08 09:27:33.041 | Reading state information... 2021-01-08 09:27:33.268 | The following packages were automatically installed and are no longer required: 2021-01-08 09:27:33.269 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-01-08 09:27:33.269 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-01-08 09:27:33.269 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-01-08 09:27:33.269 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:27:33.269 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:27:33.269 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:27:33.269 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:27:33.313 | The following NEW packages will be installed: 2021-01-08 09:27:33.313 | radvd 2021-01-08 09:27:33.447 | 0 upgraded, 1 newly installed, 0 to remove and 166 not upgraded. 2021-01-08 09:27:33.447 | Need to get 59.0 kB of archives. 2021-01-08 09:27:33.447 | After this operation, 164 kB of additional disk space will be used. 2021-01-08 09:27:33.447 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-01-08 09:27:34.127 | Fetched 59.0 kB in 0s (243 kB/s) 2021-01-08 09:27:34.193 | Selecting previously unselected package radvd. 2021-01-08 09:27:34.234 | (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.) 2021-01-08 09:27:34.238 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-01-08 09:27:34.241 | Unpacking radvd (1:2.16-3) ... 2021-01-08 09:27:34.347 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:27:34.363 | Setting up radvd (1:2.16-3) ... 2021-01-08 09:27:35.122 | Job for radvd.service failed because the control process exited with error code. 2021-01-08 09:27:35.122 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-01-08 09:27:35.123 | invoke-rc.d: initscript radvd, action "start" failed. 2021-01-08 09:27:35.133 | ● radvd.service - Router advertisement daemon for IPv6 2021-01-08 09:27:35.133 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-01-08 09:27:35.133 | Active: failed (Result: exit-code) since Fri 2021-01-08 09:27:35 UTC; 12ms ago 2021-01-08 09:27:35.133 | Docs: man:radvd(8) 2021-01-08 09:27:35.133 | Process: 41792 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-01-08 09:27:35.133 | 2021-01-08 09:27:35.133 | Jan 08 09:27:34 dv-osbrick-769887-2-smb systemd[1]: Starting Router advertisement daemon for IPv6... 2021-01-08 09:27:35.133 | Jan 08 09:27:35 dv-osbrick-769887-2-smb radvd[41792]: can't open /etc/radvd.conf: No such file or directory 2021-01-08 09:27:35.133 | Jan 08 09:27:35 dv-osbrick-769887-2-smb radvd[41792]: Insecure file permissions, but continuing anyway 2021-01-08 09:27:35.133 | Jan 08 09:27:35 dv-osbrick-769887-2-smb radvd[41792]: exiting, failed to read config file 2021-01-08 09:27:35.134 | Jan 08 09:27:35 dv-osbrick-769887-2-smb systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-01-08 09:27:35.134 | Jan 08 09:27:35 dv-osbrick-769887-2-smb systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-01-08 09:27:35.134 | Jan 08 09:27:35 dv-osbrick-769887-2-smb systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-01-08 09:27:35.137 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:27:35.315 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:27:35.542 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:27:37.518 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:27:37.521 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:27:37.523 | + functions-common:time_stop:2306 : local name 2021-01-08 09:27:37.525 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:27:37.528 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:27:37.530 | + functions-common:time_stop:2309 : local total 2021-01-08 09:27:37.532 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:27:37.534 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:27:37.536 | + functions-common:time_stop:2313 : start_time=1610098052645 2021-01-08 09:27:37.538 | + functions-common:time_stop:2315 : [[ -z 1610098052645 ]] 2021-01-08 09:27:37.541 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:27:37.544 | + functions-common:time_stop:2318 : end_time=1610098057542 2021-01-08 09:27:37.546 | + functions-common:time_stop:2319 : elapsed_time=4897 2021-01-08 09:27:37.548 | + functions-common:time_stop:2320 : total=201680 2021-01-08 09:27:37.550 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:27:37.553 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=206577 2021-01-08 09:27:37.555 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:27:37.558 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2021-01-08 09:27:37.573 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:27:37.576 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2021-01-08 09:27:37.578 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-01-08 09:27:37.581 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-01-08 09:27:37.600 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-01-08 09:27:37.602 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:27:37.605 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:27:37.607 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:27:37.609 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:27:37.611 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:27:37.613 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:27:37.616 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:27:37.618 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:27:37.621 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:27:37.623 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:27:37.625 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:27:37.627 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:27:37.629 | + functions-common:install_package:1345 : real_install_package fakeroot make openvswitch-switch 2021-01-08 09:27:37.632 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:27:37.634 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:27:37.636 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:27:37.638 | + functions-common:real_install_package:1331 : apt_get install fakeroot make openvswitch-switch 2021-01-08 09:27:37.656 | + 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 2021-01-08 09:27:37.776 | Reading package lists... 2021-01-08 09:27:38.033 | Building dependency tree... 2021-01-08 09:27:38.034 | Reading state information... 2021-01-08 09:27:38.249 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-01-08 09:27:38.250 | fakeroot set to manually installed. 2021-01-08 09:27:38.250 | make is already the newest version (4.1-9.1ubuntu1). 2021-01-08 09:27:38.250 | The following packages were automatically installed and are no longer required: 2021-01-08 09:27:38.250 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-01-08 09:27:38.250 | python3-click python3-colorama python3-configobj python3-constantly 2021-01-08 09:27:38.250 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-01-08 09:27:38.250 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:27:38.250 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:27:38.250 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:27:38.250 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:27:38.251 | The following additional packages will be installed: 2021-01-08 09:27:38.251 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2021-01-08 09:27:38.253 | Suggested packages: 2021-01-08 09:27:38.253 | openvswitch-doc python-sortedcontainers-doc 2021-01-08 09:27:38.306 | The following NEW packages will be installed: 2021-01-08 09:27:38.306 | libunbound2 python3-openvswitch python3-sortedcontainers 2021-01-08 09:27:38.307 | The following packages will be upgraded: 2021-01-08 09:27:38.308 | openvswitch-common openvswitch-switch 2021-01-08 09:27:38.449 | 2 upgraded, 3 newly installed, 0 to remove and 164 not upgraded. 2021-01-08 09:27:38.449 | Need to get 3,109 kB of archives. 2021-01-08 09:27:38.449 | After this operation, 3,368 kB of additional disk space will be used. 2021-01-08 09:27:38.449 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2021-01-08 09:27:38.627 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-openvswitch all 2.13.1-0ubuntu0.20.04.1~cloud0 [108 kB] 2021-01-08 09:27:38.985 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2021-01-08 09:27:39.331 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-switch amd64 2.13.1-0ubuntu0.20.04.1~cloud0 [1,544 kB] 2021-01-08 09:27:40.889 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-common amd64 2.13.1-0ubuntu0.20.04.1~cloud0 [1,164 kB] 2021-01-08 09:27:42.235 | Fetched 3,109 kB in 3s (926 kB/s) 2021-01-08 09:27:42.293 | Selecting previously unselected package libunbound2:amd64. 2021-01-08 09:27:42.332 | (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.) 2021-01-08 09:27:42.336 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2021-01-08 09:27:42.348 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-01-08 09:27:42.458 | Selecting previously unselected package python3-sortedcontainers. 2021-01-08 09:27:42.466 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2021-01-08 09:27:42.469 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2021-01-08 09:27:42.544 | Selecting previously unselected package python3-openvswitch. 2021-01-08 09:27:42.552 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.1~cloud0_all.deb ... 2021-01-08 09:27:42.554 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-08 09:27:42.664 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2021-01-08 09:27:42.685 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2021-01-08 09:27:44.085 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.1~cloud0_amd64.deb ... 2021-01-08 09:27:44.105 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) over (2.9.5-0ubuntu0.18.04.1) ... 2021-01-08 09:27:44.366 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-01-08 09:27:44.387 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:27:44.410 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-08 09:27:44.437 | Setting up python3-sortedcontainers (1.5.7-1) ... 2021-01-08 09:27:44.717 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-08 09:27:44.745 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:27:44.935 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:27:45.754 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-08 09:27:46.116 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.1~cloud0) ... 2021-01-08 09:27:46.165 | update-alternatives: using /usr/lib/openvswitch-switch/ovs-vswitchd to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode 2021-01-08 09:27:49.235 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:27:49.237 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:27:49.240 | + functions-common:time_stop:2306 : local name 2021-01-08 09:27:49.242 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:27:49.244 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:27:49.246 | + functions-common:time_stop:2309 : local total 2021-01-08 09:27:49.248 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:27:49.250 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:27:49.252 | + functions-common:time_stop:2313 : start_time=1610098057653 2021-01-08 09:27:49.254 | + functions-common:time_stop:2315 : [[ -z 1610098057653 ]] 2021-01-08 09:27:49.257 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:27:49.261 | + functions-common:time_stop:2318 : end_time=1610098069258 2021-01-08 09:27:49.263 | + functions-common:time_stop:2319 : elapsed_time=11605 2021-01-08 09:27:49.265 | + functions-common:time_stop:2320 : total=206577 2021-01-08 09:27:49.267 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:27:49.269 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=218182 2021-01-08 09:27:49.271 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:27:49.274 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-01-08 09:27:49.277 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:27:49.279 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:27:49.281 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-01-08 09:27:49.283 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-01-08 09:27:49.286 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-01-08 09:27:49.289 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-01-08 09:27:49.292 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-01-08 09:27:49.295 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-01-08 09:27:49.295 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-01-08 09:27:49.299 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-01-08 09:27:49.301 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-01-08 09:27:49.304 | + functions:vercmp:652 : local v1=4.15 2021-01-08 09:27:49.306 | + functions:vercmp:653 : local 'op=<' 2021-01-08 09:27:49.308 | + functions:vercmp:654 : local v2=3.13 2021-01-08 09:27:49.311 | + functions:vercmp:655 : local result 2021-01-08 09:27:49.314 | ++ functions:vercmp:659 : echo -e '4.15\n3.13' 2021-01-08 09:27:49.314 | ++ functions:vercmp:659 : sort -V 2021-01-08 09:27:49.315 | ++ functions:vercmp:659 : head -1 2021-01-08 09:27:49.318 | + functions:vercmp:659 : result=3.13 2021-01-08 09:27:49.321 | + functions:vercmp:661 : case $op in 2021-01-08 09:27:49.323 | + functions:vercmp:671 : '[' 4.15 '!=' 3.13 ']' 2021-01-08 09:27:49.325 | + functions:vercmp:671 : '[' 3.13 = 4.15 ']' 2021-01-08 09:27:49.328 | + functions:vercmp:672 : return 2021-01-08 09:27:49.330 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-01-08 09:27:49.332 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:27:49.334 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart openvswitch-switch 2021-01-08 09:27:49.774 | + ./stack.sh:main:809 : is_service_enabled etcd3 2021-01-08 09:27:49.789 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:27:49.792 | + ./stack.sh:main:810 : install_etcd3 2021-01-08 09:27:49.794 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-01-08 09:27:49.794 | Installing etcd 2021-01-08 09:27:49.796 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-01-08 09:27:49.808 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-01-08 09:27:49.819 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-01-08 09:27:49.821 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-01-08 09:27:49.833 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-01-08 09:27:49.836 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:49.839 | ++ functions:get_extra_file:61 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:49.842 | +++ functions:get_extra_file:63 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:49.846 | ++ functions:get_extra_file:63 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:49.849 | ++ functions:get_extra_file:64 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2021-01-08 09:27:49.851 | ++ functions:get_extra_file:66 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-01-08 09:27:49.853 | ++ functions:get_extra_file:67 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:49.874 | --2021-01-08 09:27:49-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:49.927 | Resolving github.com (github.com)... 140.82.121.3 2021-01-08 09:27:49.972 | Connecting to github.com (github.com)|140.82.121.3|:443... connected. 2021-01-08 09:27:50.288 | HTTP request sent, awaiting response... 302 Found 2021-01-08 09:27:50.304 | 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%2F20210108%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210108T092750Z&X-Amz-Expires=300&X-Amz-Signature=6b0becb97a22fd93ad6e1e426941de1aab6496109fb0dceb88c20e4d2787b047&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2021-01-08 09:27:50.304 | --2021-01-08 09:27:50-- 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%2F20210108%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210108T092750Z&X-Amz-Expires=300&X-Amz-Signature=6b0becb97a22fd93ad6e1e426941de1aab6496109fb0dceb88c20e4d2787b047&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2021-01-08 09:27:50.631 | Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.217.110.132 2021-01-08 09:27:50.790 | Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.217.110.132|:443... connected. 2021-01-08 09:27:51.283 | HTTP request sent, awaiting response... 200 OK 2021-01-08 09:27:51.283 | Length: 11350736 (11M) [application/octet-stream] 2021-01-08 09:27:51.283 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-01-08 09:27:52.088 | 2021-01-08 09:27:53.698 | 0K ........ .. 100% 4.48M=2.4s 2021-01-08 09:27:53.698 | 2021-01-08 09:27:53.698 | 2021-01-08 09:27:53 (4.48 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-01-08 09:27:53.698 | 2021-01-08 09:27:53.702 | ++ functions:get_extra_file:68 : [[ 0 -ne 0 ]] 2021-01-08 09:27:53.705 | ++ functions:get_extra_file:72 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:53.707 | ++ functions:get_extra_file:73 : return 2021-01-08 09:27:53.710 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-01-08 09:27:53.713 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-01-08 09:27:53.715 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-01-08 09:27:53.718 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-01-08 09:27:53.862 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-01-08 09:27:53.865 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2021-01-08 09:27:53.869 | etcd-v3.3.12-linux-amd64/ 2021-01-08 09:27:53.869 | etcd-v3.3.12-linux-amd64/README.md 2021-01-08 09:27:53.869 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-01-08 09:27:53.869 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-01-08 09:27:53.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-01-08 09:27:53.871 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-01-08 09:27:53.872 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-01-08 09:27:53.873 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-01-08 09:27:53.874 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-01-08 09:27:53.875 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-01-08 09:27:53.876 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-01-08 09:27:53.877 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-01-08 09:27:53.878 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-01-08 09:27:53.879 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-01-08 09:27:53.880 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-01-08 09:27:53.880 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-01-08 09:27:53.880 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-01-08 09:27:53.880 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-01-08 09:27:53.880 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-01-08 09:27:53.880 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-01-08 09:27:53.880 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-01-08 09:27:53.881 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-01-08 09:27:53.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-01-08 09:27:53.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-01-08 09:27:53.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-01-08 09:27:53.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-01-08 09:27:53.882 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-01-08 09:27:53.883 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-01-08 09:27:53.883 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-01-08 09:27:53.883 | etcd-v3.3.12-linux-amd64/etcdctl 2021-01-08 09:27:54.093 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-01-08 09:27:54.093 | etcd-v3.3.12-linux-amd64/etcd 2021-01-08 09:27:54.354 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-01-08 09:27:54.389 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-01-08 09:27:54.420 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-01-08 09:27:54.422 | + ./stack.sh:main:819 : is_service_enabled tls-proxy 2021-01-08 09:27:54.444 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:27:54.446 | + ./stack.sh:main:829 : install_dstat 2021-01-08 09:27:54.449 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-01-08 09:27:54.467 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:27:54.470 | + ./stack.sh:main:835 : echo_summary 'Installing OpenStack project source' 2021-01-08 09:27:54.472 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-08 09:27:54.474 | + ./stack.sh:echo_summary:416 : echo -e Installing OpenStack project source 2021-01-08 09:27:54.477 | + ./stack.sh:main:838 : install_libs 2021-01-08 09:27:54.479 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-01-08 09:27:54.482 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-01-08 09:27:54.484 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-01-08 09:27:54.487 | + inc/python:use_library_from_git:250 : local name=automaton 2021-01-08 09:27:54.490 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.492 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.494 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2021-01-08 09:27:54.497 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.499 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-01-08 09:27:54.501 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-01-08 09:27:54.503 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-01-08 09:27:54.505 | + inc/python:use_library_from_git:250 : local name=castellan 2021-01-08 09:27:54.508 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.510 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.512 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2021-01-08 09:27:54.515 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.517 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-01-08 09:27:54.519 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-01-08 09:27:54.522 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-01-08 09:27:54.524 | + inc/python:use_library_from_git:250 : local name=cliff 2021-01-08 09:27:54.526 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.529 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.532 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2021-01-08 09:27:54.534 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.536 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-01-08 09:27:54.538 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-01-08 09:27:54.541 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-01-08 09:27:54.543 | + inc/python:use_library_from_git:250 : local name=cursive 2021-01-08 09:27:54.545 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.547 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.549 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2021-01-08 09:27:54.552 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.554 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-01-08 09:27:54.557 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-01-08 09:27:54.559 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-01-08 09:27:54.561 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-01-08 09:27:54.563 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.566 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.568 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2021-01-08 09:27:54.570 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.572 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-01-08 09:27:54.575 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-01-08 09:27:54.578 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-01-08 09:27:54.580 | + inc/python:use_library_from_git:250 : local name=futurist 2021-01-08 09:27:54.582 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.585 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.587 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2021-01-08 09:27:54.589 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.592 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-01-08 09:27:54.594 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-01-08 09:27:54.596 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-01-08 09:27:54.600 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-01-08 09:27:54.602 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.605 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.608 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2021-01-08 09:27:54.610 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.613 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-01-08 09:27:54.616 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-01-08 09:27:54.618 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-01-08 09:27:54.621 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-01-08 09:27:54.624 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.626 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.629 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2021-01-08 09:27:54.632 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.634 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-01-08 09:27:54.637 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-01-08 09:27:54.639 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-01-08 09:27:54.642 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-01-08 09:27:54.645 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.647 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.650 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2021-01-08 09:27:54.653 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.655 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-01-08 09:27:54.657 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-01-08 09:27:54.659 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-01-08 09:27:54.662 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-01-08 09:27:54.666 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.669 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.672 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2021-01-08 09:27:54.674 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.676 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-01-08 09:27:54.678 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-01-08 09:27:54.681 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-01-08 09:27:54.683 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-01-08 09:27:54.685 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.688 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.690 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2021-01-08 09:27:54.693 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.695 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-01-08 09:27:54.698 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-01-08 09:27:54.700 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-01-08 09:27:54.703 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-01-08 09:27:54.705 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.707 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.709 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2021-01-08 09:27:54.711 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.714 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-01-08 09:27:54.717 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-01-08 09:27:54.719 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-01-08 09:27:54.722 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-01-08 09:27:54.724 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.727 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.730 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2021-01-08 09:27:54.733 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.735 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-01-08 09:27:54.738 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-01-08 09:27:54.741 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-01-08 09:27:54.743 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-01-08 09:27:54.745 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.747 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.749 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2021-01-08 09:27:54.752 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.754 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-01-08 09:27:54.756 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-01-08 09:27:54.758 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-01-08 09:27:54.761 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-01-08 09:27:54.764 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.766 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.768 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2021-01-08 09:27:54.772 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.775 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-01-08 09:27:54.778 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-01-08 09:27:54.780 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-01-08 09:27:54.782 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-01-08 09:27:54.784 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.788 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.790 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2021-01-08 09:27:54.794 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.796 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-01-08 09:27:54.798 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-01-08 09:27:54.801 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-01-08 09:27:54.804 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-01-08 09:27:54.806 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.809 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.811 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2021-01-08 09:27:54.813 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.816 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-01-08 09:27:54.818 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-01-08 09:27:54.820 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-01-08 09:27:54.822 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-01-08 09:27:54.825 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.827 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.830 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2021-01-08 09:27:54.832 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.834 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-01-08 09:27:54.837 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-01-08 09:27:54.839 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-01-08 09:27:54.842 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-01-08 09:27:54.844 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.846 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.849 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2021-01-08 09:27:54.851 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.853 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-01-08 09:27:54.856 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-01-08 09:27:54.858 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-01-08 09:27:54.860 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-01-08 09:27:54.863 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.868 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.871 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2021-01-08 09:27:54.873 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.876 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-01-08 09:27:54.878 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-01-08 09:27:54.880 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-01-08 09:27:54.883 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-01-08 09:27:54.885 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.888 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.891 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2021-01-08 09:27:54.894 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.897 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-01-08 09:27:54.899 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-01-08 09:27:54.901 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-01-08 09:27:54.904 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-01-08 09:27:54.906 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.909 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.912 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2021-01-08 09:27:54.914 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.916 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-01-08 09:27:54.918 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-01-08 09:27:54.921 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-01-08 09:27:54.923 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-01-08 09:27:54.925 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.927 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.930 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2021-01-08 09:27:54.932 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.935 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-01-08 09:27:54.937 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-01-08 09:27:54.939 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-01-08 09:27:54.942 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-01-08 09:27:54.944 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.947 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.950 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2021-01-08 09:27:54.952 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.954 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-01-08 09:27:54.956 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-01-08 09:27:54.959 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-01-08 09:27:54.961 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-01-08 09:27:54.963 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.965 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.968 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2021-01-08 09:27:54.970 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.973 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-01-08 09:27:54.977 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-01-08 09:27:54.979 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-01-08 09:27:54.982 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-01-08 09:27:54.984 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:54.986 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:54.988 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2021-01-08 09:27:54.991 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:54.993 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-01-08 09:27:54.995 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-01-08 09:27:54.998 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-01-08 09:27:55.000 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-01-08 09:27:55.003 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.006 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.009 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2021-01-08 09:27:55.012 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.015 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-01-08 09:27:55.017 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-01-08 09:27:55.020 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-01-08 09:27:55.022 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-01-08 09:27:55.024 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.027 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.029 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2021-01-08 09:27:55.031 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.034 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-01-08 09:27:55.036 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-01-08 09:27:55.038 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-01-08 09:27:55.040 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-01-08 09:27:55.043 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.045 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.047 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2021-01-08 09:27:55.050 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.052 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-01-08 09:27:55.055 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-01-08 09:27:55.058 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-01-08 09:27:55.061 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-01-08 09:27:55.063 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.065 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.068 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2021-01-08 09:27:55.070 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.072 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-01-08 09:27:55.075 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-01-08 09:27:55.077 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-01-08 09:27:55.080 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-01-08 09:27:55.082 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.084 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.087 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2021-01-08 09:27:55.089 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.091 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-01-08 09:27:55.094 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-01-08 09:27:55.097 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-01-08 09:27:55.099 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-01-08 09:27:55.102 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.104 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.106 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2021-01-08 09:27:55.108 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.111 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-01-08 09:27:55.113 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-01-08 09:27:55.115 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-01-08 09:27:55.117 | + inc/python:use_library_from_git:250 : local name=tooz 2021-01-08 09:27:55.120 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.122 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.125 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2021-01-08 09:27:55.127 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.130 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-01-08 09:27:55.133 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-01-08 09:27:55.136 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-01-08 09:27:55.139 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-01-08 09:27:55.142 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.144 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.148 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2021-01-08 09:27:55.150 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.153 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-01-08 09:27:55.158 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-01-08 09:27:55.161 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-01-08 09:27:55.163 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-01-08 09:27:55.166 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.168 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.170 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2021-01-08 09:27:55.173 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.175 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-01-08 09:27:55.178 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-01-08 09:27:55.180 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-01-08 09:27:55.183 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-01-08 09:27:55.185 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:27:55.188 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:27:55.190 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2021-01-08 09:27:55.193 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:27:55.195 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-01-08 09:27:55.214 | Using python 3.6 to install etcd3 2021-01-08 09:27:55.217 | + 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 2021-01-08 09:27:57.069 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:27:57.074 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:27:57.520 | Collecting etcd3===0.12.0 2021-01-08 09:27:57.529 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-01-08 09:28:02.197 | Collecting grpcio===1.34.0 2021-01-08 09:28:02.216 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/72b/6a89aabf937d7/grpcio-1.34.0-cp36-cp36m-manylinux2014_x86_64.whl (4.0 MB) 2021-01-08 09:28:03.527 | Collecting protobuf===3.14.0 2021-01-08 09:28:03.537 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ecc/33531a213eee2/protobuf-3.14.0-cp36-cp36m-manylinux1_x86_64.whl (1.0 MB) 2021-01-08 09:28:03.611 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-08 09:28:03.703 | Collecting tenacity===6.3.1 2021-01-08 09:28:03.711 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bae/d357d9f35ec64/tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2021-01-08 09:28:03.768 | Building wheels for collected packages: etcd3 2021-01-08 09:28:03.768 | Building wheel for etcd3 (setup.py): started 2021-01-08 09:28:04.460 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-01-08 09:28:04.461 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=bddffa07a8c40cc53b1c10843a70b734d6ff27a18fb1aa89e7395d22646b26eb 2021-01-08 09:28:04.461 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2021-01-08 09:28:04.462 | Successfully built etcd3 2021-01-08 09:28:05.002 | Installing collected packages: grpcio, protobuf, tenacity, etcd3 2021-01-08 09:28:05.646 | Successfully installed etcd3-0.12.0 grpcio-1.34.0 protobuf-3.14.0 tenacity-6.3.1 2021-01-08 09:28:05.720 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:28:05.720 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:28:05.821 | + inc/python:pip_install:200 : result=0 2021-01-08 09:28:05.823 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:28:05.825 | + functions-common:time_stop:2306 : local name 2021-01-08 09:28:05.828 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:28:05.830 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:28:05.832 | + functions-common:time_stop:2309 : local total 2021-01-08 09:28:05.835 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:28:05.837 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:28:05.839 | + functions-common:time_stop:2313 : start_time=1610098075210 2021-01-08 09:28:05.841 | + functions-common:time_stop:2315 : [[ -z 1610098075210 ]] 2021-01-08 09:28:05.844 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:28:05.847 | + functions-common:time_stop:2318 : end_time=1610098085845 2021-01-08 09:28:05.850 | + functions-common:time_stop:2319 : elapsed_time=10635 2021-01-08 09:28:05.852 | + functions-common:time_stop:2320 : total=53037 2021-01-08 09:28:05.854 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:28:05.856 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=63672 2021-01-08 09:28:05.858 | + inc/python:pip_install:203 : return 0 2021-01-08 09:28:05.861 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-01-08 09:28:05.879 | Using python 3.6 to install etcd3gw 2021-01-08 09:28:05.881 | + 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 2021-01-08 09:28:07.717 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:28:07.722 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:28:08.240 | Collecting etcd3gw===0.2.5 2021-01-08 09:28:08.248 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-01-08 09:28:08.416 | Collecting futurist===2.3.0 2021-01-08 09:28:08.423 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/54f/6ffc02f09316b/futurist-2.3.0-py3-none-any.whl (34 kB) 2021-01-08 09:28:08.585 | Collecting requests===2.25.1 2021-01-08 09:28:08.593 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61 kB) 2021-01-08 09:28:08.684 | Collecting urllib3===1.26.2 2021-01-08 09:28:08.690 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d8f/f90d979214d7b/urllib3-1.26.2-py2.py3-none-any.whl (136 kB) 2021-01-08 09:28:08.720 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-08 09:28:08.723 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-01-08 09:28:08.774 | Collecting certifi===2020.12.5 2021-01-08 09:28:08.781 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147 kB) 2021-01-08 09:28:08.809 | Collecting chardet===4.0.0 2021-01-08 09:28:08.817 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178 kB) 2021-01-08 09:28:08.859 | Collecting idna===2.10 2021-01-08 09:28:08.866 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2021-01-08 09:28:09.399 | Installing collected packages: chardet, certifi, urllib3, idna, requests, futurist, etcd3gw 2021-01-08 09:28:09.399 | Attempting uninstall: chardet 2021-01-08 09:28:09.400 | Found existing installation: chardet 3.0.4 2021-01-08 09:28:09.408 | Uninstalling chardet-3.0.4: 2021-01-08 09:28:09.440 | Successfully uninstalled chardet-3.0.4 2021-01-08 09:28:09.714 | Attempting uninstall: certifi 2021-01-08 09:28:09.715 | Found existing installation: certifi 2018.1.18 2021-01-08 09:28:09.722 | Uninstalling certifi-2018.1.18: 2021-01-08 09:28:09.752 | Successfully uninstalled certifi-2018.1.18 2021-01-08 09:28:09.768 | Attempting uninstall: urllib3 2021-01-08 09:28:09.768 | Found existing installation: urllib3 1.22 2021-01-08 09:28:09.780 | Uninstalling urllib3-1.22: 2021-01-08 09:28:09.810 | Successfully uninstalled urllib3-1.22 2021-01-08 09:28:09.922 | Attempting uninstall: idna 2021-01-08 09:28:09.922 | Found existing installation: idna 2.6 2021-01-08 09:28:09.929 | Uninstalling idna-2.6: 2021-01-08 09:28:09.957 | Successfully uninstalled idna-2.6 2021-01-08 09:28:10.066 | Attempting uninstall: requests 2021-01-08 09:28:10.067 | Found existing installation: requests 2.18.4 2021-01-08 09:28:10.072 | Uninstalling requests-2.18.4: 2021-01-08 09:28:10.100 | Successfully uninstalled requests-2.18.4 2021-01-08 09:28:10.256 | Successfully installed certifi-2020.12.5 chardet-4.0.0 etcd3gw-0.2.5 futurist-2.3.0 idna-2.10 requests-2.25.1 urllib3-1.26.2 2021-01-08 09:28:10.321 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:28:10.321 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:28:10.400 | + inc/python:pip_install:200 : result=0 2021-01-08 09:28:10.402 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:28:10.405 | + functions-common:time_stop:2306 : local name 2021-01-08 09:28:10.407 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:28:10.410 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:28:10.412 | + functions-common:time_stop:2309 : local total 2021-01-08 09:28:10.414 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:28:10.416 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:28:10.418 | + functions-common:time_stop:2313 : start_time=1610098085874 2021-01-08 09:28:10.420 | + functions-common:time_stop:2315 : [[ -z 1610098085874 ]] 2021-01-08 09:28:10.423 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:28:10.426 | + functions-common:time_stop:2318 : end_time=1610098090424 2021-01-08 09:28:10.429 | + functions-common:time_stop:2319 : elapsed_time=4550 2021-01-08 09:28:10.431 | + functions-common:time_stop:2320 : total=63672 2021-01-08 09:28:10.433 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:28:10.435 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=68222 2021-01-08 09:28:10.437 | + inc/python:pip_install:203 : return 0 2021-01-08 09:28:10.440 | + ./stack.sh:main:841 : install_apache_uwsgi 2021-01-08 09:28:10.442 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-01-08 09:28:10.444 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-01-08 09:28:10.447 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-08 09:28:10.449 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-08 09:28:10.451 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-08 09:28:10.454 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-08 09:28:10.456 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-08 09:28:10.458 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-08 09:28:10.461 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-08 09:28:10.463 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-08 09:28:10.465 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-08 09:28:10.468 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-01-08 09:28:10.470 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-01-08 09:28:10.472 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:28:10.474 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:28:10.477 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-01-08 09:28:10.479 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2021-01-08 09:28:10.481 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2021-01-08 09:28:10.484 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-01-08 09:28:10.486 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:28:10.488 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:28:10.490 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:28:10.493 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:28:10.495 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:28:10.497 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:28:10.499 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:28:10.501 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:28:10.504 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:28:10.506 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:28:10.508 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:28:10.510 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:28:10.513 | + functions-common:install_package:1345 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-01-08 09:28:10.516 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:28:10.518 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:28:10.520 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:28:10.522 | + functions-common:real_install_package:1331 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-01-08 09:28:10.541 | + 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 2021-01-08 09:28:10.661 | Reading package lists... 2021-01-08 09:28:10.907 | Building dependency tree... 2021-01-08 09:28:10.908 | Reading state information... 2021-01-08 09:28:11.118 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-01-08 09:28:11.119 | The following packages were automatically installed and are no longer required: 2021-01-08 09:28:11.119 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-01-08 09:28:11.119 | python3-click python3-colorama python3-configobj python3-constantly 2021-01-08 09:28:11.119 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-01-08 09:28:11.119 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:28:11.119 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:28:11.119 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:28:11.119 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:28:11.121 | Suggested packages: 2021-01-08 09:28:11.121 | python-uwsgidecorators python3-uwsgidecorators 2021-01-08 09:28:11.169 | The following NEW packages will be installed: 2021-01-08 09:28:11.169 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-01-08 09:28:11.401 | 0 upgraded, 3 newly installed, 0 to remove and 164 not upgraded. 2021-01-08 09:28:11.401 | Need to get 163 kB of archives. 2021-01-08 09:28:11.401 | After this operation, 634 kB of additional disk space will be used. 2021-01-08 09:28:11.401 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi amd64 2.0.15-10.2ubuntu2.1 [16.9 kB] 2021-01-08 09:28:11.586 | 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] 2021-01-08 09:28:11.680 | 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] 2021-01-08 09:28:12.305 | Fetched 163 kB in 1s (289 kB/s) 2021-01-08 09:28:12.365 | Selecting previously unselected package uwsgi. 2021-01-08 09:28:12.407 | (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 ... 77268 files and directories currently installed.) 2021-01-08 09:28:12.412 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-08 09:28:12.414 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:28:12.509 | Selecting previously unselected package uwsgi-plugin-python. 2021-01-08 09:28:12.518 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-08 09:28:12.520 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:28:12.611 | Selecting previously unselected package uwsgi-plugin-python3. 2021-01-08 09:28:12.619 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-01-08 09:28:12.622 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:28:12.706 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:28:12.752 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:28:12.774 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:28:13.313 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-01-08 09:28:13.366 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:28:13.567 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:28:14.095 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:28:16.033 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:28:16.036 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:28:16.038 | + functions-common:time_stop:2306 : local name 2021-01-08 09:28:16.040 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:28:16.042 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:28:16.044 | + functions-common:time_stop:2309 : local total 2021-01-08 09:28:16.047 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:28:16.049 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:28:16.051 | + functions-common:time_stop:2313 : start_time=1610098090538 2021-01-08 09:28:16.053 | + functions-common:time_stop:2315 : [[ -z 1610098090538 ]] 2021-01-08 09:28:16.056 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:28:16.059 | + functions-common:time_stop:2318 : end_time=1610098096057 2021-01-08 09:28:16.061 | + functions-common:time_stop:2319 : elapsed_time=5519 2021-01-08 09:28:16.064 | + functions-common:time_stop:2320 : total=218182 2021-01-08 09:28:16.066 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:28:16.068 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=223701 2021-01-08 09:28:16.070 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:28:16.072 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2021-01-08 09:28:16.075 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:28:16.077 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:28:16.079 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2021-01-08 09:28:16.136 | Enabling module proxy. 2021-01-08 09:28:16.141 | To activate the new configuration, you need to run: 2021-01-08 09:28:16.141 | systemctl restart apache2 2021-01-08 09:28:16.146 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2021-01-08 09:28:16.203 | Considering dependency proxy for proxy_uwsgi: 2021-01-08 09:28:16.203 | Module proxy already enabled 2021-01-08 09:28:16.203 | Enabling module proxy_uwsgi. 2021-01-08 09:28:16.208 | To activate the new configuration, you need to run: 2021-01-08 09:28:16.208 | systemctl restart apache2 2021-01-08 09:28:16.212 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2021-01-08 09:28:16.215 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:28:16.217 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:28:16.220 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:28:16.356 | + ./stack.sh:main:844 : install_keystoneauth 2021-01-08 09:28:16.359 | + lib/keystone:install_keystoneauth:462 : use_library_from_git keystoneauth 2021-01-08 09:28:16.361 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-01-08 09:28:16.364 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.366 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.368 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2021-01-08 09:28:16.371 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.373 | + ./stack.sh:main:845 : install_keystoneclient 2021-01-08 09:28:16.375 | + lib/keystone:install_keystoneclient:470 : use_library_from_git python-keystoneclient 2021-01-08 09:28:16.378 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-01-08 09:28:16.380 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.382 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.384 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2021-01-08 09:28:16.387 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.389 | + ./stack.sh:main:846 : install_glanceclient 2021-01-08 09:28:16.392 | + lib/glance:install_glanceclient:427 : use_library_from_git python-glanceclient 2021-01-08 09:28:16.394 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-01-08 09:28:16.396 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.398 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.401 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2021-01-08 09:28:16.403 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.405 | + ./stack.sh:main:847 : install_cinderclient 2021-01-08 09:28:16.409 | + lib/cinder:install_cinderclient:431 : use_library_from_git python-brick-cinderclient-ext 2021-01-08 09:28:16.412 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-01-08 09:28:16.414 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.416 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.418 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2021-01-08 09:28:16.421 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.423 | + lib/cinder:install_cinderclient:436 : use_library_from_git python-cinderclient 2021-01-08 09:28:16.425 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-01-08 09:28:16.428 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.430 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.432 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2021-01-08 09:28:16.435 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.437 | + ./stack.sh:main:848 : install_novaclient 2021-01-08 09:28:16.439 | + lib/nova:install_novaclient:788 : use_library_from_git python-novaclient 2021-01-08 09:28:16.442 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-01-08 09:28:16.444 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.446 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.448 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2021-01-08 09:28:16.451 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.454 | + ./stack.sh:main:849 : is_service_enabled swift glance horizon 2021-01-08 09:28:16.470 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:28:16.472 | + ./stack.sh:main:850 : install_swiftclient 2021-01-08 09:28:16.474 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2021-01-08 09:28:16.477 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-01-08 09:28:16.479 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.481 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.484 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2021-01-08 09:28:16.486 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.488 | + ./stack.sh:main:852 : is_service_enabled neutron nova horizon 2021-01-08 09:28:16.503 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:28:16.506 | + ./stack.sh:main:853 : install_neutronclient 2021-01-08 09:28:16.508 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-01-08 09:28:16.510 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-01-08 09:28:16.513 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.515 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.518 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2021-01-08 09:28:16.520 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.522 | + ./stack.sh:main:857 : install_keystonemiddleware 2021-01-08 09:28:16.525 | + lib/keystone:install_keystonemiddleware:480 : use_library_from_git keystonemiddleware 2021-01-08 09:28:16.527 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-01-08 09:28:16.529 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:28:16.532 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:28:16.534 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2021-01-08 09:28:16.537 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:28:16.539 | + lib/keystone:install_keystonemiddleware:485 : pip_install_gr keystonemiddleware 2021-01-08 09:28:16.541 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-01-08 09:28:16.544 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-08 09:28:16.547 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-01-08 09:28:16.549 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-01-08 09:28:16.551 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-08 09:28:16.555 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-01-08 09:28:16.555 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-08 09:28:16.559 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-01-08 09:28:16.561 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-01-08 09:28:16.564 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-01-08 09:28:16.567 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-01-08 09:28:16.569 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-01-08 09:28:16.587 | Using python 3.6 to install keystonemiddleware 2021-01-08 09:28:16.589 | + 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 2021-01-08 09:28:18.417 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:28:18.422 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:28:18.588 | Collecting keystonemiddleware===9.2.0 2021-01-08 09:28:18.596 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/921/fa4f305c8070a/keystonemiddleware-9.2.0-py3-none-any.whl (119 kB) 2021-01-08 09:28:18.847 | Collecting oslo.cache===2.6.1 2021-01-08 09:28:18.853 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ab7/718f31294f6d2/oslo.cache-2.6.1-py3-none-any.whl (61 kB) 2021-01-08 09:28:19.112 | Collecting oslo.config===8.4.0 2021-01-08 09:28:19.119 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/2e94c2da67cde/oslo.config-8.4.0-py3-none-any.whl (127 kB) 2021-01-08 09:28:19.283 | Collecting dogpile.cache===1.1.1 2021-01-08 09:28:19.289 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/658/0a63ee595dd42/dogpile.cache-1.1.1-py3-none-any.whl (49 kB) 2021-01-08 09:28:19.337 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (3.3.0) 2021-01-08 09:28:19.346 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-08 09:28:19.411 | Collecting rfc3986===1.4.0 2021-01-08 09:28:19.416 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/147e9aceda37c/rfc3986-1.4.0-py2.py3-none-any.whl (31 kB) 2021-01-08 09:28:19.590 | Collecting keystoneauth1===4.3.0 2021-01-08 09:28:19.598 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/db4/38f606c098f83/keystoneauth1-4.3.0-py3-none-any.whl (314 kB) 2021-01-08 09:28:19.845 | Collecting python-keystoneclient===4.2.0 2021-01-08 09:28:19.853 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/570/2f387e2a3f364/python_keystoneclient-4.2.0-py3-none-any.whl (397 kB) 2021-01-08 09:28:19.998 | Collecting decorator===4.4.2 2021-01-08 09:28:20.005 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/a54c2a0cc4ba6/decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) 2021-01-08 09:28:20.216 | Collecting oslo.utils===4.7.0 2021-01-08 09:28:20.223 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51c/1127c518e44be/oslo.utils-4.7.0-py3-none-any.whl (97 kB) 2021-01-08 09:28:20.639 | Collecting pytz===2020.5 2021-01-08 09:28:20.647 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/169/62c5fb8db4a8f/pytz-2020.5-py2.py3-none-any.whl (510 kB) 2021-01-08 09:28:20.816 | Collecting oslo.context===3.1.1 2021-01-08 09:28:20.822 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9b4/d59c515d0dcaa/oslo.context-3.1.1-py3-none-any.whl (16 kB) 2021-01-08 09:28:20.867 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (2.25.1) 2021-01-08 09:28:20.993 | Collecting WebOb===1.8.6 2021-01-08 09:28:21.001 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3c/89a8e9ba0aeb1/WebOb-1.8.6-py2.py3-none-any.whl (114 kB) 2021-01-08 09:28:21.083 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2021-01-08 09:28:21.197 | Collecting oslo.i18n===5.0.1 2021-01-08 09:28:21.204 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99a/6453b9b7a9d16/oslo.i18n-5.0.1-py3-none-any.whl (42 kB) 2021-01-08 09:28:21.332 | Collecting pycadf===3.1.1 2021-01-08 09:28:21.340 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1f/a1dea7638c0f6/pycadf-3.1.1-py3-none-any.whl (39 kB) 2021-01-08 09:28:21.509 | Collecting oslo.serialization===4.0.1 2021-01-08 09:28:21.516 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ed/86d8378a845a2/oslo.serialization-4.0.1-py3-none-any.whl (21 kB) 2021-01-08 09:28:21.722 | Collecting oslo.log===4.4.0 2021-01-08 09:28:21.729 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/189/726ef91641f36/oslo.log-4.4.0-py3-none-any.whl (66 kB) 2021-01-08 09:28:21.814 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (0.8.0) 2021-01-08 09:28:21.820 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (5.3.1) 2021-01-08 09:28:21.822 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) (3.3.0) 2021-01-08 09:28:21.952 | Collecting debtcollector===2.2.0 2021-01-08 09:28:21.959 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/346/63e5de257c67b/debtcollector-2.2.0-py3-none-any.whl (20 kB) 2021-01-08 09:28:22.068 | Collecting iso8601===0.1.13 2021-01-08 09:28:22.075 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f0/2f01dd13320a7/iso8601-0.1.13-py3-none-any.whl (9.3 kB) 2021-01-08 09:28:22.173 | Collecting os-service-types===1.7.0 2021-01-08 09:28:22.179 | 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) 2021-01-08 09:28:22.306 | Collecting packaging===20.8 2021-01-08 09:28:22.312 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/24e/0da08660a8748/packaging-20.8-py2.py3-none-any.whl (39 kB) 2021-01-08 09:28:22.436 | Collecting netifaces===0.10.9 2021-01-08 09:28:22.443 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30e/d89ab8aff715c/netifaces-0.10.9-cp36-cp36m-manylinux1_x86_64.whl (32 kB) 2021-01-08 09:28:22.449 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (2.4.7) 2021-01-08 09:28:22.452 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (1.26.2) 2021-01-08 09:28:22.476 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.10) 2021-01-08 09:28:22.480 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) (4.0.0) 2021-01-08 09:28:22.483 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) (2020.12.5) 2021-01-08 09:28:22.654 | Collecting msgpack===1.0.2 2021-01-08 09:28:22.661 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/26a/1759f1a88df5f/msgpack-1.0.2-cp36-cp36m-manylinux1_x86_64.whl (272 kB) 2021-01-08 09:28:22.782 | Collecting python-dateutil===2.8.1 2021-01-08 09:28:22.788 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/75b/b3f31ea686f11/python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) 2021-01-08 09:28:22.886 | Collecting pyinotify===0.9.6 2021-01-08 09:28:22.893 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9c9/98a5d7606ca83/pyinotify-0.9.6.tar.gz (60 kB) 2021-01-08 09:28:23.457 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (4.1.1) 2021-01-08 09:28:23.487 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (3.7.4.3) 2021-01-08 09:28:23.492 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (3.4.0) 2021-01-08 09:28:23.586 | Collecting wrapt===1.12.1 2021-01-08 09:28:23.593 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/ffa81fb85f433/wrapt-1.12.1.tar.gz (27 kB) 2021-01-08 09:28:24.147 | Building wheels for collected packages: pyinotify, wrapt 2021-01-08 09:28:24.148 | Building wheel for pyinotify (setup.py): started 2021-01-08 09:28:24.739 | Building wheel for pyinotify (setup.py): finished with status 'done' 2021-01-08 09:28:24.740 | Created wheel for pyinotify: filename=pyinotify-0.9.6-py3-none-any.whl size=25339 sha256=441b51d517e7cb4977f82c5d9c683edfb5f3a89e2817d3401b48fed7646e2e6d 2021-01-08 09:28:24.740 | Stored in directory: /root/.cache/pip/wheels/f3/7a/03/56564493d2862ac4c0677c91d99261394dd512a1bbb90af9a7 2021-01-08 09:28:24.742 | Building wheel for wrapt (setup.py): started 2021-01-08 09:28:26.271 | Building wheel for wrapt (setup.py): finished with status 'done' 2021-01-08 09:28:26.273 | Created wheel for wrapt: filename=wrapt-1.12.1-cp36-cp36m-linux_x86_64.whl size=67498 sha256=2e5dbe2e950ca2bf32ad749668ffd12a918e69d36965156daa3d4f66b26db79e 2021-01-08 09:28:26.273 | Stored in directory: /root/.cache/pip/wheels/27/b0/63/c6302d953c843aa78fedbee048633aa67fa3f28a2ab130c797 2021-01-08 09:28:26.274 | Successfully built pyinotify wrapt 2021-01-08 09:28:27.050 | Installing collected packages: WebOb, oslo.i18n, wrapt, debtcollector, oslo.context, rfc3986, oslo.config, pytz, msgpack, packaging, netifaces, iso8601, oslo.utils, oslo.serialization, pycadf, pyinotify, python-dateutil, oslo.log, os-service-types, decorator, dogpile.cache, oslo.cache, keystoneauth1, python-keystoneclient, keystonemiddleware 2021-01-08 09:28:27.815 | Attempting uninstall: netifaces 2021-01-08 09:28:27.816 | Found existing installation: netifaces 0.10.4 2021-01-08 09:28:27.819 | Uninstalling netifaces-0.10.4: 2021-01-08 09:28:27.847 | Successfully uninstalled netifaces-0.10.4 2021-01-08 09:28:29.315 | Successfully installed WebOb-1.8.6 debtcollector-2.2.0 decorator-4.4.2 dogpile.cache-1.1.1 iso8601-0.1.13 keystoneauth1-4.3.0 keystonemiddleware-9.2.0 msgpack-1.0.2 netifaces-0.10.9 os-service-types-1.7.0 oslo.cache-2.6.1 oslo.config-8.4.0 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.8 pycadf-3.1.1 pyinotify-0.9.6 python-dateutil-2.8.1 python-keystoneclient-4.2.0 pytz-2020.5 rfc3986-1.4.0 wrapt-1.12.1 2021-01-08 09:28:29.393 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:28:29.394 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:28:29.508 | + inc/python:pip_install:200 : result=0 2021-01-08 09:28:29.510 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:28:29.512 | + functions-common:time_stop:2306 : local name 2021-01-08 09:28:29.515 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:28:29.517 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:28:29.519 | + functions-common:time_stop:2309 : local total 2021-01-08 09:28:29.521 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:28:29.523 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:28:29.526 | + functions-common:time_stop:2313 : start_time=1610098096583 2021-01-08 09:28:29.528 | + functions-common:time_stop:2315 : [[ -z 1610098096583 ]] 2021-01-08 09:28:29.530 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:28:29.534 | + functions-common:time_stop:2318 : end_time=1610098109531 2021-01-08 09:28:29.536 | + functions-common:time_stop:2319 : elapsed_time=12948 2021-01-08 09:28:29.538 | + functions-common:time_stop:2320 : total=68222 2021-01-08 09:28:29.540 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:28:29.543 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=81170 2021-01-08 09:28:29.545 | + inc/python:pip_install:203 : return 0 2021-01-08 09:28:29.547 | + lib/keystone:install_keystonemiddleware:489 : pip_install_gr python-memcached 2021-01-08 09:28:29.550 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-01-08 09:28:29.552 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-08 09:28:29.555 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-01-08 09:28:29.558 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-01-08 09:28:29.560 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-08 09:28:29.563 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-01-08 09:28:29.564 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-08 09:28:29.568 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-01-08 09:28:29.570 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-01-08 09:28:29.572 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-01-08 09:28:29.575 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-01-08 09:28:29.577 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-01-08 09:28:29.595 | Using python 3.6 to install python-memcached 2021-01-08 09:28:29.598 | + 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 2021-01-08 09:28:31.461 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:28:31.466 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:28:31.896 | Collecting python-memcached===1.59 2021-01-08 09:28:31.904 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-01-08 09:28:31.954 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (1.15.0) 2021-01-08 09:28:32.749 | Installing collected packages: python-memcached 2021-01-08 09:28:32.808 | Successfully installed python-memcached-1.59 2021-01-08 09:28:32.887 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:28:32.887 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:28:32.962 | + inc/python:pip_install:200 : result=0 2021-01-08 09:28:32.965 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:28:32.967 | + functions-common:time_stop:2306 : local name 2021-01-08 09:28:32.969 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:28:32.972 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:28:32.974 | + functions-common:time_stop:2309 : local total 2021-01-08 09:28:32.976 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:28:32.978 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:28:32.980 | + functions-common:time_stop:2313 : start_time=1610098109590 2021-01-08 09:28:32.983 | + functions-common:time_stop:2315 : [[ -z 1610098109590 ]] 2021-01-08 09:28:32.986 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:28:32.989 | + functions-common:time_stop:2318 : end_time=1610098112987 2021-01-08 09:28:32.991 | + functions-common:time_stop:2319 : elapsed_time=3397 2021-01-08 09:28:32.993 | + functions-common:time_stop:2320 : total=81170 2021-01-08 09:28:32.996 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:28:32.998 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=84567 2021-01-08 09:28:33.000 | + inc/python:pip_install:203 : return 0 2021-01-08 09:28:33.003 | + ./stack.sh:main:859 : is_service_enabled keystone 2021-01-08 09:28:33.018 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:28:33.021 | + ./stack.sh:main:860 : '[' 10.222.0.23 == 10.222.0.23 ']' 2021-01-08 09:28:33.023 | + ./stack.sh:main:861 : stack_install_service keystone 2021-01-08 09:28:33.025 | + lib/stack:stack_install_service:20 : local service=keystone 2021-01-08 09:28:33.027 | + lib/stack:stack_install_service:21 : type install_keystone 2021-01-08 09:28:33.030 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-08 09:28:33.032 | + lib/stack:stack_install_service:32 : install_keystone 2021-01-08 09:28:33.034 | + lib/keystone:install_keystone:495 : is_service_enabled ldap 2021-01-08 09:28:33.049 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:28:33.052 | + lib/keystone:install_keystone:499 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2021-01-08 09:28:33.054 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/keystone.git 2021-01-08 09:28:33.056 | + functions-common:git_clone:526 : local git_dest=/opt/stack/keystone 2021-01-08 09:28:33.058 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:28:33.060 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:28:33.062 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:28:33.065 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:28:33.067 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:28:33.069 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:28:33.084 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:28:33.086 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:28:33.088 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:28:33.090 | + functions-common:git_clone:546 : echo master 2021-01-08 09:28:33.091 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:28:33.095 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/keystone ]] 2021-01-08 09:28:33.097 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:28:33.099 | + functions-common:git_clone:594 : cd /opt/stack/keystone 2021-01-08 09:28:33.102 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:28:33.102 | + functions-common:git_clone:595 : head -1 2021-01-08 09:28:33.106 | b0b93c039 Merge "Generalize release note for bug 1878938" 2021-01-08 09:28:33.109 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:28:33.111 | + lib/keystone:install_keystone:500 : setup_develop /opt/stack/keystone 2021-01-08 09:28:33.113 | + inc/python:setup_develop:338 : local bindep 2021-01-08 09:28:33.116 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-01-08 09:28:33.118 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-01-08 09:28:33.120 | + inc/python:setup_develop:344 : local extras= 2021-01-08 09:28:33.122 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-01-08 09:28:33.125 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-08 09:28:33.127 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-01-08 09:28:33.130 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-01-08 09:28:33.132 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-08 09:28:33.134 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-01-08 09:28:33.137 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-01-08 09:28:33.139 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-08 09:28:33.143 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-01-08 09:28:33.145 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-08 09:28:33.147 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-08 09:28:33.150 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-01-08 09:28:33.155 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2021-01-08 09:28:33.158 | + 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' 2021-01-08 09:28:33.829 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2021-01-08 09:28:33.831 | + inc/python:setup_package:417 : local bindep=0 2021-01-08 09:28:33.833 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-08 09:28:33.835 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-08 09:28:33.837 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2021-01-08 09:28:33.840 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2021-01-08 09:28:33.842 | + inc/python:setup_package:426 : local flags=-e 2021-01-08 09:28:33.845 | + inc/python:setup_package:427 : local extras= 2021-01-08 09:28:33.847 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-08 09:28:33.849 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-01-08 09:28:33.852 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-01-08 09:28:33.854 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-01-08 09:28:33.856 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-08 09:28:33.858 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2021-01-08 09:28:33.876 | Using python 3.6 to install /opt/stack/keystone 2021-01-08 09:28:33.878 | + 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 2021-01-08 09:28:35.748 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:28:35.749 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:28:35.766 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:28:35.771 | Obtaining file:///opt/stack/keystone 2021-01-08 09:28:37.310 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-08 09:28:39.285 | Collecting Flask===1.1.2 2021-01-08 09:28:39.291 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-01-08 09:28:39.777 | Collecting Flask-RESTful===0.3.8 2021-01-08 09:28:39.783 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d89/1118b951921f1/Flask_RESTful-0.3.8-py2.py3-none-any.whl (25 kB) 2021-01-08 09:28:39.882 | Collecting Jinja2===2.11.2 2021-01-08 09:28:39.889 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f0a/4641d3cf95532/Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) 2021-01-08 09:28:39.965 | Collecting MarkupSafe===1.1.1 2021-01-08 09:28:39.972 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/717/ba8fe3ae9cc00/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl (27 kB) 2021-01-08 09:28:40.392 | Collecting PyJWT===2.0.0 2021-01-08 09:28:40.400 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5c2/ff2eb27d7e342/PyJWT-2.0.0-py3-none-any.whl (15 kB) 2021-01-08 09:28:40.722 | Collecting SQLAlchemy===1.3.22 2021-01-08 09:28:40.733 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bde/677047305fe76/SQLAlchemy-1.3.22-cp36-cp36m-manylinux2010_x86_64.whl (1.3 MB) 2021-01-08 09:28:40.836 | Requirement already satisfied: WebOb===1.8.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.6) 2021-01-08 09:28:41.331 | Collecting Werkzeug===1.0.1 2021-01-08 09:28:41.336 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-01-08 09:28:41.830 | Collecting aniso8601===8.1.0 2021-01-08 09:28:41.837 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/510/47d4fb51d7b8a/aniso8601-8.1.0-py2.py3-none-any.whl (44 kB) 2021-01-08 09:28:42.089 | Collecting bcrypt===3.2.0 2021-01-08 09:28:42.096 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd1/ea2ff3038509e/bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 2021-01-08 09:28:42.770 | Collecting cffi===1.14.4 2021-01-08 09:28:42.777 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/063/8c3ae1a0edfb7/cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl (401 kB) 2021-01-08 09:28:43.236 | Collecting click===7.1.2 2021-01-08 09:28:43.242 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2021-01-08 09:28:43.981 | Collecting cryptography===3.3.1 2021-01-08 09:28:43.994 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/69e/836c9e5ff4373/cryptography-3.3.1-cp36-abi3-manylinux2010_x86_64.whl (2.6 MB) 2021-01-08 09:28:44.101 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.1.1) 2021-01-08 09:28:44.795 | Collecting itsdangerous===1.1.0 2021-01-08 09:28:44.801 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-01-08 09:28:44.896 | Collecting jsonschema===3.2.0 2021-01-08 09:28:44.903 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e5/b3cf8216f577b/jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) 2021-01-08 09:28:44.939 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (9.2.0) 2021-01-08 09:28:44.999 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.0.2) 2021-01-08 09:28:45.384 | Collecting oauthlib===3.1.0 2021-01-08 09:28:45.391 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2021-01-08 09:28:45.409 | 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) 2021-01-08 09:28:45.450 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (8.4.0) 2021-01-08 09:28:45.496 | 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) 2021-01-08 09:28:45.678 | Collecting oslo.db===8.4.0 2021-01-08 09:28:45.686 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/de0/76489ec9dce77/oslo.db-8.4.0-py3-none-any.whl (172 kB) 2021-01-08 09:28:45.790 | 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) 2021-01-08 09:28:45.796 | 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) 2021-01-08 09:28:46.106 | Collecting oslo.messaging===12.6.0 2021-01-08 09:28:46.114 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e17/200f2741a84c7/oslo.messaging-12.6.0-py3-none-any.whl (240 kB) 2021-01-08 09:28:46.365 | Collecting oslo.middleware===4.1.1 2021-01-08 09:28:46.372 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce8/859e6bf38d53d/oslo.middleware-4.1.1-py3-none-any.whl (56 kB) 2021-01-08 09:28:46.613 | Collecting oslo.policy===3.6.0 2021-01-08 09:28:46.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c30/265ab0563689d/oslo.policy-3.6.0-py3-none-any.whl (83 kB) 2021-01-08 09:28:46.688 | 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) 2021-01-08 09:28:46.843 | Collecting oslo.service===2.4.0 2021-01-08 09:28:46.851 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/453/99fc3b445febf/oslo.service-2.4.0-py3-none-any.whl (73 kB) 2021-01-08 09:28:46.996 | Collecting oslo.upgradecheck===1.3.0 2021-01-08 09:28:47.003 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/62920db8b773e/oslo.upgradecheck-1.3.0-py3-none-any.whl (14 kB) 2021-01-08 09:28:47.060 | 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) 2021-01-08 09:28:47.182 | Collecting osprofiler===3.4.0 2021-01-08 09:28:47.189 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4cc/de8ab98fd2861/osprofiler-3.4.0-py3-none-any.whl (85 kB) 2021-01-08 09:28:47.290 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (20.8) 2021-01-08 09:28:47.724 | Collecting passlib===1.7.4 2021-01-08 09:28:47.731 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2021-01-08 09:28:47.805 | 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) 2021-01-08 09:28:47.807 | 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) 2021-01-08 09:28:47.809 | 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) 2021-01-08 09:28:47.886 | Collecting pycparser===2.20 2021-01-08 09:28:47.893 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/758/2ad22678f0fcd/pycparser-2.20-py2.py3-none-any.whl (112 kB) 2021-01-08 09:28:47.943 | 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) 2021-01-08 09:28:47.945 | 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) 2021-01-08 09:28:48.038 | Collecting pyrsistent===0.17.3 2021-01-08 09:28:48.045 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2e6/36185d9eb976a/pyrsistent-0.17.3.tar.gz (106 kB) 2021-01-08 09:28:49.190 | Collecting pysaml2===6.4.1 2021-01-08 09:28:49.198 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/583/da5a69888ceea/pysaml2-6.4.1-py2.py3-none-any.whl (338 kB) 2021-01-08 09:28:49.269 | 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) 2021-01-08 09:28:49.274 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 393)) (4.2.0) 2021-01-08 09:28:49.293 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 423)) (2020.5) 2021-01-08 09:28:49.297 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 434)) (2.25.1) 2021-01-08 09:28:49.320 | 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) 2021-01-08 09:28:50.054 | Collecting scrypt===0.8.17 2021-01-08 09:28:50.063 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dae/9bc00391fab92/scrypt-0.8.17-cp36-cp36m-manylinux2010_x86_64.whl (924 kB) 2021-01-08 09:28:50.141 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 466)) (51.1.1) 2021-01-08 09:28:50.187 | 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) 2021-01-08 09:28:50.266 | Collecting sqlalchemy-migrate===0.13.0 2021-01-08 09:28:50.273 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e5d/2348db19a5062/sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2021-01-08 09:28:50.405 | Collecting sqlparse===0.4.1 2021-01-08 09:28:50.412 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/017/cde379adbd6a1/sqlparse-0.4.1-py3-none-any.whl (42 kB) 2021-01-08 09:28:50.537 | Collecting statsd===3.3.0 2021-01-08 09:28:50.544 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c61/0fb80347fca0e/statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2021-01-08 09:28:50.591 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (3.3.0) 2021-01-08 09:28:50.661 | Collecting testresources===2.0.1 2021-01-08 09:28:50.669 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67a/361c3a2412231/testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2021-01-08 09:28:50.783 | Collecting testscenarios===0.5.0 2021-01-08 09:28:50.789 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/480/263fa5d6e6181/testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2021-01-08 09:28:50.839 | 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) 2021-01-08 09:28:50.858 | 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) 2021-01-08 09:28:50.862 | 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) 2021-01-08 09:28:50.868 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.26.2) 2021-01-08 09:28:50.950 | Collecting yappi===1.3.2 2021-01-08 09:28:50.958 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a51/d3e6e5563cc74/yappi-1.3.2.tar.gz (58 kB) 2021-01-08 09:28:51.621 | 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) 2021-01-08 09:28:51.624 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2021-01-08 09:28:51.665 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:28:51.745 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (4.3.0) 2021-01-08 09:28:51.813 | 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) 2021-01-08 09:28:51.819 | 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) 2021-01-08 09:28:51.827 | 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) 2021-01-08 09:28:51.934 | Collecting alembic===1.4.3 2021-01-08 09:28:51.941 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4e0/2ed2aa796bd17/alembic-1.4.3-py2.py3-none-any.whl (159 kB) 2021-01-08 09:28:52.170 | Collecting kombu===5.0.2 2021-01-08 09:28:52.177 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6dc/509178ac4269b/kombu-5.0.2-py2.py3-none-any.whl (180 kB) 2021-01-08 09:28:52.381 | Collecting amqp===5.0.2 2021-01-08 09:28:52.389 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5b9/062d5c0812335/amqp-5.0.2-py3-none-any.whl (46 kB) 2021-01-08 09:28:52.440 | 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) 2021-01-08 09:28:52.532 | Collecting cachetools===4.2.0 2021-01-08 09:28:52.539 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c6b/07a6ded8c78bf/cachetools-4.2.0-py3-none-any.whl (12 kB) 2021-01-08 09:28:52.851 | Collecting greenlet===0.4.17 2021-01-08 09:28:52.859 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bee/111161420f341/greenlet-0.4.17-cp36-cp36m-manylinux1_x86_64.whl (44 kB) 2021-01-08 09:28:52.907 | 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) 2021-01-08 09:28:52.992 | Collecting PasteDeploy===2.1.1 2021-01-08 09:28:52.999 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/149/23cfd6ad4281b/PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2021-01-08 09:28:53.135 | Collecting Routes===2.5.1 2021-01-08 09:28:53.143 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fab/5a042a3a87778/Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2021-01-08 09:28:53.290 | Collecting eventlet===0.30.0 2021-01-08 09:28:53.297 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b33/f31ae8d87eb28/eventlet-0.30.0-py2.py3-none-any.whl (224 kB) 2021-01-08 09:28:53.493 | Collecting oslo.concurrency===4.3.1 2021-01-08 09:28:53.499 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/367/2179805822f15/oslo.concurrency-4.3.1-py3-none-any.whl (42 kB) 2021-01-08 09:28:53.680 | Collecting Paste===3.5.0 2021-01-08 09:28:53.688 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8e0/8200a570f7e29/Paste-3.5.0-py2.py3-none-any.whl (593 kB) 2021-01-08 09:28:53.758 | 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) 2021-01-08 09:28:53.760 | 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) 2021-01-08 09:28:54.168 | Collecting pyOpenSSL===20.0.1 2021-01-08 09:28:54.175 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/818/ae18e06922c06/pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB) 2021-01-08 09:28:54.585 | Collecting defusedxml===0.6.0 2021-01-08 09:28:54.593 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/668/7150770438374/defusedxml-0.6.0-py2.py3-none-any.whl (23 kB) 2021-01-08 09:28:54.647 | 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) 2021-01-08 09:28:54.650 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:28:54.653 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:28:54.716 | Collecting Tempita===0.5.2 2021-01-08 09:28:54.722 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/52d/39a6dbde3c2df/Tempita-0.5.2-py3-none-any.whl (12 kB) 2021-01-08 09:28:54.771 | 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) 2021-01-08 09:28:54.773 | 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) 2021-01-08 09:28:54.775 | 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) 2021-01-08 09:28:54.777 | 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) 2021-01-08 09:28:54.779 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (3.7.4.3) 2021-01-08 09:28:54.784 | 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) 2021-01-08 09:28:54.811 | 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) 2021-01-08 09:28:54.816 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.1.1) 2021-01-08 09:28:54.845 | 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) 2021-01-08 09:28:54.910 | Collecting python-editor===1.0.4 2021-01-08 09:28:54.917 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1bf/6e860a8ad52a1/python_editor-1.0.4-py3-none-any.whl (4.9 kB) 2021-01-08 09:28:55.053 | Collecting Mako===1.1.3 2021-01-08 09:28:55.060 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/937/29a258e4ff074/Mako-1.1.3-py2.py3-none-any.whl (75 kB) 2021-01-08 09:28:55.189 | Collecting vine===5.0.0 2021-01-08 09:28:55.197 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4c9/dceab6f76ed92/vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2021-01-08 09:28:55.305 | Collecting repoze.lru===0.7 2021-01-08 09:28:55.311 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f77/bf0e1096ea445/repoze.lru-0.7-py3-none-any.whl (10 kB) 2021-01-08 09:28:55.430 | Collecting dnspython===1.16.0 2021-01-08 09:28:55.438 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f69/c21288a962f4d/dnspython-1.16.0-py2.py3-none-any.whl (188 kB) 2021-01-08 09:28:55.570 | Collecting fasteners===0.14.1 2021-01-08 09:28:55.576 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/564/a115ff9698767/fasteners-0.14.1-py2.py3-none-any.whl (20 kB) 2021-01-08 09:28:55.690 | Collecting monotonic===1.5 2021-01-08 09:28:55.696 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/552/a91f381532e33/monotonic-1.5-py2.py3-none-any.whl (5.3 kB) 2021-01-08 09:28:55.745 | Building wheels for collected packages: pyrsistent, yappi 2021-01-08 09:28:55.746 | Building wheel for pyrsistent (setup.py): started 2021-01-08 09:28:57.149 | Building wheel for pyrsistent (setup.py): finished with status 'done' 2021-01-08 09:28:57.150 | Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp36-cp36m-linux_x86_64.whl size=97032 sha256=6e6ac29e9a8b63749edc1e2f97104738474ec7cbea73b4b0c90ce33ee71c159c 2021-01-08 09:28:57.150 | Stored in directory: /root/.cache/pip/wheels/d9/35/06/14a1989d794cd957ba6aff4bd2bd7ba2db723cfa921ed47738 2021-01-08 09:28:57.152 | Building wheel for yappi (setup.py): started 2021-01-08 09:28:59.562 | Building wheel for yappi (setup.py): finished with status 'done' 2021-01-08 09:28:59.563 | Created wheel for yappi: filename=yappi-1.3.2-cp36-cp36m-linux_x86_64.whl size=90042 sha256=89b59513327483f401f0335fc1edad3b396a4a8b250a1c5202088fc6327e8bef 2021-01-08 09:28:59.563 | Stored in directory: /root/.cache/pip/wheels/2c/f6/ed/37af57410b5f53067a2a196175f565d15ab76949cca6b2c3b9 2021-01-08 09:28:59.564 | Successfully built pyrsistent yappi 2021-01-08 09:29:00.541 | Installing collected packages: itsdangerous, MarkupSafe, Jinja2, Werkzeug, click, Flask, aniso8601, Flask-RESTful, pycparser, cffi, cryptography, SQLAlchemy, Tempita, sqlparse, sqlalchemy-migrate, passlib, bcrypt, scrypt, vine, amqp, kombu, statsd, oslo.middleware, greenlet, PasteDeploy, repoze.lru, Routes, yappi, dnspython, eventlet, monotonic, fasteners, oslo.concurrency, Paste, oslo.service, cachetools, oslo.messaging, testresources, testscenarios, python-editor, Mako, alembic, oslo.db, oslo.policy, oslo.upgradecheck, oauthlib, pyOpenSSL, defusedxml, pysaml2, PyJWT, pyrsistent, jsonschema, osprofiler, keystone 2021-01-08 09:29:00.566 | Attempting uninstall: MarkupSafe 2021-01-08 09:29:00.568 | Found existing installation: MarkupSafe 1.0 2021-01-08 09:29:00.575 | Uninstalling MarkupSafe-1.0: 2021-01-08 09:29:00.604 | Successfully uninstalled MarkupSafe-1.0 2021-01-08 09:29:00.623 | Attempting uninstall: Jinja2 2021-01-08 09:29:00.624 | Found existing installation: Jinja2 2.10 2021-01-08 09:29:00.631 | Uninstalling Jinja2-2.10: 2021-01-08 09:29:00.659 | Successfully uninstalled Jinja2-2.10 2021-01-08 09:29:00.965 | Attempting uninstall: click 2021-01-08 09:29:00.966 | Found existing installation: click 6.7 2021-01-08 09:29:00.969 | Uninstalling click-6.7: 2021-01-08 09:29:00.996 | Successfully uninstalled click-6.7 2021-01-08 09:29:01.533 | Attempting uninstall: cryptography 2021-01-08 09:29:01.534 | Found existing installation: cryptography 2.1.4 2021-01-08 09:29:01.539 | Uninstalling cryptography-2.1.4: 2021-01-08 09:29:01.567 | Successfully uninstalled cryptography-2.1.4 2021-01-08 09:29:05.603 | Attempting uninstall: oauthlib 2021-01-08 09:29:05.604 | Found existing installation: oauthlib 2.0.6 2021-01-08 09:29:05.608 | Uninstalling oauthlib-2.0.6: 2021-01-08 09:29:05.633 | Successfully uninstalled oauthlib-2.0.6 2021-01-08 09:29:05.753 | Attempting uninstall: pyOpenSSL 2021-01-08 09:29:05.754 | Found existing installation: pyOpenSSL 17.5.0 2021-01-08 09:29:05.762 | Uninstalling pyOpenSSL-17.5.0: 2021-01-08 09:29:05.786 | Successfully uninstalled pyOpenSSL-17.5.0 2021-01-08 09:29:06.351 | Attempting uninstall: PyJWT 2021-01-08 09:29:06.352 | Found existing installation: PyJWT 1.5.3 2021-01-08 09:29:06.361 | Uninstalling PyJWT-1.5.3: 2021-01-08 09:29:06.384 | Successfully uninstalled PyJWT-1.5.3 2021-01-08 09:29:06.466 | Attempting uninstall: jsonschema 2021-01-08 09:29:06.467 | Found existing installation: jsonschema 2.6.0 2021-01-08 09:29:06.472 | Uninstalling jsonschema-2.6.0: 2021-01-08 09:29:06.507 | Successfully uninstalled jsonschema-2.6.0 2021-01-08 09:29:06.689 | Running setup.py develop for keystone 2021-01-08 09:29:08.464 | 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-2.0.0 Routes-2.5.1 SQLAlchemy-1.3.22 Tempita-0.5.2 Werkzeug-1.0.1 alembic-1.4.3 amqp-5.0.2 aniso8601-8.1.0 bcrypt-3.2.0 cachetools-4.2.0 cffi-1.14.4 click-7.1.2 cryptography-3.3.1 defusedxml-0.6.0 dnspython-1.16.0 eventlet-0.30.0 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.6.0 oslo.service-2.4.0 oslo.upgradecheck-1.3.0 osprofiler-3.4.0 passlib-1.7.4 pyOpenSSL-20.0.1 pycparser-2.20 pyrsistent-0.17.3 pysaml2-6.4.1 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.2 2021-01-08 09:29:08.564 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:29:08.564 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:29:08.739 | + inc/python:pip_install:200 : result=0 2021-01-08 09:29:08.742 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:29:08.744 | + functions-common:time_stop:2306 : local name 2021-01-08 09:29:08.746 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:29:08.748 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:29:08.750 | + functions-common:time_stop:2309 : local total 2021-01-08 09:29:08.752 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:29:08.754 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:29:08.756 | + functions-common:time_stop:2313 : start_time=1610098113871 2021-01-08 09:29:08.758 | + functions-common:time_stop:2315 : [[ -z 1610098113871 ]] 2021-01-08 09:29:08.761 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:29:08.764 | + functions-common:time_stop:2318 : end_time=1610098148762 2021-01-08 09:29:08.766 | + functions-common:time_stop:2319 : elapsed_time=34891 2021-01-08 09:29:08.769 | + functions-common:time_stop:2320 : total=84567 2021-01-08 09:29:08.771 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:29:08.773 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=119458 2021-01-08 09:29:08.775 | + inc/python:pip_install:203 : return 0 2021-01-08 09:29:08.778 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-01-08 09:29:08.780 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-01-08 09:29:08.782 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-01-08 09:29:08.799 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-01-08 09:29:08.812 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2021-01-08 09:29:08.814 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2021-01-08 09:29:08.816 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:29:08.819 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:29:08.821 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2021-01-08 09:29:08.823 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:29:08.826 | + lib/keystone:install_keystone:502 : is_service_enabled ldap 2021-01-08 09:29:08.842 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:08.844 | + lib/keystone:install_keystone:506 : '[' uwsgi == mod_wsgi ']' 2021-01-08 09:29:08.846 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-01-08 09:29:08.849 | + ./stack.sh:main:862 : configure_keystone 2021-01-08 09:29:08.851 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-01-08 09:29:08.865 | + lib/keystone:configure_keystone:204 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2021-01-08 09:29:08.867 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-01-08 09:29:08.872 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-01-08 09:29:08.887 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:08.889 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-01-08 09:29:08.917 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-01-08 09:29:08.943 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-01-08 09:29:08.973 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-01-08 09:29:09.001 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-01-08 09:29:09.029 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-01-08 09:29:09.057 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-01-08 09:29:09.084 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-01-08 09:29:09.109 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-01-08 09:29:09.112 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-01-08 09:29:09.115 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-01-08 09:29:09.117 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-01-08 09:29:09.119 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-01-08 09:29:09.122 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-01-08 09:29:09.136 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:09.139 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-01-08 09:29:09.141 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-01-08 09:29:09.144 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-01-08 09:29:09.157 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:09.161 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:29:09.167 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:29:09.195 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-01-08 09:29:09.197 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-01-08 09:29:09.200 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-01-08 09:29:09.202 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-01-08 09:29:09.205 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-01-08 09:29:09.220 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:09.223 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.23/identity 2021-01-08 09:29:09.257 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.23/identity 2021-01-08 09:29:09.282 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-01-08 09:29:09.285 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-01-08 09:29:09.316 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-01-08 09:29:09.318 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-01-08 09:29:09.321 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-01-08 09:29:09.323 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-01-08 09:29:09.326 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-01-08 09:29:09.329 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-01-08 09:29:09.358 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-01-08 09:29:09.360 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-01-08 09:29:09.363 | + functions:setup_logging:698 : setup_systemd_logging /etc/keystone/keystone.conf 2021-01-08 09:29:09.366 | + functions:setup_systemd_logging:713 : local conf_file=/etc/keystone/keystone.conf 2021-01-08 09:29:09.370 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-01-08 09:29:09.389 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-01-08 09:29:09.391 | + functions:setup_systemd_logging:719 : local pidstr= 2021-01-08 09:29:09.394 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-01-08 09:29:09.396 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-01-08 09:29:09.399 | + functions:setup_systemd_logging:726 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-01-08 09:29:09.428 | + 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' 2021-01-08 09:29:09.454 | + 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' 2021-01-08 09:29:09.483 | + functions:setup_systemd_logging:730 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-01-08 09:29:09.507 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-01-08 09:29:09.532 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-01-08 09:29:09.535 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-01-08 09:29:09.537 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-01-08 09:29:09.540 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-01-08 09:29:09.542 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2021-01-08 09:29:09.545 | + lib/apache:write_uwsgi_config:260 : local http= 2021-01-08 09:29:09.547 | + lib/apache:write_uwsgi_config:261 : local name= 2021-01-08 09:29:09.550 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2021-01-08 09:29:09.553 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2021-01-08 09:29:09.556 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-01-08 09:29:09.558 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-01-08 09:29:09.570 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-01-08 09:29:09.570 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:29:09.578 | d /var/run/uwsgi 0755 ubuntu root 2021-01-08 09:29:09.582 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:29:09.597 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-01-08 09:29:09.599 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-01-08 09:29:09.603 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-01-08 09:29:09.628 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-01-08 09:29:09.653 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-01-08 09:29:09.677 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-01-08 09:29:09.702 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-01-08 09:29:09.729 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-01-08 09:29:09.754 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-01-08 09:29:09.779 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-01-08 09:29:09.805 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-01-08 09:29:09.829 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-01-08 09:29:09.854 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-01-08 09:29:09.878 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-01-08 09:29:09.903 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-01-08 09:29:09.927 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-01-08 09:29:09.930 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-01-08 09:29:09.933 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2021-01-08 09:29:09.935 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2021-01-08 09:29:09.937 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-01-08 09:29:09.940 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:29:09.942 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:29:09.945 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-01-08 09:29:09.948 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-01-08 09:29:09.950 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-01-08 09:29:09.975 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-01-08 09:29:10.004 | + 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 ' 2021-01-08 09:29:10.004 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-01-08 09:29:10.011 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-01-08 09:29:10.015 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2021-01-08 09:29:10.017 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2021-01-08 09:29:10.020 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-01-08 09:29:10.022 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-01-08 09:29:10.025 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:29:10.027 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:29:10.029 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:29:10.031 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-01-08 09:29:10.034 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-01-08 09:29:10.036 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:29:10.038 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:29:10.041 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2021-01-08 09:29:10.099 | Enabling site keystone-wsgi-public. 2021-01-08 09:29:10.103 | To activate the new configuration, you need to run: 2021-01-08 09:29:10.104 | systemctl reload apache2 2021-01-08 09:29:10.108 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-01-08 09:29:10.110 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:29:10.113 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:29:10.115 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:29:10.261 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-01-08 09:29:10.264 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-01-08 09:29:10.267 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-01-08 09:29:10.269 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2021-01-08 09:29:10.273 | + lib/apache:write_uwsgi_config:260 : local http= 2021-01-08 09:29:10.276 | + lib/apache:write_uwsgi_config:261 : local name= 2021-01-08 09:29:10.278 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2021-01-08 09:29:10.282 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2021-01-08 09:29:10.284 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-01-08 09:29:10.286 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-01-08 09:29:10.298 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-01-08 09:29:10.298 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:29:10.306 | d /var/run/uwsgi 0755 ubuntu root 2021-01-08 09:29:10.309 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:29:10.323 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-01-08 09:29:10.325 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-01-08 09:29:10.329 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-01-08 09:29:10.354 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-01-08 09:29:10.379 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-01-08 09:29:10.402 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-01-08 09:29:10.426 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-01-08 09:29:10.450 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-01-08 09:29:10.473 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-01-08 09:29:10.497 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-01-08 09:29:10.521 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-01-08 09:29:10.544 | + lib/apache:write_uwsgi_config:293 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-01-08 09:29:10.569 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-01-08 09:29:10.592 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-01-08 09:29:10.616 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-01-08 09:29:10.652 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-01-08 09:29:10.654 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-01-08 09:29:10.657 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2021-01-08 09:29:10.660 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2021-01-08 09:29:10.662 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-01-08 09:29:10.664 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:29:10.667 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:29:10.669 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-01-08 09:29:10.672 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-01-08 09:29:10.674 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-01-08 09:29:10.698 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-01-08 09:29:10.723 | + 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 ' 2021-01-08 09:29:10.723 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-01-08 09:29:10.730 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-01-08 09:29:10.734 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2021-01-08 09:29:10.736 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2021-01-08 09:29:10.738 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-01-08 09:29:10.741 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-01-08 09:29:10.743 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:29:10.745 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:29:10.747 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:29:10.749 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-01-08 09:29:10.752 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-01-08 09:29:10.754 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:29:10.757 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:29:10.759 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2021-01-08 09:29:10.816 | Enabling site keystone-wsgi-admin. 2021-01-08 09:29:10.821 | To activate the new configuration, you need to run: 2021-01-08 09:29:10.821 | systemctl reload apache2 2021-01-08 09:29:10.825 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-01-08 09:29:10.828 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:29:10.830 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:29:10.833 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:29:10.981 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-01-08 09:29:11.008 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-01-08 09:29:11.033 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-01-08 09:29:11.059 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-01-08 09:29:11.062 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-01-08 09:29:11.089 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-01-08 09:29:11.114 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-01-08 09:29:11.139 | + ./stack.sh:main:866 : is_service_enabled swift 2021-01-08 09:29:11.156 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:11.158 | + ./stack.sh:main:867 : is_service_enabled ceilometer 2021-01-08 09:29:11.174 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:11.177 | + ./stack.sh:main:870 : stack_install_service swift 2021-01-08 09:29:11.179 | + lib/stack:stack_install_service:20 : local service=swift 2021-01-08 09:29:11.182 | + lib/stack:stack_install_service:21 : type install_swift 2021-01-08 09:29:11.184 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-08 09:29:11.186 | + lib/stack:stack_install_service:32 : install_swift 2021-01-08 09:29:11.189 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2021-01-08 09:29:11.192 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/swift.git 2021-01-08 09:29:11.194 | + functions-common:git_clone:526 : local git_dest=/opt/stack/swift 2021-01-08 09:29:11.196 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:29:11.198 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:29:11.201 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:29:11.204 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:29:11.206 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:29:11.209 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:29:11.224 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:29:11.226 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:29:11.229 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:29:11.232 | + functions-common:git_clone:546 : echo master 2021-01-08 09:29:11.232 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:29:11.236 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/swift ]] 2021-01-08 09:29:11.239 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:29:11.241 | + functions-common:git_clone:594 : cd /opt/stack/swift 2021-01-08 09:29:11.244 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:29:11.245 | + functions-common:git_clone:595 : head -1 2021-01-08 09:29:11.247 | 322227bb9 Merge "Remove vendor names from deployment guide" 2021-01-08 09:29:11.250 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:29:11.254 | + lib/swift:install_swift:746 : setup_develop /opt/stack/swift keystone 2021-01-08 09:29:11.256 | + inc/python:setup_develop:338 : local bindep 2021-01-08 09:29:11.258 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2021-01-08 09:29:11.261 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2021-01-08 09:29:11.263 | + inc/python:setup_develop:344 : local extras=keystone 2021-01-08 09:29:11.266 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-01-08 09:29:11.268 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-08 09:29:11.270 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2021-01-08 09:29:11.273 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2021-01-08 09:29:11.275 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-08 09:29:11.277 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2021-01-08 09:29:11.280 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2021-01-08 09:29:11.282 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-08 09:29:11.285 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2021-01-08 09:29:11.287 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-08 09:29:11.290 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-08 09:29:11.293 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-01-08 09:29:11.298 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2021-01-08 09:29:11.301 | + 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' 2021-01-08 09:29:11.983 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e keystone 2021-01-08 09:29:11.985 | + inc/python:setup_package:417 : local bindep=0 2021-01-08 09:29:11.988 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-08 09:29:11.990 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-08 09:29:11.992 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2021-01-08 09:29:11.994 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2021-01-08 09:29:11.997 | + inc/python:setup_package:426 : local flags=-e 2021-01-08 09:29:11.999 | + inc/python:setup_package:427 : local extras=keystone 2021-01-08 09:29:12.001 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-08 09:29:12.004 | + inc/python:setup_package:431 : [[ -z keystone ]] 2021-01-08 09:29:12.006 | + inc/python:setup_package:436 : [[ ! -z keystone ]] 2021-01-08 09:29:12.008 | + inc/python:setup_package:437 : extras='[keystone]' 2021-01-08 09:29:12.010 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-08 09:29:12.013 | + inc/python:setup_package:445 : pip_install -e '/opt/stack/swift[keystone]' 2021-01-08 09:29:12.031 | Using python 3.6 to install /opt/stack/swift 2021-01-08 09:29:12.034 | + 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[keystone]' 2021-01-08 09:29:14.055 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:29:14.055 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:29:14.072 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:29:14.076 | Obtaining file:///opt/stack/swift 2021-01-08 09:29:15.345 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-08 09:29:16.613 | 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) 2021-01-08 09:29:16.622 | Requirement already satisfied: cryptography===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.3.1) 2021-01-08 09:29:16.665 | Requirement already satisfied: eventlet===0.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.30.0) 2021-01-08 09:29:16.675 | 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) 2021-01-08 09:29:16.677 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.2.0) 2021-01-08 09:29:18.710 | Collecting lxml===4.6.2 2021-01-08 09:29:18.732 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4fb/85c447e288df5/lxml-4.6.2-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) 2021-01-08 09:29:18.926 | 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) 2021-01-08 09:29:18.929 | 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) 2021-01-08 09:29:18.969 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.4.0) 2021-01-08 09:29:19.015 | 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) 2021-01-08 09:29:19.051 | 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) 2021-01-08 09:29:19.057 | 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) 2021-01-08 09:29:19.100 | 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) 2021-01-08 09:29:19.110 | 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) 2021-01-08 09:29:19.130 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (20.8) 2021-01-08 09:29:19.135 | 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) 2021-01-08 09:29:19.138 | 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) 2021-01-08 09:29:19.571 | Collecting pyeclib===1.6.0 2021-01-08 09:29:19.596 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-01-08 09:29:20.580 | 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) 2021-01-08 09:29:20.582 | 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) 2021-01-08 09:29:20.586 | 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) 2021-01-08 09:29:20.591 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (4.2.0) 2021-01-08 09:29:20.611 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.5) 2021-01-08 09:29:20.616 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.25.1) 2021-01-08 09:29:20.637 | 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) 2021-01-08 09:29:20.642 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (51.1.1) 2021-01-08 09:29:20.689 | 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) 2021-01-08 09:29:20.694 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.3.0) 2021-01-08 09:29:20.710 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.26.2) 2021-01-08 09:29:21.262 | Collecting xattr===0.9.7 2021-01-08 09:29:21.270 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-01-08 09:29:22.021 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:29:22.024 | 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) 2021-01-08 09:29:22.033 | 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) 2021-01-08 09:29:22.048 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.3.0) 2021-01-08 09:29:22.116 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.1.1) 2021-01-08 09:29:22.122 | 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) 2021-01-08 09:29:22.130 | 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) 2021-01-08 09:29:22.137 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2021-01-08 09:29:22.178 | Requirement already satisfied: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2021-01-08 09:29:22.182 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.2) 2021-01-08 09:29:22.185 | 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) 2021-01-08 09:29:22.188 | 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) 2021-01-08 09:29:22.191 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:29:22.194 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:29:22.197 | 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) 2021-01-08 09:29:22.200 | 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) 2021-01-08 09:29:22.204 | 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) 2021-01-08 09:29:22.208 | 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) 2021-01-08 09:29:22.210 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.1.1) 2021-01-08 09:29:22.240 | 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) 2021-01-08 09:29:22.267 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (3.7.4.3) 2021-01-08 09:29:22.272 | Building wheels for collected packages: pyeclib, xattr 2021-01-08 09:29:22.273 | Building wheel for pyeclib (setup.py): started 2021-01-08 09:29:23.416 | Building wheel for pyeclib (setup.py): finished with status 'done' 2021-01-08 09:29:23.417 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53038 sha256=2a4b55d63c141037719d1aed530ff898a7bae889022ee69607e104c9448cda3e 2021-01-08 09:29:23.417 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2021-01-08 09:29:23.419 | Building wheel for xattr (setup.py): started 2021-01-08 09:29:24.663 | Building wheel for xattr (setup.py): finished with status 'done' 2021-01-08 09:29:24.664 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30930 sha256=f71f699b5a0707282b05676c0423b330dcb4546dd7210fb955e59b012f049fe5 2021-01-08 09:29:24.664 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2021-01-08 09:29:24.665 | Successfully built pyeclib xattr 2021-01-08 09:29:25.494 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-01-08 09:29:25.826 | Running setup.py develop for swift 2021-01-08 09:29:27.364 | Successfully installed lxml-4.6.2 pyeclib-1.6.0 swift xattr-0.9.7 2021-01-08 09:29:27.502 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:29:27.502 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:29:27.604 | + inc/python:pip_install:200 : result=0 2021-01-08 09:29:27.606 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:29:27.609 | + functions-common:time_stop:2306 : local name 2021-01-08 09:29:27.611 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:29:27.613 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:29:27.616 | + functions-common:time_stop:2309 : local total 2021-01-08 09:29:27.618 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:29:27.620 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:29:27.622 | + functions-common:time_stop:2313 : start_time=1610098152027 2021-01-08 09:29:27.624 | + functions-common:time_stop:2315 : [[ -z 1610098152027 ]] 2021-01-08 09:29:27.627 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:29:27.631 | + functions-common:time_stop:2318 : end_time=1610098167628 2021-01-08 09:29:27.633 | + functions-common:time_stop:2319 : elapsed_time=15601 2021-01-08 09:29:27.635 | + functions-common:time_stop:2320 : total=119458 2021-01-08 09:29:27.637 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:29:27.639 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=135059 2021-01-08 09:29:27.642 | + inc/python:pip_install:203 : return 0 2021-01-08 09:29:27.644 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-01-08 09:29:27.646 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-01-08 09:29:27.649 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-01-08 09:29:27.665 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-01-08 09:29:27.676 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2021-01-08 09:29:27.679 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2021-01-08 09:29:27.681 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:29:27.683 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:29:27.686 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2021-01-08 09:29:27.688 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:29:27.691 | + lib/swift:install_swift:747 : '[' False == True ']' 2021-01-08 09:29:27.693 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-01-08 09:29:27.696 | + ./stack.sh:main:871 : configure_swift 2021-01-08 09:29:27.698 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-01-08 09:29:27.700 | + lib/swift:configure_swift:335 : local node_number 2021-01-08 09:29:27.702 | + lib/swift:configure_swift:336 : local swift_node_config 2021-01-08 09:29:27.704 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-01-08 09:29:27.706 | + lib/swift:configure_swift:338 : local user_group 2021-01-08 09:29:27.708 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-01-08 09:29:28.566 | No object-updater running 2021-01-08 09:29:28.567 | No container-auditor running 2021-01-08 09:29:28.567 | No object-server running 2021-01-08 09:29:28.567 | No account-reaper running 2021-01-08 09:29:28.567 | No container-sync running 2021-01-08 09:29:28.567 | No container-sharder running 2021-01-08 09:29:28.567 | No container-replicator running 2021-01-08 09:29:28.567 | No container-server running 2021-01-08 09:29:28.567 | No account-auditor running 2021-01-08 09:29:28.567 | No object-auditor running 2021-01-08 09:29:28.567 | No object-replicator running 2021-01-08 09:29:28.567 | No container-reconciler running 2021-01-08 09:29:28.567 | No object-reconstructor running 2021-01-08 09:29:28.567 | No account-replicator running 2021-01-08 09:29:28.567 | No container-updater running 2021-01-08 09:29:28.567 | No account-server running 2021-01-08 09:29:28.567 | No object-expirer running 2021-01-08 09:29:28.567 | No proxy-server running 2021-01-08 09:29:28.616 | + lib/swift:configure_swift:341 : true 2021-01-08 09:29:28.618 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-01-08 09:29:28.630 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-01-08 09:29:28.642 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-01-08 09:29:28.645 | + lib/swift:configure_swift:355 : sed -e ' 2021-01-08 09:29:28.645 | s/%GROUP%//; 2021-01-08 09:29:28.645 | s/%USER%/ubuntu/; 2021-01-08 09:29:28.645 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-01-08 09:29:28.645 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-01-08 09:29:28.645 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-01-08 09:29:28.652 | uid = ubuntu 2021-01-08 09:29:28.652 | gid = 2021-01-08 09:29:28.652 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-01-08 09:29:28.652 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-01-08 09:29:28.652 | address = 127.0.0.1 2021-01-08 09:29:28.652 | 2021-01-08 09:29:28.652 | [account6612] 2021-01-08 09:29:28.652 | max connections = 25 2021-01-08 09:29:28.652 | path = /opt/stack/data/swift/1/node/ 2021-01-08 09:29:28.652 | read only = false 2021-01-08 09:29:28.652 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-01-08 09:29:28.652 | 2021-01-08 09:29:28.652 | [account6622] 2021-01-08 09:29:28.652 | max connections = 25 2021-01-08 09:29:28.652 | path = /opt/stack/data/swift/2/node/ 2021-01-08 09:29:28.652 | read only = false 2021-01-08 09:29:28.653 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-01-08 09:29:28.653 | 2021-01-08 09:29:28.653 | [account6632] 2021-01-08 09:29:28.653 | max connections = 25 2021-01-08 09:29:28.653 | path = /opt/stack/data/swift/3/node/ 2021-01-08 09:29:28.653 | read only = false 2021-01-08 09:29:28.653 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-01-08 09:29:28.653 | 2021-01-08 09:29:28.653 | [account6642] 2021-01-08 09:29:28.653 | max connections = 25 2021-01-08 09:29:28.653 | path = /opt/stack/data/swift/4/node/ 2021-01-08 09:29:28.653 | read only = false 2021-01-08 09:29:28.653 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-01-08 09:29:28.653 | 2021-01-08 09:29:28.653 | 2021-01-08 09:29:28.653 | [container6611] 2021-01-08 09:29:28.653 | max connections = 25 2021-01-08 09:29:28.653 | path = /opt/stack/data/swift/1/node/ 2021-01-08 09:29:28.653 | read only = false 2021-01-08 09:29:28.653 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-01-08 09:29:28.653 | 2021-01-08 09:29:28.653 | [container6621] 2021-01-08 09:29:28.653 | max connections = 25 2021-01-08 09:29:28.653 | path = /opt/stack/data/swift/2/node/ 2021-01-08 09:29:28.653 | read only = false 2021-01-08 09:29:28.653 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-01-08 09:29:28.653 | 2021-01-08 09:29:28.653 | [container6631] 2021-01-08 09:29:28.653 | max connections = 25 2021-01-08 09:29:28.653 | path = /opt/stack/data/swift/3/node/ 2021-01-08 09:29:28.653 | read only = false 2021-01-08 09:29:28.653 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-01-08 09:29:28.653 | 2021-01-08 09:29:28.653 | [container6641] 2021-01-08 09:29:28.653 | max connections = 25 2021-01-08 09:29:28.654 | path = /opt/stack/data/swift/4/node/ 2021-01-08 09:29:28.654 | read only = false 2021-01-08 09:29:28.654 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-01-08 09:29:28.654 | 2021-01-08 09:29:28.654 | 2021-01-08 09:29:28.654 | [object6613] 2021-01-08 09:29:28.654 | max connections = 25 2021-01-08 09:29:28.654 | path = /opt/stack/data/swift/1/node/ 2021-01-08 09:29:28.654 | read only = false 2021-01-08 09:29:28.654 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-01-08 09:29:28.654 | 2021-01-08 09:29:28.654 | [object6623] 2021-01-08 09:29:28.654 | max connections = 25 2021-01-08 09:29:28.654 | path = /opt/stack/data/swift/2/node/ 2021-01-08 09:29:28.654 | read only = false 2021-01-08 09:29:28.654 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-01-08 09:29:28.654 | 2021-01-08 09:29:28.654 | [object6633] 2021-01-08 09:29:28.654 | max connections = 25 2021-01-08 09:29:28.654 | path = /opt/stack/data/swift/3/node/ 2021-01-08 09:29:28.654 | read only = false 2021-01-08 09:29:28.654 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-01-08 09:29:28.654 | 2021-01-08 09:29:28.654 | [object6643] 2021-01-08 09:29:28.654 | max connections = 25 2021-01-08 09:29:28.654 | path = /opt/stack/data/swift/4/node/ 2021-01-08 09:29:28.654 | read only = false 2021-01-08 09:29:28.654 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-01-08 09:29:28.655 | + lib/swift:configure_swift:361 : is_ubuntu 2021-01-08 09:29:28.657 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:29:28.659 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:29:28.661 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-01-08 09:29:28.678 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-01-08 09:29:28.680 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-01-08 09:29:28.684 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-01-08 09:29:28.688 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-01-08 09:29:28.690 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-01-08 09:29:28.693 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-01-08 09:29:28.717 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.23:8080/v1/ 2021-01-08 09:29:28.741 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-01-08 09:29:28.760 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-01-08 09:29:28.789 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-01-08 09:29:28.809 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-01-08 09:29:28.837 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-01-08 09:29:28.857 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-01-08 09:29:28.885 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-01-08 09:29:28.908 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-01-08 09:29:28.936 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-01-08 09:29:28.955 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-01-08 09:29:28.983 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-01-08 09:29:29.002 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-01-08 09:29:29.016 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:29.018 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-01-08 09:29:29.055 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-01-08 09:29:29.083 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-01-08 09:29:29.111 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-01-08 09:29:29.138 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-01-08 09:29:29.153 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:29.155 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-01-08 09:29:29.183 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-01-08 09:29:29.198 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:29.201 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-01-08 09:29:29.215 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:29.217 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2021-01-08 09:29:29.219 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2021-01-08 09:29:29.234 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:29.236 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2021-01-08 09:29:29.238 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2021-01-08 09:29:29.240 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-01-08 09:29:29.248 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-01-08 09:29:29.256 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-01-08 09:29:29.284 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-01-08 09:29:29.311 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-01-08 09:29:29.341 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-01-08 09:29:29.372 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-01-08 09:29:29.401 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-01-08 09:29:29.403 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/swift/proxy-server.conf 2021-01-08 09:29:29.405 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=swift 2021-01-08 09:29:29.407 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=filter:authtoken 2021-01-08 09:29:29.409 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-01-08 09:29:29.436 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-01-08 09:29:29.465 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.23/identity 2021-01-08 09:29:29.494 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-01-08 09:29:29.523 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-01-08 09:29:29.550 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-01-08 09:29:29.579 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-01-08 09:29:29.608 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-01-08 09:29:29.637 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-01-08 09:29:29.666 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-01-08 09:29:29.696 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-01-08 09:29:29.724 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-01-08 09:29:29.755 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-01-08 09:29:29.785 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-01-08 09:29:29.818 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-01-08 09:29:29.846 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-01-08 09:29:29.871 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-01-08 09:29:29.900 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-01-08 09:29:29.929 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-01-08 09:29:29.933 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-01-08 09:29:29.959 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-01-08 09:29:29.983 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-01-08 09:29:30.007 | + lib/swift:configure_swift:479 : local node_number 2021-01-08 09:29:30.009 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-01-08 09:29:30.011 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2021-01-08 09:29:30.013 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-01-08 09:29:30.017 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-01-08 09:29:30.020 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-01-08 09:29:30.022 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-01-08 09:29:30.024 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-01-08 09:29:30.026 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-01-08 09:29:30.028 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-01-08 09:29:30.030 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-01-08 09:29:30.032 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-01-08 09:29:30.050 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-01-08 09:29:30.076 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-01-08 09:29:30.100 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-01-08 09:29:30.127 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-01-08 09:29:30.146 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-01-08 09:29:30.173 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-01-08 09:29:30.191 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-01-08 09:29:30.217 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-01-08 09:29:30.237 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-01-08 09:29:30.263 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-01-08 09:29:30.282 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-01-08 09:29:30.309 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-01-08 09:29:30.329 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-01-08 09:29:30.357 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-01-08 09:29:30.376 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-01-08 09:29:30.402 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-01-08 09:29:30.420 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-01-08 09:29:30.456 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2021-01-08 09:29:30.462 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-01-08 09:29:30.481 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-01-08 09:29:30.507 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-01-08 09:29:30.535 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2021-01-08 09:29:30.538 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-01-08 09:29:30.542 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-01-08 09:29:30.544 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-01-08 09:29:30.546 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-01-08 09:29:30.548 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-01-08 09:29:30.550 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-01-08 09:29:30.552 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-01-08 09:29:30.554 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-01-08 09:29:30.557 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-01-08 09:29:30.580 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-01-08 09:29:30.607 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-01-08 09:29:30.624 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-01-08 09:29:30.650 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-01-08 09:29:30.668 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-01-08 09:29:30.697 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-01-08 09:29:30.715 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-01-08 09:29:30.741 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-01-08 09:29:30.759 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-01-08 09:29:30.785 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-01-08 09:29:30.804 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-01-08 09:29:30.832 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-01-08 09:29:30.850 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-01-08 09:29:30.876 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-01-08 09:29:30.895 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-01-08 09:29:30.920 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-01-08 09:29:30.938 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-01-08 09:29:30.966 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2021-01-08 09:29:30.973 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-01-08 09:29:30.993 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-01-08 09:29:31.020 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2021-01-08 09:29:31.022 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-01-08 09:29:31.026 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-01-08 09:29:31.029 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-01-08 09:29:31.031 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-01-08 09:29:31.033 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-01-08 09:29:31.035 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-01-08 09:29:31.037 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-01-08 09:29:31.039 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-01-08 09:29:31.041 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-01-08 09:29:31.059 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-01-08 09:29:31.086 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-01-08 09:29:31.104 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-01-08 09:29:31.130 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-01-08 09:29:31.149 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-01-08 09:29:31.176 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-01-08 09:29:31.195 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-01-08 09:29:31.220 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-01-08 09:29:31.241 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-01-08 09:29:31.269 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-01-08 09:29:31.288 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-01-08 09:29:31.313 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-01-08 09:29:31.332 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-01-08 09:29:31.359 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-01-08 09:29:31.376 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-01-08 09:29:31.403 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-01-08 09:29:31.422 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-01-08 09:29:31.447 | + lib/swift:generate_swift_config_services:329 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2021-01-08 09:29:31.452 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-01-08 09:29:31.470 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-01-08 09:29:31.495 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-01-08 09:29:31.522 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-01-08 09:29:31.550 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-01-08 09:29:31.578 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2021-01-08 09:29:31.580 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-01-08 09:29:31.585 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-01-08 09:29:31.610 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-01-08 09:29:31.635 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-01-08 09:29:31.660 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-01-08 09:29:31.689 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-01-08 09:29:31.715 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-01-08 09:29:31.739 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-01-08 09:29:31.764 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2021-01-08 09:29:31.788 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-01-08 09:29:31.811 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2021-01-08 09:29:31.826 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:31.828 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-01-08 09:29:31.846 | + lib/swift:configure_swift:522 : local auth_vers 2021-01-08 09:29:31.849 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2021-01-08 09:29:31.867 | + lib/swift:configure_swift:523 : auth_vers=3 2021-01-08 09:29:31.870 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.23 2021-01-08 09:29:31.900 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2021-01-08 09:29:31.902 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2021-01-08 09:29:31.927 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.23/identity 2021-01-08 09:29:31.953 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2021-01-08 09:29:31.955 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-01-08 09:29:31.983 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2021-01-08 09:29:31.999 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:32.001 | + lib/swift:configure_swift:542 : local user_group 2021-01-08 09:29:32.005 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2021-01-08 09:29:32.009 | + lib/swift:configure_swift:543 : user_group=1000 2021-01-08 09:29:32.011 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-01-08 09:29:32.023 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2021-01-08 09:29:32.025 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2021-01-08 09:29:32.036 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2021-01-08 09:29:32.038 | + lib/swift:configure_swift:549 : is_suse 2021-01-08 09:29:32.040 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:29:32.042 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:29:32.044 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:29:32.046 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:29:32.049 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:29:32.051 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:29:32.054 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-01-08 09:29:32.066 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2021-01-08 09:29:32.068 | + lib/swift:configure_swift:562 : '[' False == True ']' 2021-01-08 09:29:32.070 | + ./stack.sh:main:874 : is_service_enabled s3api 2021-01-08 09:29:32.086 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:29:32.088 | + ./stack.sh:main:880 : is_service_enabled g-api n-api 2021-01-08 09:29:32.104 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:32.106 | + ./stack.sh:main:882 : stack_install_service glance 2021-01-08 09:29:32.109 | + lib/stack:stack_install_service:20 : local service=glance 2021-01-08 09:29:32.111 | + lib/stack:stack_install_service:21 : type install_glance 2021-01-08 09:29:32.114 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-08 09:29:32.116 | + lib/stack:stack_install_service:32 : install_glance 2021-01-08 09:29:32.119 | + lib/glance:install_glance:436 : glance_store_extras=() 2021-01-08 09:29:32.121 | + lib/glance:install_glance:436 : local glance_store_extras 2021-01-08 09:29:32.124 | + lib/glance:install_glance:438 : is_service_enabled cinder 2021-01-08 09:29:32.140 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:32.146 | + lib/glance:install_glance:439 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-01-08 09:29:32.154 | + lib/glance:install_glance:442 : is_service_enabled swift 2021-01-08 09:29:32.171 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:29:32.174 | + lib/glance:install_glance:443 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-01-08 09:29:32.177 | + lib/glance:install_glance:448 : use_library_from_git glance_store 2021-01-08 09:29:32.179 | + inc/python:use_library_from_git:250 : local name=glance_store 2021-01-08 09:29:32.182 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:29:32.184 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:29:32.187 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2021-01-08 09:29:32.189 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:29:32.193 | ++ lib/glance:install_glance:454 : join_extras swift cinder 2021-01-08 09:29:32.196 | ++ inc/python:join_extras:29 : local IFS=, 2021-01-08 09:29:32.198 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-01-08 09:29:32.201 | + lib/glance:install_glance:454 : pip_install_gr_extras glance-store swift,cinder 2021-01-08 09:29:32.204 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-01-08 09:29:32.206 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-01-08 09:29:32.208 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-01-08 09:29:32.212 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-01-08 09:29:32.214 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2021-01-08 09:29:32.217 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2021-01-08 09:29:32.220 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-01-08 09:29:32.221 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2021-01-08 09:29:32.225 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2021-01-08 09:29:32.227 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2021-01-08 09:29:32.230 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2021-01-08 09:29:32.233 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-01-08 09:29:32.235 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-01-08 09:29:32.255 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 2021-01-08 09:29:32.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 'glance-store[swift,cinder]!=0.29.0' 2021-01-08 09:29:34.298 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:29:34.298 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:29:34.316 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:29:34.937 | Collecting glance-store===2.4.0 2021-01-08 09:29:34.945 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/59f/79a3d41ec315b/glance_store-2.4.0-py3-none-any.whl (215 kB) 2021-01-08 09:29:35.204 | Collecting httplib2===0.18.1 2021-01-08 09:29:35.211 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ca2/914b015b62477/httplib2-0.18.1-py3-none-any.whl (95 kB) 2021-01-08 09:29:35.278 | 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) 2021-01-08 09:29:35.310 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.3.0) 2021-01-08 09:29:35.550 | Collecting os-brick===4.1.0 2021-01-08 09:29:35.557 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/914/945bdb17581e0/os_brick-4.1.0-py3-none-any.whl (239 kB) 2021-01-08 09:29:35.656 | 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) 2021-01-08 09:29:35.822 | Collecting os-win===5.4.0 2021-01-08 09:29:35.829 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/101/6e34bab38f089/os_win-5.4.0-py3-none-any.whl (273 kB) 2021-01-08 09:29:35.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 294)) (4.3.1) 2021-01-08 09:29:35.933 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.4.0) 2021-01-08 09:29:35.980 | 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) 2021-01-08 09:29:35.987 | 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) 2021-01-08 09:29:35.994 | 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) 2021-01-08 09:29:36.198 | Collecting oslo.privsep===2.4.0 2021-01-08 09:29:36.205 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/145/175818dc0ea1c/oslo.privsep-2.4.0-py3-none-any.whl (33 kB) 2021-01-08 09:29:36.422 | Collecting oslo.rootwrap===6.2.0 2021-01-08 09:29:36.429 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddc/377863c93f8cb/oslo.rootwrap-6.2.0-py3-none-any.whl (33 kB) 2021-01-08 09:29:36.495 | 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) 2021-01-08 09:29:36.505 | 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) 2021-01-08 09:29:36.532 | 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) 2021-01-08 09:29:36.552 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (20.8) 2021-01-08 09:29:36.557 | 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) 2021-01-08 09:29:36.560 | 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) 2021-01-08 09:29:36.562 | 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) 2021-01-08 09:29:36.566 | 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) 2021-01-08 09:29:37.149 | Collecting python-cinderclient===7.2.0 2021-01-08 09:29:37.156 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a1b/ef06dcba610b2/python_cinderclient-7.2.0-py3-none-any.whl (274 kB) 2021-01-08 09:29:37.248 | Requirement already satisfied: python-dateutil===2.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) (2.8.1) 2021-01-08 09:29:37.253 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (4.2.0) 2021-01-08 09:29:37.737 | Collecting python-swiftclient===3.11.0 2021-01-08 09:29:37.745 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/265/7e2871691bac4/python_swiftclient-3.11.0-py2.py3-none-any.whl (86 kB) 2021-01-08 09:29:37.839 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.5) 2021-01-08 09:29:37.843 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.25.1) 2021-01-08 09:29:37.866 | 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) 2021-01-08 09:29:37.870 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (51.1.1) 2021-01-08 09:29:38.151 | Collecting simplejson===3.17.2 2021-01-08 09:29:38.158 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bc0/0d1210567a4cd/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.whl (127 kB) 2021-01-08 09:29:38.227 | 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) 2021-01-08 09:29:38.229 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.3.0) 2021-01-08 09:29:38.239 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (6.3.1) 2021-01-08 09:29:38.255 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.26.2) 2021-01-08 09:29:38.278 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.3.2) 2021-01-08 09:29:38.283 | Requirement already satisfied: eventlet===0.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.30.0) 2021-01-08 09:29:38.294 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:29:38.340 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2021-01-08 09:29:38.380 | 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) 2021-01-08 09:29:38.383 | 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) 2021-01-08 09:29:38.388 | 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) 2021-01-08 09:29:38.397 | 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) 2021-01-08 09:29:38.400 | 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) 2021-01-08 09:29:38.406 | 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) 2021-01-08 09:29:38.409 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.2) 2021-01-08 09:29:38.412 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:29:38.415 | 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) 2021-01-08 09:29:38.424 | 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) 2021-01-08 09:29:38.434 | 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) 2021-01-08 09:29:38.449 | 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) 2021-01-08 09:29:38.461 | 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) 2021-01-08 09:29:38.473 | 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) 2021-01-08 09:29:38.476 | 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) 2021-01-08 09:29:38.478 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:29:38.481 | 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) 2021-01-08 09:29:38.485 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:29:38.488 | 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) 2021-01-08 09:29:38.496 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (3.7.4.3) 2021-01-08 09:29:38.501 | 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) 2021-01-08 09:29:38.528 | 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) 2021-01-08 09:29:38.530 | 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) 2021-01-08 09:29:38.533 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.1.1) 2021-01-08 09:29:38.562 | 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) 2021-01-08 09:29:38.564 | 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) 2021-01-08 09:29:38.572 | 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) 2021-01-08 09:29:38.592 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) (1.6.0) 2021-01-08 09:29:38.595 | 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) 2021-01-08 09:29:38.598 | 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) 2021-01-08 09:29:38.600 | 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) 2021-01-08 09:29:38.608 | 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) 2021-01-08 09:29:38.610 | 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) 2021-01-08 09:29:39.614 | Installing collected packages: simplejson, python-cinderclient, os-win, oslo.privsep, os-brick, oslo.rootwrap, python-swiftclient, httplib2, glance-store 2021-01-08 09:29:41.071 | Successfully installed glance-store-2.4.0 httplib2-0.18.1 os-brick-4.1.0 os-win-5.4.0 oslo.privsep-2.4.0 oslo.rootwrap-6.2.0 python-cinderclient-7.2.0 python-swiftclient-3.11.0 simplejson-3.17.2 2021-01-08 09:29:41.177 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:29:41.177 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:29:41.275 | + inc/python:pip_install:200 : result=0 2021-01-08 09:29:41.278 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:29:41.281 | + functions-common:time_stop:2306 : local name 2021-01-08 09:29:41.283 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:29:41.285 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:29:41.288 | + functions-common:time_stop:2309 : local total 2021-01-08 09:29:41.290 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:29:41.293 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:29:41.295 | + functions-common:time_stop:2313 : start_time=1610098172250 2021-01-08 09:29:41.297 | + functions-common:time_stop:2315 : [[ -z 1610098172250 ]] 2021-01-08 09:29:41.301 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:29:41.304 | + functions-common:time_stop:2318 : end_time=1610098181302 2021-01-08 09:29:41.307 | + functions-common:time_stop:2319 : elapsed_time=9052 2021-01-08 09:29:41.309 | + functions-common:time_stop:2320 : total=135059 2021-01-08 09:29:41.311 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:29:41.313 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=144111 2021-01-08 09:29:41.316 | + inc/python:pip_install:203 : return 0 2021-01-08 09:29:41.319 | + lib/glance:install_glance:455 : copy_rootwrap /usr/local/etc/glance 2021-01-08 09:29:41.321 | + lib/glance:copy_rootwrap:215 : local source_path=/usr/local/etc/glance 2021-01-08 09:29:41.324 | + lib/glance:copy_rootwrap:217 : sudo install -d -o ubuntu /etc/glance 2021-01-08 09:29:41.337 | + lib/glance:copy_rootwrap:218 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2021-01-08 09:29:41.341 | + lib/glance:install_glance:458 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2021-01-08 09:29:41.343 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/glance.git 2021-01-08 09:29:41.346 | + functions-common:git_clone:526 : local git_dest=/opt/stack/glance 2021-01-08 09:29:41.348 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:29:41.351 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:29:41.353 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:29:41.356 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:29:41.358 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:29:41.361 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:29:41.377 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:29:41.379 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:29:41.381 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:29:41.384 | + functions-common:git_clone:546 : echo master 2021-01-08 09:29:41.384 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:29:41.389 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/glance ]] 2021-01-08 09:29:41.391 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:29:41.393 | + functions-common:git_clone:594 : cd /opt/stack/glance 2021-01-08 09:29:41.396 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:29:41.396 | + functions-common:git_clone:595 : head -1 2021-01-08 09:29:41.402 | 73742be9 Imported Translations from Zanata 2021-01-08 09:29:41.404 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:29:41.407 | + lib/glance:install_glance:460 : setup_develop /opt/stack/glance 2021-01-08 09:29:41.410 | + inc/python:setup_develop:338 : local bindep 2021-01-08 09:29:41.412 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2021-01-08 09:29:41.415 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2021-01-08 09:29:41.418 | + inc/python:setup_develop:344 : local extras= 2021-01-08 09:29:41.420 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-01-08 09:29:41.423 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-08 09:29:41.426 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2021-01-08 09:29:41.429 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2021-01-08 09:29:41.431 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-08 09:29:41.434 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-01-08 09:29:41.437 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2021-01-08 09:29:41.439 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-08 09:29:41.442 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2021-01-08 09:29:41.444 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-08 09:29:41.447 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-08 09:29:41.450 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-01-08 09:29:41.455 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2021-01-08 09:29:41.458 | + 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' 2021-01-08 09:29:42.131 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2021-01-08 09:29:42.134 | + inc/python:setup_package:417 : local bindep=0 2021-01-08 09:29:42.136 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-08 09:29:42.138 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-08 09:29:42.141 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2021-01-08 09:29:42.144 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2021-01-08 09:29:42.146 | + inc/python:setup_package:426 : local flags=-e 2021-01-08 09:29:42.149 | + inc/python:setup_package:427 : local extras= 2021-01-08 09:29:42.151 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-08 09:29:42.153 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-01-08 09:29:42.156 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-01-08 09:29:42.158 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-01-08 09:29:42.161 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-08 09:29:42.163 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2021-01-08 09:29:42.182 | Using python 3.6 to install /opt/stack/glance 2021-01-08 09:29:42.185 | + 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 2021-01-08 09:29:44.232 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:29:44.232 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:29:44.251 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:29:44.257 | Obtaining file:///opt/stack/glance 2021-01-08 09:29:45.557 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-08 09:29:46.844 | 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) 2021-01-08 09:29:46.854 | 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) 2021-01-08 09:29:46.863 | 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) 2021-01-08 09:29:46.875 | Requirement already satisfied: SQLAlchemy===1.3.22 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.22) 2021-01-08 09:29:47.449 | Collecting WSME===0.10.0 2021-01-08 09:29:47.458 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0e1/2c01e2820134f/WSME-0.10.0-py3-none-any.whl (60 kB) 2021-01-08 09:29:47.536 | 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) 2021-01-08 09:29:47.551 | 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) 2021-01-08 09:29:48.140 | Collecting castellan===3.7.0 2021-01-08 09:29:48.146 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af3/facd94857f477/castellan-3.7.0-py3-none-any.whl (93 kB) 2021-01-08 09:29:48.235 | Requirement already satisfied: cryptography===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.3.1) 2021-01-08 09:29:48.675 | Collecting cursive===0.2.2 2021-01-08 09:29:48.682 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-01-08 09:29:48.760 | 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) 2021-01-08 09:29:48.767 | 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) 2021-01-08 09:29:48.774 | Requirement already satisfied: eventlet===0.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.30.0) 2021-01-08 09:29:48.784 | 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) 2021-01-08 09:29:48.790 | Requirement already satisfied: glance-store===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.0) 2021-01-08 09:29:48.891 | 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) 2021-01-08 09:29:48.894 | 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) 2021-01-08 09:29:48.897 | 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) 2021-01-08 09:29:48.899 | 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) 2021-01-08 09:29:48.940 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) (4.3.0) 2021-01-08 09:29:49.008 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (9.2.0) 2021-01-08 09:29:49.068 | 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) 2021-01-08 09:29:49.074 | 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) 2021-01-08 09:29:49.079 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) (5.4.0) 2021-01-08 09:29:49.099 | 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) 2021-01-08 09:29:49.139 | 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) 2021-01-08 09:29:49.152 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (8.4.0) 2021-01-08 09:29:49.198 | 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) 2021-01-08 09:29:49.204 | 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) 2021-01-08 09:29:49.259 | 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) 2021-01-08 09:29:49.265 | 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) 2021-01-08 09:29:49.311 | 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) 2021-01-08 09:29:49.373 | 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) 2021-01-08 09:29:49.392 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (3.6.0) 2021-01-08 09:29:49.538 | Collecting oslo.reports===2.2.0 2021-01-08 09:29:49.545 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af9/ef1cf70a64013/oslo.reports-2.2.0-py3-none-any.whl (50 kB) 2021-01-08 09:29:49.625 | 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) 2021-01-08 09:29:49.635 | 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) 2021-01-08 09:29:49.662 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (1.3.0) 2021-01-08 09:29:49.673 | 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) 2021-01-08 09:29:49.692 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (3.4.0) 2021-01-08 09:29:49.745 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (20.8) 2021-01-08 09:29:49.751 | 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) 2021-01-08 09:29:49.754 | 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) 2021-01-08 09:29:50.320 | Collecting psutil===5.8.0 2021-01-08 09:29:50.328 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/99d/e3e8739258b3c/psutil-5.8.0-cp36-cp36m-manylinux2010_x86_64.whl (291 kB) 2021-01-08 09:29:50.425 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (20.0.1) 2021-01-08 09:29:50.440 | 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) 2021-01-08 09:29:50.451 | 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) 2021-01-08 09:29:50.453 | 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) 2021-01-08 09:29:50.457 | 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) 2021-01-08 09:29:50.566 | Collecting python-barbicanclient===5.0.1 2021-01-08 09:29:50.572 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0a2/c78d3a61be98e/python_barbicanclient-5.0.1-py3-none-any.whl (80 kB) 2021-01-08 09:29:50.665 | 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) 2021-01-08 09:29:50.670 | 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) 2021-01-08 09:29:50.672 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 394)) (4.2.0) 2021-01-08 09:29:50.693 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (2020.5) 2021-01-08 09:29:50.697 | 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) 2021-01-08 09:29:50.705 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2.25.1) 2021-01-08 09:29:50.805 | Collecting retrying===1.3.3 2021-01-08 09:29:50.811 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-01-08 09:29:50.880 | 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) 2021-01-08 09:29:50.884 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 467)) (51.1.1) 2021-01-08 09:29:51.337 | Collecting simplegeneric===0.8.1 2021-01-08 09:29:51.343 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-01-08 09:29:52.020 | 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) 2021-01-08 09:29:52.023 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 496)) (0.13.0) 2021-01-08 09:29:52.035 | 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) 2021-01-08 09:29:52.037 | 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) 2021-01-08 09:29:52.040 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.3.0) 2021-01-08 09:29:52.730 | Collecting taskflow===4.5.0 2021-01-08 09:29:52.738 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2b0/a10f9e46ddf23/taskflow-4.5.0-py3-none-any.whl (488 kB) 2021-01-08 09:29:52.884 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (6.3.1) 2021-01-08 09:29:52.900 | 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) 2021-01-08 09:29:52.910 | 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) 2021-01-08 09:29:52.916 | 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) 2021-01-08 09:29:52.935 | 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) 2021-01-08 09:29:52.938 | 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) 2021-01-08 09:29:52.946 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.26.2) 2021-01-08 09:29:52.978 | 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) 2021-01-08 09:29:52.980 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.3.2) 2021-01-08 09:29:52.986 | 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) 2021-01-08 09:29:52.995 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:29:52.998 | 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) 2021-01-08 09:29:53.008 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (3.3.0) 2021-01-08 09:29:53.047 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:29:53.092 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (4.1.1) 2021-01-08 09:29:53.121 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.1.1) 2021-01-08 09:29:53.127 | 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) 2021-01-08 09:29:53.133 | 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) 2021-01-08 09:29:53.136 | Requirement already satisfied: cachetools===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.2.0) 2021-01-08 09:29:53.139 | Requirement already satisfied: amqp===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.2) 2021-01-08 09:29:53.144 | 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) 2021-01-08 09:29:53.189 | 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) 2021-01-08 09:29:53.197 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.2) 2021-01-08 09:29:53.200 | 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) 2021-01-08 09:29:53.212 | 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) 2021-01-08 09:29:53.215 | Requirement already satisfied: cliff===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.5.0) 2021-01-08 09:29:53.230 | 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) 2021-01-08 09:29:53.234 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:29:53.236 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:29:53.240 | 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) 2021-01-08 09:29:53.242 | 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) 2021-01-08 09:29:53.801 | Collecting networkx===2.5 2021-01-08 09:29:53.810 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c5/812e9f798d37c/networkx-2.5-py3-none-any.whl (1.6 MB) 2021-01-08 09:29:54.391 | Collecting pydot===1.4.1 2021-01-08 09:29:54.400 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/67b/e714300c78fda/pydot-1.4.1-py2.py3-none-any.whl (19 kB) 2021-01-08 09:29:55.051 | Collecting automaton===2.2.0 2021-01-08 09:29:55.057 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3e8/275eabd89ee53/automaton-2.2.0-py3-none-any.whl (18 kB) 2021-01-08 09:29:55.130 | 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) 2021-01-08 09:29:55.132 | 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) 2021-01-08 09:29:55.135 | 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) 2021-01-08 09:29:55.137 | 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) 2021-01-08 09:29:55.139 | 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) 2021-01-08 09:29:55.143 | 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) 2021-01-08 09:29:55.146 | 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) 2021-01-08 09:29:55.174 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 537)) (3.7.4.3) 2021-01-08 09:29:55.179 | 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) 2021-01-08 09:29:55.181 | 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) 2021-01-08 09:29:55.184 | Requirement already satisfied: cmd2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.4.0) 2021-01-08 09:29:55.245 | 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) 2021-01-08 09:29:55.249 | 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) 2021-01-08 09:29:55.252 | 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) 2021-01-08 09:29:55.257 | Building wheels for collected packages: simplegeneric 2021-01-08 09:29:55.258 | Building wheel for simplegeneric (setup.py): started 2021-01-08 09:29:55.935 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-01-08 09:29:55.936 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=19f2056a47c6d41eb929a0039292472109a3a009e8e9c6b7161e2d448a5f2be3 2021-01-08 09:29:55.936 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2021-01-08 09:29:55.937 | Successfully built simplegeneric 2021-01-08 09:29:56.588 | Installing collected packages: networkx, pydot, automaton, taskflow, simplegeneric, WSME, psutil, oslo.reports, retrying, python-barbicanclient, castellan, cursive, glance 2021-01-08 09:29:59.246 | Running setup.py develop for glance 2021-01-08 09:30:00.814 | Successfully installed WSME-0.10.0 automaton-2.2.0 castellan-3.7.0 cursive-0.2.2 glance networkx-2.5 oslo.reports-2.2.0 psutil-5.8.0 pydot-1.4.1 python-barbicanclient-5.0.1 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.5.0 2021-01-08 09:30:00.932 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:30:00.932 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:30:01.062 | + inc/python:pip_install:200 : result=0 2021-01-08 09:30:01.065 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:30:01.068 | + functions-common:time_stop:2306 : local name 2021-01-08 09:30:01.072 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:30:01.074 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:30:01.077 | + functions-common:time_stop:2309 : local total 2021-01-08 09:30:01.080 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:30:01.082 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:30:01.085 | + functions-common:time_stop:2313 : start_time=1610098182177 2021-01-08 09:30:01.088 | + functions-common:time_stop:2315 : [[ -z 1610098182177 ]] 2021-01-08 09:30:01.091 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:30:01.094 | + functions-common:time_stop:2318 : end_time=1610098201092 2021-01-08 09:30:01.097 | + functions-common:time_stop:2319 : elapsed_time=18915 2021-01-08 09:30:01.099 | + functions-common:time_stop:2320 : total=144111 2021-01-08 09:30:01.102 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:30:01.104 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=163026 2021-01-08 09:30:01.107 | + inc/python:pip_install:203 : return 0 2021-01-08 09:30:01.110 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-01-08 09:30:01.113 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-01-08 09:30:01.115 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-01-08 09:30:01.134 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-01-08 09:30:01.150 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2021-01-08 09:30:01.153 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2021-01-08 09:30:01.155 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:30:01.158 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:30:01.161 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2021-01-08 09:30:01.164 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:30:01.167 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-01-08 09:30:01.169 | + ./stack.sh:main:883 : configure_glance 2021-01-08 09:30:01.172 | + lib/glance:configure_glance:267 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-01-08 09:30:01.186 | + lib/glance:configure_glance:270 : local dburl 2021-01-08 09:30:01.189 | ++ lib/glance:configure_glance:271 : database_connection_url glance 2021-01-08 09:30:01.192 | ++ lib/database:database_connection_url:132 : local db=glance 2021-01-08 09:30:01.195 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-01-08 09:30:01.197 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2021-01-08 09:30:01.200 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-01-08 09:30:01.203 | + lib/glance:configure_glance:271 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-01-08 09:30:01.206 | + lib/glance:configure_glance:273 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-01-08 09:30:01.234 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-01-08 09:30:01.262 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-01-08 09:30:01.294 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-01-08 09:30:01.320 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-01-08 09:30:01.349 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-01-08 09:30:01.376 | + lib/glance:configure_glance:279 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-01-08 09:30:01.378 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/glance/glance-api.conf 2021-01-08 09:30:01.381 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=glance 2021-01-08 09:30:01.383 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-01-08 09:30:01.386 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-01-08 09:30:01.413 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-01-08 09:30:01.440 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.23/identity 2021-01-08 09:30:01.467 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-01-08 09:30:01.494 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-01-08 09:30:01.523 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-01-08 09:30:01.549 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-01-08 09:30:01.575 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-01-08 09:30:01.601 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-01-08 09:30:01.629 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-01-08 09:30:01.659 | + lib/glance:configure_glance:280 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-01-08 09:30:01.687 | + lib/glance:configure_glance:281 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-01-08 09:30:01.690 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-01-08 09:30:01.693 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-01-08 09:30:01.695 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-01-08 09:30:01.697 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-01-08 09:30:01.700 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-01-08 09:30:01.717 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:30:01.720 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-01-08 09:30:01.723 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-01-08 09:30:01.725 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-01-08 09:30:01.741 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:30:01.744 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:30:01.747 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:30:01.774 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-01-08 09:30:01.776 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-01-08 09:30:01.779 | + lib/glance:configure_glance:282 : '[' libvirt = xenserver ']' 2021-01-08 09:30:01.781 | + lib/glance:configure_glance:286 : '[' libvirt = libvirt ']' 2021-01-08 09:30:01.783 | + lib/glance:configure_glance:286 : '[' kvm = parallels ']' 2021-01-08 09:30:01.786 | + lib/glance:configure_glance:291 : configure_glance_store False False 2021-01-08 09:30:01.788 | + lib/glance:configure_glance_store:228 : local use_cinder_for_glance=False 2021-01-08 09:30:01.791 | + lib/glance:configure_glance_store:229 : local glance_enable_multiple_stores=False 2021-01-08 09:30:01.793 | + lib/glance:configure_glance_store:230 : local be 2021-01-08 09:30:01.795 | + lib/glance:configure_glance_store:232 : [[ False == \F\a\l\s\e ]] 2021-01-08 09:30:01.798 | + lib/glance:configure_glance_store:234 : [[ False == \T\r\u\e ]] 2021-01-08 09:30:01.800 | + lib/glance:configure_glance_store:251 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-01-08 09:30:01.828 | + lib/glance:configure_glance:294 : '[' -n '' ']' 2021-01-08 09:30:01.830 | + lib/glance:configure_glance:297 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.23 2021-01-08 09:30:01.860 | + lib/glance:configure_glance:301 : [[ False == \F\a\l\s\e ]] 2021-01-08 09:30:01.862 | + lib/glance:configure_glance:303 : is_service_enabled s-proxy 2021-01-08 09:30:01.879 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:30:01.882 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-01-08 09:30:01.908 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-01-08 09:30:01.935 | + lib/glance:configure_glance:307 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-01-08 09:30:01.961 | + lib/glance:configure_glance:308 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-01-08 09:30:01.990 | + lib/glance:configure_glance:309 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-01-08 09:30:02.017 | + lib/glance:configure_glance:310 : is_service_enabled tls-proxy 2021-01-08 09:30:02.038 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:30:02.041 | + lib/glance:configure_glance:313 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-01-08 09:30:02.071 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-01-08 09:30:02.110 | + lib/glance:configure_glance:317 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-01-08 09:30:02.137 | + lib/glance:configure_glance:318 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.23/identity/v3 2021-01-08 09:30:02.164 | + lib/glance:configure_glance:319 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-01-08 09:30:02.193 | + lib/glance:configure_glance:325 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.23/image 2021-01-08 09:30:02.220 | + lib/glance:configure_glance:327 : is_service_enabled tls-proxy 2021-01-08 09:30:02.246 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:30:02.249 | + lib/glance:configure_glance:333 : setup_logging /etc/glance/glance-api.conf 2021-01-08 09:30:02.253 | + functions:setup_logging:698 : setup_systemd_logging /etc/glance/glance-api.conf 2021-01-08 09:30:02.256 | + functions:setup_systemd_logging:713 : local conf_file=/etc/glance/glance-api.conf 2021-01-08 09:30:02.259 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-01-08 09:30:02.275 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-01-08 09:30:02.278 | + functions:setup_systemd_logging:719 : local pidstr= 2021-01-08 09:30:02.280 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-01-08 09:30:02.282 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-01-08 09:30:02.285 | + 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}}' 2021-01-08 09:30:02.318 | + 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' 2021-01-08 09:30:02.346 | + 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' 2021-01-08 09:30:02.374 | + functions:setup_systemd_logging:730 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-01-08 09:30:02.401 | + lib/glance:configure_glance:335 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-01-08 09:30:02.405 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-01-08 09:30:02.434 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-01-08 09:30:02.459 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-01-08 09:30:02.488 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.23/identity 2021-01-08 09:30:02.522 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-01-08 09:30:02.553 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-01-08 09:30:02.580 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-01-08 09:30:02.606 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-01-08 09:30:02.635 | + lib/glance:configure_glance:350 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-01-08 09:30:02.664 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-01-08 09:30:02.694 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-01-08 09:30:02.721 | + lib/glance:configure_glance:354 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-01-08 09:30:02.727 | + 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 2021-01-08 09:30:02.735 | + lib/glance:configure_glance:358 : is_service_enabled tls-proxy 2021-01-08 09:30:02.751 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:30:02.753 | + lib/glance:configure_glance:366 : [[ False == False ]] 2021-01-08 09:30:02.756 | + lib/glance:configure_glance:367 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-01-08 09:30:02.759 | + lib/apache:write_local_uwsgi_http_config:322 : local file=/etc/glance/glance-uwsgi.ini 2021-01-08 09:30:02.761 | + lib/apache:write_local_uwsgi_http_config:323 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-01-08 09:30:02.770 | + lib/apache:write_local_uwsgi_http_config:324 : local url=/image 2021-01-08 09:30:02.773 | ++ lib/apache:write_local_uwsgi_http_config:325 : basename /usr/local/bin/glance-wsgi-api 2021-01-08 09:30:02.777 | + lib/apache:write_local_uwsgi_http_config:325 : name=glance-wsgi-api 2021-01-08 09:30:02.779 | + lib/apache:write_local_uwsgi_http_config:331 : rm -rf /etc/glance/glance-uwsgi.ini 2021-01-08 09:30:02.783 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-01-08 09:30:02.810 | ++ lib/apache:write_local_uwsgi_http_config:333 : get_random_port 2021-01-08 09:30:02.812 | ++ functions:get_random_port:865 : read lower_port upper_port 2021-01-08 09:30:02.815 | ++ functions:get_random_port:866 : true 2021-01-08 09:30:02.817 | ++ functions:get_random_port:867 : (( port = upper_port )) 2021-01-08 09:30:02.819 | ++ functions:get_random_port:867 : (( port >= lower_port )) 2021-01-08 09:30:02.822 | ++ functions:get_random_port:868 : sudo lsof -i :60999 2021-01-08 09:30:02.891 | ++ functions:get_random_port:869 : [[ 1 > 0 ]] 2021-01-08 09:30:02.894 | ++ functions:get_random_port:870 : break 2 2021-01-08 09:30:02.896 | ++ functions:get_random_port:874 : echo 60999 2021-01-08 09:30:02.899 | + lib/apache:write_local_uwsgi_http_config:333 : port=60999 2021-01-08 09:30:02.901 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-01-08 09:30:02.928 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-01-08 09:30:02.954 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-01-08 09:30:02.980 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-01-08 09:30:03.006 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-01-08 09:30:03.032 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-01-08 09:30:03.067 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-01-08 09:30:03.093 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-01-08 09:30:03.128 | + 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' 2021-01-08 09:30:03.156 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-01-08 09:30:03.182 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-01-08 09:30:03.209 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-01-08 09:30:03.235 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-01-08 09:30:03.262 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-01-08 09:30:03.290 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-01-08 09:30:03.316 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-01-08 09:30:03.342 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-01-08 09:30:03.369 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-01-08 09:30:03.396 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-01-08 09:30:03.423 | + lib/apache:write_local_uwsgi_http_config:364 : enable_apache_mod proxy 2021-01-08 09:30:03.426 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-01-08 09:30:03.429 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:30:03.431 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:30:03.434 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:30:03.437 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-01-08 09:30:03.440 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-01-08 09:30:03.496 | proxy (enabled by site administrator) 2021-01-08 09:30:03.499 | + lib/apache:write_local_uwsgi_http_config:365 : enable_apache_mod proxy_http 2021-01-08 09:30:03.501 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-01-08 09:30:03.504 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:30:03.506 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:30:03.509 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:30:03.512 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-01-08 09:30:03.514 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-01-08 09:30:03.566 | No module matches proxy_http 2021-01-08 09:30:03.569 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-01-08 09:30:03.630 | Considering dependency proxy for proxy_http: 2021-01-08 09:30:03.630 | Module proxy already enabled 2021-01-08 09:30:03.630 | Enabling module proxy_http. 2021-01-08 09:30:03.635 | To activate the new configuration, you need to run: 2021-01-08 09:30:03.635 | systemctl restart apache2 2021-01-08 09:30:03.639 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-01-08 09:30:03.642 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:30:03.645 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:30:03.648 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:30:03.798 | + lib/apache:write_local_uwsgi_http_config:366 : local apache_conf= 2021-01-08 09:30:03.803 | ++ lib/apache:write_local_uwsgi_http_config:367 : apache_site_config_for glance-wsgi-api 2021-01-08 09:30:03.806 | ++ lib/apache:apache_site_config_for:189 : local site=glance-wsgi-api 2021-01-08 09:30:03.808 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-01-08 09:30:03.811 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:30:03.814 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:30:03.817 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-01-08 09:30:03.821 | + lib/apache:write_local_uwsgi_http_config:367 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-01-08 09:30:03.825 | + lib/apache:write_local_uwsgi_http_config:368 : echo 'KeepAlive Off' 2021-01-08 09:30:03.825 | + lib/apache:write_local_uwsgi_http_config:368 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-01-08 09:30:03.833 | KeepAlive Off 2021-01-08 09:30:03.838 | + lib/apache:write_local_uwsgi_http_config:369 : echo 'SetEnv proxy-sendchunked 1' 2021-01-08 09:30:03.838 | + lib/apache:write_local_uwsgi_http_config:369 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-01-08 09:30:03.846 | SetEnv proxy-sendchunked 1 2021-01-08 09:30:03.851 | + lib/apache:write_local_uwsgi_http_config:370 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-01-08 09:30:03.851 | + lib/apache:write_local_uwsgi_http_config:370 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-01-08 09:30:03.859 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-01-08 09:30:03.864 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_site glance-wsgi-api 2021-01-08 09:30:03.867 | + lib/apache:enable_apache_site:206 : local site=glance-wsgi-api 2021-01-08 09:30:03.870 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-01-08 09:30:03.873 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-01-08 09:30:03.876 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:30:03.879 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:30:03.882 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:30:03.885 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-01-08 09:30:03.888 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-01-08 09:30:03.891 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:30:03.894 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:30:03.897 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance-wsgi-api 2021-01-08 09:30:03.954 | Enabling site glance-wsgi-api. 2021-01-08 09:30:03.960 | To activate the new configuration, you need to run: 2021-01-08 09:30:03.960 | systemctl reload apache2 2021-01-08 09:30:03.964 | + lib/apache:write_local_uwsgi_http_config:372 : restart_apache_server 2021-01-08 09:30:03.967 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:30:03.969 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:30:03.972 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:30:04.117 | + ./stack.sh:main:886 : is_service_enabled cinder 2021-01-08 09:30:04.135 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:30:04.138 | + ./stack.sh:main:888 : stack_install_service cinder 2021-01-08 09:30:04.141 | + lib/stack:stack_install_service:20 : local service=cinder 2021-01-08 09:30:04.144 | + lib/stack:stack_install_service:21 : type install_cinder 2021-01-08 09:30:04.147 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-08 09:30:04.149 | + lib/stack:stack_install_service:32 : install_cinder 2021-01-08 09:30:04.152 | + lib/cinder:install_cinder:413 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2021-01-08 09:30:04.154 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/cinder.git 2021-01-08 09:30:04.157 | + functions-common:git_clone:526 : local git_dest=/opt/stack/cinder 2021-01-08 09:30:04.159 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:30:04.162 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:30:04.167 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:30:04.170 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:30:04.173 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:30:04.176 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:30:04.193 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:30:04.195 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:30:04.198 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:30:04.201 | + functions-common:git_clone:546 : echo master 2021-01-08 09:30:04.201 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:30:04.206 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/cinder ]] 2021-01-08 09:30:04.209 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:30:04.211 | + functions-common:git_clone:594 : cd /opt/stack/cinder 2021-01-08 09:30:04.214 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:30:04.215 | + functions-common:git_clone:595 : head -1 2021-01-08 09:30:04.218 | 662bb5851 Merge "Tests: Fix rbd unit test failure due to ceph keyring file" 2021-01-08 09:30:04.221 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:30:04.223 | + lib/cinder:install_cinder:414 : setup_develop /opt/stack/cinder 2021-01-08 09:30:04.228 | + inc/python:setup_develop:338 : local bindep 2021-01-08 09:30:04.231 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2021-01-08 09:30:04.234 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2021-01-08 09:30:04.237 | + inc/python:setup_develop:344 : local extras= 2021-01-08 09:30:04.240 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-01-08 09:30:04.242 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-08 09:30:04.245 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2021-01-08 09:30:04.248 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2021-01-08 09:30:04.251 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-08 09:30:04.255 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-01-08 09:30:04.259 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2021-01-08 09:30:04.262 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-08 09:30:04.272 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2021-01-08 09:30:04.279 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-08 09:30:04.282 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-08 09:30:04.285 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-01-08 09:30:04.290 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2021-01-08 09:30:04.293 | + 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' 2021-01-08 09:30:04.983 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2021-01-08 09:30:04.986 | + inc/python:setup_package:417 : local bindep=0 2021-01-08 09:30:04.988 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-08 09:30:04.991 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-08 09:30:04.994 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2021-01-08 09:30:04.997 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2021-01-08 09:30:05.000 | + inc/python:setup_package:426 : local flags=-e 2021-01-08 09:30:05.002 | + inc/python:setup_package:427 : local extras= 2021-01-08 09:30:05.005 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-08 09:30:05.008 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-01-08 09:30:05.010 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-01-08 09:30:05.012 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-01-08 09:30:05.015 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-08 09:30:05.018 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2021-01-08 09:30:05.038 | Using python 3.6 to install /opt/stack/cinder 2021-01-08 09:30:05.041 | + 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 2021-01-08 09:30:07.198 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:30:07.198 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:30:07.216 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:30:07.221 | Obtaining file:///opt/stack/cinder 2021-01-08 09:30:09.500 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-08 09:30:11.700 | 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) 2021-01-08 09:30:11.709 | 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) 2021-01-08 09:30:11.718 | 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) 2021-01-08 09:30:11.731 | Requirement already satisfied: SQLAlchemy===1.3.22 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.22) 2021-01-08 09:30:11.754 | 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) 2021-01-08 09:30:11.769 | Requirement already satisfied: castellan===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.7.0) 2021-01-08 09:30:11.791 | Requirement already satisfied: cryptography===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 122)) (3.3.1) 2021-01-08 09:30:11.835 | 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) 2021-01-08 09:30:11.850 | 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) 2021-01-08 09:30:11.854 | Requirement already satisfied: eventlet===0.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (0.30.0) 2021-01-08 09:30:12.443 | Collecting google-api-python-client===1.12.8 2021-01-08 09:30:12.452 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3c4/c4ca46b5c2119/google_api_python_client-1.12.8-py2.py3-none-any.whl (61 kB) 2021-01-08 09:30:13.073 | Collecting google-auth===1.24.0 2021-01-08 09:30:13.082 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ce7/52cc51c31f479/google_auth-1.24.0-py2.py3-none-any.whl (114 kB) 2021-01-08 09:30:13.664 | Collecting google-auth-httplib2===0.0.4 2021-01-08 09:30:13.672 | 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) 2021-01-08 09:30:13.753 | 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) 2021-01-08 09:30:13.755 | 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) 2021-01-08 09:30:13.758 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) (3.3.0) 2021-01-08 09:30:13.798 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) (0.1.13) 2021-01-08 09:30:13.801 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (3.2.0) 2021-01-08 09:30:13.834 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (4.3.0) 2021-01-08 09:30:13.900 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (9.2.0) 2021-01-08 09:30:13.960 | Requirement already satisfied: lxml===4.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (4.6.2) 2021-01-08 09:30:14.460 | Collecting oauth2client===4.1.3 2021-01-08 09:30:14.469 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-01-08 09:30:14.554 | Requirement already satisfied: os-brick===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) (4.1.0) 2021-01-08 09:30:14.583 | 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) 2021-01-08 09:30:14.588 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (5.4.0) 2021-01-08 09:30:14.608 | 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) 2021-01-08 09:30:14.649 | 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) 2021-01-08 09:30:14.661 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (8.4.0) 2021-01-08 09:30:14.710 | 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) 2021-01-08 09:30:14.716 | 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) 2021-01-08 09:30:14.771 | 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) 2021-01-08 09:30:14.777 | 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) 2021-01-08 09:30:14.822 | 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) 2021-01-08 09:30:14.885 | 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) 2021-01-08 09:30:14.905 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (3.6.0) 2021-01-08 09:30:14.921 | 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 306)) (2.4.0) 2021-01-08 09:30:14.938 | 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 307)) (2.2.0) 2021-01-08 09:30:14.954 | 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 308)) (6.2.0) 2021-01-08 09:30:14.958 | 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) 2021-01-08 09:30:14.968 | 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 310)) (2.4.0) 2021-01-08 09:30:14.994 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (1.3.0) 2021-01-08 09:30:15.006 | 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) 2021-01-08 09:30:15.189 | Collecting oslo.versionedobjects===2.4.0 2021-01-08 09:30:15.196 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/98db096a09c1d/oslo.versionedobjects-2.4.0-py3-none-any.whl (86 kB) 2021-01-08 09:30:15.852 | Collecting oslo.vmware===3.7.0 2021-01-08 09:30:15.858 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/329/18f39db9fbef2/oslo.vmware-3.7.0-py3-none-any.whl (355 kB) 2021-01-08 09:30:15.966 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (3.4.0) 2021-01-08 09:30:16.020 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (20.8) 2021-01-08 09:30:16.203 | Collecting paramiko===2.7.2 2021-01-08 09:30:16.210 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2021-01-08 09:30:16.351 | 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) 2021-01-08 09:30:16.354 | 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) 2021-01-08 09:30:16.356 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (5.8.0) 2021-01-08 09:30:16.988 | Collecting pyasn1===0.4.8 2021-01-08 09:30:16.995 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-01-08 09:30:17.610 | Collecting pyasn1-modules===0.2.8 2021-01-08 09:30:17.618 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2021-01-08 09:30:17.695 | 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) 2021-01-08 09:30:17.707 | 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) 2021-01-08 09:30:17.709 | 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) 2021-01-08 09:30:17.712 | 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) 2021-01-08 09:30:17.717 | 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 377)) (5.0.1) 2021-01-08 09:30:17.735 | 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) 2021-01-08 09:30:18.617 | Collecting python-glanceclient===3.2.2 2021-01-08 09:30:18.625 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1a6/98806cba5fd9b/python_glanceclient-3.2.2-py3-none-any.whl (189 kB) 2021-01-08 09:30:18.719 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (4.2.0) 2021-01-08 09:30:18.909 | Collecting python-novaclient===17.2.1 2021-01-08 09:30:18.916 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f4a/5fda834d951af/python_novaclient-17.2.1-py3-none-any.whl (319 kB) 2021-01-08 09:30:19.020 | Requirement already satisfied: python-swiftclient===3.11.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) (3.11.0) 2021-01-08 09:30:19.050 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (2020.5) 2021-01-08 09:30:19.054 | 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) 2021-01-08 09:30:19.062 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 436)) (2.25.1) 2021-01-08 09:30:19.084 | 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) 2021-01-08 09:30:19.951 | Collecting rsa===4.6 2021-01-08 09:30:19.958 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/616/6864e23d6b519/rsa-4.6-py3-none-any.whl (47 kB) 2021-01-08 09:30:20.915 | Collecting rtslib-fb===2.1.74 2021-01-08 09:30:20.923 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2021-01-08 09:30:21.676 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (51.1.1) 2021-01-08 09:30:21.723 | 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) 2021-01-08 09:30:21.726 | 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) 2021-01-08 09:30:21.729 | 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) 2021-01-08 09:30:21.742 | 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) 2021-01-08 09:30:21.745 | 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) 2021-01-08 09:30:21.747 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.3.0) 2021-01-08 09:30:22.371 | Collecting suds-jurko===0.6 2021-01-08 09:30:22.379 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2021-01-08 09:30:23.268 | Collecting tabulate===0.8.7 2021-01-08 09:30:23.273 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ac6/4cb76d53b1231/tabulate-0.8.7-py3-none-any.whl (24 kB) 2021-01-08 09:30:23.350 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (4.5.0) 2021-01-08 09:30:23.417 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (6.3.1) 2021-01-08 09:30:23.433 | 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) 2021-01-08 09:30:23.443 | 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) 2021-01-08 09:30:23.448 | 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) 2021-01-08 09:30:23.657 | Collecting tooz===2.8.0 2021-01-08 09:30:23.665 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d6e/06c42ef836cf6/tooz-2.8.0-py3-none-any.whl (93 kB) 2021-01-08 09:30:23.835 | 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) 2021-01-08 09:30:23.839 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (3.7.4.3) 2021-01-08 09:30:23.843 | 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) 2021-01-08 09:30:24.565 | Collecting uritemplate===3.0.1 2021-01-08 09:30:24.571 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2021-01-08 09:30:24.644 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (1.26.2) 2021-01-08 09:30:24.668 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (0.12.1) 2021-01-08 09:30:25.292 | Collecting warlock===1.3.3 2021-01-08 09:30:25.299 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d9d/f06a9128971cb/warlock-1.3.3-py2.py3-none-any.whl (9.8 kB) 2021-01-08 09:30:25.376 | 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) 2021-01-08 09:30:25.379 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (1.3.2) 2021-01-08 09:30:25.384 | 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) 2021-01-08 09:30:26.477 | Collecting zstd===1.4.8.1 2021-01-08 09:30:26.484 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/b21eb850abd6b/zstd-1.4.8.1.tar.gz (506 kB) 2021-01-08 09:30:27.232 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:30:27.236 | 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) 2021-01-08 09:30:28.186 | Collecting google-api-core===1.24.1 2021-01-08 09:30:28.193 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a7f/5794446a22ff7/google_api_core-1.24.1-py2.py3-none-any.whl (92 kB) 2021-01-08 09:30:28.291 | Requirement already satisfied: cachetools===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.2.0) 2021-01-08 09:30:28.294 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:30:28.339 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (1.1.1) 2021-01-08 09:30:28.346 | 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) 2021-01-08 09:30:28.351 | 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) 2021-01-08 09:30:28.354 | 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) 2021-01-08 09:30:28.363 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (0.8.0) 2021-01-08 09:30:28.369 | 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) 2021-01-08 09:30:28.378 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (5.0.2) 2021-01-08 09:30:28.426 | Requirement already satisfied: amqp===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.2) 2021-01-08 09:30:28.430 | 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) 2021-01-08 09:30:28.437 | 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) 2021-01-08 09:30:28.444 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.0.2) 2021-01-08 09:30:28.447 | 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) 2021-01-08 09:30:28.458 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.10.9) 2021-01-08 09:30:28.461 | 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) 2021-01-08 09:30:28.639 | Collecting PyNaCl===1.4.0 2021-01-08 09:30:28.647 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/30f/9b96db44e09b3/PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 2021-01-08 09:30:28.755 | Requirement already satisfied: cliff===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (3.5.0) 2021-01-08 09:30:28.771 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (20.0.1) 2021-01-08 09:30:28.787 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:30:28.790 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:30:28.793 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) (2.10) 2021-01-08 09:30:29.556 | Collecting pyudev===0.22.0 2021-01-08 09:30:29.562 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-01-08 09:30:29.637 | 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) 2021-01-08 09:30:29.640 | 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) 2021-01-08 09:30:29.648 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (1.4.1) 2021-01-08 09:30:29.653 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (2.5) 2021-01-08 09:30:29.695 | 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) 2021-01-08 09:30:29.697 | 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) 2021-01-08 09:30:29.700 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) (1.0.0) 2021-01-08 09:30:29.702 | 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) 2021-01-08 09:30:29.746 | Collecting jsonpatch===1.28 2021-01-08 09:30:29.751 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da3/831be60919e8c/jsonpatch-1.28-py2.py3-none-any.whl (12 kB) 2021-01-08 09:30:29.759 | 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) 2021-01-08 09:30:30.539 | Collecting googleapis-common-protos===1.52.0 2021-01-08 09:30:30.546 | 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) 2021-01-08 09:30:30.628 | Requirement already satisfied: protobuf===3.14.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (3.14.0) 2021-01-08 09:30:30.632 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) (1.5) 2021-01-08 09:30:30.635 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (4.1.1) 2021-01-08 09:30:30.662 | 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) 2021-01-08 09:30:30.671 | 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) 2021-01-08 09:30:30.673 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) (5.0.0) 2021-01-08 09:30:30.676 | 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) 2021-01-08 09:30:30.680 | Requirement already satisfied: cmd2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (1.4.0) 2021-01-08 09:30:30.769 | Collecting jsonpointer===2.0 2021-01-08 09:30:30.775 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ff3/79fa021d1b81a/jsonpointer-2.0-py2.py3-none-any.whl (7.6 kB) 2021-01-08 09:30:30.782 | 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) 2021-01-08 09:30:30.788 | 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) 2021-01-08 09:30:30.790 | 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) 2021-01-08 09:30:30.795 | Building wheels for collected packages: rtslib-fb, zstd 2021-01-08 09:30:30.796 | Building wheel for rtslib-fb (setup.py): started 2021-01-08 09:30:31.558 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-01-08 09:30:31.559 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85410 sha256=48405e8d625494d4d86c94cb2fec3ba94c50a0053b3bc278dd61a89fc8cee26e 2021-01-08 09:30:31.559 | Stored in directory: /root/.cache/pip/wheels/d1/ed/a4/4f0113c98639b05fa912fd390b3ffa6feb900ec306c3311edf 2021-01-08 09:30:31.561 | Building wheel for zstd (setup.py): started 2021-01-08 09:31:06.619 | Building wheel for zstd (setup.py): finished with status 'done' 2021-01-08 09:31:06.628 | Created wheel for zstd: filename=zstd-1.4.8.1-cp36-cp36m-linux_x86_64.whl size=1206068 sha256=8689ffbab3bc8ad5f74ea31bf5cd3521c1238076d48aca4e80318bd2abd86e0f 2021-01-08 09:31:06.628 | Stored in directory: /root/.cache/pip/wheels/2d/1d/e6/e2ab9e3ef13f5231c8b84de2e0f00990c07414aaf378944ac2 2021-01-08 09:31:06.629 | Successfully built rtslib-fb zstd 2021-01-08 09:31:07.486 | Installing collected packages: pyasn1, rsa, pyasn1-modules, 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 2021-01-08 09:31:07.486 | Attempting uninstall: pyasn1 2021-01-08 09:31:07.488 | Found existing installation: pyasn1 0.4.2 2021-01-08 09:31:07.496 | Uninstalling pyasn1-0.4.2: 2021-01-08 09:31:07.519 | Successfully uninstalled pyasn1-0.4.2 2021-01-08 09:31:08.343 | Attempting uninstall: jsonpointer 2021-01-08 09:31:08.345 | Found existing installation: jsonpointer 1.10 2021-01-08 09:31:08.351 | Uninstalling jsonpointer-1.10: 2021-01-08 09:31:08.373 | Successfully uninstalled jsonpointer-1.10 2021-01-08 09:31:08.386 | Attempting uninstall: jsonpatch 2021-01-08 09:31:08.388 | Found existing installation: jsonpatch 1.16 2021-01-08 09:31:08.392 | Uninstalling jsonpatch-1.16: 2021-01-08 09:31:08.413 | Successfully uninstalled jsonpatch-1.16 2021-01-08 09:31:10.101 | Running setup.py develop for cinder 2021-01-08 09:31:12.444 | Successfully installed PyNaCl-1.4.0 cinder google-api-core-1.24.1 google-api-python-client-1.12.8 google-auth-1.24.0 google-auth-httplib2-0.0.4 googleapis-common-protos-1.52.0 jsonpatch-1.28 jsonpointer-2.0 oauth2client-4.1.3 oslo.versionedobjects-2.4.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.8.0 uritemplate-3.0.1 warlock-1.3.3 zstd-1.4.8.1 2021-01-08 09:31:12.566 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:31:12.566 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:31:12.703 | + inc/python:pip_install:200 : result=0 2021-01-08 09:31:12.706 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:31:12.708 | + functions-common:time_stop:2306 : local name 2021-01-08 09:31:12.711 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:31:12.713 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:31:12.715 | + functions-common:time_stop:2309 : local total 2021-01-08 09:31:12.717 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:31:12.719 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:31:12.722 | + functions-common:time_stop:2313 : start_time=1610098205033 2021-01-08 09:31:12.724 | + functions-common:time_stop:2315 : [[ -z 1610098205033 ]] 2021-01-08 09:31:12.727 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:31:12.730 | + functions-common:time_stop:2318 : end_time=1610098272728 2021-01-08 09:31:12.733 | + functions-common:time_stop:2319 : elapsed_time=67695 2021-01-08 09:31:12.735 | + functions-common:time_stop:2320 : total=163026 2021-01-08 09:31:12.737 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:31:12.740 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=230721 2021-01-08 09:31:12.742 | + inc/python:pip_install:203 : return 0 2021-01-08 09:31:12.744 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-01-08 09:31:12.747 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-01-08 09:31:12.749 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-01-08 09:31:12.768 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-01-08 09:31:12.779 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/cinder 2021-01-08 09:31:12.782 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2021-01-08 09:31:12.784 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:31:12.787 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:31:12.789 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2021-01-08 09:31:12.792 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:31:12.794 | + lib/cinder:install_cinder:415 : [[ tgtadm == \t\g\t\a\d\m ]] 2021-01-08 09:31:12.797 | + lib/cinder:install_cinder:416 : install_package tgt 2021-01-08 09:31:12.799 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:31:12.802 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:31:12.804 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:31:12.807 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:31:12.809 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:31:12.811 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:31:12.814 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:31:12.817 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:31:12.819 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:31:12.822 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:31:12.825 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:31:12.827 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:31:12.830 | + functions-common:install_package:1345 : real_install_package tgt 2021-01-08 09:31:12.833 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:31:12.835 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:31:12.838 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:31:12.840 | + functions-common:real_install_package:1331 : apt_get install tgt 2021-01-08 09:31:12.861 | + 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 2021-01-08 09:31:12.981 | Reading package lists... 2021-01-08 09:31:13.253 | Building dependency tree... 2021-01-08 09:31:13.254 | Reading state information... 2021-01-08 09:31:13.479 | The following packages were automatically installed and are no longer required: 2021-01-08 09:31:13.480 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-01-08 09:31:13.480 | python3-click python3-colorama python3-configobj python3-constantly 2021-01-08 09:31:13.480 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-01-08 09:31:13.480 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:31:13.480 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:31:13.480 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:31:13.480 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:31:13.481 | The following additional packages will be installed: 2021-01-08 09:31:13.481 | ibverbs-providers libconfig-general-perl libibverbs1 librdmacm1 2021-01-08 09:31:13.482 | libsgutils2-2 sg3-utils 2021-01-08 09:31:13.483 | Suggested packages: 2021-01-08 09:31:13.483 | tgt-rbd 2021-01-08 09:31:13.535 | The following NEW packages will be installed: 2021-01-08 09:31:13.536 | libconfig-general-perl librdmacm1 libsgutils2-2 sg3-utils tgt 2021-01-08 09:31:13.537 | The following packages will be upgraded: 2021-01-08 09:31:13.538 | ibverbs-providers libibverbs1 2021-01-08 09:31:13.821 | 2 upgraded, 5 newly installed, 0 to remove and 162 not upgraded. 2021-01-08 09:31:13.822 | Need to get 1,413 kB of archives. 2021-01-08 09:31:13.822 | After this operation, 3,556 kB of additional disk space will be used. 2021-01-08 09:31:13.822 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 ibverbs-providers amd64 28.0-1ubuntu1~cloud0 [221 kB] 2021-01-08 09:31:13.952 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-general-perl all 2.63-1 [53.9 kB] 2021-01-08 09:31:14.379 | 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] 2021-01-08 09:31:14.422 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sg3-utils amd64 1.42-2ubuntu1.18.04.2 [749 kB] 2021-01-08 09:31:14.894 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 tgt amd64 1:1.0.72-1ubuntu1 [214 kB] 2021-01-08 09:31:15.176 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 libibverbs1 amd64 28.0-1ubuntu1~cloud0 [54.1 kB] 2021-01-08 09:31:15.337 | Get:7 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 librdmacm1 amd64 28.0-1ubuntu1~cloud0 [61.7 kB] 2021-01-08 09:31:16.039 | Fetched 1,413 kB in 2s (734 kB/s) 2021-01-08 09:31:16.168 | (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 ... 77315 files and directories currently installed.) 2021-01-08 09:31:16.172 | Preparing to unpack .../0-ibverbs-providers_28.0-1ubuntu1~cloud0_amd64.deb ... 2021-01-08 09:31:16.311 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1~cloud0) over (17.1-1ubuntu0.2) ... 2021-01-08 09:31:16.451 | Preparing to unpack .../1-libibverbs1_28.0-1ubuntu1~cloud0_amd64.deb ... 2021-01-08 09:31:16.474 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1~cloud0) over (17.1-1ubuntu0.2) ... 2021-01-08 09:31:16.546 | Selecting previously unselected package libconfig-general-perl. 2021-01-08 09:31:16.554 | Preparing to unpack .../2-libconfig-general-perl_2.63-1_all.deb ... 2021-01-08 09:31:16.556 | Unpacking libconfig-general-perl (2.63-1) ... 2021-01-08 09:31:16.651 | Selecting previously unselected package librdmacm1:amd64. 2021-01-08 09:31:16.659 | Preparing to unpack .../3-librdmacm1_28.0-1ubuntu1~cloud0_amd64.deb ... 2021-01-08 09:31:16.662 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1~cloud0) ... 2021-01-08 09:31:16.752 | Selecting previously unselected package libsgutils2-2. 2021-01-08 09:31:16.760 | Preparing to unpack .../4-libsgutils2-2_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-01-08 09:31:16.764 | Unpacking libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-01-08 09:31:16.833 | Selecting previously unselected package sg3-utils. 2021-01-08 09:31:16.841 | Preparing to unpack .../5-sg3-utils_1.42-2ubuntu1.18.04.2_amd64.deb ... 2021-01-08 09:31:16.844 | Unpacking sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-01-08 09:31:17.052 | Selecting previously unselected package tgt. 2021-01-08 09:31:17.060 | Preparing to unpack .../6-tgt_1%3a1.0.72-1ubuntu1_amd64.deb ... 2021-01-08 09:31:17.063 | Unpacking tgt (1:1.0.72-1ubuntu1) ... 2021-01-08 09:31:17.186 | Setting up libibverbs1:amd64 (28.0-1ubuntu1~cloud0) ... 2021-01-08 09:31:17.208 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:31:17.231 | Setting up librdmacm1:amd64 (28.0-1ubuntu1~cloud0) ... 2021-01-08 09:31:17.258 | Setting up libsgutils2-2 (1.42-2ubuntu1.18.04.2) ... 2021-01-08 09:31:17.286 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-08 09:31:17.316 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1~cloud0) ... 2021-01-08 09:31:17.498 | Removing obsolete conffile /etc/libibverbs.d/nes.driver ... 2021-01-08 09:31:17.506 | Removing obsolete conffile /etc/libibverbs.d/cxgb3.driver ... 2021-01-08 09:31:17.509 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:31:17.693 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-01-08 09:31:19.246 | Setting up sg3-utils (1.42-2ubuntu1.18.04.2) ... 2021-01-08 09:31:19.274 | Setting up libconfig-general-perl (2.63-1) ... 2021-01-08 09:31:19.302 | Setting up tgt (1:1.0.72-1ubuntu1) ... 2021-01-08 09:31:19.602 | Created symlink /etc/systemd/system/multi-user.target.wants/tgt.service → /lib/systemd/system/tgt.service. 2021-01-08 09:31:20.356 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-01-08 09:31:20.385 | Processing triggers for systemd (237-3ubuntu10.43) ... 2021-01-08 09:31:20.576 | Processing triggers for ureadahead (0.100.0-21) ... 2021-01-08 09:31:22.609 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:31:22.612 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:31:22.614 | + functions-common:time_stop:2306 : local name 2021-01-08 09:31:22.617 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:31:22.620 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:31:22.622 | + functions-common:time_stop:2309 : local total 2021-01-08 09:31:22.626 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:31:22.628 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:31:22.631 | + functions-common:time_stop:2313 : start_time=1610098272857 2021-01-08 09:31:22.633 | + functions-common:time_stop:2315 : [[ -z 1610098272857 ]] 2021-01-08 09:31:22.637 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:31:22.640 | + functions-common:time_stop:2318 : end_time=1610098282638 2021-01-08 09:31:22.643 | + functions-common:time_stop:2319 : elapsed_time=9781 2021-01-08 09:31:22.646 | + functions-common:time_stop:2320 : total=223701 2021-01-08 09:31:22.648 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:31:22.651 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=233482 2021-01-08 09:31:22.653 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:31:22.656 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-01-08 09:31:22.659 | + ./stack.sh:main:889 : configure_cinder 2021-01-08 09:31:22.662 | + lib/cinder:configure_cinder:198 : sudo install -d -o ubuntu -m 755 /etc/cinder 2021-01-08 09:31:22.674 | + lib/cinder:configure_cinder:200 : rm -f /etc/cinder/cinder.conf 2021-01-08 09:31:22.678 | + lib/cinder:configure_cinder:202 : configure_rootwrap cinder 2021-01-08 09:31:22.681 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2021-01-08 09:31:22.683 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-01-08 09:31:22.686 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2021-01-08 09:31:22.686 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-01-08 09:31:22.690 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2021-01-08 09:31:22.692 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2021-01-08 09:31:22.695 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-01-08 09:31:22.697 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2021-01-08 09:31:22.699 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2021-01-08 09:31:22.701 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2021-01-08 09:31:22.704 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2021-01-08 09:31:22.706 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2021-01-08 09:31:22.717 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2021-01-08 09:31:22.729 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2021-01-08 09:31:22.741 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2021-01-08 09:31:22.753 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2021-01-08 09:31:22.764 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-01-08 09:31:22.767 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-01-08 09:31:22.771 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.582vrbQCoN 2021-01-08 09:31:22.773 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-01-08 09:31:22.775 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2021-01-08 09:31:22.777 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2021-01-08 09:31:22.780 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.582vrbQCoN 2021-01-08 09:31:22.784 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.582vrbQCoN 2021-01-08 09:31:22.795 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.582vrbQCoN /etc/sudoers.d/cinder-rootwrap 2021-01-08 09:31:22.807 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2021-01-08 09:31:22.810 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-01-08 09:31:22.812 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-01-08 09:31:22.816 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-01-08 09:31:22.818 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-01-08 09:31:22.820 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-01-08 09:31:22.822 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2021-01-08 09:31:22.825 | + lib/cinder:configure_cinder:204 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2021-01-08 09:31:22.827 | + lib/cinder:configure_cinder:205 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2021-01-08 09:31:22.832 | + lib/cinder:configure_cinder:208 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2021-01-08 09:31:22.836 | + lib/cinder:configure_cinder:210 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2021-01-08 09:31:22.855 | + lib/cinder:configure_cinder:211 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2021-01-08 09:31:22.874 | + lib/cinder:configure_cinder:212 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2021-01-08 09:31:22.892 | + lib/cinder:configure_cinder:213 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2021-01-08 09:31:22.911 | + lib/cinder:configure_cinder:214 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2021-01-08 09:31:22.931 | + lib/cinder:configure_cinder:215 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2021-01-08 09:31:22.949 | + lib/cinder:configure_cinder:216 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2021-01-08 09:31:22.968 | + lib/cinder:configure_cinder:217 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2021-01-08 09:31:22.987 | + lib/cinder:configure_cinder:219 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2021-01-08 09:31:22.989 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-01-08 09:31:22.992 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=cinder 2021-01-08 09:31:22.994 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-01-08 09:31:22.998 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2021-01-08 09:31:23.026 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2021-01-08 09:31:23.051 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.23/identity 2021-01-08 09:31:23.082 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2021-01-08 09:31:23.108 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2021-01-08 09:31:23.135 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2021-01-08 09:31:23.166 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2021-01-08 09:31:23.193 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2021-01-08 09:31:23.220 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-01-08 09:31:23.245 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2021-01-08 09:31:23.271 | + lib/cinder:configure_cinder:221 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2021-01-08 09:31:23.297 | + lib/cinder:configure_cinder:223 : iniset /etc/cinder/cinder.conf DEFAULT target_helper tgtadm 2021-01-08 09:31:23.324 | ++ lib/cinder:configure_cinder:224 : database_connection_url cinder 2021-01-08 09:31:23.326 | ++ lib/database:database_connection_url:132 : local db=cinder 2021-01-08 09:31:23.329 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql cinder 2021-01-08 09:31:23.334 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=cinder 2021-01-08 09:31:23.337 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-01-08 09:31:23.341 | + lib/cinder:configure_cinder:224 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2021-01-08 09:31:23.370 | + lib/cinder:configure_cinder:225 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2021-01-08 09:31:23.397 | + lib/cinder:configure_cinder:226 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2021-01-08 09:31:23.422 | + lib/cinder:configure_cinder:227 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2021-01-08 09:31:23.448 | + lib/cinder:configure_cinder:228 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2021-01-08 09:31:23.474 | + lib/cinder:configure_cinder:229 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2021-01-08 09:31:23.503 | + lib/cinder:configure_cinder:230 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2021-01-08 09:31:23.534 | + lib/cinder:configure_cinder:231 : [[ 4 == 6 ]] 2021-01-08 09:31:23.537 | + lib/cinder:configure_cinder:234 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.23 2021-01-08 09:31:23.566 | + lib/cinder:configure_cinder:236 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2021-01-08 09:31:23.595 | ++ lib/cinder:configure_cinder:237 : openssl rand -hex 16 2021-01-08 09:31:23.604 | + lib/cinder:configure_cinder:237 : iniset /etc/cinder/cinder.conf key_manager fixed_key 2e80279755dfd9a52af149bb9bf9c5dc 2021-01-08 09:31:23.632 | + lib/cinder:configure_cinder:239 : is_service_enabled c-vol 2021-01-08 09:31:23.649 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:31:23.651 | + lib/cinder:configure_cinder:264 : is_service_enabled c-bak 2021-01-08 09:31:23.672 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:31:23.675 | + lib/cinder:configure_cinder:273 : is_service_enabled ceilometer 2021-01-08 09:31:23.693 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:31:23.696 | + lib/cinder:configure_cinder:277 : is_service_enabled tls-proxy 2021-01-08 09:31:23.714 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:31:23.717 | + lib/cinder:configure_cinder:291 : '[' False '!=' False ']' 2021-01-08 09:31:23.720 | + lib/cinder:configure_cinder:295 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2021-01-08 09:31:23.723 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2021-01-08 09:31:23.726 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2021-01-08 09:31:23.728 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-01-08 09:31:23.730 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-01-08 09:31:23.733 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-01-08 09:31:23.751 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:31:23.754 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-01-08 09:31:23.757 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-01-08 09:31:23.760 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-01-08 09:31:23.776 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:31:23.780 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:31:23.783 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:31:23.812 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-01-08 09:31:23.814 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-01-08 09:31:23.817 | + lib/cinder:configure_cinder:298 : setup_logging /etc/cinder/cinder.conf True 2021-01-08 09:31:23.820 | + functions:setup_logging:698 : setup_systemd_logging /etc/cinder/cinder.conf 2021-01-08 09:31:23.822 | + functions:setup_systemd_logging:713 : local conf_file=/etc/cinder/cinder.conf 2021-01-08 09:31:23.825 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-01-08 09:31:23.846 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-01-08 09:31:23.849 | + functions:setup_systemd_logging:719 : local pidstr= 2021-01-08 09:31:23.852 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-01-08 09:31:23.854 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-01-08 09:31:23.857 | + functions:setup_systemd_logging:726 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-01-08 09:31:23.885 | + 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' 2021-01-08 09:31:23.916 | + 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' 2021-01-08 09:31:23.942 | + functions:setup_systemd_logging:730 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-01-08 09:31:23.972 | + lib/cinder:configure_cinder:300 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2021-01-08 09:31:23.974 | + lib/apache:write_uwsgi_config:257 : local file=/etc/cinder/cinder-api-uwsgi.ini 2021-01-08 09:31:23.977 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/cinder-wsgi 2021-01-08 09:31:23.979 | + lib/apache:write_uwsgi_config:259 : local url=/volume 2021-01-08 09:31:23.982 | + lib/apache:write_uwsgi_config:260 : local http= 2021-01-08 09:31:23.985 | + lib/apache:write_uwsgi_config:261 : local name= 2021-01-08 09:31:23.989 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/cinder-wsgi 2021-01-08 09:31:23.992 | + lib/apache:write_uwsgi_config:262 : name=cinder-wsgi 2021-01-08 09:31:23.995 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-01-08 09:31:23.997 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-01-08 09:31:24.010 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-01-08 09:31:24.010 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:31:24.018 | d /var/run/uwsgi 0755 ubuntu root 2021-01-08 09:31:24.021 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:31:24.036 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2021-01-08 09:31:24.039 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2021-01-08 09:31:24.044 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2021-01-08 09:31:24.071 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2021-01-08 09:31:24.097 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2021-01-08 09:31:24.123 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2021-01-08 09:31:24.151 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2021-01-08 09:31:24.176 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-01-08 09:31:24.202 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2021-01-08 09:31:24.228 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2021-01-08 09:31:24.254 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2021-01-08 09:31:24.279 | + lib/apache:write_uwsgi_config:293 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-01-08 09:31:24.305 | + lib/apache:write_uwsgi_config:295 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2021-01-08 09:31:24.333 | + lib/apache:write_uwsgi_config:297 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-01-08 09:31:24.359 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2021-01-08 09:31:24.383 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-01-08 09:31:24.385 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-01-08 09:31:24.389 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for cinder-wsgi 2021-01-08 09:31:24.392 | ++ lib/apache:apache_site_config_for:189 : local site=cinder-wsgi 2021-01-08 09:31:24.395 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-01-08 09:31:24.397 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:31:24.400 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:31:24.402 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2021-01-08 09:31:24.405 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2021-01-08 09:31:24.408 | + lib/apache:write_uwsgi_config:307 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2021-01-08 09:31:24.433 | + lib/apache:write_uwsgi_config:308 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2021-01-08 09:31:24.459 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 ' 2021-01-08 09:31:24.461 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2021-01-08 09:31:24.472 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi/" retry=0 2021-01-08 09:31:24.475 | + lib/apache:write_uwsgi_config:310 : enable_apache_site cinder-wsgi 2021-01-08 09:31:24.478 | + lib/apache:enable_apache_site:206 : local site=cinder-wsgi 2021-01-08 09:31:24.480 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-01-08 09:31:24.483 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-01-08 09:31:24.485 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:31:24.487 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:31:24.490 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:31:24.492 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-01-08 09:31:24.495 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-01-08 09:31:24.497 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:31:24.500 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:31:24.502 | + lib/apache:enable_apache_site:210 : sudo a2ensite cinder-wsgi 2021-01-08 09:31:24.559 | Enabling site cinder-wsgi. 2021-01-08 09:31:24.565 | To activate the new configuration, you need to run: 2021-01-08 09:31:24.565 | systemctl reload apache2 2021-01-08 09:31:24.569 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-01-08 09:31:24.571 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:31:24.574 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:31:24.576 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:31:24.716 | + lib/cinder:configure_cinder:302 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2021-01-08 09:31:24.719 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2021-01-08 09:31:24.747 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.23/image 2021-01-08 09:31:24.773 | + lib/cinder:configure_cinder:309 : is_service_enabled tls-proxy 2021-01-08 09:31:24.790 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:31:24.792 | + lib/cinder:configure_cinder:315 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2021-01-08 09:31:24.795 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/cinder/cinder.conf 2021-01-08 09:31:24.797 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-01-08 09:31:24.800 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=nova 2021-01-08 09:31:24.802 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/cinder/cinder.conf nova auth_type password 2021-01-08 09:31:24.831 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/cinder/cinder.conf nova interface public 2021-01-08 09:31:24.857 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.23/identity 2021-01-08 09:31:24.884 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/cinder/cinder.conf nova username nova 2021-01-08 09:31:24.911 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2021-01-08 09:31:24.936 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2021-01-08 09:31:24.963 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/cinder/cinder.conf nova project_name service 2021-01-08 09:31:24.989 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2021-01-08 09:31:25.015 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2021-01-08 09:31:25.040 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2021-01-08 09:31:25.067 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2021-01-08 09:31:25.095 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2021-01-08 09:31:25.121 | + lib/cinder:configure_cinder:319 : [[ ! -z '' ]] 2021-01-08 09:31:25.124 | + lib/cinder:configure_cinder:321 : is_service_enabled etcd3 2021-01-08 09:31:25.142 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:31:25.144 | + lib/cinder:configure_cinder:322 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.23:2379 2021-01-08 09:31:25.180 | + ./stack.sh:main:892 : is_service_enabled neutron 2021-01-08 09:31:25.199 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:31:25.202 | + ./stack.sh:main:894 : stack_install_service neutron 2021-01-08 09:31:25.204 | + lib/stack:stack_install_service:20 : local service=neutron 2021-01-08 09:31:25.207 | + lib/stack:stack_install_service:21 : type install_neutron 2021-01-08 09:31:25.209 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-08 09:31:25.212 | + lib/stack:stack_install_service:32 : install_neutron 2021-01-08 09:31:25.214 | + lib/neutron:install_neutron:657 : is_neutron_legacy_enabled 2021-01-08 09:31:25.218 | ++ 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 2021-01-08 09:31:25.219 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-01-08 09:31:25.223 | + 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 2021-01-08 09:31:25.226 | + 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 ]] 2021-01-08 09:31:25.228 | + 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- ]] 2021-01-08 09:31:25.231 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-01-08 09:31:25.234 | + lib/neutron:install_neutron:659 : install_mutnauq 2021-01-08 09:31:25.237 | + lib/neutron-legacy:install_mutnauq:441 : use_library_from_git neutron-lib 2021-01-08 09:31:25.239 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2021-01-08 09:31:25.242 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:31:25.244 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:31:25.247 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2021-01-08 09:31:25.249 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:31:25.253 | + lib/neutron-legacy:install_mutnauq:446 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2021-01-08 09:31:25.255 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/neutron.git 2021-01-08 09:31:25.257 | + functions-common:git_clone:526 : local git_dest=/opt/stack/neutron 2021-01-08 09:31:25.260 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:31:25.262 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:31:25.265 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:31:25.267 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:31:25.270 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:31:25.273 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:31:25.289 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:31:25.291 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:31:25.295 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:31:25.298 | + functions-common:git_clone:546 : echo master 2021-01-08 09:31:25.299 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:31:25.303 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/neutron ]] 2021-01-08 09:31:25.306 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:31:25.308 | + functions-common:git_clone:594 : cd /opt/stack/neutron 2021-01-08 09:31:25.311 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:31:25.311 | + functions-common:git_clone:595 : head -1 2021-01-08 09:31:25.315 | 588be19298 Merge "[L3] Document QoS support in Neutron" 2021-01-08 09:31:25.318 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:31:25.321 | + lib/neutron-legacy:install_mutnauq:447 : setup_develop /opt/stack/neutron 2021-01-08 09:31:25.324 | + inc/python:setup_develop:338 : local bindep 2021-01-08 09:31:25.327 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2021-01-08 09:31:25.330 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2021-01-08 09:31:25.333 | + inc/python:setup_develop:344 : local extras= 2021-01-08 09:31:25.335 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2021-01-08 09:31:25.338 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-08 09:31:25.340 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2021-01-08 09:31:25.343 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2021-01-08 09:31:25.347 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-08 09:31:25.349 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-01-08 09:31:25.352 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2021-01-08 09:31:25.357 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-08 09:31:25.360 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2021-01-08 09:31:25.363 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-08 09:31:25.365 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-08 09:31:25.369 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2021-01-08 09:31:25.374 | + inc/python:_setup_package_with_constraints_edit:383 : name=neutron 2021-01-08 09:31:25.377 | + 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' 2021-01-08 09:31:26.065 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/neutron -e 2021-01-08 09:31:26.068 | + inc/python:setup_package:417 : local bindep=0 2021-01-08 09:31:26.070 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-08 09:31:26.072 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-08 09:31:26.074 | + inc/python:setup_package:420 : [[ /opt/stack/neutron == -bindep* ]] 2021-01-08 09:31:26.077 | + inc/python:setup_package:425 : local project_dir=/opt/stack/neutron 2021-01-08 09:31:26.080 | + inc/python:setup_package:426 : local flags=-e 2021-01-08 09:31:26.082 | + inc/python:setup_package:427 : local extras= 2021-01-08 09:31:26.084 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-08 09:31:26.086 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-01-08 09:31:26.089 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-01-08 09:31:26.091 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-01-08 09:31:26.094 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-08 09:31:26.096 | + inc/python:setup_package:445 : pip_install -e /opt/stack/neutron 2021-01-08 09:31:26.115 | Using python 3.6 to install /opt/stack/neutron 2021-01-08 09:31:26.119 | + 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 2021-01-08 09:31:28.304 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:31:28.305 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:31:28.322 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:31:28.326 | Obtaining file:///opt/stack/neutron 2021-01-08 09:31:30.621 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-08 09:31:32.913 | 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) 2021-01-08 09:31:32.920 | 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) 2021-01-08 09:31:32.924 | 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) 2021-01-08 09:31:32.934 | 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) 2021-01-08 09:31:32.943 | 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) 2021-01-08 09:31:32.955 | Requirement already satisfied: SQLAlchemy===1.3.22 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.22) 2021-01-08 09:31:32.978 | 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) 2021-01-08 09:31:32.994 | 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) 2021-01-08 09:31:33.003 | 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) 2021-01-08 09:31:33.011 | 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) 2021-01-08 09:31:33.015 | Requirement already satisfied: eventlet===0.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.30.0) 2021-01-08 09:31:33.026 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (2.3.0) 2021-01-08 09:31:33.033 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (0.4.17) 2021-01-08 09:31:33.035 | Requirement already satisfied: httplib2===0.18.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (0.18.1) 2021-01-08 09:31:33.038 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.0) 2021-01-08 09:31:33.105 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (9.2.0) 2021-01-08 09:31:33.165 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.8.0) 2021-01-08 09:31:33.172 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.10.9) 2021-01-08 09:31:33.887 | Collecting neutron-lib===2.7.0 2021-01-08 09:31:33.895 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d58/3c0bfcd82929b/neutron_lib-2.7.0-py3-none-any.whl (519 kB) 2021-01-08 09:31:34.670 | Collecting openstacksdk===0.52.0 2021-01-08 09:31:34.678 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cd8/a23539961e295/openstacksdk-0.52.0-py3-none-any.whl (1.3 MB) 2021-01-08 09:31:35.263 | Collecting os-ken===1.3.0 2021-01-08 09:31:35.276 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4ca/11d69356c54d5/os_ken-1.3.0-py3-none-any.whl (2.1 MB) 2021-01-08 09:31:35.459 | 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) 2021-01-08 09:31:36.009 | Collecting os-traits===2.4.0 2021-01-08 09:31:36.015 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85e/cc9635036635c/os_traits-2.4.0-py3-none-any.whl (31 kB) 2021-01-08 09:31:36.655 | Collecting os-vif===2.3.0 2021-01-08 09:31:36.661 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d45/ffef9628a96b5/os_vif-2.3.0-py3-none-any.whl (104 kB) 2021-01-08 09:31:36.769 | 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) 2021-01-08 09:31:36.809 | 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) 2021-01-08 09:31:36.821 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (8.4.0) 2021-01-08 09:31:36.869 | 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) 2021-01-08 09:31:36.876 | 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) 2021-01-08 09:31:36.929 | 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) 2021-01-08 09:31:36.936 | 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) 2021-01-08 09:31:36.980 | 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 303)) (12.6.0) 2021-01-08 09:31:37.044 | 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 305)) (4.1.1) 2021-01-08 09:31:37.064 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (3.6.0) 2021-01-08 09:31:37.081 | 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 307)) (2.4.0) 2021-01-08 09:31:37.098 | 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 308)) (2.2.0) 2021-01-08 09:31:37.113 | 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 309)) (6.2.0) 2021-01-08 09:31:37.118 | 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 310)) (4.0.1) 2021-01-08 09:31:37.128 | 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 311)) (2.4.0) 2021-01-08 09:31:37.154 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (1.3.0) 2021-01-08 09:31:37.166 | 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 313)) (4.7.0) 2021-01-08 09:31:37.186 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.4.0) 2021-01-08 09:31:37.208 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.4.0) 2021-01-08 09:31:37.287 | Collecting ovs===2.13.0 2021-01-08 09:31:37.293 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/1bf/5c1d276201545/ovs-2.13.0-py3-none-any.whl (118 kB) 2021-01-08 09:31:37.916 | Collecting ovsdbapp===1.7.0 2021-01-08 09:31:37.923 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d46/331fb697bc961/ovsdbapp-1.7.0-py3-none-any.whl (110 kB) 2021-01-08 09:31:38.022 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (20.8) 2021-01-08 09:31:38.028 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (5.5.1) 2021-01-08 09:31:38.507 | Collecting pecan===1.3.3 2021-01-08 09:31:38.515 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/d95/927cd140c5839/pecan-1.3.3-py3-none-any.whl (146 kB) 2021-01-08 09:31:38.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 333)) (0.7.2) 2021-01-08 09:31:38.609 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (5.8.0) 2021-01-08 09:31:38.632 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) (20.0.1) 2021-01-08 09:31:38.648 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (3.1.1) 2021-01-08 09:31:38.660 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.9.6) 2021-01-08 09:31:38.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 360)) (2.4.7) 2021-01-08 09:31:39.242 | Collecting pyroute2===0.5.14 2021-01-08 09:31:39.252 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/774/c5ecf05fe40f0/pyroute2-0.5.14.tar.gz (873 kB) 2021-01-08 09:31:40.249 | 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 386)) (2.8.1) 2021-01-08 09:31:40.841 | Collecting python-designateclient===4.1.0 2021-01-08 09:31:40.848 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a08/11d01a89b69c8/python_designateclient-4.1.0-py3-none-any.whl (80 kB) 2021-01-08 09:31:40.950 | 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 388)) (1.0.4) 2021-01-08 09:31:40.953 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (4.2.0) 2021-01-08 09:31:41.614 | Collecting python-neutronclient===7.2.1 2021-01-08 09:31:41.620 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c2f/4d57d42d5962d/python_neutronclient-7.2.1-py3-none-any.whl (433 kB) 2021-01-08 09:31:41.740 | 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) 2021-01-08 09:31:41.760 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) (2020.5) 2021-01-08 09:31:41.765 | 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) 2021-01-08 09:31:41.772 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (2.25.1) 2021-01-08 09:31:42.215 | Collecting requestsexceptions===1.4.0 2021-01-08 09:31:42.223 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/308/3d872b6e07dc5/requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2021-01-08 09:31:42.304 | 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) 2021-01-08 09:31:42.764 | Collecting setproctitle===1.2.1 2021-01-08 09:31:42.772 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/24fefc6612099/setproctitle-1.2.1-cp36-cp36m-manylinux1_x86_64.whl (35 kB) 2021-01-08 09:31:42.855 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (51.1.1) 2021-01-08 09:31:42.902 | 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) 2021-01-08 09:31:42.906 | 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) 2021-01-08 09:31:42.953 | Collecting sortedcontainers===2.3.0 2021-01-08 09:31:42.960 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/372/57a32add0a3ee/sortedcontainers-2.3.0-py2.py3-none-any.whl (29 kB) 2021-01-08 09:31:42.967 | 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) 2021-01-08 09:31:42.978 | 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) 2021-01-08 09:31:42.981 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.3.0) 2021-01-08 09:31:42.984 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2021-01-08 09:31:42.994 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 518)) (6.3.1) 2021-01-08 09:31:43.012 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (2.0.1) 2021-01-08 09:31:43.021 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (0.5.0) 2021-01-08 09:31:43.028 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.4.0) 2021-01-08 09:31:43.562 | Collecting tinyrpc===1.0.4 2021-01-08 09:31:43.569 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/4e7/2714bf0a16e74/tinyrpc-1.0.4-py3-none-any.whl (35 kB) 2021-01-08 09:31:43.668 | Requirement already satisfied: tooz===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (2.8.0) 2021-01-08 09:31:43.733 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (1.4.0) 2021-01-08 09:31:43.737 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (1.1.0) 2021-01-08 09:31:43.744 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.26.2) 2021-01-08 09:31:43.768 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (0.12.1) 2021-01-08 09:31:43.773 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 560)) (1.12.1) 2021-01-08 09:31:43.776 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (1.3.2) 2021-01-08 09:31:43.781 | 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) 2021-01-08 09:31:43.790 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2021-01-08 09:31:43.799 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) (0.1.13) 2021-01-08 09:31:43.802 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (4.1.1) 2021-01-08 09:31:43.831 | Requirement already satisfied: cryptography===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.3.1) 2021-01-08 09:31:43.876 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.1) 2021-01-08 09:31:43.883 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.28) 2021-01-08 09:31:44.318 | Collecting munch===2.5.0 2021-01-08 09:31:44.325 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f4/4af89a2ce4ed0/munch-2.5.0-py2.py3-none-any.whl (10 kB) 2021-01-08 09:31:44.427 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (3.3.0) 2021-01-08 09:31:44.471 | 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) 2021-01-08 09:31:44.922 | Collecting jmespath===0.10.0 2021-01-08 09:31:44.928 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cdf/6525904cc5977/jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2021-01-08 09:31:45.011 | 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) 2021-01-08 09:31:45.014 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.0.2) 2021-01-08 09:31:45.018 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2021-01-08 09:31:45.024 | Requirement already satisfied: cachetools===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.2.0) 2021-01-08 09:31:45.027 | Requirement already satisfied: amqp===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.2) 2021-01-08 09:31:45.032 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (5.0.2) 2021-01-08 09:31:45.078 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:31:45.082 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2021-01-08 09:31:45.591 | Collecting logutils===0.3.5 2021-01-08 09:31:45.598 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/330/91b324881269f/logutils-0.3.5-py2.py3-none-any.whl (20 kB) 2021-01-08 09:31:46.171 | Collecting WebTest===2.0.35 2021-01-08 09:31:46.177 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/44d/dfe99b5eca4cf/WebTest-2.0.35-py2.py3-none-any.whl (32 kB) 2021-01-08 09:31:46.277 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.2.0) 2021-01-08 09:31:46.309 | Requirement already satisfied: cliff===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.5.0) 2021-01-08 09:31:46.788 | Collecting osc-lib===2.3.0 2021-01-08 09:31:46.794 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2a2/b93c7191589ed/osc_lib-2.3.0-py3-none-any.whl (88 kB) 2021-01-08 09:31:47.452 | Collecting os-client-config===2.1.0 2021-01-08 09:31:47.467 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/27b/dc338f8a87281/os_client_config-2.1.0-py3-none-any.whl (31 kB) 2021-01-08 09:31:47.548 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:31:47.551 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2021-01-08 09:31:47.555 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:31:47.558 | 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) 2021-01-08 09:31:47.561 | 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) 2021-01-08 09:31:47.564 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2021-01-08 09:31:47.567 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (1.0.0) 2021-01-08 09:31:47.569 | 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 543)) (1.4.0) 2021-01-08 09:31:47.572 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (3.4.0) 2021-01-08 09:31:47.600 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.0) 2021-01-08 09:31:47.603 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (3.7.4.3) 2021-01-08 09:31:47.607 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.5) 2021-01-08 09:31:47.611 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (5.0.0) 2021-01-08 09:31:47.614 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (2.20) 2021-01-08 09:31:48.087 | Collecting beautifulsoup4===4.9.3 2021-01-08 09:31:48.092 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fff/47e031e34ec82/beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) 2021-01-08 09:31:48.651 | Collecting waitress===1.4.4 2021-01-08 09:31:48.657 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d6/33e78149eb83b/waitress-1.4.4-py2.py3-none-any.whl (58 kB) 2021-01-08 09:31:48.752 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.17.3) 2021-01-08 09:31:48.757 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:31:48.804 | Requirement already satisfied: cmd2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.4.0) 2021-01-08 09:31:49.365 | Collecting soupsieve===2.1 2021-01-08 09:31:49.371 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4bb/21a6ee4707bf4/soupsieve-2.1-py3-none-any.whl (32 kB) 2021-01-08 09:31:49.459 | 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) 2021-01-08 09:31:49.463 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (1.8.1) 2021-01-08 09:31:49.466 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (0.2.5) 2021-01-08 09:31:49.473 | Building wheels for collected packages: pyroute2 2021-01-08 09:31:49.474 | Building wheel for pyroute2 (setup.py): started 2021-01-08 09:31:50.536 | Building wheel for pyroute2 (setup.py): finished with status 'done' 2021-01-08 09:31:50.540 | Created wheel for pyroute2: filename=pyroute2-0.5.14-py3-none-any.whl size=391761 sha256=4775e3092615a3da9a8dd24c4a4df961091d4891994aaa892fd44332af9c6585 2021-01-08 09:31:50.540 | Stored in directory: /root/.cache/pip/wheels/53/0a/0f/5bfd17b16df551bb25b3cf5daa998f0fc3a35dd9a717b2ffce 2021-01-08 09:31:50.541 | Successfully built pyroute2 2021-01-08 09:31:51.761 | Installing collected packages: logutils, soupsieve, beautifulsoup4, waitress, WebTest, pecan, os-traits, setproctitle, sortedcontainers, ovs, tinyrpc, os-ken, neutron-lib, requestsexceptions, munch, jmespath, openstacksdk, os-client-config, osc-lib, python-neutronclient, ovsdbapp, pyroute2, python-designateclient, os-vif, neutron 2021-01-08 09:31:52.312 | Attempting uninstall: sortedcontainers 2021-01-08 09:31:52.314 | Found existing installation: sortedcontainers 1.5.7 2021-01-08 09:31:52.315 | Uninstalling sortedcontainers-1.5.7: 2021-01-08 09:31:52.335 | Successfully uninstalled sortedcontainers-1.5.7 2021-01-08 09:31:52.371 | Attempting uninstall: ovs 2021-01-08 09:31:52.372 | Found existing installation: ovs 2.13.1 2021-01-08 09:31:52.374 | Uninstalling ovs-2.13.1: 2021-01-08 09:31:52.394 | Successfully uninstalled ovs-2.13.1 2021-01-08 09:31:58.332 | Running setup.py develop for neutron 2021-01-08 09:32:00.889 | 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.7.0 openstacksdk-0.52.0 os-client-config-2.1.0 os-ken-1.3.0 os-traits-2.4.0 os-vif-2.3.0 osc-lib-2.3.0 ovs-2.13.0 ovsdbapp-1.7.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.2.1 sortedcontainers-2.3.0 soupsieve-2.1 tinyrpc-1.0.4 waitress-1.4.4 2021-01-08 09:32:01.028 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:32:01.028 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:32:01.173 | + inc/python:pip_install:200 : result=0 2021-01-08 09:32:01.176 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:32:01.178 | + functions-common:time_stop:2306 : local name 2021-01-08 09:32:01.180 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:32:01.182 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:32:01.185 | + functions-common:time_stop:2309 : local total 2021-01-08 09:32:01.187 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:32:01.189 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:32:01.191 | + functions-common:time_stop:2313 : start_time=1610098286110 2021-01-08 09:32:01.193 | + functions-common:time_stop:2315 : [[ -z 1610098286110 ]] 2021-01-08 09:32:01.196 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:32:01.200 | + functions-common:time_stop:2318 : end_time=1610098321197 2021-01-08 09:32:01.202 | + functions-common:time_stop:2319 : elapsed_time=35087 2021-01-08 09:32:01.205 | + functions-common:time_stop:2320 : total=230721 2021-01-08 09:32:01.208 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:32:01.210 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=265808 2021-01-08 09:32:01.212 | + inc/python:pip_install:203 : return 0 2021-01-08 09:32:01.215 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-01-08 09:32:01.217 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-01-08 09:32:01.220 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-01-08 09:32:01.237 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2021-01-08 09:32:01.249 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/neutron 2021-01-08 09:32:01.252 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2021-01-08 09:32:01.254 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:32:01.257 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:32:01.259 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2021-01-08 09:32:01.262 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:32:01.264 | + lib/neutron-legacy:install_mutnauq:449 : [[ openvswitch == \o\v\n ]] 2021-01-08 09:32:01.267 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-01-08 09:32:01.270 | + ./stack.sh:main:897 : is_service_enabled nova 2021-01-08 09:32:01.286 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:01.289 | + ./stack.sh:main:899 : stack_install_service nova 2021-01-08 09:32:01.291 | + lib/stack:stack_install_service:20 : local service=nova 2021-01-08 09:32:01.294 | + lib/stack:stack_install_service:21 : type install_nova 2021-01-08 09:32:01.296 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-08 09:32:01.299 | + lib/stack:stack_install_service:32 : install_nova 2021-01-08 09:32:01.301 | + lib/nova:install_nova:799 : use_library_from_git os-vif 2021-01-08 09:32:01.304 | + inc/python:use_library_from_git:250 : local name=os-vif 2021-01-08 09:32:01.307 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:32:01.309 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:32:01.311 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2021-01-08 09:32:01.314 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:32:01.317 | + lib/nova:install_nova:804 : is_service_enabled n-cpu 2021-01-08 09:32:01.333 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:01.336 | + lib/nova:install_nova:808 : is_service_enabled n-novnc 2021-01-08 09:32:01.351 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:01.353 | + lib/nova:install_nova:820 : is_service_enabled n-spice 2021-01-08 09:32:01.370 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:01.373 | + lib/nova:install_nova:832 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2021-01-08 09:32:01.376 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/nova.git 2021-01-08 09:32:01.378 | + functions-common:git_clone:526 : local git_dest=/opt/stack/nova 2021-01-08 09:32:01.380 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:32:01.383 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:32:01.386 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:32:01.388 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:32:01.391 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:32:01.394 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:32:01.409 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:32:01.412 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:32:01.415 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:32:01.418 | + functions-common:git_clone:546 : echo master 2021-01-08 09:32:01.418 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:32:01.423 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/nova ]] 2021-01-08 09:32:01.425 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:32:01.427 | + functions-common:git_clone:594 : cd /opt/stack/nova 2021-01-08 09:32:01.430 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:32:01.430 | + functions-common:git_clone:595 : head -1 2021-01-08 09:32:01.433 | 4689996861 Merge "tests: Remove 'test_extended_hypervisors'" 2021-01-08 09:32:01.435 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:32:01.438 | + lib/nova:install_nova:833 : setup_develop /opt/stack/nova 2021-01-08 09:32:01.441 | + inc/python:setup_develop:338 : local bindep 2021-01-08 09:32:01.443 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2021-01-08 09:32:01.445 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2021-01-08 09:32:01.448 | + inc/python:setup_develop:344 : local extras= 2021-01-08 09:32:01.450 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2021-01-08 09:32:01.452 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-08 09:32:01.455 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2021-01-08 09:32:01.458 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2021-01-08 09:32:01.463 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-08 09:32:01.465 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-01-08 09:32:01.468 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2021-01-08 09:32:01.471 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-08 09:32:01.474 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2021-01-08 09:32:01.476 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-08 09:32:01.478 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-08 09:32:01.481 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2021-01-08 09:32:01.487 | + inc/python:_setup_package_with_constraints_edit:383 : name=nova 2021-01-08 09:32:01.489 | + 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' 2021-01-08 09:32:02.168 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/nova -e 2021-01-08 09:32:02.170 | + inc/python:setup_package:417 : local bindep=0 2021-01-08 09:32:02.173 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-08 09:32:02.175 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-08 09:32:02.178 | + inc/python:setup_package:420 : [[ /opt/stack/nova == -bindep* ]] 2021-01-08 09:32:02.180 | + inc/python:setup_package:425 : local project_dir=/opt/stack/nova 2021-01-08 09:32:02.183 | + inc/python:setup_package:426 : local flags=-e 2021-01-08 09:32:02.185 | + inc/python:setup_package:427 : local extras= 2021-01-08 09:32:02.187 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-08 09:32:02.189 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-01-08 09:32:02.192 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-01-08 09:32:02.194 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-01-08 09:32:02.196 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-08 09:32:02.199 | + inc/python:setup_package:445 : pip_install -e /opt/stack/nova 2021-01-08 09:32:02.217 | Using python 3.6 to install /opt/stack/nova 2021-01-08 09:32:02.220 | + 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 2021-01-08 09:32:04.478 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:32:04.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. 2021-01-08 09:32:04.497 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:32:04.502 | Obtaining file:///opt/stack/nova 2021-01-08 09:32:08.099 | Obtaining nova from file:///opt/stack/nova#egg=nova (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-08 09:32:11.807 | 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) 2021-01-08 09:32:11.816 | 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) 2021-01-08 09:32:11.819 | 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) 2021-01-08 09:32:11.829 | 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) 2021-01-08 09:32:11.839 | 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) 2021-01-08 09:32:11.842 | 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) 2021-01-08 09:32:11.855 | Requirement already satisfied: SQLAlchemy===1.3.22 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.22) 2021-01-08 09:32:11.879 | 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) 2021-01-08 09:32:11.894 | Requirement already satisfied: castellan===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (3.7.0) 2021-01-08 09:32:11.917 | Requirement already satisfied: cryptography===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.3.1) 2021-01-08 09:32:11.961 | 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) 2021-01-08 09:32:12.432 | Collecting dataclasses===0.8 2021-01-08 09:32:12.440 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/020/1d89fa866f68c/dataclasses-0.8-py3-none-any.whl (19 kB) 2021-01-08 09:32:12.528 | 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) 2021-01-08 09:32:12.531 | Requirement already satisfied: eventlet===0.30.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 157)) (0.30.0) 2021-01-08 09:32:12.541 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (2.3.0) 2021-01-08 09:32:12.548 | Requirement already satisfied: greenlet===0.4.17 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (0.4.17) 2021-01-08 09:32:12.551 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) (0.1.13) 2021-01-08 09:32:12.554 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.2.0) 2021-01-08 09:32:12.587 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.0) 2021-01-08 09:32:12.656 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (9.2.0) 2021-01-08 09:32:12.722 | Requirement already satisfied: lxml===4.6.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 235)) (4.6.2) 2021-01-08 09:32:13.246 | Collecting microversion-parse===1.0.1 2021-01-08 09:32:13.253 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2021-01-08 09:32:13.341 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.8.0) 2021-01-08 09:32:13.348 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.10.9) 2021-01-08 09:32:13.351 | Requirement already satisfied: openstacksdk===0.52.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.52.0) 2021-01-08 09:32:13.383 | Requirement already satisfied: os-brick===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) (4.1.0) 2021-01-08 09:32:13.833 | Collecting os-resource-classes===1.0.0 2021-01-08 09:32:13.840 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a3a/6c732391350de/os_resource_classes-1.0.0-py3-none-any.whl (10 kB) 2021-01-08 09:32:13.957 | 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 288)) (1.7.0) 2021-01-08 09:32:13.961 | 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 290)) (2.4.0) 2021-01-08 09:32:13.967 | Requirement already satisfied: os-vif===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) (2.3.0) 2021-01-08 09:32:13.994 | Requirement already satisfied: os-win===5.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 292)) (5.4.0) 2021-01-08 09:32:14.545 | Collecting os-xenapi===0.3.4 2021-01-08 09:32:14.552 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b4d/9a2c858018977/os_xenapi-0.3.4-py2.py3-none-any.whl (137 kB) 2021-01-08 09:32:14.664 | 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 296)) (2.6.1) 2021-01-08 09:32:14.706 | 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 297)) (4.3.1) 2021-01-08 09:32:14.718 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (8.4.0) 2021-01-08 09:32:14.767 | 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 299)) (3.1.1) 2021-01-08 09:32:14.773 | 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 300)) (8.4.0) 2021-01-08 09:32:14.828 | 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 301)) (5.0.1) 2021-01-08 09:32:14.835 | 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 303)) (4.4.0) 2021-01-08 09:32:14.880 | 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 304)) (12.6.0) 2021-01-08 09:32:14.944 | 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 306)) (4.1.1) 2021-01-08 09:32:14.964 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (3.6.0) 2021-01-08 09:32:14.982 | 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 308)) (2.4.0) 2021-01-08 09:32:14.999 | 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 309)) (2.2.0) 2021-01-08 09:32:15.015 | 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 310)) (6.2.0) 2021-01-08 09:32:15.020 | 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 311)) (4.0.1) 2021-01-08 09:32:15.030 | 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 312)) (2.4.0) 2021-01-08 09:32:15.057 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (1.3.0) 2021-01-08 09:32:15.069 | 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 314)) (4.7.0) 2021-01-08 09:32:15.088 | Requirement already satisfied: oslo.versionedobjects===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2021-01-08 09:32:15.112 | Requirement already satisfied: ovsdbapp===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (1.7.0) 2021-01-08 09:32:15.122 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (20.8) 2021-01-08 09:32:15.128 | Requirement already satisfied: paramiko===2.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (2.7.2) 2021-01-08 09:32:15.168 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (5.5.1) 2021-01-08 09:32:15.171 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (0.7.2) 2021-01-08 09:32:15.174 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 338)) (5.8.0) 2021-01-08 09:32:15.197 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 348)) (3.1.1) 2021-01-08 09:32:15.209 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (0.9.6) 2021-01-08 09:32:15.212 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (2.4.7) 2021-01-08 09:32:15.810 | Collecting pypowervm===1.1.24 2021-01-08 09:32:15.821 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/12598607ad9d3/pypowervm-1.1.24-py2.py3-none-any.whl (1.1 MB) 2021-01-08 09:32:15.967 | Requirement already satisfied: pyroute2===0.5.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.5.14) 2021-01-08 09:32:15.974 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (0.17.3) 2021-01-08 09:32:15.979 | 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 379)) (5.0.1) 2021-01-08 09:32:15.998 | 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 383)) (7.2.0) 2021-01-08 09:32:16.018 | 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 387)) (2.8.1) 2021-01-08 09:32:16.024 | 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 391)) (3.2.2) 2021-01-08 09:32:16.043 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (4.2.0) 2021-01-08 09:32:16.064 | 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 407)) (7.2.1) 2021-01-08 09:32:16.095 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (2020.5) 2021-01-08 09:32:16.099 | 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) 2021-01-08 09:32:16.107 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.25.1) 2021-01-08 09:32:16.129 | 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) 2021-01-08 09:32:16.132 | 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) 2021-01-08 09:32:16.137 | 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) 2021-01-08 09:32:16.143 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (51.1.1) 2021-01-08 09:32:16.191 | 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) 2021-01-08 09:32:16.194 | 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) 2021-01-08 09:32:16.198 | 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 499)) (0.13.0) 2021-01-08 09:32:16.210 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (0.4.1) 2021-01-08 09:32:16.213 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.3.0) 2021-01-08 09:32:16.216 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (3.3.0) 2021-01-08 09:32:16.226 | Requirement already satisfied: taskflow===4.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 517)) (4.5.0) 2021-01-08 09:32:16.293 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (6.3.1) 2021-01-08 09:32:16.309 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (2.0.1) 2021-01-08 09:32:16.319 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (0.5.0) 2021-01-08 09:32:16.326 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (2.4.0) 2021-01-08 09:32:16.346 | Requirement already satisfied: tooz===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 532)) (2.8.0) 2021-01-08 09:32:16.413 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (1.4.0) 2021-01-08 09:32:16.416 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 544)) (1.1.0) 2021-01-08 09:32:16.425 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) (1.26.2) 2021-01-08 09:32:16.448 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (0.12.1) 2021-01-08 09:32:16.453 | Requirement already satisfied: warlock===1.3.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 555)) (1.3.3) 2021-01-08 09:32:16.975 | Collecting websockify===0.9.0 2021-01-08 09:32:16.982 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/427/91706b55e301d/websockify-0.9.0-py3-none-any.whl (35 kB) 2021-01-08 09:32:17.073 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.12.1) 2021-01-08 09:32:17.076 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (1.3.2) 2021-01-08 09:32:17.506 | Collecting zVMCloudConnector===1.4.1 2021-01-08 09:32:17.513 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f24/a37d5a0206e79/zVMCloudConnector-1.4.1.tar.gz (238 kB) 2021-01-08 09:32:18.423 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:32:18.427 | Requirement already satisfied: dnspython===1.16.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) (1.16.0) 2021-01-08 09:32:18.437 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:32:18.483 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (3.3.0) 2021-01-08 09:32:18.553 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (4.1.1) 2021-01-08 09:32:18.583 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.1) 2021-01-08 09:32:18.590 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.28) 2021-01-08 09:32:18.595 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) (2.5.0) 2021-01-08 09:32:18.620 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (0.10.0) 2021-01-08 09:32:18.624 | 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) 2021-01-08 09:32:18.628 | 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) 2021-01-08 09:32:18.757 | Collecting Babel===2.9.0 2021-01-08 09:32:18.779 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9d3/5c22fcc79893c/Babel-2.9.0-py2.py3-none-any.whl (8.8 MB) 2021-01-08 09:32:19.095 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2021-01-08 09:32:19.101 | 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) 2021-01-08 09:32:19.111 | Requirement already satisfied: amqp===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.2) 2021-01-08 09:32:19.116 | Requirement already satisfied: cachetools===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) (4.2.0) 2021-01-08 09:32:19.120 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (5.0.2) 2021-01-08 09:32:19.171 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.0.2) 2021-01-08 09:32:19.175 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2021-01-08 09:32:19.188 | Requirement already satisfied: ovs===2.13.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (2.13.0) 2021-01-08 09:32:19.194 | 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) 2021-01-08 09:32:19.205 | 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) 2021-01-08 09:32:19.220 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (0.4.8) 2021-01-08 09:32:19.223 | 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 347)) (0.2.8) 2021-01-08 09:32:19.228 | Requirement already satisfied: cliff===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.5.0) 2021-01-08 09:32:19.244 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (20.0.1) 2021-01-08 09:32:19.261 | Requirement already satisfied: osc-lib===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.3.0) 2021-01-08 09:32:19.277 | 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 282)) (2.1.0) 2021-01-08 09:32:19.282 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:32:19.286 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2021-01-08 09:32:19.290 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:32:19.293 | 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) 2021-01-08 09:32:19.296 | Requirement already satisfied: networkx===2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (2.5) 2021-01-08 09:32:19.338 | Requirement already satisfied: pydot===1.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (1.4.1) 2021-01-08 09:32:19.343 | 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) 2021-01-08 09:32:19.352 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2021-01-08 09:32:19.355 | 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 403)) (1.6.0) 2021-01-08 09:32:19.358 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (1.0.0) 2021-01-08 09:32:19.362 | 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 544)) (1.4.0) 2021-01-08 09:32:21.467 | Collecting numpy===1.19.5 2021-01-08 09:32:21.505 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a46/46724fba402aa/numpy-1.19.5-cp36-cp36m-manylinux2010_x86_64.whl (14.8 MB) 2021-01-08 09:32:21.928 | Requirement already satisfied: PyJWT===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 17)) (2.0.0) 2021-01-08 09:32:21.960 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (2.20) 2021-01-08 09:32:21.964 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (3.4.0) 2021-01-08 09:32:21.993 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (3.7.4.3) 2021-01-08 09:32:21.998 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.0) 2021-01-08 09:32:22.002 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.5) 2021-01-08 09:32:22.005 | 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) 2021-01-08 09:32:22.048 | 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 389)) (1.0.4) 2021-01-08 09:32:22.051 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 548)) (5.0.0) 2021-01-08 09:32:22.054 | Requirement already satisfied: sortedcontainers===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (2.3.0) 2021-01-08 09:32:22.057 | Requirement already satisfied: cmd2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.4.0) 2021-01-08 09:32:22.119 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.8.1) 2021-01-08 09:32:22.122 | 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) 2021-01-08 09:32:22.127 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (0.2.5) 2021-01-08 09:32:22.133 | Building wheels for collected packages: zVMCloudConnector 2021-01-08 09:32:22.133 | Building wheel for zVMCloudConnector (setup.py): started 2021-01-08 09:32:23.121 | Building wheel for zVMCloudConnector (setup.py): finished with status 'done' 2021-01-08 09:32:23.124 | Created wheel for zVMCloudConnector: filename=zVMCloudConnector-1.4.1-py3-none-any.whl size=303899 sha256=dff68378516354228f70913db69a9f18cbef96a61304a34ea1d7700c15421525 2021-01-08 09:32:23.124 | Stored in directory: /root/.cache/pip/wheels/77/e9/f7/60f0d1ed62c86db5498c1a2c54e062ef948abfc58230673f10 2021-01-08 09:32:23.126 | Successfully built zVMCloudConnector 2021-01-08 09:32:24.086 | Installing collected packages: numpy, websockify, os-resource-classes, microversion-parse, Babel, os-xenapi, pypowervm, zVMCloudConnector, dataclasses, nova 2021-01-08 09:32:28.582 | Running setup.py develop for nova 2021-01-08 09:32:32.381 | Successfully installed Babel-2.9.0 dataclasses-0.8 microversion-parse-1.0.1 nova numpy-1.19.5 os-resource-classes-1.0.0 os-xenapi-0.3.4 pypowervm-1.1.24 websockify-0.9.0 zVMCloudConnector-1.4.1 2021-01-08 09:32:32.520 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:32:32.520 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:32:32.659 | + inc/python:pip_install:200 : result=0 2021-01-08 09:32:32.662 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:32:32.664 | + functions-common:time_stop:2306 : local name 2021-01-08 09:32:32.666 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:32:32.668 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:32:32.670 | + functions-common:time_stop:2309 : local total 2021-01-08 09:32:32.673 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:32:32.675 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:32:32.677 | + functions-common:time_stop:2313 : start_time=1610098322213 2021-01-08 09:32:32.679 | + functions-common:time_stop:2315 : [[ -z 1610098322213 ]] 2021-01-08 09:32:32.682 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:32:32.685 | + functions-common:time_stop:2318 : end_time=1610098352683 2021-01-08 09:32:32.688 | + functions-common:time_stop:2319 : elapsed_time=30470 2021-01-08 09:32:32.690 | + functions-common:time_stop:2320 : total=265808 2021-01-08 09:32:32.693 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:32:32.695 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=296278 2021-01-08 09:32:32.697 | + inc/python:pip_install:203 : return 0 2021-01-08 09:32:32.699 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-01-08 09:32:32.702 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-01-08 09:32:32.704 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-01-08 09:32:32.723 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2021-01-08 09:32:32.735 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/nova 2021-01-08 09:32:32.738 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2021-01-08 09:32:32.740 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:32:32.743 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:32:32.745 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2021-01-08 09:32:32.748 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:32:32.751 | + 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 2021-01-08 09:32:32.764 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-01-08 09:32:32.766 | + ./stack.sh:main:900 : configure_nova 2021-01-08 09:32:32.769 | + lib/nova:configure_nova:236 : sudo install -d -o ubuntu /etc/nova 2021-01-08 09:32:32.781 | + lib/nova:configure_nova:238 : configure_rootwrap nova 2021-01-08 09:32:32.784 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2021-01-08 09:32:32.787 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2021-01-08 09:32:32.790 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2021-01-08 09:32:32.790 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2021-01-08 09:32:32.794 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2021-01-08 09:32:32.797 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2021-01-08 09:32:32.800 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2021-01-08 09:32:32.802 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2021-01-08 09:32:32.805 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2021-01-08 09:32:32.807 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2021-01-08 09:32:32.809 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2021-01-08 09:32:32.812 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2021-01-08 09:32:32.823 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2021-01-08 09:32:32.834 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2021-01-08 09:32:32.847 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2021-01-08 09:32:32.858 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2021-01-08 09:32:32.870 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2021-01-08 09:32:32.874 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2021-01-08 09:32:32.877 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.uVPCGOBOCn 2021-01-08 09:32:32.880 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-01-08 09:32:32.882 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2021-01-08 09:32:32.885 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2021-01-08 09:32:32.887 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-01-08 09:32:32.890 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2021-01-08 09:32:32.892 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.uVPCGOBOCn 2021-01-08 09:32:32.896 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.uVPCGOBOCn 2021-01-08 09:32:32.908 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.uVPCGOBOCn /etc/sudoers.d/nova-rootwrap 2021-01-08 09:32:32.920 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2021-01-08 09:32:32.923 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2021-01-08 09:32:32.926 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2021-01-08 09:32:32.928 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2021-01-08 09:32:32.931 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2021-01-08 09:32:32.933 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2021-01-08 09:32:32.935 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2021-01-08 09:32:32.938 | + 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 ]] 2021-01-08 09:32:32.940 | + lib/nova:configure_nova:242 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2021-01-08 09:32:32.945 | + lib/nova:configure_nova:245 : is_service_enabled n-cpu 2021-01-08 09:32:32.961 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:32.963 | + lib/nova:configure_nova:320 : create_nova_conf 2021-01-08 09:32:32.966 | + lib/nova:create_nova_conf:387 : rm -f /opt/stack/nova/bin/nova.conf 2021-01-08 09:32:32.969 | + lib/nova:create_nova_conf:390 : rm -f /etc/nova/nova.conf 2021-01-08 09:32:32.973 | + lib/nova:create_nova_conf:391 : iniset /etc/nova/nova.conf DEFAULT debug True 2021-01-08 09:32:32.998 | + lib/nova:create_nova_conf:392 : '[' True == True ']' 2021-01-08 09:32:33.000 | + lib/nova:create_nova_conf:393 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2021-01-08 09:32:33.023 | + lib/nova:create_nova_conf:395 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2021-01-08 09:32:33.055 | + lib/nova:create_nova_conf:396 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2021-01-08 09:32:33.078 | + lib/nova:create_nova_conf:397 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2021-01-08 09:32:33.105 | + lib/nova:create_nova_conf:398 : iniset /etc/nova/nova.conf scheduler workers 2 2021-01-08 09:32:33.131 | + lib/nova:create_nova_conf:399 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2021-01-08 09:32:33.157 | + lib/nova:create_nova_conf:400 : [[ 4 == 6 ]] 2021-01-08 09:32:33.159 | + lib/nova:create_nova_conf:403 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.23 2021-01-08 09:32:33.181 | + lib/nova:create_nova_conf:405 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2021-01-08 09:32:33.204 | + lib/nova:create_nova_conf:406 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2021-01-08 09:32:33.228 | + lib/nova:create_nova_conf:407 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2021-01-08 09:32:33.251 | + lib/nova:create_nova_conf:408 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2021-01-08 09:32:33.274 | + lib/nova:create_nova_conf:410 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2021-01-08 09:32:33.299 | + lib/nova:create_nova_conf:412 : is_fedora 2021-01-08 09:32:33.301 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2021-01-08 09:32:33.303 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2021-01-08 09:32:33.305 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2021-01-08 09:32:33.307 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-01-08 09:32:33.309 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2021-01-08 09:32:33.311 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2021-01-08 09:32:33.314 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOSStream ']' 2021-01-08 09:32:33.316 | + functions-common:is_fedora:456 : '[' Ubuntu = OracleServer ']' 2021-01-08 09:32:33.318 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2021-01-08 09:32:33.320 | + lib/nova:create_nova_conf:412 : is_suse 2021-01-08 09:32:33.322 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:32:33.324 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:32:33.326 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:32:33.329 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:32:33.332 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:32:33.334 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:32:33.336 | + lib/nova:create_nova_conf:421 : is_service_enabled n-api n-cond n-sched 2021-01-08 09:32:33.351 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:33.353 | + lib/nova:create_nova_conf:425 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-01-08 09:32:33.355 | + lib/nova:create_nova_conf:428 : local db=nova_cell0 2021-01-08 09:32:33.357 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2021-01-08 09:32:33.382 | ++ lib/nova:create_nova_conf:434 : database_connection_url nova_cell0 2021-01-08 09:32:33.384 | ++ lib/database:database_connection_url:132 : local db=nova_cell0 2021-01-08 09:32:33.387 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell0 2021-01-08 09:32:33.389 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell0 2021-01-08 09:32:33.391 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2021-01-08 09:32:33.394 | + 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' 2021-01-08 09:32:33.420 | ++ lib/nova:create_nova_conf:435 : database_connection_url nova_api 2021-01-08 09:32:33.422 | ++ lib/database:database_connection_url:132 : local db=nova_api 2021-01-08 09:32:33.424 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_api 2021-01-08 09:32:33.427 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_api 2021-01-08 09:32:33.429 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2021-01-08 09:32:33.432 | + 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' 2021-01-08 09:32:33.457 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf cache enabled True 2021-01-08 09:32:33.487 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2021-01-08 09:32:33.511 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2021-01-08 09:32:33.534 | + lib/nova:create_nova_conf:445 : is_service_enabled n-api 2021-01-08 09:32:33.549 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:33.551 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api-meta 2021-01-08 09:32:33.566 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:33.569 | ++ lib/nova:create_nova_conf:448 : echo osapi_compute,metadata 2021-01-08 09:32:33.570 | ++ lib/nova:create_nova_conf:448 : sed s/,metadata// 2021-01-08 09:32:33.574 | + lib/nova:create_nova_conf:448 : NOVA_ENABLED_APIS=osapi_compute 2021-01-08 09:32:33.576 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2021-01-08 09:32:33.600 | + lib/nova:create_nova_conf:451 : is_service_enabled tls-proxy 2021-01-08 09:32:33.614 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:33.616 | + lib/nova:create_nova_conf:457 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2021-01-08 09:32:33.619 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/nova/nova.conf 2021-01-08 09:32:33.621 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=nova 2021-01-08 09:32:33.623 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-01-08 09:32:33.626 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2021-01-08 09:32:33.652 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2021-01-08 09:32:33.677 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.23/identity 2021-01-08 09:32:33.702 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2021-01-08 09:32:33.727 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2021-01-08 09:32:33.754 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2021-01-08 09:32:33.779 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2021-01-08 09:32:33.803 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2021-01-08 09:32:33.831 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-01-08 09:32:33.855 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2021-01-08 09:32:33.880 | + lib/nova:create_nova_conf:460 : is_service_enabled cinder 2021-01-08 09:32:33.894 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:33.896 | + lib/nova:create_nova_conf:461 : configure_cinder_access 2021-01-08 09:32:33.899 | + lib/nova:configure_cinder_access:582 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2021-01-08 09:32:33.925 | + lib/nova:configure_cinder_access:583 : iniset /etc/nova/nova.conf cinder auth_type password 2021-01-08 09:32:33.957 | + lib/nova:configure_cinder_access:584 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.23/identity 2021-01-08 09:32:33.980 | + lib/nova:configure_cinder_access:591 : iniset /etc/nova/nova.conf cinder username nova 2021-01-08 09:32:34.010 | + lib/nova:configure_cinder_access:592 : iniset /etc/nova/nova.conf cinder password Passw0rd 2021-01-08 09:32:34.037 | + lib/nova:configure_cinder_access:593 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2021-01-08 09:32:34.062 | + lib/nova:configure_cinder_access:594 : iniset /etc/nova/nova.conf cinder project_name service 2021-01-08 09:32:34.086 | + lib/nova:configure_cinder_access:595 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2021-01-08 09:32:34.110 | + lib/nova:configure_cinder_access:596 : is_service_enabled tls-proxy 2021-01-08 09:32:34.126 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:34.128 | + lib/nova:create_nova_conf:464 : '[' -n /opt/stack/data/nova ']' 2021-01-08 09:32:34.130 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2021-01-08 09:32:34.154 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2021-01-08 09:32:34.180 | + lib/nova:create_nova_conf:468 : '[' -n /opt/stack/data/nova/instances ']' 2021-01-08 09:32:34.183 | + lib/nova:create_nova_conf:469 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2021-01-08 09:32:34.207 | + lib/nova:create_nova_conf:471 : '[' False '!=' False ']' 2021-01-08 09:32:34.210 | + lib/nova:create_nova_conf:474 : '[' False '!=' False ']' 2021-01-08 09:32:34.212 | + lib/nova:create_nova_conf:479 : is_suse 2021-01-08 09:32:34.214 | + functions-common:is_suse:464 : is_opensuse 2021-01-08 09:32:34.216 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2021-01-08 09:32:34.218 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2021-01-08 09:32:34.221 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2021-01-08 09:32:34.223 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2021-01-08 09:32:34.225 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2021-01-08 09:32:34.227 | + lib/nova:create_nova_conf:484 : setup_logging /etc/nova/nova.conf 2021-01-08 09:32:34.229 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova.conf 2021-01-08 09:32:34.232 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova.conf 2021-01-08 09:32:34.235 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-01-08 09:32:34.251 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-01-08 09:32:34.253 | + functions:setup_systemd_logging:719 : local pidstr= 2021-01-08 09:32:34.255 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-01-08 09:32:34.257 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-01-08 09:32:34.259 | + functions:setup_systemd_logging:726 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-01-08 09:32:34.285 | + 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' 2021-01-08 09:32:34.311 | + 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' 2021-01-08 09:32:34.337 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-01-08 09:32:34.363 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2021-01-08 09:32:34.388 | + lib/nova:create_nova_conf:488 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2021-01-08 09:32:34.390 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-api-uwsgi.ini 2021-01-08 09:32:34.392 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-api-wsgi 2021-01-08 09:32:34.394 | + lib/apache:write_uwsgi_config:259 : local url=/compute 2021-01-08 09:32:34.396 | + lib/apache:write_uwsgi_config:260 : local http= 2021-01-08 09:32:34.398 | + lib/apache:write_uwsgi_config:261 : local name= 2021-01-08 09:32:34.401 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-api-wsgi 2021-01-08 09:32:34.404 | + lib/apache:write_uwsgi_config:262 : name=nova-api-wsgi 2021-01-08 09:32:34.407 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-01-08 09:32:34.409 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-01-08 09:32:34.420 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-01-08 09:32:34.420 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:32:34.432 | d /var/run/uwsgi 0755 ubuntu root 2021-01-08 09:32:34.435 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:32:34.449 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2021-01-08 09:32:34.451 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-api-uwsgi.ini 2021-01-08 09:32:34.454 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2021-01-08 09:32:34.480 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2021-01-08 09:32:34.503 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2021-01-08 09:32:34.526 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2021-01-08 09:32:34.550 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2021-01-08 09:32:34.572 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2021-01-08 09:32:34.596 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2021-01-08 09:32:34.619 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2021-01-08 09:32:34.642 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2021-01-08 09:32:34.667 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-01-08 09:32:34.691 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2021-01-08 09:32:34.714 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2021-01-08 09:32:34.738 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2021-01-08 09:32:34.761 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-01-08 09:32:34.764 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-01-08 09:32:34.768 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for nova-api-wsgi 2021-01-08 09:32:34.771 | ++ lib/apache:apache_site_config_for:189 : local site=nova-api-wsgi 2021-01-08 09:32:34.773 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-01-08 09:32:34.776 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:34.778 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:34.780 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2021-01-08 09:32:34.784 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2021-01-08 09:32:34.786 | + lib/apache:write_uwsgi_config:307 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2021-01-08 09:32:34.811 | + lib/apache:write_uwsgi_config:308 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2021-01-08 09:32:34.838 | + 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 ' 2021-01-08 09:32:34.838 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2021-01-08 09:32:34.846 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi/" retry=0 2021-01-08 09:32:34.849 | + lib/apache:write_uwsgi_config:310 : enable_apache_site nova-api-wsgi 2021-01-08 09:32:34.851 | + lib/apache:enable_apache_site:206 : local site=nova-api-wsgi 2021-01-08 09:32:34.854 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-01-08 09:32:34.857 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-01-08 09:32:34.861 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:32:34.864 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:34.866 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:34.868 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-01-08 09:32:34.871 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-01-08 09:32:34.873 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:34.876 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:34.879 | + lib/apache:enable_apache_site:210 : sudo a2ensite nova-api-wsgi 2021-01-08 09:32:34.938 | Enabling site nova-api-wsgi. 2021-01-08 09:32:34.943 | To activate the new configuration, you need to run: 2021-01-08 09:32:34.943 | systemctl reload apache2 2021-01-08 09:32:34.947 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-01-08 09:32:34.950 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:32:34.952 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:32:34.955 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:32:35.098 | + 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 2021-01-08 09:32:35.102 | + lib/apache:write_uwsgi_config:257 : local file=/etc/nova/nova-metadata-uwsgi.ini 2021-01-08 09:32:35.104 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2021-01-08 09:32:35.108 | + lib/apache:write_uwsgi_config:259 : local url= 2021-01-08 09:32:35.111 | + lib/apache:write_uwsgi_config:260 : local http=0.0.0.0:8775 2021-01-08 09:32:35.113 | + lib/apache:write_uwsgi_config:261 : local name= 2021-01-08 09:32:35.117 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/nova-metadata-wsgi 2021-01-08 09:32:35.120 | + lib/apache:write_uwsgi_config:262 : name=nova-metadata-wsgi 2021-01-08 09:32:35.122 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-01-08 09:32:35.125 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-01-08 09:32:35.137 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-01-08 09:32:35.137 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:32:35.146 | d /var/run/uwsgi 0755 ubuntu root 2021-01-08 09:32:35.149 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:32:35.164 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2021-01-08 09:32:35.166 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2021-01-08 09:32:35.170 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2021-01-08 09:32:35.196 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2021-01-08 09:32:35.222 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2021-01-08 09:32:35.246 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2021-01-08 09:32:35.270 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2021-01-08 09:32:35.294 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2021-01-08 09:32:35.318 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2021-01-08 09:32:35.342 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2021-01-08 09:32:35.366 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2021-01-08 09:32:35.390 | + lib/apache:write_uwsgi_config:293 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-01-08 09:32:35.414 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2021-01-08 09:32:35.438 | + lib/apache:write_uwsgi_config:297 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2021-01-08 09:32:35.461 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2021-01-08 09:32:35.485 | + lib/apache:write_uwsgi_config:302 : [[ -n 0.0.0.0:8775 ]] 2021-01-08 09:32:35.487 | + lib/apache:write_uwsgi_config:303 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2021-01-08 09:32:35.511 | + lib/nova:create_nova_conf:491 : is_service_enabled ceilometer 2021-01-08 09:32:35.526 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:35.528 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2021-01-08 09:32:35.555 | ++ lib/nova:create_nova_conf:500 : get_notification_url 2021-01-08 09:32:35.558 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2021-01-08 09:32:35.560 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2021-01-08 09:32:35.576 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:35.578 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:32:35.581 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:32:35.606 | + lib/nova:create_nova_conf:501 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2021-01-08 09:32:35.633 | + lib/nova:create_nova_conf:502 : iniset_rpc_backend nova /etc/nova/nova.conf 2021-01-08 09:32:35.635 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-01-08 09:32:35.638 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2021-01-08 09:32:35.640 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-01-08 09:32:35.642 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-01-08 09:32:35.644 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-01-08 09:32:35.659 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:35.662 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-01-08 09:32:35.665 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-01-08 09:32:35.667 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-01-08 09:32:35.682 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:35.684 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:32:35.688 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2021-01-08 09:32:35.712 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-01-08 09:32:35.714 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-01-08 09:32:35.716 | + lib/nova:create_nova_conf:504 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2021-01-08 09:32:35.741 | + lib/nova:create_nova_conf:505 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2021-01-08 09:32:35.768 | + lib/nova:create_nova_conf:507 : iniset /etc/nova/nova.conf conductor workers 2 2021-01-08 09:32:35.796 | + lib/nova:create_nova_conf:509 : is_service_enabled tls-proxy 2021-01-08 09:32:35.811 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:35.814 | + lib/nova:create_nova_conf:514 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2021-01-08 09:32:35.838 | + lib/nova:create_nova_conf:516 : '[' False == True ']' 2021-01-08 09:32:35.840 | + lib/nova:create_nova_conf:520 : is_service_enabled n-cond 2021-01-08 09:32:35.856 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:35.859 | ++ lib/nova:create_nova_conf:521 : seq 1 1 2021-01-08 09:32:35.863 | + lib/nova:create_nova_conf:521 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-01-08 09:32:35.865 | + lib/nova:create_nova_conf:522 : local conf 2021-01-08 09:32:35.867 | + lib/nova:create_nova_conf:523 : local vhost 2021-01-08 09:32:35.870 | ++ lib/nova:create_nova_conf:524 : conductor_conf 1 2021-01-08 09:32:35.872 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-01-08 09:32:35.875 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-01-08 09:32:35.878 | + lib/nova:create_nova_conf:524 : conf=/etc/nova/nova_cell1.conf 2021-01-08 09:32:35.880 | + lib/nova:create_nova_conf:525 : vhost=nova_cell1 2021-01-08 09:32:35.882 | + lib/nova:create_nova_conf:527 : rm -f /etc/nova/nova_cell1.conf 2021-01-08 09:32:35.886 | ++ lib/nova:create_nova_conf:528 : database_connection_url nova_cell1 2021-01-08 09:32:35.888 | ++ lib/database:database_connection_url:132 : local db=nova_cell1 2021-01-08 09:32:35.891 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql nova_cell1 2021-01-08 09:32:35.893 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=nova_cell1 2021-01-08 09:32:35.895 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2021-01-08 09:32:35.898 | + 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' 2021-01-08 09:32:35.925 | + lib/nova:create_nova_conf:529 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2021-01-08 09:32:35.951 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2021-01-08 09:32:35.980 | + lib/nova:create_nova_conf:532 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-01-08 09:32:35.983 | + lib/nova:create_nova_conf:535 : rpc_backend_add_vhost nova_cell1 2021-01-08 09:32:35.986 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2021-01-08 09:32:35.988 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2021-01-08 09:32:36.003 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:36.007 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2021-01-08 09:32:36.008 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2021-01-08 09:32:37.121 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2021-01-08 09:32:37.124 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2021-01-08 09:32:38.210 | Creating vhost "nova_cell1" 2021-01-08 09:32:38.265 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2021-01-08 09:32:39.292 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" 2021-01-08 09:32:39.315 | + lib/nova:create_nova_conf:536 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2021-01-08 09:32:39.317 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2021-01-08 09:32:39.319 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2021-01-08 09:32:39.321 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-01-08 09:32:39.324 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2021-01-08 09:32:39.326 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-01-08 09:32:39.341 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:39.344 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2021-01-08 09:32:39.347 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2021-01-08 09:32:39.349 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-01-08 09:32:39.363 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:39.366 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/nova_cell1 2021-01-08 09:32:39.368 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/nova_cell1 2021-01-08 09:32:39.392 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-01-08 09:32:39.394 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-01-08 09:32:39.396 | + lib/nova:create_nova_conf:540 : is_service_enabled placement placement-client 2021-01-08 09:32:39.412 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:39.414 | + lib/nova:create_nova_conf:541 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2021-01-08 09:32:39.416 | + lib/nova:configure_placement_nova_compute:569 : local conf=/etc/nova/nova_cell1.conf 2021-01-08 09:32:39.418 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2021-01-08 09:32:39.443 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.23/identity 2021-01-08 09:32:39.467 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova_cell1.conf placement username placement 2021-01-08 09:32:39.491 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2021-01-08 09:32:39.516 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2021-01-08 09:32:39.539 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova_cell1.conf placement project_name service 2021-01-08 09:32:39.563 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2021-01-08 09:32:39.587 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2021-01-08 09:32:39.610 | + lib/nova:create_nova_conf:545 : setup_logging /etc/nova/nova_cell1.conf 2021-01-08 09:32:39.612 | + functions:setup_logging:698 : setup_systemd_logging /etc/nova/nova_cell1.conf 2021-01-08 09:32:39.615 | + functions:setup_systemd_logging:713 : local conf_file=/etc/nova/nova_cell1.conf 2021-01-08 09:32:39.617 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-01-08 09:32:39.633 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-01-08 09:32:39.635 | + functions:setup_systemd_logging:719 : local pidstr= 2021-01-08 09:32:39.637 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-01-08 09:32:39.639 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-01-08 09:32:39.642 | + 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}}' 2021-01-08 09:32:39.665 | + 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' 2021-01-08 09:32:39.689 | + 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' 2021-01-08 09:32:39.713 | + functions:setup_systemd_logging:730 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-01-08 09:32:39.736 | + lib/nova:create_nova_conf:552 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2021-01-08 09:32:39.739 | ++ lib/nova:create_nova_conf:555 : seq 1 1 2021-01-08 09:32:39.742 | + lib/nova:create_nova_conf:555 : for i in $(seq 1 $NOVA_NUM_CELLS) 2021-01-08 09:32:39.745 | + lib/nova:create_nova_conf:556 : local conf 2021-01-08 09:32:39.747 | + lib/nova:create_nova_conf:557 : local offset 2021-01-08 09:32:39.750 | ++ lib/nova:create_nova_conf:558 : conductor_conf 1 2021-01-08 09:32:39.753 | ++ lib/nova:conductor_conf:734 : local cell=1 2021-01-08 09:32:39.755 | ++ lib/nova:conductor_conf:735 : echo /etc/nova/nova_cell1.conf 2021-01-08 09:32:39.758 | + lib/nova:create_nova_conf:558 : conf=/etc/nova/nova_cell1.conf 2021-01-08 09:32:39.760 | + lib/nova:create_nova_conf:559 : offset=0 2021-01-08 09:32:39.762 | + lib/nova:create_nova_conf:560 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2021-01-08 09:32:39.764 | + lib/nova:configure_console_proxies:669 : local conf=/etc/nova/nova_cell1.conf 2021-01-08 09:32:39.767 | + lib/nova:configure_console_proxies:670 : local offset=0 2021-01-08 09:32:39.769 | + lib/nova:configure_console_proxies:674 : offset=0 2021-01-08 09:32:39.772 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-novnc 2021-01-08 09:32:39.786 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:39.788 | + lib/nova:configure_console_proxies:676 : is_service_enabled n-xvnc 2021-01-08 09:32:39.802 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:39.804 | + lib/nova:configure_console_proxies:676 : '[' False '!=' False ']' 2021-01-08 09:32:39.806 | + lib/nova:configure_console_proxies:710 : is_service_enabled n-spice 2021-01-08 09:32:39.821 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:39.823 | + lib/nova:configure_console_proxies:715 : is_service_enabled n-sproxy 2021-01-08 09:32:39.838 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:39.841 | + lib/nova:configure_nova:322 : is_service_enabled n-cpu 2021-01-08 09:32:39.855 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:32:39.858 | + ./stack.sh:main:903 : is_service_enabled placement 2021-01-08 09:32:39.874 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:32:39.877 | + ./stack.sh:main:905 : stack_install_service placement 2021-01-08 09:32:39.880 | + lib/stack:stack_install_service:20 : local service=placement 2021-01-08 09:32:39.882 | + lib/stack:stack_install_service:21 : type install_placement 2021-01-08 09:32:39.884 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-01-08 09:32:39.887 | + lib/stack:stack_install_service:32 : install_placement 2021-01-08 09:32:39.889 | + lib/placement:install_placement:137 : install_apache_wsgi 2021-01-08 09:32:39.892 | + lib/apache:install_apache_wsgi:146 : is_ubuntu 2021-01-08 09:32:39.894 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:39.897 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:39.899 | + lib/apache:install_apache_wsgi:148 : install_package apache2 2021-01-08 09:32:39.902 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:32:39.904 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:32:39.906 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:32:39.909 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:32:39.911 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:32:39.914 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:32:39.916 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:39.918 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:39.921 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:32:39.924 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:32:39.926 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:32:39.928 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:32:39.931 | + functions-common:install_package:1345 : real_install_package apache2 2021-01-08 09:32:39.933 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:32:39.936 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:39.938 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:39.941 | + functions-common:real_install_package:1331 : apt_get install apache2 2021-01-08 09:32:39.959 | + 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 2021-01-08 09:32:40.079 | Reading package lists... 2021-01-08 09:32:40.343 | Building dependency tree... 2021-01-08 09:32:40.344 | Reading state information... 2021-01-08 09:32:40.561 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-01-08 09:32:40.561 | The following packages were automatically installed and are no longer required: 2021-01-08 09:32:40.562 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-01-08 09:32:40.562 | python3-click python3-colorama python3-configobj python3-constantly 2021-01-08 09:32:40.562 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-01-08 09:32:40.562 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:32:40.562 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:32:40.562 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:32:40.562 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:32:40.630 | 0 upgraded, 0 newly installed, 0 to remove and 162 not upgraded. 2021-01-08 09:32:40.634 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:32:40.636 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:32:40.639 | + functions-common:time_stop:2306 : local name 2021-01-08 09:32:40.641 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:32:40.644 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:32:40.646 | + functions-common:time_stop:2309 : local total 2021-01-08 09:32:40.648 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:32:40.650 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:32:40.653 | + functions-common:time_stop:2313 : start_time=1610098359956 2021-01-08 09:32:40.655 | + functions-common:time_stop:2315 : [[ -z 1610098359956 ]] 2021-01-08 09:32:40.658 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:32:40.662 | + functions-common:time_stop:2318 : end_time=1610098360659 2021-01-08 09:32:40.664 | + functions-common:time_stop:2319 : elapsed_time=703 2021-01-08 09:32:40.666 | + functions-common:time_stop:2320 : total=233482 2021-01-08 09:32:40.669 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:32:40.671 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=234185 2021-01-08 09:32:40.673 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:32:40.676 | + lib/apache:install_apache_wsgi:149 : is_package_installed libapache2-mod-wsgi 2021-01-08 09:32:40.678 | + functions-common:is_package_installed:1353 : [[ -z libapache2-mod-wsgi ]] 2021-01-08 09:32:40.681 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2021-01-08 09:32:40.683 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2021-01-08 09:32:40.685 | + functions-common:is_package_installed:1362 : dpkg -s libapache2-mod-wsgi 2021-01-08 09:32:40.710 | + lib/apache:install_apache_wsgi:152 : install_package libapache2-mod-wsgi-py3 2021-01-08 09:32:40.712 | + functions-common:install_package:1344 : update_package_repo 2021-01-08 09:32:40.715 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2021-01-08 09:32:40.717 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2021-01-08 09:32:40.720 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2021-01-08 09:32:40.722 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2021-01-08 09:32:40.725 | + functions-common:update_package_repo:1324 : is_ubuntu 2021-01-08 09:32:40.727 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:40.730 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:40.732 | + functions-common:update_package_repo:1325 : apt_get_update 2021-01-08 09:32:40.735 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2021-01-08 09:32:40.737 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2021-01-08 09:32:40.740 | + functions-common:apt_get_update:1071 : return 2021-01-08 09:32:40.742 | + functions-common:install_package:1345 : real_install_package libapache2-mod-wsgi-py3 2021-01-08 09:32:40.744 | + functions-common:real_install_package:1330 : is_ubuntu 2021-01-08 09:32:40.747 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:40.749 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:40.752 | + functions-common:real_install_package:1331 : apt_get install libapache2-mod-wsgi-py3 2021-01-08 09:32:40.771 | + 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 2021-01-08 09:32:40.891 | Reading package lists... 2021-01-08 09:32:41.136 | Building dependency tree... 2021-01-08 09:32:41.137 | Reading state information... 2021-01-08 09:32:41.363 | The following packages were automatically installed and are no longer required: 2021-01-08 09:32:41.364 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-01-08 09:32:41.364 | python3-click python3-colorama python3-configobj python3-constantly 2021-01-08 09:32:41.364 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-01-08 09:32:41.364 | python3-pam python3-problem-report python3-pyasn1 2021-01-08 09:32:41.364 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-01-08 09:32:41.364 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-01-08 09:32:41.364 | Use 'sudo apt autoremove' to remove them. 2021-01-08 09:32:41.409 | The following NEW packages will be installed: 2021-01-08 09:32:41.409 | libapache2-mod-wsgi-py3 2021-01-08 09:32:41.542 | 0 upgraded, 1 newly installed, 0 to remove and 162 not upgraded. 2021-01-08 09:32:41.542 | Need to get 88.3 kB of archives. 2021-01-08 09:32:41.542 | After this operation, 278 kB of additional disk space will be used. 2021-01-08 09:32:41.542 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libapache2-mod-wsgi-py3 amd64 4.5.17-1ubuntu1 [88.3 kB] 2021-01-08 09:32:42.254 | Fetched 88.3 kB in 0s (313 kB/s) 2021-01-08 09:32:42.314 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2021-01-08 09:32:42.353 | (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 ... 77587 files and directories currently installed.) 2021-01-08 09:32:42.357 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.5.17-1ubuntu1_amd64.deb ... 2021-01-08 09:32:42.360 | Unpacking libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-01-08 09:32:42.440 | Setting up libapache2-mod-wsgi-py3 (4.5.17-1ubuntu1) ... 2021-01-08 09:32:42.628 | apache2_invoke: Enable module wsgi 2021-01-08 09:32:45.002 | + functions-common:apt_get:1115 : result=0 2021-01-08 09:32:45.004 | + functions-common:apt_get:1118 : time_stop apt-get 2021-01-08 09:32:45.007 | + functions-common:time_stop:2306 : local name 2021-01-08 09:32:45.009 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:32:45.011 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:32:45.014 | + functions-common:time_stop:2309 : local total 2021-01-08 09:32:45.018 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:32:45.020 | + functions-common:time_stop:2312 : name=apt-get 2021-01-08 09:32:45.023 | + functions-common:time_stop:2313 : start_time=1610098360769 2021-01-08 09:32:45.025 | + functions-common:time_stop:2315 : [[ -z 1610098360769 ]] 2021-01-08 09:32:45.028 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:32:45.032 | + functions-common:time_stop:2318 : end_time=1610098365029 2021-01-08 09:32:45.034 | + functions-common:time_stop:2319 : elapsed_time=4260 2021-01-08 09:32:45.036 | + functions-common:time_stop:2320 : total=234185 2021-01-08 09:32:45.039 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:32:45.041 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=238445 2021-01-08 09:32:45.044 | + functions-common:apt_get:1119 : return 0 2021-01-08 09:32:45.046 | + lib/apache:install_apache_wsgi:167 : enable_apache_mod wsgi 2021-01-08 09:32:45.048 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2021-01-08 09:32:45.051 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:32:45.053 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:32:45.056 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:32:45.058 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2021-01-08 09:32:45.060 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2021-01-08 09:32:45.113 | wsgi (enabled by maintainer script) 2021-01-08 09:32:45.116 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2021-01-08 09:32:45.119 | + inc/python:pip_install_gr:76 : local name=osc-placement 2021-01-08 09:32:45.121 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-08 09:32:45.124 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2021-01-08 09:32:45.128 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2021-01-08 09:32:45.130 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-08 09:32:45.134 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2021-01-08 09:32:45.134 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-08 09:32:45.138 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2021-01-08 09:32:45.141 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2021-01-08 09:32:45.144 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2021-01-08 09:32:45.147 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2021-01-08 09:32:45.149 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2021-01-08 09:32:45.168 | Using python 3.6 to install osc-placement 2021-01-08 09:32:45.175 | + 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 2021-01-08 09:32:47.453 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:32:47.453 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:32:47.470 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:32:48.039 | Collecting osc-placement===2.1.0 2021-01-08 09:32:48.048 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b5a/7e49631fe3469/osc_placement-2.1.0-py3-none-any.whl (54 kB) 2021-01-08 09:32:48.159 | 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 314)) (4.7.0) 2021-01-08 09:32:48.179 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (20.8) 2021-01-08 09:32:48.185 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (5.5.1) 2021-01-08 09:32:48.188 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) (2.4.7) 2021-01-08 09:32:48.192 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (2020.5) 2021-01-08 09:32:48.196 | 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) 2021-01-08 09:32:48.200 | 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) 2021-01-08 09:32:48.204 | Requirement already satisfied: osc-lib===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (2.3.0) 2021-01-08 09:32:48.221 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.0) 2021-01-08 09:32:48.288 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.10.9) 2021-01-08 09:32:48.291 | 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 301)) (5.0.1) 2021-01-08 09:32:48.299 | 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) 2021-01-08 09:32:48.307 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.8.0) 2021-01-08 09:32:48.314 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) (0.1.13) 2021-01-08 09:32:48.317 | Requirement already satisfied: cliff===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.5.0) 2021-01-08 09:32:48.333 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (3.3.0) 2021-01-08 09:32:48.343 | Requirement already satisfied: openstacksdk===0.52.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (0.52.0) 2021-01-08 09:32:48.376 | 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 288)) (1.7.0) 2021-01-08 09:32:48.381 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) (2.25.1) 2021-01-08 09:32:48.403 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (1.12.1) 2021-01-08 09:32:48.406 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (4.1.1) 2021-01-08 09:32:48.435 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) (0.7.2) 2021-01-08 09:32:48.438 | 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) 2021-01-08 09:32:48.441 | Requirement already satisfied: cmd2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.4.0) 2021-01-08 09:32:48.502 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (3.3.0) 2021-01-08 09:32:48.543 | 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) 2021-01-08 09:32:48.546 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.28) 2021-01-08 09:32:48.552 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) (2.5.0) 2021-01-08 09:32:48.576 | 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) 2021-01-08 09:32:48.580 | 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) 2021-01-08 09:32:48.584 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (0.10.0) 2021-01-08 09:32:48.588 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.1) 2021-01-08 09:32:48.594 | Requirement already satisfied: cryptography===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.3.1) 2021-01-08 09:32:48.638 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:32:48.641 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 546)) (1.26.2) 2021-01-08 09:32:48.665 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2021-01-08 09:32:48.669 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:32:48.673 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (3.4.0) 2021-01-08 09:32:48.701 | 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) 2021-01-08 09:32:48.706 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 556)) (0.2.5) 2021-01-08 09:32:48.712 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:32:48.758 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.8.1) 2021-01-08 09:32:48.761 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (3.7.4.3) 2021-01-08 09:32:48.767 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.0) 2021-01-08 09:32:48.770 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:32:48.774 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (2.20) 2021-01-08 09:32:50.729 | Installing collected packages: osc-placement 2021-01-08 09:32:50.909 | Successfully installed osc-placement-2.1.0 2021-01-08 09:32:51.051 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:32:51.051 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:32:51.154 | + inc/python:pip_install:200 : result=0 2021-01-08 09:32:51.157 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:32:51.159 | + functions-common:time_stop:2306 : local name 2021-01-08 09:32:51.162 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:32:51.164 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:32:51.167 | + functions-common:time_stop:2309 : local total 2021-01-08 09:32:51.169 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:32:51.172 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:32:51.174 | + functions-common:time_stop:2313 : start_time=1610098365163 2021-01-08 09:32:51.177 | + functions-common:time_stop:2315 : [[ -z 1610098365163 ]] 2021-01-08 09:32:51.181 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:32:51.184 | + functions-common:time_stop:2318 : end_time=1610098371181 2021-01-08 09:32:51.187 | + functions-common:time_stop:2319 : elapsed_time=6018 2021-01-08 09:32:51.189 | + functions-common:time_stop:2320 : total=296278 2021-01-08 09:32:51.192 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:32:51.194 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=302296 2021-01-08 09:32:51.196 | + inc/python:pip_install:203 : return 0 2021-01-08 09:32:51.199 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2021-01-08 09:32:51.202 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/placement.git 2021-01-08 09:32:51.205 | + functions-common:git_clone:526 : local git_dest=/opt/stack/placement 2021-01-08 09:32:51.207 | + functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:32:51.210 | + functions-common:git_clone:528 : local orig_dir 2021-01-08 09:32:51.213 | ++ functions-common:git_clone:529 : pwd 2021-01-08 09:32:51.216 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:32:51.219 | + functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:32:51.222 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:32:51.240 | + functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:32:51.242 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:32:51.244 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:32:51.248 | + functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:32:51.248 | + functions-common:git_clone:546 : echo master 2021-01-08 09:32:51.253 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/placement ]] 2021-01-08 09:32:51.256 | + functions-common:git_clone:561 : [[ False = \T\r\u\e ]] 2021-01-08 09:32:51.258 | + functions-common:git_clone:567 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-01-08 09:32:51.261 | + functions-common:git_timed:619 : local count=0 2021-01-08 09:32:51.263 | + functions-common:git_timed:620 : local timeout=0 2021-01-08 09:32:51.266 | + functions-common:git_timed:622 : [[ -n 0 ]] 2021-01-08 09:32:51.268 | + functions-common:git_timed:623 : timeout=0 2021-01-08 09:32:51.271 | + functions-common:git_timed:626 : time_start git_timed 2021-01-08 09:32:51.276 | + functions-common:time_start:2292 : local name=git_timed 2021-01-08 09:32:51.279 | + functions-common:time_start:2293 : local start_time= 2021-01-08 09:32:51.282 | + functions-common:time_start:2294 : [[ -n '' ]] 2021-01-08 09:32:51.285 | ++ functions-common:time_start:2297 : date +%s%3N 2021-01-08 09:32:51.288 | + functions-common:time_start:2297 : _TIME_START[$name]=1610098371285 2021-01-08 09:32:51.291 | + functions-common:git_timed:627 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2021-01-08 09:32:51.293 | Cloning into '/opt/stack/placement'... 2021-01-08 09:33:36.289 | + functions-common:git_timed:641 : time_stop git_timed 2021-01-08 09:33:36.292 | + functions-common:time_stop:2306 : local name 2021-01-08 09:33:36.294 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:33:36.296 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:33:36.299 | + functions-common:time_stop:2309 : local total 2021-01-08 09:33:36.301 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:33:36.304 | + functions-common:time_stop:2312 : name=git_timed 2021-01-08 09:33:36.306 | + functions-common:time_stop:2313 : start_time=1610098371285 2021-01-08 09:33:36.308 | + functions-common:time_stop:2315 : [[ -z 1610098371285 ]] 2021-01-08 09:33:36.311 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:33:36.315 | + functions-common:time_stop:2318 : end_time=1610098416312 2021-01-08 09:33:36.318 | + functions-common:time_stop:2319 : elapsed_time=45027 2021-01-08 09:33:36.320 | + functions-common:time_stop:2320 : total=0 2021-01-08 09:33:36.323 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:33:36.325 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=45027 2021-01-08 09:33:36.328 | + functions-common:git_clone:594 : cd /opt/stack/placement 2021-01-08 09:33:36.331 | + functions-common:git_clone:595 : git show --oneline 2021-01-08 09:33:36.332 | + functions-common:git_clone:595 : head -1 2021-01-08 09:33:36.334 | 0c8cc6ee Remove deprecated [placement]/policy_file config option 2021-01-08 09:33:36.337 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:33:36.340 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2021-01-08 09:33:36.342 | + inc/python:setup_develop:338 : local bindep 2021-01-08 09:33:36.345 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2021-01-08 09:33:36.347 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2021-01-08 09:33:36.350 | + inc/python:setup_develop:344 : local extras= 2021-01-08 09:33:36.353 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2021-01-08 09:33:36.355 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-01-08 09:33:36.358 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2021-01-08 09:33:36.360 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2021-01-08 09:33:36.363 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-01-08 09:33:36.366 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-01-08 09:33:36.369 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2021-01-08 09:33:36.372 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-01-08 09:33:36.374 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2021-01-08 09:33:36.377 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-01-08 09:33:36.379 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-01-08 09:33:36.383 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2021-01-08 09:33:36.388 | + inc/python:_setup_package_with_constraints_edit:383 : name=openstack-placement 2021-01-08 09:33:36.391 | + 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' 2021-01-08 09:33:37.074 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/placement -e 2021-01-08 09:33:37.076 | + inc/python:setup_package:417 : local bindep=0 2021-01-08 09:33:37.079 | + inc/python:setup_package:418 : local bindep_flag= 2021-01-08 09:33:37.081 | + inc/python:setup_package:419 : local bindep_profiles= 2021-01-08 09:33:37.084 | + inc/python:setup_package:420 : [[ /opt/stack/placement == -bindep* ]] 2021-01-08 09:33:37.086 | + inc/python:setup_package:425 : local project_dir=/opt/stack/placement 2021-01-08 09:33:37.089 | + inc/python:setup_package:426 : local flags=-e 2021-01-08 09:33:37.091 | + inc/python:setup_package:427 : local extras= 2021-01-08 09:33:37.094 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-01-08 09:33:37.096 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-01-08 09:33:37.098 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-01-08 09:33:37.102 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-01-08 09:33:37.104 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-01-08 09:33:37.106 | + inc/python:setup_package:445 : pip_install -e /opt/stack/placement 2021-01-08 09:33:37.125 | Using python 3.6 to install /opt/stack/placement 2021-01-08 09:33:37.127 | + 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 2021-01-08 09:33:39.423 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:33:39.424 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:33:39.441 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:33:39.446 | Obtaining file:///opt/stack/placement 2021-01-08 09:33:40.846 | Obtaining openstack-placement from file:///opt/stack/placement#egg=openstack-placement (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-01-08 09:33:42.240 | 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) 2021-01-08 09:33:42.253 | Requirement already satisfied: SQLAlchemy===1.3.22 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.22) 2021-01-08 09:33:42.277 | 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) 2021-01-08 09:33:42.292 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.2.0) 2021-01-08 09:33:42.324 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (9.2.0) 2021-01-08 09:33:42.386 | 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 238)) (1.0.1) 2021-01-08 09:33:42.391 | 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 288)) (1.0.0) 2021-01-08 09:33:42.396 | 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 291)) (2.4.0) 2021-01-08 09:33:42.402 | 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 297)) (2.6.1) 2021-01-08 09:33:42.444 | 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 298)) (4.3.1) 2021-01-08 09:33:42.455 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.4.0) 2021-01-08 09:33:42.504 | 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 300)) (3.1.1) 2021-01-08 09:33:42.512 | 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 301)) (8.4.0) 2021-01-08 09:33:42.566 | 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 302)) (5.0.1) 2021-01-08 09:33:42.578 | 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 304)) (4.4.0) 2021-01-08 09:33:42.622 | 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 307)) (4.1.1) 2021-01-08 09:33:42.643 | Requirement already satisfied: oslo.policy===3.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (3.6.0) 2021-01-08 09:33:42.661 | 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 312)) (4.0.1) 2021-01-08 09:33:42.671 | Requirement already satisfied: oslo.upgradecheck===1.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (1.3.0) 2021-01-08 09:33:42.683 | 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 315)) (4.7.0) 2021-01-08 09:33:42.703 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (20.8) 2021-01-08 09:33:42.710 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (5.5.1) 2021-01-08 09:33:42.713 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (0.7.2) 2021-01-08 09:33:42.716 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) (3.1.1) 2021-01-08 09:33:42.728 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (0.9.6) 2021-01-08 09:33:42.731 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (2.4.7) 2021-01-08 09:33:42.734 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (0.17.3) 2021-01-08 09:33:42.740 | 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 388)) (2.8.1) 2021-01-08 09:33:42.745 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (4.2.0) 2021-01-08 09:33:42.766 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (2020.5) 2021-01-08 09:33:42.772 | 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) 2021-01-08 09:33:42.780 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2.25.1) 2021-01-08 09:33:42.803 | 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) 2021-01-08 09:33:42.808 | Requirement already satisfied: setuptools===51.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (51.1.1) 2021-01-08 09:33:42.856 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (1.15.0) 2021-01-08 09:33:42.859 | 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 500)) (0.13.0) 2021-01-08 09:33:42.872 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (0.4.1) 2021-01-08 09:33:42.875 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 503)) (3.3.0) 2021-01-08 09:33:42.878 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.3.0) 2021-01-08 09:33:42.893 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (2.0.1) 2021-01-08 09:33:42.903 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (0.5.0) 2021-01-08 09:33:42.910 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2021-01-08 09:33:42.930 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2021-01-08 09:33:42.934 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2021-01-08 09:33:42.943 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.26.2) 2021-01-08 09:33:42.967 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (3.3.0) 2021-01-08 09:33:43.009 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:33:43.055 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.0) 2021-01-08 09:33:43.123 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.1) 2021-01-08 09:33:43.130 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2021-01-08 09:33:43.165 | 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) 2021-01-08 09:33:43.173 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.8.0) 2021-01-08 09:33:43.181 | 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) 2021-01-08 09:33:43.185 | 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) 2021-01-08 09:33:43.195 | 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) 2021-01-08 09:33:43.202 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.0.2) 2021-01-08 09:33:43.206 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.10.9) 2021-01-08 09:33:43.209 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) (0.1.13) 2021-01-08 09:33:43.212 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:33:43.216 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:33:43.219 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2021-01-08 09:33:43.224 | 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) 2021-01-08 09:33:43.227 | 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) 2021-01-08 09:33:43.230 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2021-01-08 09:33:43.233 | 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 404)) (1.6.0) 2021-01-08 09:33:43.236 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2021-01-08 09:33:43.249 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (1.0.0) 2021-01-08 09:33:43.252 | 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 545)) (1.4.0) 2021-01-08 09:33:43.255 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (3.4.0) 2021-01-08 09:33:43.283 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (3.7.4.3) 2021-01-08 09:33:43.289 | 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 289)) (1.7.0) 2021-01-08 09:33:43.294 | Requirement already satisfied: monotonic===1.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.5) 2021-01-08 09:33:43.296 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2021-01-08 09:33:43.299 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (4.1.1) 2021-01-08 09:33:43.329 | 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 390)) (1.0.4) 2021-01-08 09:33:43.332 | 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) 2021-01-08 09:33:43.341 | 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) 2021-01-08 09:33:45.027 | Installing collected packages: openstack-placement 2021-01-08 09:33:45.029 | Running setup.py develop for openstack-placement 2021-01-08 09:33:46.707 | Successfully installed openstack-placement 2021-01-08 09:33:46.848 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:33:46.849 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:33:46.954 | + inc/python:pip_install:200 : result=0 2021-01-08 09:33:46.956 | + inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:33:46.959 | + functions-common:time_stop:2306 : local name 2021-01-08 09:33:46.961 | + functions-common:time_stop:2307 : local end_time 2021-01-08 09:33:46.964 | + functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:33:46.966 | + functions-common:time_stop:2309 : local total 2021-01-08 09:33:46.969 | + functions-common:time_stop:2310 : local start_time 2021-01-08 09:33:46.971 | + functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:33:46.974 | + functions-common:time_stop:2313 : start_time=1610098417120 2021-01-08 09:33:46.976 | + functions-common:time_stop:2315 : [[ -z 1610098417120 ]] 2021-01-08 09:33:46.979 | ++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:33:46.982 | + functions-common:time_stop:2318 : end_time=1610098426979 2021-01-08 09:33:46.985 | + functions-common:time_stop:2319 : elapsed_time=9859 2021-01-08 09:33:46.987 | + functions-common:time_stop:2320 : total=302296 2021-01-08 09:33:46.989 | + functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:33:46.992 | + functions-common:time_stop:2323 : _TIME_TOTAL[$name]=312155 2021-01-08 09:33:46.994 | + inc/python:pip_install:203 : return 0 2021-01-08 09:33:46.997 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-01-08 09:33:46.999 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-01-08 09:33:47.002 | + functions-common:safe_chown:2207 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-01-08 09:33:47.020 | + functions-common:_safe_permission_operation:2055 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2021-01-08 09:33:47.032 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/placement 2021-01-08 09:33:47.034 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2021-01-08 09:33:47.036 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:33:47.039 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:33:47.041 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2021-01-08 09:33:47.044 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:33:47.046 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-01-08 09:33:47.049 | + ./stack.sh:main:906 : configure_placement 2021-01-08 09:33:47.051 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2021-01-08 09:33:47.063 | + lib/placement:configure_placement:107 : create_placement_conf 2021-01-08 09:33:47.065 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2021-01-08 09:33:47.070 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2021-01-08 09:33:47.073 | ++ lib/database:database_connection_url:132 : local db=placement 2021-01-08 09:33:47.075 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql placement 2021-01-08 09:33:47.078 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=placement 2021-01-08 09:33:47.080 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-01-08 09:33:47.084 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2021-01-08 09:33:47.111 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2021-01-08 09:33:47.138 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2021-01-08 09:33:47.166 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2021-01-08 09:33:47.169 | + lib/keystone:configure_keystone_authtoken_middleware:411 : local conf_file=/etc/placement/placement.conf 2021-01-08 09:33:47.171 | + lib/keystone:configure_keystone_authtoken_middleware:412 : local admin_user=placement 2021-01-08 09:33:47.174 | + lib/keystone:configure_keystone_authtoken_middleware:413 : local section=keystone_authtoken 2021-01-08 09:33:47.176 | + lib/keystone:configure_keystone_authtoken_middleware:415 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2021-01-08 09:33:47.204 | + lib/keystone:configure_keystone_authtoken_middleware:416 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2021-01-08 09:33:47.230 | + lib/keystone:configure_keystone_authtoken_middleware:417 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.23/identity 2021-01-08 09:33:47.256 | + lib/keystone:configure_keystone_authtoken_middleware:418 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2021-01-08 09:33:47.282 | + lib/keystone:configure_keystone_authtoken_middleware:419 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2021-01-08 09:33:47.308 | + lib/keystone:configure_keystone_authtoken_middleware:420 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2021-01-08 09:33:47.334 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2021-01-08 09:33:47.360 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2021-01-08 09:33:47.387 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-01-08 09:33:47.412 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2021-01-08 09:33:47.438 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2021-01-08 09:33:47.441 | + functions:setup_logging:698 : setup_systemd_logging /etc/placement/placement.conf 2021-01-08 09:33:47.444 | + functions:setup_systemd_logging:713 : local conf_file=/etc/placement/placement.conf 2021-01-08 09:33:47.448 | ++ functions:setup_systemd_logging:718 : trueorfalse False USE_JOURNAL 2021-01-08 09:33:47.465 | + functions:setup_systemd_logging:718 : USE_JOURNAL=False 2021-01-08 09:33:47.467 | + functions:setup_systemd_logging:719 : local pidstr= 2021-01-08 09:33:47.470 | + functions:setup_systemd_logging:720 : [[ False == \T\r\u\e ]] 2021-01-08 09:33:47.472 | + functions:setup_systemd_logging:724 : pidstr='(pid=%(process)d) ' 2021-01-08 09:33:47.475 | + functions:setup_systemd_logging:726 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-01-08 09:33:47.502 | + 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' 2021-01-08 09:33:47.528 | + 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' 2021-01-08 09:33:47.556 | + functions:setup_systemd_logging:730 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-01-08 09:33:47.582 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2021-01-08 09:33:47.586 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2021-01-08 09:33:47.588 | + lib/apache:write_uwsgi_config:257 : local file=/etc/placement/placement-uwsgi.ini 2021-01-08 09:33:47.591 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/placement-api 2021-01-08 09:33:47.593 | + lib/apache:write_uwsgi_config:259 : local url=/placement 2021-01-08 09:33:47.595 | + lib/apache:write_uwsgi_config:260 : local http= 2021-01-08 09:33:47.598 | + lib/apache:write_uwsgi_config:261 : local name= 2021-01-08 09:33:47.601 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/placement-api 2021-01-08 09:33:47.604 | + lib/apache:write_uwsgi_config:262 : name=placement-api 2021-01-08 09:33:47.607 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-01-08 09:33:47.609 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-01-08 09:33:47.622 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-01-08 09:33:47.622 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:33:47.630 | d /var/run/uwsgi 0755 ubuntu root 2021-01-08 09:33:47.634 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-01-08 09:33:47.648 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/placement-api.socket 2021-01-08 09:33:47.651 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/placement/placement-uwsgi.ini 2021-01-08 09:33:47.654 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2021-01-08 09:33:47.684 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2021-01-08 09:33:47.709 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2021-01-08 09:33:47.734 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2021-01-08 09:33:47.762 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2021-01-08 09:33:47.789 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2021-01-08 09:33:47.815 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2021-01-08 09:33:47.841 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2021-01-08 09:33:47.868 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2021-01-08 09:33:47.893 | + lib/apache:write_uwsgi_config:293 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2021-01-08 09:33:47.919 | + lib/apache:write_uwsgi_config:295 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2021-01-08 09:33:47.948 | + lib/apache:write_uwsgi_config:297 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2021-01-08 09:33:47.973 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2021-01-08 09:33:47.998 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-01-08 09:33:48.001 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-01-08 09:33:48.004 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for placement-api 2021-01-08 09:33:48.006 | ++ lib/apache:apache_site_config_for:189 : local site=placement-api 2021-01-08 09:33:48.009 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-01-08 09:33:48.011 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:33:48.013 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:33:48.016 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/placement-api.conf 2021-01-08 09:33:48.019 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2021-01-08 09:33:48.021 | + lib/apache:write_uwsgi_config:307 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2021-01-08 09:33:48.046 | + lib/apache:write_uwsgi_config:308 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2021-01-08 09:33:48.071 | + lib/apache:write_uwsgi_config:309 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 ' 2021-01-08 09:33:48.071 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2021-01-08 09:33:48.079 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 2021-01-08 09:33:48.082 | + lib/apache:write_uwsgi_config:310 : enable_apache_site placement-api 2021-01-08 09:33:48.085 | + lib/apache:enable_apache_site:206 : local site=placement-api 2021-01-08 09:33:48.087 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-01-08 09:33:48.089 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-01-08 09:33:48.092 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-01-08 09:33:48.094 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:33:48.097 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:33:48.100 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-01-08 09:33:48.102 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-01-08 09:33:48.104 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2021-01-08 09:33:48.107 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2021-01-08 09:33:48.109 | + lib/apache:enable_apache_site:210 : sudo a2ensite placement-api 2021-01-08 09:33:48.166 | Enabling site placement-api. 2021-01-08 09:33:48.171 | To activate the new configuration, you need to run: 2021-01-08 09:33:48.171 | systemctl reload apache2 2021-01-08 09:33:48.175 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-01-08 09:33:48.178 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-01-08 09:33:48.180 | + functions-common:restart_service:2190 : '[' -x /bin/systemctl ']' 2021-01-08 09:33:48.183 | + functions-common:restart_service:2191 : sudo /bin/systemctl restart apache2 2021-01-08 09:33:48.351 | + ./stack.sh:main:913 : is_service_enabled placement placement-client 2021-01-08 09:33:48.373 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:33:48.376 | + ./stack.sh:main:914 : is_service_enabled n-cpu 2021-01-08 09:33:48.398 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:33:48.401 | + ./stack.sh:main:914 : is_service_enabled n-sch 2021-01-08 09:33:48.424 | + functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:33:48.428 | + ./stack.sh:main:915 : configure_placement_nova_compute 2021-01-08 09:33:48.430 | + lib/nova:configure_placement_nova_compute:569 : local conf=/etc/nova/nova.conf 2021-01-08 09:33:48.433 | + lib/nova:configure_placement_nova_compute:570 : iniset /etc/nova/nova.conf placement auth_type password 2021-01-08 09:33:48.464 | + lib/nova:configure_placement_nova_compute:571 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.23/identity 2021-01-08 09:33:48.491 | + lib/nova:configure_placement_nova_compute:572 : iniset /etc/nova/nova.conf placement username placement 2021-01-08 09:33:48.518 | + lib/nova:configure_placement_nova_compute:573 : iniset /etc/nova/nova.conf placement password Passw0rd 2021-01-08 09:33:48.544 | + lib/nova:configure_placement_nova_compute:574 : iniset /etc/nova/nova.conf placement user_domain_name Default 2021-01-08 09:33:48.573 | + lib/nova:configure_placement_nova_compute:575 : iniset /etc/nova/nova.conf placement project_name service 2021-01-08 09:33:48.601 | + lib/nova:configure_placement_nova_compute:576 : iniset /etc/nova/nova.conf placement project_domain_name Default 2021-01-08 09:33:48.631 | + lib/nova:configure_placement_nova_compute:577 : iniset /etc/nova/nova.conf placement region_name RegionOne 2021-01-08 09:33:48.658 | + ./stack.sh:main:919 : is_service_enabled horizon 2021-01-08 09:33:48.674 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:33:48.677 | + ./stack.sh:main:924 : is_service_enabled tls-proxy 2021-01-08 09:33:48.693 | + functions-common:is_service_enabled:1962 : return 1 2021-01-08 09:33:48.696 | + ./stack.sh:main:932 : run_phase stack install 2021-01-08 09:33:48.699 | + functions-common:run_phase:1734 : local mode=stack 2021-01-08 09:33:48.701 | + functions-common:run_phase:1735 : local phase=install 2021-01-08 09:33:48.703 | + functions-common:run_phase:1736 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-01-08 09:33:48.706 | + functions-common:run_phase:1737 : local extra_plugin_file_name 2021-01-08 09:33:48.709 | + functions-common:run_phase:1738 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-01-08 09:33:48.711 | + functions-common:run_phase:1743 : local exceptions=80-tempest.sh 2021-01-08 09:33:48.714 | + functions-common:run_phase:1744 : local extra 2021-01-08 09:33:48.717 | ++ functions-common:run_phase:1745 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-01-08 09:33:48.721 | + functions-common:run_phase:1745 : extra=80-tempest.sh 2021-01-08 09:33:48.723 | + functions-common:run_phase:1746 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-01-08 09:33:48.726 | + functions-common:run_phase:1750 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-01-08 09:33:48.728 | + functions-common:run_phase:1750 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2021-01-08 09:33:48.731 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-01-08 09:33:48.747 | ++ functions-common:is_service_enabled:1962 : return 0 2021-01-08 09:33:48.749 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-01-08 09:33:48.751 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-01-08 09:33:48.754 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2021-01-08 09:33:48.757 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2021-01-08 09:33:48.759 | ++ ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2021-01-08 09:33:48.761 | ++ ./stack.sh:echo_summary:416 : echo -e Installing Tempest 2021-01-08 09:33:48.764 | ++ extras.d/80-tempest.sh:source:9 : install_tempest 2021-01-08 09:33:48.766 | ++ lib/tempest:install_tempest:697 : git_clone https://opendev.org/openstack/tempest.git /opt/stack/tempest master 2021-01-08 09:33:48.769 | ++ functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/tempest.git 2021-01-08 09:33:48.771 | ++ functions-common:git_clone:526 : local git_dest=/opt/stack/tempest 2021-01-08 09:33:48.773 | ++ functions-common:git_clone:527 : local git_ref=master 2021-01-08 09:33:48.776 | ++ functions-common:git_clone:528 : local orig_dir 2021-01-08 09:33:48.778 | +++ functions-common:git_clone:529 : pwd 2021-01-08 09:33:48.781 | ++ functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2021-01-08 09:33:48.783 | ++ functions-common:git_clone:530 : local git_clone_flags= 2021-01-08 09:33:48.786 | +++ functions-common:git_clone:532 : trueorfalse False RECLONE 2021-01-08 09:33:48.800 | ++ functions-common:git_clone:532 : RECLONE=False 2021-01-08 09:33:48.803 | ++ functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2021-01-08 09:33:48.805 | ++ functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2021-01-08 09:33:48.808 | ++ functions-common:git_clone:546 : echo master 2021-01-08 09:33:48.808 | ++ functions-common:git_clone:546 : egrep -q '^refs' 2021-01-08 09:33:48.812 | ++ functions-common:git_clone:560 : [[ ! -d /opt/stack/tempest ]] 2021-01-08 09:33:48.815 | ++ functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2021-01-08 09:33:48.817 | ++ functions-common:git_clone:594 : cd /opt/stack/tempest 2021-01-08 09:33:48.820 | ++ functions-common:git_clone:595 : git show --oneline 2021-01-08 09:33:48.821 | ++ functions-common:git_clone:595 : head -1 2021-01-08 09:33:48.823 | fec2c93cd Merge "Remove stable/stein testing jobs" 2021-01-08 09:33:48.826 | ++ functions-common:git_clone:596 : cd /home/ubuntu/devstack 2021-01-08 09:33:48.828 | ++ lib/tempest:install_tempest:698 : pip_install 'tox!=2.8.0' 2021-01-08 09:33:48.848 | Using python 3.6 to install tox!=2.8.0 2021-01-08 09:33:48.851 | ++ 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' 2021-01-08 09:33:51.131 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:33:51.132 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:33:51.149 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:33:51.848 | Collecting tox!=2.8.0 2021-01-08 09:33:51.858 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/42c/e19ce5dc2f6d6/tox-3.20.1-py2.py3-none-any.whl (83 kB) 2021-01-08 09:33:52.003 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (1.15.0) 2021-01-08 09:33:52.512 | Collecting pluggy===0.13.1 2021-01-08 09:33:52.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/966/c145cd83c9650/pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 2021-01-08 09:33:52.781 | Collecting virtualenv===20.2.1 2021-01-08 09:33:52.803 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/07c/ff122e9d34314/virtualenv-20.2.1-py2.py3-none-any.whl (4.9 MB) 2021-01-08 09:33:52.988 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (20.8) 2021-01-08 09:33:53.576 | Collecting toml===0.10.0 2021-01-08 09:33:53.584 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/235/682dd292d5899/toml-0.10.0-py2.py3-none-any.whl (25 kB) 2021-01-08 09:33:53.702 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (3.3.0) 2021-01-08 09:33:54.460 | Collecting py===1.10.0 2021-01-08 09:33:54.466 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3b8/0836aa6d1feea/py-1.10.0-py2.py3-none-any.whl (97 kB) 2021-01-08 09:33:54.563 | Requirement already satisfied: filelock===3.0.12 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.12) 2021-01-08 09:33:54.566 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (4.1.1) 2021-01-08 09:33:54.596 | 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) 2021-01-08 09:33:54.599 | 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) 2021-01-08 09:33:54.602 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (2.4.7) 2021-01-08 09:33:54.606 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (3.4.0) 2021-01-08 09:33:54.634 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (3.7.4.3) 2021-01-08 09:33:57.009 | Installing collected packages: pluggy, py, toml, virtualenv, tox 2021-01-08 09:33:57.183 | Attempting uninstall: virtualenv 2021-01-08 09:33:57.186 | Found existing installation: virtualenv 20.2.2 2021-01-08 09:33:57.256 | Uninstalling virtualenv-20.2.2: 2021-01-08 09:33:57.264 | Successfully uninstalled virtualenv-20.2.2 2021-01-08 09:33:57.717 | ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. 2021-01-08 09:33:57.717 | 2021-01-08 09:33:57.717 | We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 2021-01-08 09:33:57.717 | 2021-01-08 09:33:57.717 | tox 3.20.1 requires importlib-metadata<3,>=0.12; python_version < "3.8", but you'll have importlib-metadata 3.3.0 which is incompatible. 2021-01-08 09:33:57.717 | Successfully installed pluggy-0.13.1 py-1.10.0 toml-0.10.0 tox-3.20.1 virtualenv-20.2.1 2021-01-08 09:33:57.860 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:33:57.860 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-01-08 09:33:57.970 | ++ inc/python:pip_install:200 : result=0 2021-01-08 09:33:57.973 | ++ inc/python:pip_install:202 : time_stop pip_install 2021-01-08 09:33:57.976 | ++ functions-common:time_stop:2306 : local name 2021-01-08 09:33:57.978 | ++ functions-common:time_stop:2307 : local end_time 2021-01-08 09:33:57.981 | ++ functions-common:time_stop:2308 : local elapsed_time 2021-01-08 09:33:57.983 | ++ functions-common:time_stop:2309 : local total 2021-01-08 09:33:57.986 | ++ functions-common:time_stop:2310 : local start_time 2021-01-08 09:33:57.988 | ++ functions-common:time_stop:2312 : name=pip_install 2021-01-08 09:33:57.991 | ++ functions-common:time_stop:2313 : start_time=1610098428843 2021-01-08 09:33:57.993 | ++ functions-common:time_stop:2315 : [[ -z 1610098428843 ]] 2021-01-08 09:33:57.996 | +++ functions-common:time_stop:2318 : date +%s%3N 2021-01-08 09:33:58.000 | ++ functions-common:time_stop:2318 : end_time=1610098437997 2021-01-08 09:33:58.002 | ++ functions-common:time_stop:2319 : elapsed_time=9154 2021-01-08 09:33:58.005 | ++ functions-common:time_stop:2320 : total=312155 2021-01-08 09:33:58.007 | ++ functions-common:time_stop:2322 : _TIME_START[$name]= 2021-01-08 09:33:58.009 | ++ functions-common:time_stop:2323 : _TIME_TOTAL[$name]=321309 2021-01-08 09:33:58.012 | ++ inc/python:pip_install:203 : return 0 2021-01-08 09:33:58.014 | ++ lib/tempest:install_tempest:699 : pushd /opt/stack/tempest 2021-01-08 09:33:58.014 | /opt/stack/tempest ~/devstack 2021-01-08 09:33:58.017 | ++ lib/tempest:install_tempest:703 : git checkout master 2021-01-08 09:33:58.041 | M .coveragerc 2021-01-08 09:33:58.041 | M .gitignore 2021-01-08 09:33:58.041 | M .gitreview 2021-01-08 09:33:58.041 | M .mailmap 2021-01-08 09:33:58.041 | M .stestr.conf 2021-01-08 09:33:58.042 | M CONTRIBUTING.rst 2021-01-08 09:33:58.042 | M HACKING.rst 2021-01-08 09:33:58.042 | M LICENSE 2021-01-08 09:33:58.042 | M README.rst 2021-01-08 09:33:58.042 | M REVIEWING.rst 2021-01-08 09:33:58.042 | M bindep.txt 2021-01-08 09:33:58.042 | M doc/requirements.txt 2021-01-08 09:33:58.042 | M doc/source/_extra/.htaccess 2021-01-08 09:33:58.042 | M doc/source/_static/.keep 2021-01-08 09:33:58.042 | M doc/source/account_generator.rst 2021-01-08 09:33:58.042 | M doc/source/cleanup.rst 2021-01-08 09:33:58.042 | M doc/source/conf.py 2021-01-08 09:33:58.042 | M doc/source/configuration.rst 2021-01-08 09:33:58.042 | M doc/source/contributor/contributing.rst 2021-01-08 09:33:58.042 | M doc/source/data/tempest-blacklisted-plugins-registry.header 2021-01-08 09:33:58.042 | M doc/source/data/tempest-plugins-registry.header 2021-01-08 09:33:58.042 | M doc/source/index.rst 2021-01-08 09:33:58.042 | M doc/source/library.rst 2021-01-08 09:33:58.042 | M doc/source/library/api_microversion_testing.rst 2021-01-08 09:33:58.042 | M doc/source/library/auth.rst 2021-01-08 09:33:58.042 | M doc/source/library/cli.rst 2021-01-08 09:33:58.042 | M doc/source/library/clients.rst 2021-01-08 09:33:58.042 | M doc/source/library/credential_providers.rst 2021-01-08 09:33:58.042 | M doc/source/library/decorators.rst 2021-01-08 09:33:58.042 | M doc/source/library/rest_client.rst 2021-01-08 09:33:58.042 | M doc/source/library/service_clients/compute_clients.rst 2021-01-08 09:33:58.042 | M doc/source/library/utils.rst 2021-01-08 09:33:58.042 | M doc/source/library/validation_resources.rst 2021-01-08 09:33:58.042 | M doc/source/microversion_testing.rst 2021-01-08 09:33:58.042 | M doc/source/overview.rst 2021-01-08 09:33:58.042 | M doc/source/plugins/index.rst 2021-01-08 09:33:58.042 | M doc/source/plugins/plugin.rst 2021-01-08 09:33:58.042 | M doc/source/requirement_upper_constraint_for_tempest.rst 2021-01-08 09:33:58.043 | M doc/source/run.rst 2021-01-08 09:33:58.043 | M doc/source/sampleconf.rst 2021-01-08 09:33:58.043 | M doc/source/stable_branch_support_policy.rst 2021-01-08 09:33:58.043 | M doc/source/stable_branch_testing_policy.rst 2021-01-08 09:33:58.043 | M doc/source/subunit_describe_calls.rst 2021-01-08 09:33:58.043 | M doc/source/supported_version.rst 2021-01-08 09:33:58.043 | M doc/source/tempest_and_plugins_compatible_version_policy.rst 2021-01-08 09:33:58.043 | M doc/source/test_removal.rst 2021-01-08 09:33:58.043 | M doc/source/tests/modules.rst 2021-01-08 09:33:58.043 | M doc/source/workspace.rst 2021-01-08 09:33:58.043 | M doc/source/write_tests.rst 2021-01-08 09:33:58.043 | M etc/accounts.yaml.sample 2021-01-08 09:33:58.043 | M etc/logging.conf.sample 2021-01-08 09:33:58.043 | M etc/whitelist.yaml 2021-01-08 09:33:58.043 | M playbooks/devstack-tempest-ipv6.yaml 2021-01-08 09:33:58.043 | M playbooks/devstack-tempest.yaml 2021-01-08 09:33:58.043 | M playbooks/post-tempest.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/10/10.0-supported-openstack-releases-b88db468695348f6.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/10/10.0.0-Tempest-library-interface-0eb680b810139a50.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/10/10.0.0-start-using-reno-ed9518126fd0e1a3.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/11/11.0.0-api-microversion-testing-support-2ceddd2255670932.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/11/11.0.0-compute-microversion-support-e0b23f960f894b9b.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/11/11.0.0-supported-openstack-releases-1e5d7295d939d439.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.0.0-supported-openstack-releases-f10aac381d933dd1.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-add-network-versions-client-d90e8334e1443f5c.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-add-scope-to-auth-b5a82493ea89f41e.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-add-tempest-run-3d0aaf69c2ca4115.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-add-tempest-workspaces-228a2ba4690b5589.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-bug-1486834-7ebca15836ae27a9.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-identity-clients-as-library-e663c6132fcac6c2.yaml 2021-01-08 09:33:58.043 | M releasenotes/notes/12/12.1.0-image-clients-as-library-86d17caa26ce3961.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-new-test-utils-module-adf34468c4d52719.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-remove-input-scenarios-functionality-01308e6d4307f580.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-remove-integrated-horizon-bb57551c1e5f5be3.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-remove-legacy-credential-providers-3d653ac3ba1ada2b.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-remove-trove-tests-666522e9113549f9.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-routers-client-as-library-25a363379da351f6.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-support-chunked-encoding-d71f53225f68edf3.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.1.0-tempest-init-global-config-dir-location-changes-12260255871d3a2b.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-add-httptimeout-in-restclient-ax78061900e3f3d7.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-add-new-identity-clients-3c3afd674a395bde.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-clients_module-16f3025f515bf9ec.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-nova_cert_default-90eb7c1e3cde624a.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-plugin-service-client-registration-00b19a2dd4935ba0.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-remove-javelin-276f62d04f7e4a1d.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-service_client_config-8a1d7b4de769c633.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/12/12.2.0-volume-clients-as-library-9a3444dd63c134b3.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/13/13.0.0-add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/13/13.0.0-add-volume-clients-as-a-library-d05b6bc35e66c6ef.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/13/13.0.0-deprecate-get_ipv6_addr_by_EUI64-4673f07677289cf6.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/13/13.0.0-move-call-until-true-to-tempest-lib-c9ea70dd6fe9bd15.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/13/13.0.0-start-of-newton-support-3ebb274f300f28eb.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/13/13.0.0-tempest-cleanup-nostandalone-39df2aafb2545d35.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/13/13.0.0-volume-clients-as-library-660811011be29d1a.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/14/14.0.0-add-cred-provider-abstract-class-to-lib-70ff513221f8a871.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/14/14.0.0-add-cred_client-to-tempest.lib-4d4af33f969c576f.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/14/14.0.0-add-error-code-translation-to-versions-clients-acbc78292e24b014.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/14/14.0.0-add-image-clients-af94564fb34ddca6.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/14/14.0.0-add-role-assignments-client-as-a-library-d34b4fdf376984ad.yaml 2021-01-08 09:33:58.044 | M releasenotes/notes/14/14.0.0-add-service-provider-client-cbba77d424a30dd3.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-add-ssh-port-parameter-to-client-6d16c374ac4456c1.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-deprecate-nova-api-extensions-df16b02485dae203.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-move-cinder-v3-to-lib-service-be3ba0c20753b594.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-new-volume-limit-client-517c17d9090f4df4.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-remo-stress-tests-81052b211ad95d2e.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-remove-baremetal-tests-65186d9e15d5b8fb.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-remove-bootable-option-024f8944c056a3e0.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-remove-negative-test-generator-1653f4c0f86ccf75.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-remove-sahara-tests-1532c47c7df80e3a.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/14/14.0.0-volume-clients-as-library-309030c7a16e62ab.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-add-identity-v3-clients-as-a-library-d34b4fdf376984ad.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-add-image-clients-tests-49dbc0a0a4281a77.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-add-implied-roles-to-roles-client-library-edf96408ad9ba82e.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-add-snapshot-manage-client-as-library-a76ffdba9d8d01cb.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-deprecate-allow_port_security_disabled-option-2d3d87f6bd11d03a.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-deprecate-identity-feature-enabled.reseller-84800a8232fe217f.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-deprecate-volume_feature_enabled.volume_services-dbe024ea067d5ab2.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-jsonschema-validator-2377ba131e12d3c7.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-microversion-config-options-eaee6a7d2f8390a8.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-remove-deprecated-compute-validation-config-options-e3d1b89ce074d71c.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-remove-deprecated-input-scenario-config-options-414e0c5442e967e9.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/15/15.0.0-remove-deprecated-network-config-options-f9ce276231578fe6.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-OAUTH-Consumer-Client-tempest-tests-db1df7aae4a9fd4e.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-additional-methods-to-roles-client-library-178d4a6000dec72d.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-cascade-parameter-to-volumes-client-ff4f7f12795003a4.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-compute-server-evaculate-client-as-a-library-ed76baf25f02c3ca.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-content-type-without-spaces-b2c9b91b257814f3.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-list-auth-project-client-5905076d914a3943.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml 2021-01-08 09:33:58.045 | M releasenotes/notes/16/16.0.0-add-list-security-groups-by-servers-to-servers-client-library-088df48f6d81f4be.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-add-list-version-to-identity-client-944cb7396088a575.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-add-quota-sets-detail-kwarg-74b72183295b3ce7.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-add-tempest-lib-remote-client-adbeb3f42a36910b.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-add-tempest-run-combine-option-e94c1049ba8985d5.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-add-update-encryption-type-to-encryption-types-client-f3093532a0bcf9a1.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-add-volume-manage-client-as-library-78ab198a1dc1bd41.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-create-server-tags-client-8c0042a77e859af6.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-deprecate-deactivate_image-config-7a282c471937bbcb.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-deprecate-glance-api-version-config-options-8370b63aea8e14cf.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-deprecate-resources-prefix-option-ad490c0a30a0266b.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_attr-decorator-450a1ed727494724.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-dreprecate_client_parameters-cb8d069e62957f7e.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-mitaka-eol-88ff8355fff81b55.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-call_until_true-of-test-de9c13bc8f969921.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-cinder-v1-api-tests-71e266b8d55d475f.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-deprecated-allow_port_security_disabled-option-d0ffaeb2e7817707.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-deprecated-compute-validation-config-options-part-2-5cd17b6e0e6cb8a3.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-deprecated-dvr_extra_resources-option-e8c441c38eab7ddd.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-deprecated-identity-reseller-option-4411c7e3951f1094.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-sahara-service-available-44a642aa9c634ab4.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-remove-volume_feature_enabled.volume_services-c6aa142cc1021297.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-use-keystone-v3-api-935860d30ddbb8e9.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/16/16.0.0-volume-transfers-client-e5ed3f5464c0cdc0.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/25/subunt-describe-call-verbose-arg-fix.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/Extend-cleanup-CLI-to-delete-regions-9f1dbda2c8de12e2.yaml 2021-01-08 09:33:58.046 | M releasenotes/notes/Fix-KeyError-bug-in-v3-volumes_client-ff5d9b894f2257c8.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/Placement-client-for-placement-based-minimum-bw-allocation-27ed0938118752b6.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/QoS-client-for-placement-based-minimum-bw-allocation-8e5854d5754cec68.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/Remove-deprecated-image-scenario-options-b573c60e873ab451.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/Remove-test_reboot_server_soft-48fa786f38cd94dc.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/Set-default-of-operator_role-to-member-f9c3abd2ebde23b7.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/account-generator-accepts-positive-numbers-only-33a366a297494ef7.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/account_generator-6eb03f664a448c35.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-OAUTH-Token-Client-tempest-tests-6351eda451b95a86.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-additional-methods-to-policy-client-library-b8279c18335588c9.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-can-migrate-between-any-hosts-config-option-x8ah4f9737a28e9b.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-compute-feature-serial-console-45583c4341e34fc9.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-compute-feature-shelve-migrate-fdbd3633abe65c4e.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-consistency-group-exceptions-01cbb792cd710231.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-create-group-from-src-tempest-tests-9eb8b0b4b5c52055.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-domain-configuration-client-tempest-tests-e383efabdbb9ad03.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-domain-param-in-cliclient-a270fcf35c8f09e6.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-extra-apis-to-volume-v3-services-client-bf9b235cf5a611fe.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-floating-ip-config-option-e5774bf77702ce9f.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-force-detach-volume-to-volumes-client-library-b2071f2954f8e8b1.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-group-type-specs-apis-to-v3-group-types-client-10390b52dedede54.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-endpoint-groups-3518a90bbb731d0f.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-identity-v3-clients-for-os-ep-filter-api-extensions-9cfd217fd2c6a61f.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-image-alt-ssh-user-config-option-1b775af2f468aa5b.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-immutable-user-source-support-dd17772a997075e0.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-ip-version-check-in-addresses-x491ac6d9abaxa12.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-keystone-ep-clients-eeefd0904fbbe151.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-keystone-v3-ec2-tests-d959b7d36f0bd7fc.yaml 2021-01-08 09:33:58.047 | M releasenotes/notes/add-kwargs-to-delete-vol-of-vol-client-1ecde75beb62933c.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-list-volume-transfers-with-detail-to-transfers-client-80169bf78cf4fa66.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-load-list-cmd-35a4a2e6ea0a36fd.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-manage-snapshot-ref-config-option-67efd04897335b67.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-migrate-volume-and-list-hosts-to-v3-volume-client-library-ad3529260db58f00.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-params-to-identity-v3-list-endpoints-958a155be4e17e5b.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-params-to-v2-list-backups-api-c088d2b4bfe90247.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-profiler-config-options-db7c4ae6d338ee5c.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-redirect-param-bea1f6fbce629c70.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-reset-group-snapshot-status-api-to-v3-group-snapshots-client-248d41827daf2a0c.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-reset-group-status-api-to-v3-groups-client-9aa048617c66756a.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-return-value-to-retype-volume-a401aa619aaa2457.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-save-state-option-5ea67858cbaca969.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-server-diagnostics-validation-schema-b5a3c55b45aa718a.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-api-v3-details-api-to-v3-versions-client-4b408427379cabfe.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-default-group-type-detail-api-to-v3-group-types-client-65f717878cf52da0.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-default-quotas-api-to-network-quotas-client-3a7c1159af9e56ff.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-default-volume-types-api-to-v3-types-client-44b2676f217d78dc.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-encryption-specs-item-api-to-v2-encryption-types-client-290b421cd4bc0c0e.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-host-to-hosts-client-library-c60c4eb49d139480.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-snapshot-metadata-item-api-to-v2-snapshots-client-bd3cbab3c7f0e0b3.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-volume-image-metadata-api-to-v2-volumes-client-ee3c027f35276561.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-volume-metadata-item-api-to-v2-volumes-client-47d59ecd999ca9df.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-show-volume-summary-api-to-v3-volumes-client-96e7b01abdb5c9c3.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-storyboard-in-skip-because-decorator-3e139aa8a4f7970f.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-subnet-id-config-option-fac3d6f12abfc171.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-support-args-kwargs-in-call-until-true-a91k592h5a64exf7.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-unstable_test-decorator-a73cf97d4ffcc796.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-update-api-to-group-types-client-09c06ccdf80d5003.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-update-backup-api-to-v3-backups-client-e8465b2b66617dc0.yaml 2021-01-08 09:33:58.048 | M releasenotes/notes/add-update-flavor--api-to-flavors-client-a859542fe54aab7c.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add-update-group-tempest-tests-72f8ec19b2809849.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add-validation-resources-to-lib-dc2600c4324ca4d7.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add-volume-group-snapshots-tempest-tests-840df3da26590f5e.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add-volume-group-types-tempest-tests-1298ab8cb4fe8b7b.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add-volume-groups-tempest-tests-dd7b2abfe2b48427.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add-volume-quota-class-client-as-library-c4c2b22c36ff807e.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add-worker-file-option-d949121a61156968.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/add_proxy_url_get_credentials-aef66b085450513f.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/agents-client-delete-method-de1a7fb3f845999c.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/api_v2_admin_flag-dea5ca9bc2ce63bc.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/associate-disassociate-floating_ip-0b6cfebeef1304b0.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/bp-application-credentials-df69b1f617db1bb9.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/bug-1647999-7aeda50a8d082d4c.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/bug-1791007-328a8b9a43bfb157.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/bug-1799883-6ea95fc64f70c9ef.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/bug-1808473-54ada26ab78e7b02.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/change-default-region-for-placement-to-empty-string-394f1132c28345bb.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/cinder-use-os-endpoint-type-c11f63fd468ceb4c.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/cli-tests-v3fixes-fb38189cefd64213.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/compare-header-version-func-de5139b2161b3627.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/conditional-attr-a8564ec5a70ec840.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/config-image-api-v1-default-to-false-39d5f2xafc534ab1.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/config-volume-multiattach-ea8138dfa4fd308c.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/config_image_certificate_compute_feature-c56efb520d54aff5.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/correct-port-profile-config-option-d67f5cb31f1bc34c.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/create-mount-config-drive-to-lib-1a6e912b8afbcc7e.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/credentials-factory-stable-c8037bd9ae642482.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/deprecate-compute-feature-enabled-block-migrate-cinder-iscsi-fcda802d774dfeec.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/deprecate-compute-images-client-in-volume-tests-92b6dd55fcaba620.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/deprecate-config-forbid_global_implied_dsr-e64cfa66e6e3ded5.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/deprecate-default-value-for-v3_endpoint_type-fb9e47c5ba1c719d.yaml 2021-01-08 09:33:58.049 | M releasenotes/notes/deprecate-dns_servers-option-0xf2f297ee47a5ff.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/deprecate-scheduler-available-filters-cbca2017ba3cf2aa.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/deprecate-spice-rdp-console-config-f2af173552axfb72.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/deprecate-vnc-server-header-529f07d592aefb62.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/deprecate-volume-api-selection-config-options-b95c5c0ccbf38916.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/disable-identity-v2-testing-4ef1565d1a5aedcf.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/drop-DEFAULT_PARAMS-bfcc2e7b74ef880b.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/drop-py-2-7-730baf411876d5d8.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/drop-py-3-5-support-76ca78f1a650fcad.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/enable-volume-multiattach-fd5e9bf0e96b56ce.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/end-of-support-for-stein-f795b968d83497a9.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/extra-compute-services-tests-92b6c0618972e02f.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/fix-1847749-2670b1d4f6097a1a.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/fix-credential-logging-98089c897d801355.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/fix-list-group-snapshots-api-969d9321002c566c.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/fix-remoteclient-default-ssh-shell-prologue-33e99343d086f601.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/fix-show-image-file-expected-code-92d97342d0f6d60e.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/http_proxy_config-cb39b55520e84db5.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/identity-tests-domain-drivers-76235f6672221e45.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/identity-token-client-8aaef74b1d61090a.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/identity-v3-project-tags-client-36683c6a8644e54b.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/identity_client-635275d43abbb807.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/image_import_testing_support-22ba4bcb9f2fb848.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/intermediate-pike-release-2ce492432ff8f012.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/intermediate-queens-release-2f9f305775fca454.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/intermediate-train-release-0146c624cff9a57f.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/introduce-attachments-client-add-show-attachment-api-c3111f7e560a87b3.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/make-object-storage-client-as-stable-interface-d1b07c7e8f17bef6.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/migrate-dynamic-creds-ecebb47528080761.yaml 2021-01-08 09:33:58.050 | M releasenotes/notes/migrate-object-storage-as-stable-interface-42014c7b43ecb254.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/migrate-preprov-creds-ef61a046ee1ec604.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/move-related_bug-decorator-to-lib-dbfd5c543bbb2805.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/move-volume-v3-base_client-to-volume-1edbz0f207c3b283.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/network-show-version-18e1707a4df0a3d3.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/network-swap-to-project_id-a1d7fdf6c5e1cf44.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/network-tag-client-f4614029af7927f0.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/network_feature_enabled_available_features-35f9ac5f253e2ca3.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/new-placement-client-methods-e35c473e29494928.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/omit_X-Subject-Token_from_log-1bf5fef88c80334b.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/os_tenant_name-3ee175763bff455b.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/pause_teardown-45c9d60ffa889f7f.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/plugin-client-registration-enhancements-e09131742391225b.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/prevent-error-in-parse-resp-when-nullable-list-9898cd0f22180986.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/raise-exception-when-error-deleting-on-volume-18d0d0c5886212dd.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/removal-deprecated-config-options-3db535b979fe3509.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/removal-deprecated-volume-config-options-21c4412f3c600923.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-allow_tenant_isolation-option-03f0d998eb498d44.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-deprecated-apis-from-v2-volumes-client-3ca4a5db5fea518f.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-deprecated-find-test-caller-f4525cd043bfd1b6.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-deprecated-skip_unless_attr-decorator-02bde59a00328f5c.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-get-ipv6-addr-by-EUI64-c79972d799c7a430.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-heat-tests-9efb42cac3e0b306.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-some-deprecated-auth-and-identity-options-xa1xd9b8fb948g4f.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-some-deprecated-identity-options-0ffxd1b8db928e43.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/segments-client-866f02948f40d4ff.yaml 2021-01-08 09:33:58.051 | M releasenotes/notes/set-cinder-api-v3-option-true-1b3e61e3129b7c00.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/start-of-pike-support-f2a1b7ea8e8b0311.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/start-of-queens-support-fea9051ba1d85fc7.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/switch-to-stestr-8c9f834b3f5a55d8.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-default-run_validations-9640c41b6a4a9121.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-identity-catalog-client-f5c8589a9d7c1eb5.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-lib-compute-update-service-6019d2dcfe4a1c5d.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-rocky-release-0fc3312053923380.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-run-fix-updates-564b41706decbba1.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-stein-release-18bad34136a2e6ef.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-train-release-a2ed0743a5eadeb6.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-ussuri-release-72b5770a3b97678f.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-victoria-release-27000c02edc5a112.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/tempest-workspace-delete-directory-feature-74d6d157a5a05561.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/test-clients-stable-for-plugin-90b1e7dc83f28ccd.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/use-cinder-v3-client-for-verify_tempest_config-2bf3d817b0070064.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/verify-tempest-command-8e88452c7a08dd77.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/vnc-hardcoded-server-name-removed-6f8d1e90a175dc08.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/volume-backed-live-mig-5a38b496ba1ec093.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/volume-service-testing-default-to-v3-endpoints-20b86895a590925d.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/volume-v3-service-clients-a863a6336af56cca.yaml 2021-01-08 09:33:58.052 | M releasenotes/notes/xenapi_apis-conf-fcca549283e53ed6.yaml 2021-01-08 09:33:58.052 | M releasenotes/source/_static/.placeholder 2021-01-08 09:33:58.052 | M releasenotes/source/_templates/.placeholder 2021-01-08 09:33:58.052 | M releasenotes/source/conf.py 2021-01-08 09:33:58.052 | M releasenotes/source/index.rst 2021-01-08 09:33:58.052 | M releasenotes/source/unreleased.rst 2021-01-08 09:33:58.052 | M releasenotes/source/v10.0.0.rst 2021-01-08 09:33:58.052 | M releasenotes/source/v11.0.0.rst 2021-01-08 09:33:58.052 | M releasenotes/source/v12.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v13.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v14.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v15.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v16.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v16.1.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v17.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v17.1.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v17.2.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v18.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v19.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v20.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v21.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v22.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v22.1.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v23.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v24.0.0.rst 2021-01-08 09:33:58.053 | M releasenotes/source/v26.0.0.rst 2021-01-08 09:33:58.053 | M requirements.txt 2021-01-08 09:33:58.053 | M roles/acl-devstack-files/README.rst 2021-01-08 09:33:58.053 | M roles/acl-devstack-files/defaults/main.yaml 2021-01-08 09:33:58.053 | M roles/acl-devstack-files/tasks/main.yaml 2021-01-08 09:33:58.053 | M roles/ipv6-only-deployments-verification/README.rst 2021-01-08 09:33:58.053 | M roles/ipv6-only-deployments-verification/defaults/main.yaml 2021-01-08 09:33:58.053 | M roles/ipv6-only-deployments-verification/tasks/main.yaml 2021-01-08 09:33:58.053 | M roles/run-tempest/README.rst 2021-01-08 09:33:58.053 | M roles/run-tempest/defaults/main.yaml 2021-01-08 09:33:58.053 | M roles/run-tempest/tasks/main.yaml 2021-01-08 09:33:58.053 | M roles/setup-tempest-data-dir/README.rst 2021-01-08 09:33:58.053 | M roles/setup-tempest-data-dir/defaults/main.yaml 2021-01-08 09:33:58.053 | M roles/setup-tempest-data-dir/tasks/main.yaml 2021-01-08 09:33:58.053 | M roles/setup-tempest-run-dir/README.rst 2021-01-08 09:33:58.053 | M roles/setup-tempest-run-dir/defaults/main.yaml 2021-01-08 09:33:58.053 | M roles/setup-tempest-run-dir/tasks/main.yaml 2021-01-08 09:33:58.054 | M roles/tempest-cleanup/README.rst 2021-01-08 09:33:58.054 | M roles/tempest-cleanup/defaults/main.yaml 2021-01-08 09:33:58.054 | M roles/tempest-cleanup/tasks/dry_run.yaml 2021-01-08 09:33:58.054 | M roles/tempest-cleanup/tasks/dry_run_checker.py 2021-01-08 09:33:58.054 | M roles/tempest-cleanup/tasks/main.yaml 2021-01-08 09:33:58.054 | M setup.cfg 2021-01-08 09:33:58.054 | M setup.py 2021-01-08 09:33:58.054 | M tempest/README.rst 2021-01-08 09:33:58.054 | M tempest/__init__.py 2021-01-08 09:33:58.054 | M tempest/api/README.rst 2021-01-08 09:33:58.054 | M tempest/api/__init__.py 2021-01-08 09:33:58.054 | M tempest/api/compute/__init__.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/__init__.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_agents.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_aggregates.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_aggregates_negative.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_auto_allocate_network.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_availability_zone.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_availability_zone_negative.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_create_server.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_delete_server.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_fixed_ips.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_fixed_ips_negative.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_flavors.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_flavors_access.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_flavors_access_negative.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_flavors_extra_specs.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_flavors_extra_specs_negative.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_flavors_microversions.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_floating_ips_bulk.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_hosts.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_hosts_negative.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_hypervisor.py 2021-01-08 09:33:58.054 | M tempest/api/compute/admin/test_hypervisor_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_instance_usage_audit_log.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_instance_usage_audit_log_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_keypairs_v210.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_live_migration.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_live_migration_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_migrations.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_networks.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_quotas.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_quotas_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_security_groups.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_server_diagnostics.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_server_diagnostics_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_servers.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_servers_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_servers_on_multinodes.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_services.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_services_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_simple_tenant_usage.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_simple_tenant_usage_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_volume.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_volume_swap.py 2021-01-08 09:33:58.055 | M tempest/api/compute/admin/test_volumes_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/api_microversion_fixture.py 2021-01-08 09:33:58.055 | M tempest/api/compute/base.py 2021-01-08 09:33:58.055 | M tempest/api/compute/certificates/__init__.py 2021-01-08 09:33:58.055 | M tempest/api/compute/certificates/test_certificates.py 2021-01-08 09:33:58.055 | M tempest/api/compute/flavors/__init__.py 2021-01-08 09:33:58.055 | M tempest/api/compute/flavors/test_flavors.py 2021-01-08 09:33:58.055 | M tempest/api/compute/flavors/test_flavors_negative.py 2021-01-08 09:33:58.055 | M tempest/api/compute/floating_ips/__init__.py 2021-01-08 09:33:58.056 | M tempest/api/compute/floating_ips/base.py 2021-01-08 09:33:58.056 | M tempest/api/compute/floating_ips/test_floating_ips_actions.py 2021-01-08 09:33:58.056 | M tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/floating_ips/test_list_floating_ips.py 2021-01-08 09:33:58.056 | M tempest/api/compute/floating_ips/test_list_floating_ips_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/__init__.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_image_metadata.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_image_metadata_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_images.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_images_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_images_oneserver.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_images_oneserver_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_list_image_filters.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_list_image_filters_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/images/test_list_images.py 2021-01-08 09:33:58.056 | M tempest/api/compute/keypairs/__init__.py 2021-01-08 09:33:58.056 | M tempest/api/compute/keypairs/base.py 2021-01-08 09:33:58.056 | M tempest/api/compute/keypairs/test_keypairs.py 2021-01-08 09:33:58.056 | M tempest/api/compute/keypairs/test_keypairs_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/keypairs/test_keypairs_v22.py 2021-01-08 09:33:58.056 | M tempest/api/compute/limits/__init__.py 2021-01-08 09:33:58.056 | M tempest/api/compute/limits/test_absolute_limits.py 2021-01-08 09:33:58.056 | M tempest/api/compute/limits/test_absolute_limits_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/security_groups/__init__.py 2021-01-08 09:33:58.056 | M tempest/api/compute/security_groups/base.py 2021-01-08 09:33:58.056 | M tempest/api/compute/security_groups/test_security_group_rules.py 2021-01-08 09:33:58.056 | M tempest/api/compute/security_groups/test_security_group_rules_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/security_groups/test_security_groups.py 2021-01-08 09:33:58.056 | M tempest/api/compute/security_groups/test_security_groups_negative.py 2021-01-08 09:33:58.056 | M tempest/api/compute/servers/__init__.py 2021-01-08 09:33:58.056 | M tempest/api/compute/servers/test_attach_interfaces.py 2021-01-08 09:33:58.056 | M tempest/api/compute/servers/test_availability_zone.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_create_server.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_create_server_multi_nic.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_delete_server.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_device_tagging.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_disk_config.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_instance_actions.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_instance_actions_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_list_server_filters.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_list_servers_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_multiple_create.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_multiple_create_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_novnc.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_actions.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_addresses.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_addresses_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_group.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_metadata.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_metadata_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_password.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_personality.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_rescue.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_rescue_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_server_tags.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_servers.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_servers_microversions.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_servers_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_virtual_interfaces.py 2021-01-08 09:33:58.057 | M tempest/api/compute/servers/test_virtual_interfaces_negative.py 2021-01-08 09:33:58.057 | M tempest/api/compute/test_extensions.py 2021-01-08 09:33:58.057 | M tempest/api/compute/test_networks.py 2021-01-08 09:33:58.057 | M tempest/api/compute/test_quotas.py 2021-01-08 09:33:58.057 | M tempest/api/compute/test_tenant_networks.py 2021-01-08 09:33:58.057 | M tempest/api/compute/test_versions.py 2021-01-08 09:33:58.058 | M tempest/api/compute/volumes/__init__.py 2021-01-08 09:33:58.058 | M tempest/api/compute/volumes/test_attach_volume.py 2021-01-08 09:33:58.058 | M tempest/api/compute/volumes/test_attach_volume_negative.py 2021-01-08 09:33:58.058 | M tempest/api/compute/volumes/test_volume_snapshots.py 2021-01-08 09:33:58.058 | M tempest/api/compute/volumes/test_volumes_get.py 2021-01-08 09:33:58.058 | M tempest/api/compute/volumes/test_volumes_list.py 2021-01-08 09:33:58.058 | M tempest/api/compute/volumes/test_volumes_negative.py 2021-01-08 09:33:58.058 | M tempest/api/identity/__init__.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/__init__.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/__init__.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_endpoints.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_roles.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_roles_negative.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_services.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_tenant_negative.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_tenants.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_tokens.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_tokens_negative.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_users.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v2/test_users_negative.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/__init__.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_application_credentials.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_credentials.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_default_project_id.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_domain_configuration.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_domains.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_domains_negative.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_endpoint_groups.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_endpoints.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_endpoints_negative.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_groups.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_inherits.py 2021-01-08 09:33:58.058 | M tempest/api/identity/admin/v3/test_list_projects.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_list_users.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_oauth_consumers.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_policies.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_project_tags.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_projects.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_projects_negative.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_regions.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_roles.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_services.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_tokens.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_trusts.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_users.py 2021-01-08 09:33:58.059 | M tempest/api/identity/admin/v3/test_users_negative.py 2021-01-08 09:33:58.059 | M tempest/api/identity/base.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v2/__init__.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v2/test_api_discovery.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v2/test_ec2_credentials.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v2/test_extension.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v2/test_tenants.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v2/test_tokens.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v2/test_users.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/__init__.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_access_rules.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_api_discovery.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_application_credentials.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_catalog.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_domains.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_ec2_credentials.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_projects.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_tokens.py 2021-01-08 09:33:58.059 | M tempest/api/identity/v3/test_users.py 2021-01-08 09:33:58.060 | M tempest/api/image/__init__.py 2021-01-08 09:33:58.060 | M tempest/api/image/base.py 2021-01-08 09:33:58.060 | M tempest/api/image/v1/__init__.py 2021-01-08 09:33:58.060 | M tempest/api/image/v1/test_image_members.py 2021-01-08 09:33:58.060 | M tempest/api/image/v1/test_image_members_negative.py 2021-01-08 09:33:58.060 | M tempest/api/image/v1/test_images.py 2021-01-08 09:33:58.060 | M tempest/api/image/v1/test_images_negative.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/__init__.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/admin/__init__.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/admin/test_images.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_member.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_member_negative.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_metadefs_namespace_objects.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_metadefs_namespace_properties.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_metadefs_namespace_tags.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_metadefs_namespaces.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_metadefs_resource_types.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_metadefs_schema.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_negative.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_tags.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_images_tags_negative.py 2021-01-08 09:33:58.060 | M tempest/api/image/v2/test_versions.py 2021-01-08 09:33:58.060 | M tempest/api/network/__init__.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/__init__.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/test_dhcp_agent_scheduler.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/test_external_network_extension.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/test_external_networks_negative.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/test_floating_ips_admin_actions.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/test_metering_extensions.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/test_negative_quotas.py 2021-01-08 09:33:58.060 | M tempest/api/network/admin/test_ports.py 2021-01-08 09:33:58.061 | M tempest/api/network/admin/test_quotas.py 2021-01-08 09:33:58.061 | M tempest/api/network/admin/test_routers.py 2021-01-08 09:33:58.061 | M tempest/api/network/admin/test_routers_dvr.py 2021-01-08 09:33:58.061 | M tempest/api/network/admin/test_routers_negative.py 2021-01-08 09:33:58.061 | M tempest/api/network/base.py 2021-01-08 09:33:58.061 | M tempest/api/network/base_security_groups.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_agent_management_negative.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_allowed_address_pair.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_dhcp_ipv6.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_extensions.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_extra_dhcp_options.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_floating_ips.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_floating_ips_negative.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_networks.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_networks_negative.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_ports.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_routers.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_routers_negative.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_security_groups.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_security_groups_negative.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_service_providers.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_subnetpools_extensions.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_tags.py 2021-01-08 09:33:58.061 | M tempest/api/network/test_versions.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/__init__.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/base.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/test_account_bulk.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/test_account_quotas.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/test_account_quotas_negative.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/test_account_services.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/test_account_services_negative.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/test_container_acl.py 2021-01-08 09:33:58.061 | M tempest/api/object_storage/test_container_acl_negative.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_container_quotas.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_container_services.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_container_services_negative.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_container_staticweb.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_container_sync.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_container_sync_middleware.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_crossdomain.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_healthcheck.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_expiry.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_formpost.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_formpost_negative.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_services.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_slo.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_temp_url.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_temp_url_negative.py 2021-01-08 09:33:58.062 | M tempest/api/object_storage/test_object_version.py 2021-01-08 09:33:58.062 | M tempest/api/volume/__init__.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/__init__.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_backends_capabilities.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_encrypted_volumes_extend.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_group_snapshots.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_group_type_specs.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_group_types.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_groups.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_multi_backend.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_qos.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_snapshot_manage.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_snapshots_actions.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_user_messages.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_volume_hosts.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_volume_manage.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_volume_pools.py 2021-01-08 09:33:58.062 | M tempest/api/volume/admin/test_volume_quota_classes.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_quotas.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_quotas_negative.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_retype.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_services.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_services_negative.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_type_access.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_types.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_types_extra_specs.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_types_extra_specs_negative.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volume_types_negative.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volumes_actions.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volumes_backup.py 2021-01-08 09:33:58.063 | M tempest/api/volume/admin/test_volumes_list.py 2021-01-08 09:33:58.063 | M tempest/api/volume/api_microversion_fixture.py 2021-01-08 09:33:58.063 | M tempest/api/volume/base.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_availability_zone.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_extensions.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_image_metadata.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_snapshot_metadata.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_versions.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volume_absolute_limits.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volume_delete_cascade.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volume_metadata.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volume_transfers.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volumes_actions.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volumes_backup.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volumes_clone.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volumes_clone_negative.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volumes_extend.py 2021-01-08 09:33:58.063 | M tempest/api/volume/test_volumes_get.py 2021-01-08 09:33:58.064 | M tempest/api/volume/test_volumes_list.py 2021-01-08 09:33:58.064 | M tempest/api/volume/test_volumes_negative.py 2021-01-08 09:33:58.064 | M tempest/api/volume/test_volumes_snapshots.py 2021-01-08 09:33:58.064 | M tempest/api/volume/test_volumes_snapshots_list.py 2021-01-08 09:33:58.064 | M tempest/api/volume/test_volumes_snapshots_negative.py 2021-01-08 09:33:58.064 | M tempest/clients.py 2021-01-08 09:33:58.064 | M tempest/cmd/__init__.py 2021-01-08 09:33:58.064 | M tempest/cmd/cleanup.py 2021-01-08 09:33:58.064 | M tempest/cmd/cleanup_service.py 2021-01-08 09:33:58.064 | M tempest/cmd/config-generator.tempest.conf 2021-01-08 09:33:58.064 | M tempest/cmd/init.py 2021-01-08 09:33:58.064 | M tempest/cmd/list_plugins.py 2021-01-08 09:33:58.064 | M tempest/cmd/main.py 2021-01-08 09:33:58.064 | M tempest/cmd/run.py 2021-01-08 09:33:58.064 | M tempest/cmd/subunit_describe_calls.py 2021-01-08 09:33:58.064 | M tempest/cmd/verify_tempest_config.py 2021-01-08 09:33:58.064 | M tempest/cmd/workspace.py 2021-01-08 09:33:58.064 | M tempest/common/__init__.py 2021-01-08 09:33:58.064 | M tempest/common/compute.py 2021-01-08 09:33:58.064 | M tempest/common/credentials_factory.py 2021-01-08 09:33:58.064 | M tempest/common/custom_matchers.py 2021-01-08 09:33:58.064 | M tempest/common/identity.py 2021-01-08 09:33:58.064 | M tempest/common/image.py 2021-01-08 09:33:58.064 | M tempest/common/tempest_fixtures.py 2021-01-08 09:33:58.064 | M tempest/common/utils/__init__.py 2021-01-08 09:33:58.064 | M tempest/common/utils/linux/__init__.py 2021-01-08 09:33:58.064 | M tempest/common/utils/linux/remote_client.py 2021-01-08 09:33:58.064 | M tempest/common/utils/net_info.py 2021-01-08 09:33:58.064 | M tempest/common/utils/net_utils.py 2021-01-08 09:33:58.064 | M tempest/common/waiters.py 2021-01-08 09:33:58.064 | M tempest/config.py 2021-01-08 09:33:58.064 | M tempest/hacking/__init__.py 2021-01-08 09:33:58.064 | M tempest/hacking/checks.py 2021-01-08 09:33:58.064 | M tempest/lib/__init__.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/__init__.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/__init__.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/__init__.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/__init__.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/agents.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/aggregates.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/availability_zone.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/certificates.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/extensions.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/flavors.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/flavors_access.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/floating_ips.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/hosts.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/hypervisors.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/images.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/interfaces.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/keypairs.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/limits.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/migrations.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/parameter_types.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/quota_classes.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/quotas.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/security_groups.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/server_groups.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/servers.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/services.py 2021-01-08 09:33:58.065 | M tempest/lib/api_schema/response/compute/v2_1/snapshots.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_1/versions.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_1/volumes.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_11/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_11/services.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_13/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_13/server_groups.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_16/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_16/servers.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_19/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_19/servers.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_2/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_2/keypairs.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_23/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_23/migrations.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_26/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_26/servers.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_28/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_28/hypervisors.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_3/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_3/servers.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_36/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_36/limits.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_36/quotas.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_39/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_39/limits.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_41/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_41/aggregates.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_45/__init__.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_45/images.py 2021-01-08 09:33:58.066 | M tempest/lib/api_schema/response/compute/v2_47/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_47/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_48/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_48/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_53/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_53/services.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_54/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_54/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_55/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_55/flavors.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_57/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_57/limits.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_57/quotas.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_57/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_59/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_59/migrations.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_6/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_6/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_61/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_61/flavors.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_63/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_63/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_70/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_70/interfaces.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_70/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_71/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_71/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_73/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_73/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_8/__init__.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_8/servers.py 2021-01-08 09:33:58.067 | M tempest/lib/api_schema/response/compute/v2_9/__init__.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/compute/v2_9/servers.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/__init__.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/backups.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/capabilities.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/extensions.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/group_snapshots.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/group_types.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/groups.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/hosts.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/limits.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/manage_snapshot.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/manage_volume.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/messages.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/qos.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/quota_classes.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/quotas.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/scheduler_stats.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/services.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/snapshots.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/transfers.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/volume_types.py 2021-01-08 09:33:58.068 | M tempest/lib/api_schema/response/volume/volumes.py 2021-01-08 09:33:58.068 | M tempest/lib/auth.py 2021-01-08 09:33:58.068 | M tempest/lib/base.py 2021-01-08 09:33:58.068 | M tempest/lib/cli/__init__.py 2021-01-08 09:33:58.068 | M tempest/lib/cli/base.py 2021-01-08 09:33:58.068 | M tempest/lib/cli/output_parser.py 2021-01-08 09:33:58.068 | M tempest/lib/cmd/__init__.py 2021-01-08 09:33:58.068 | M tempest/lib/common/__init__.py 2021-01-08 09:33:58.068 | M tempest/lib/common/api_microversion_fixture.py 2021-01-08 09:33:58.068 | M tempest/lib/common/api_version_request.py 2021-01-08 09:33:58.068 | M tempest/lib/common/api_version_utils.py 2021-01-08 09:33:58.068 | M tempest/lib/common/cred_client.py 2021-01-08 09:33:58.069 | M tempest/lib/common/cred_provider.py 2021-01-08 09:33:58.069 | M tempest/lib/common/dynamic_creds.py 2021-01-08 09:33:58.069 | M tempest/lib/common/fixed_network.py 2021-01-08 09:33:58.069 | M tempest/lib/common/http.py 2021-01-08 09:33:58.069 | M tempest/lib/common/jsonschema_validator.py 2021-01-08 09:33:58.069 | M tempest/lib/common/preprov_creds.py 2021-01-08 09:33:58.069 | M tempest/lib/common/profiler.py 2021-01-08 09:33:58.069 | M tempest/lib/common/rest_client.py 2021-01-08 09:33:58.069 | M tempest/lib/common/ssh.py 2021-01-08 09:33:58.069 | M tempest/lib/common/thread.py 2021-01-08 09:33:58.069 | M tempest/lib/common/utils/__init__.py 2021-01-08 09:33:58.069 | M tempest/lib/common/utils/data_utils.py 2021-01-08 09:33:58.069 | M tempest/lib/common/utils/linux/__init__.py 2021-01-08 09:33:58.069 | M tempest/lib/common/utils/linux/remote_client.py 2021-01-08 09:33:58.069 | M tempest/lib/common/utils/misc.py 2021-01-08 09:33:58.069 | M tempest/lib/common/utils/test_utils.py 2021-01-08 09:33:58.069 | M tempest/lib/common/validation_resources.py 2021-01-08 09:33:58.069 | M tempest/lib/decorators.py 2021-01-08 09:33:58.069 | M tempest/lib/exceptions.py 2021-01-08 09:33:58.069 | M tempest/lib/services/__init__.py 2021-01-08 09:33:58.069 | M tempest/lib/services/clients.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/__init__.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/agents_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/aggregates_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/availability_zone_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/baremetal_nodes_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/base_compute_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/certificates_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/extensions_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/fixed_ips_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/flavors_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/floating_ip_pools_client.py 2021-01-08 09:33:58.069 | M tempest/lib/services/compute/floating_ips_bulk_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/floating_ips_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/hosts_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/hypervisor_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/images_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/instance_usage_audit_log_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/interfaces_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/keypairs_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/limits_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/migrations_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/networks_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/quota_classes_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/quotas_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/security_group_default_rules_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/security_group_rules_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/security_groups_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/server_groups_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/servers_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/services_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/snapshots_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/tenant_networks_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/tenant_usages_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/versions_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/compute/volumes_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/__init__.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/__init__.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/endpoints_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/identity_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/roles_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/services_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/tenants_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/token_client.py 2021-01-08 09:33:58.070 | M tempest/lib/services/identity/v2/users_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/__init__.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/access_rules_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/application_credentials_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/catalog_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/credentials_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/domain_configuration_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/domains_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/endpoint_filter_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/endpoint_groups_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/endpoints_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/groups_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/identity_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/inherited_roles_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/oauth_consumers_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/oauth_token_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/policies_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/project_tags_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/projects_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/regions_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/role_assignments_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/roles_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/services_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/token_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/trusts_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/users_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/identity/v3/versions_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/image/__init__.py 2021-01-08 09:33:58.071 | M tempest/lib/services/image/v1/__init__.py 2021-01-08 09:33:58.071 | M tempest/lib/services/image/v1/image_members_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/image/v1/images_client.py 2021-01-08 09:33:58.071 | M tempest/lib/services/image/v2/__init__.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/image_members_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/images_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/namespace_objects_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/namespace_properties_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/namespace_tags_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/namespaces_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/resource_types_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/schemas_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/image/v2/versions_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/__init__.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/agents_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/base.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/extensions_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/floating_ips_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/metering_label_rules_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/metering_labels_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/networks_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/ports_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/qos_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/qos_minimum_bandwidth_rules_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/quotas_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/routers_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/security_group_rules_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/security_groups_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/segments_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/service_providers_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/subnetpools_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/subnets_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/tags_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/network/versions_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/object_storage/__init__.py 2021-01-08 09:33:58.072 | M tempest/lib/services/object_storage/account_client.py 2021-01-08 09:33:58.072 | M tempest/lib/services/object_storage/bulk_middleware_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/object_storage/capabilities_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/object_storage/container_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/object_storage/object_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/placement/__init__.py 2021-01-08 09:33:58.073 | M tempest/lib/services/placement/base_placement_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/placement/placement_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/placement/resource_providers_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/__init__.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/base_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/__init__.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/availability_zone_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/backups_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/encryption_types_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/extensions_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/hosts_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/limits_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/qos_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/quotas_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/services_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/snapshots_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/types_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v1/volumes_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/__init__.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/availability_zone_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/backups_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/capabilities_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/encryption_types_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/extensions_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/hosts_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/limits_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/qos_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/quota_classes_client.py 2021-01-08 09:33:58.073 | M tempest/lib/services/volume/v2/quotas_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/scheduler_stats_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/services_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/snapshot_manage_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/snapshots_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/transfers_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/types_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/volume_manage_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v2/volumes_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/__init__.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/attachments_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/availability_zone_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/backups_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/base_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/capabilities_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/encryption_types_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/extensions_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/group_snapshots_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/group_types_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/groups_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/hosts_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/limits_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/messages_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/qos_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/quota_classes_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/quotas_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/scheduler_stats_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/services_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/snapshot_manage_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/snapshots_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/transfers_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/types_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/versions_client.py 2021-01-08 09:33:58.074 | M tempest/lib/services/volume/v3/volume_manage_client.py 2021-01-08 09:33:58.075 | M tempest/lib/services/volume/v3/volumes_client.py 2021-01-08 09:33:58.075 | M tempest/manager.py 2021-01-08 09:33:58.075 | M tempest/scenario/README.rst 2021-01-08 09:33:58.075 | M tempest/scenario/__init__.py 2021-01-08 09:33:58.075 | M tempest/scenario/manager.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_aggregates_basic_ops.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_encrypted_cinder_volumes.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_minbw_allocation_placement.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_minimum_basic.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_network_advanced_server_ops.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_network_basic_ops.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_network_v6.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_object_storage_basic_ops.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_security_groups_basic_ops.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_server_advanced_ops.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_server_basic_ops.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_server_multinode.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_shelve_instance.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_snapshot_pattern.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_stamp_pattern.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_volume_backup_restore.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_volume_boot_pattern.py 2021-01-08 09:33:58.075 | M tempest/scenario/test_volume_migrate_attached.py 2021-01-08 09:33:58.075 | M tempest/services/__init__.py 2021-01-08 09:33:58.075 | M tempest/services/orchestration/__init__.py 2021-01-08 09:33:58.075 | M tempest/services/orchestration/json/__init__.py 2021-01-08 09:33:58.075 | M tempest/services/orchestration/json/orchestration_client.py 2021-01-08 09:33:58.075 | M tempest/test.py 2021-01-08 09:33:58.075 | M tempest/test_discover/__init__.py 2021-01-08 09:33:58.075 | M tempest/test_discover/plugins.py 2021-01-08 09:33:58.075 | M tempest/test_discover/test_discover.py 2021-01-08 09:33:58.076 | M tempest/tests/README.rst 2021-01-08 09:33:58.076 | M tempest/tests/__init__.py 2021-01-08 09:33:58.076 | M tempest/tests/api/__init__.py 2021-01-08 09:33:58.076 | M tempest/tests/api/compute/__init__.py 2021-01-08 09:33:58.076 | M tempest/tests/api/compute/test_base.py 2021-01-08 09:33:58.076 | M tempest/tests/base.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/__init__.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/subunit_describe_calls_data/calls.subunit 2021-01-08 09:33:58.076 | M tempest/tests/cmd/subunit_describe_calls_data/calls_subunit_expected.json 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_account_generator.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_cleanup.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_cleanup_services.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_list_plugins.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_run.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_saved_state_json.json 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_subunit_describe_calls.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_tempest_init.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_verify_tempest_config.py 2021-01-08 09:33:58.076 | M tempest/tests/cmd/test_workspace.py 2021-01-08 09:33:58.076 | M tempest/tests/common/__init__.py 2021-01-08 09:33:58.076 | M tempest/tests/common/test_admin_available.py 2021-01-08 09:33:58.076 | M tempest/tests/common/test_alt_available.py 2021-01-08 09:33:58.076 | M tempest/tests/common/test_compute.py 2021-01-08 09:33:58.076 | M tempest/tests/common/test_credentials_factory.py 2021-01-08 09:33:58.076 | M tempest/tests/common/test_custom_matchers.py 2021-01-08 09:33:58.076 | M tempest/tests/common/test_image.py 2021-01-08 09:33:58.076 | M tempest/tests/common/utils/__init__.py 2021-01-08 09:33:58.076 | M tempest/tests/common/utils/linux/__init__.py 2021-01-08 09:33:58.076 | M tempest/tests/common/utils/linux/test_remote_client.py 2021-01-08 09:33:58.076 | M tempest/tests/common/utils/test_net_utils.py 2021-01-08 09:33:58.076 | M tempest/tests/fake_config.py 2021-01-08 09:33:58.076 | M tempest/tests/fake_tempest_plugin.py 2021-01-08 09:33:58.076 | M tempest/tests/files/__init__.py 2021-01-08 09:33:58.077 | M tempest/tests/files/failing-tests 2021-01-08 09:33:58.077 | M tempest/tests/files/passing-tests 2021-01-08 09:33:58.077 | M tempest/tests/files/setup.cfg 2021-01-08 09:33:58.077 | M tempest/tests/files/testr-conf 2021-01-08 09:33:58.077 | M tempest/tests/lib/__init__.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/cli/__init__.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/cli/test_command_failed.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/cli/test_execute.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/cli/test_output_parser.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/cmd/__init__.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/cmd/test_check_uuid.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/__init__.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_api_version_request.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_api_version_utils.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_cred_client.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_dynamic_creds.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_http.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_jsonschema_validator.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_preprov_creds.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_profiler.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_rest_client.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/test_validation_resources.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/utils/__init__.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/utils/linux/__init__.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/utils/linux/test_remote_client.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/utils/test_data_utils.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/utils/test_misc.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/common/utils/test_test_utils.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/fake_auth_provider.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/fake_credentials.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/fake_http.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/fake_identity.py 2021-01-08 09:33:58.077 | M tempest/tests/lib/services/__init__.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/base.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/__init__.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_agents_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_aggregates_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_availability_zone_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_baremetal_nodes_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_base_compute_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_certificates_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_extensions_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_fixedIPs_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_flavors_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_floating_ip_pools_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_floating_ips_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_hosts_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_hypervisor_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_images_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_interfaces_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_keypairs_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_limits_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_migrations_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_networks_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_quota_classes_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_quotas_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_security_group_default_rules_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_security_group_rules_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_security_groups_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_server_groups_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_servers_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_services_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_snapshots_client.py 2021-01-08 09:33:58.078 | M tempest/tests/lib/services/compute/test_tenant_networks_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/compute/test_tenant_usages_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/compute/test_versions_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/compute/test_volumes_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/__init__.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/__init__.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/test_endpoints_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/test_identity_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/test_roles_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/test_services_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/test_tenants_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/test_token_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v2/test_users_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/__init__.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_access_rules_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_application_credentials_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_catalog_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_credentials_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_domain_configuration_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_domains_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_endpoint_filter_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_endpoint_groups_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_endpoints_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_groups_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_identity_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_oauth_consumers_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_oauth_token_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_policies_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_project_tags_client.py 2021-01-08 09:33:58.079 | M tempest/tests/lib/services/identity/v3/test_projects_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_regions_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_role_assignments_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_roles_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_services_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_token_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_trusts_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_users_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/identity/v3/test_versions_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/__init__.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v1/__init__.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v1/test_image_members_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/__init__.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_image_members_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_images_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_namespace_object_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_namespace_properties_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_namespace_tags_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_namespaces_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_resource_types_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_schemas_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/image/v2/test_versions_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/__init__.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_agents_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_base_network_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_extensions_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_floating_ips_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_metering_label_rules_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_metering_labels_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_networks_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_ports_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_qos_client.py 2021-01-08 09:33:58.080 | M tempest/tests/lib/services/network/test_qos_minimum_bandwidth_rules_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_quotas_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_routers_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_security_group_rules_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_security_groups_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_segments_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_service_providers_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_subnetpools_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_subnets_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_tags_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/network/test_versions_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/object_storage/__init__.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/object_storage/test_bulk_middleware_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/object_storage/test_capabilities_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/object_storage/test_object_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/placement/__init__.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/placement/test_placement_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/placement/test_resource_providers_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/registry_fixture.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/test_clients.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/__init__.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v1/__init__.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v1/test_encryption_types_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v1/test_quotas_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v1/test_snapshots_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/__init__.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/test_attachments_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/test_availability_zone_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/test_backups_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/test_capabilities_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/test_encryption_types_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/test_extensions_client.py 2021-01-08 09:33:58.081 | M tempest/tests/lib/services/volume/v3/test_group_snapshots_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_group_types_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_groups_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_hosts_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_limits_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_quota_classes_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_quotas_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_scheduler_stats_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_services_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_snapshot_manage_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_snapshots_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_transfers_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_types_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_user_messages_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_versions_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/teSwitched to branch 'master' 2021-01-08 09:33:58.082 | st_volume_manage_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/services/volume/v3/test_volumes_client.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/test_api_microversion_fixture.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/test_auth.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/test_base.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/test_credentials.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/test_decorators.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/test_ssh.py 2021-01-08 09:33:58.082 | M tempest/tests/lib/test_tempest_lib.py 2021-01-08 09:33:58.082 | M tempest/tests/test_base_test.py 2021-01-08 09:33:58.082 | M tempest/tests/test_config.py 2021-01-08 09:33:58.082 | M tempest/tests/test_decorators.py 2021-01-08 09:33:58.082 | M tempest/tests/test_hacking.py 2021-01-08 09:33:58.082 | M tempest/tests/test_imports.py 2021-01-08 09:33:58.082 | M tempest/tests/test_list_tests.py 2021-01-08 09:33:58.082 | M tempest/tests/test_microversions.py 2021-01-08 09:33:58.082 | M tempest/tests/test_tempest_plugin.py 2021-01-08 09:33:58.082 | M tempest/tests/test_test.py 2021-01-08 09:33:58.083 | M tempest/tests/utils.py 2021-01-08 09:33:58.083 | M tempest/version.py 2021-01-08 09:33:58.083 | M test-requirements.txt 2021-01-08 09:33:58.083 | M tools/generate-tempest-plugins-list.py 2021-01-08 09:33:58.083 | M tools/tempest-integrated-gate-compute-blacklist.txt 2021-01-08 09:33:58.083 | M tools/tempest-integrated-gate-networking-blacklist.txt 2021-01-08 09:33:58.083 | M tools/tempest-integrated-gate-object-storage-blacklist.txt 2021-01-08 09:33:58.083 | M tools/tempest-integrated-gate-placement-blacklist.txt 2021-01-08 09:33:58.083 | M tools/tempest-integrated-gate-storage-blacklist.txt 2021-01-08 09:33:58.083 | M tools/tempest-plugin-sanity.sh 2021-01-08 09:33:58.083 | M tox.ini 2021-01-08 09:33:58.083 | M zuul.d/base.yaml 2021-01-08 09:33:58.084 | M zuul.d/integrated-gate.yaml 2021-01-08 09:33:58.084 | M zuul.d/project.yaml 2021-01-08 09:33:58.084 | M zuul.d/stable-jobs.yaml 2021-01-08 09:33:58.084 | M zuul.d/tempest-specific.yaml 2021-01-08 09:33:58.084 | Your branch is up to date with 'origin/master'. 2021-01-08 09:33:58.084 | ++ lib/tempest:install_tempest:705 : tox -r --notest -efull 2021-01-08 09:33:58.685 | full create: /opt/stack/tempest/.tox/tempest 2021-01-08 09:33:59.653 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2021-01-08 09:34:36.485 | full develop-inst: /opt/stack/tempest 2021-01-08 09:34:42.088 | full installed: attrs==20.3.0,bcrypt==3.2.0,certifi==2020.12.5,cffi==1.14.4,chardet==4.0.0,cliff==3.5.0,cmd2==1.4.0,colorama==0.4.4,cryptography==3.3.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==3.3.0,importlib-resources==4.1.1,iso8601==0.1.13,jsonschema==3.2.0,linecache2==1.0.0,monotonic==1.5,msgpack==1.0.2,netaddr==0.8.0,netifaces==0.10.9,oslo.concurrency==4.3.1,oslo.config==8.4.0,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.8,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.5,PyYAML==5.3.1,requests==2.25.1,rfc3986==1.4.0,six==1.15.0,stestr==3.1.0,stevedore==3.3.0,-e git+https://opendev.org/openstack/tempest@fec2c93cdcc14ad08d0a35136ee287525e7a4879#egg=tempest,testtools==2.4.0,traceback2==1.4.0,typing-extensions==3.7.4.3,unittest2==1.1.0,urllib3==1.26.2,voluptuous==0.12.1,wcwidth==0.2.5,wrapt==1.12.1,zipp==3.4.0 2021-01-08 09:34:42.088 | ___________________________________ summary ____________________________________ 2021-01-08 09:34:42.088 | full: skipped tests 2021-01-08 09:34:42.088 | congratulations :) 2021-01-08 09:34:42.120 | ++ lib/tempest:install_tempest:709 : /opt/stack/tempest/.tox/tempest/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r requirements.txt 2021-01-08 09:34:43.765 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:34:43.766 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:34:43.783 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:34:43.788 | 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) 2021-01-08 09:34:43.791 | Requirement already satisfied: cliff===3.5.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.5.0) 2021-01-08 09:34:43.806 | Requirement already satisfied: cmd2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.4.0) 2021-01-08 09:34:43.866 | 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) 2021-01-08 09:34:43.869 | 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) 2021-01-08 09:34:43.877 | Requirement already satisfied: fixtures===3.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (3.0.0) 2021-01-08 09:34:43.889 | Requirement already satisfied: importlib-metadata===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (3.3.0) 2021-01-08 09:34:43.928 | Requirement already satisfied: jsonschema===3.2.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 218)) (3.2.0) 2021-01-08 09:34:43.960 | Requirement already satisfied: netaddr===0.8.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.8.0) 2021-01-08 09:34:43.966 | 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 298)) (4.3.1) 2021-01-08 09:34:43.977 | Requirement already satisfied: oslo.config===8.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.4.0) 2021-01-08 09:34:44.024 | 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 302)) (5.0.1) 2021-01-08 09:34:44.030 | 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 304)) (4.4.0) 2021-01-08 09:34:44.072 | 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 312)) (4.0.1) 2021-01-08 09:34:44.081 | 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 315)) (4.7.0) 2021-01-08 09:34:44.100 | Requirement already satisfied: packaging===20.8 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (20.8) 2021-01-08 09:34:44.105 | Requirement already satisfied: paramiko===2.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (2.7.2) 2021-01-08 09:34:44.143 | Requirement already satisfied: pbr===5.5.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (5.5.1) 2021-01-08 09:34:44.145 | Requirement already satisfied: prettytable===0.7.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (0.7.2) 2021-01-08 09:34:44.147 | Requirement already satisfied: pyinotify===0.9.6 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (0.9.6) 2021-01-08 09:34:44.148 | Requirement already satisfied: pyparsing===2.4.7 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (2.4.7) 2021-01-08 09:34:44.151 | Requirement already satisfied: pyperclip===1.8.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.8.1) 2021-01-08 09:34:44.153 | Requirement already satisfied: pyrsistent===0.17.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (0.17.3) 2021-01-08 09:34:44.157 | 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 388)) (2.8.1) 2021-01-08 09:34:44.161 | 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) 2021-01-08 09:34:44.176 | Requirement already satisfied: pytz===2020.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (2020.5) 2021-01-08 09:34:44.179 | Requirement already satisfied: requests===2.25.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2.25.1) 2021-01-08 09:34:44.200 | 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) 2021-01-08 09:34:44.204 | Requirement already satisfied: setuptools===51.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 471)) (51.1.1) 2021-01-08 09:34:44.250 | Requirement already satisfied: six===1.15.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (1.15.0) 2021-01-08 09:34:44.252 | Requirement already satisfied: stestr===3.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (3.1.0) 2021-01-08 09:34:44.284 | Requirement already satisfied: stevedore===3.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.3.0) 2021-01-08 09:34:44.293 | Requirement already satisfied: testtools===2.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.4.0) 2021-01-08 09:34:44.311 | Requirement already satisfied: traceback2===1.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (1.4.0) 2021-01-08 09:34:44.314 | Requirement already satisfied: typing-extensions===3.7.4.3 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (3.7.4.3) 2021-01-08 09:34:44.319 | Requirement already satisfied: unittest2===1.1.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (1.1.0) 2021-01-08 09:34:44.325 | Requirement already satisfied: urllib3===1.26.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.26.2) 2021-01-08 09:34:44.348 | Requirement already satisfied: voluptuous===0.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (0.12.1) 2021-01-08 09:34:44.351 | Requirement already satisfied: wcwidth===0.2.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2021-01-08 09:34:44.356 | Requirement already satisfied: wrapt===1.12.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2021-01-08 09:34:44.358 | Requirement already satisfied: zipp===3.4.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (3.4.0) 2021-01-08 09:34:44.386 | Requirement already satisfied: attrs===20.3.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:34:44.430 | Requirement already satisfied: importlib-resources===4.1.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (4.1.1) 2021-01-08 09:34:44.458 | Requirement already satisfied: fasteners===0.14.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) (0.14.1) 2021-01-08 09:34:44.462 | 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 300)) (3.1.1) 2021-01-08 09:34:44.468 | Requirement already satisfied: msgpack===1.0.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.0.2) 2021-01-08 09:34:44.470 | Requirement already satisfied: netifaces===0.10.9 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.10.9) 2021-01-08 09:34:44.473 | Requirement already satisfied: iso8601===0.1.13 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) (0.1.13) 2021-01-08 09:34:44.475 | 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) 2021-01-08 09:34:44.484 | 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) 2021-01-08 09:34:44.498 | Requirement already satisfied: cryptography===3.3.1 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.3.1) 2021-01-08 09:34:44.540 | Requirement already satisfied: extras===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2021-01-08 09:34:44.542 | Requirement already satisfied: certifi===2020.12.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:34:44.544 | Requirement already satisfied: chardet===4.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:34:44.546 | Requirement already satisfied: idna===2.10 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2021-01-08 09:34:44.549 | Requirement already satisfied: future===0.18.2 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (0.18.2) 2021-01-08 09:34:44.552 | 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 404)) (1.6.0) 2021-01-08 09:34:44.554 | Requirement already satisfied: linecache2===1.0.0 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) (1.0.0) 2021-01-08 09:34:44.556 | 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 545)) (1.4.0) 2021-01-08 09:34:44.557 | Requirement already satisfied: monotonic===1.5 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.5) 2021-01-08 09:34:44.559 | Requirement already satisfied: cffi===1.14.4 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:34:44.562 | Requirement already satisfied: pycparser===2.20 in ./.tox/tempest/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (2.20) 2021-01-08 09:34:44.661 | WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. 2021-01-08 09:34:44.661 | You should consider upgrading via the '/opt/stack/tempest/.tox/tempest/bin/python -m pip install --upgrade pip' command. 2021-01-08 09:34:44.724 | ++ lib/tempest:install_tempest:710 : PROJECT_VENV["tempest"]=/opt/stack/tempest/.tox/tempest 2021-01-08 09:34:44.727 | ++ lib/tempest:install_tempest:711 : popd 2021-01-08 09:34:44.727 | ~/devstack 2021-01-08 09:34:44.729 | ++ extras.d/80-tempest.sh:source:26 : [[ stack == \u\n\s\t\a\c\k ]] 2021-01-08 09:34:44.732 | ++ extras.d/80-tempest.sh:source:31 : [[ stack == \c\l\e\a\n ]] 2021-01-08 09:34:44.734 | + functions-common:run_phase:1755 : [[ stack == \s\o\u\r\c\e ]] 2021-01-08 09:34:44.737 | + functions-common:run_phase:1758 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-01-08 09:34:44.740 | + functions-common:run_phase:1761 : run_plugins stack install 2021-01-08 09:34:44.742 | + functions-common:run_plugins:1720 : local mode=stack 2021-01-08 09:34:44.745 | + functions-common:run_plugins:1721 : local phase=install 2021-01-08 09:34:44.747 | + functions-common:run_plugins:1723 : local plugins= 2021-01-08 09:34:44.750 | + functions-common:run_plugins:1724 : local plugin 2021-01-08 09:34:44.752 | + ./stack.sh:main:935 : use_library_from_git python-openstackclient 2021-01-08 09:34:44.755 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2021-01-08 09:34:44.757 | + inc/python:use_library_from_git:251 : local enabled=1 2021-01-08 09:34:44.760 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-01-08 09:34:44.762 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2021-01-08 09:34:44.765 | + inc/python:use_library_from_git:253 : return 1 2021-01-08 09:34:44.768 | + ./stack.sh:main:939 : pip_install_gr python-openstackclient 2021-01-08 09:34:44.770 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2021-01-08 09:34:44.772 | + inc/python:pip_install_gr:77 : local clean_name 2021-01-08 09:34:44.776 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2021-01-08 09:34:44.778 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2021-01-08 09:34:44.781 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-01-08 09:34:44.785 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2021-01-08 09:34:44.786 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-01-08 09:34:44.790 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2021-01-08 09:34:44.793 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2021-01-08 09:34:44.797 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2021-01-08 09:34:44.801 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2021-01-08 09:34:44.804 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2021-01-08 09:34:44.827 | Using python 3.6 to install python-openstackclient 2021-01-08 09:34:44.830 | + 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 2021-01-08 09:34:47.137 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-01-08 09:34:47.137 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-01-08 09:34:47.155 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-01-08 09:34:47.838 | Collecting python-openstackclient===5.4.0 2021-01-08 09:34:47.845 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/266/5fc7a9ce7e44a/python_openstackclient-5.4.0-py3-none-any.whl (886 kB) 2021-01-08 09:34:47.991 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (1.15.0) 2021-01-08 09:34:47.994 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (3.3.0) 2021-01-08 09:34:48.005 | 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 302)) (5.0.1) 2021-01-08 09:34:48.011 | 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 409)) (17.2.1) 2021-01-08 09:34:48.031 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (5.5.1) 2021-01-08 09:34:48.034 | 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 384)) (7.2.0) 2021-01-08 09:34:48.055 | Requirement already satisfied: openstacksdk===0.52.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (0.52.0) 2021-01-08 09:34:48.087 | Requirement already satisfied: python-keystoneclient===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) (4.2.0) 2021-01-08 09:34:48.107 | 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 315)) (4.7.0) 2021-01-08 09:34:48.127 | Requirement already satisfied: cliff===3.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.5.0) 2021-01-08 09:34:48.143 | Requirement already satisfied: osc-lib===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (2.3.0) 2021-01-08 09:34:48.161 | Requirement already satisfied: importlib-metadata===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) (3.3.0) 2021-01-08 09:34:48.201 | 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 312)) (4.0.1) 2021-01-08 09:34:48.212 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) (0.7.2) 2021-01-08 09:34:48.214 | Requirement already satisfied: keystoneauth1===4.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.0) 2021-01-08 09:34:48.282 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (3.17.2) 2021-01-08 09:34:48.286 | Requirement already satisfied: iso8601===0.1.13 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) (0.1.13) 2021-01-08 09:34:48.289 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) (2.25.1) 2021-01-08 09:34:48.312 | 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 289)) (1.7.0) 2021-01-08 09:34:48.317 | 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) 2021-01-08 09:34:48.320 | Requirement already satisfied: dogpile.cache===1.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.1) 2021-01-08 09:34:48.327 | Requirement already satisfied: jsonpatch===1.28 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (1.28) 2021-01-08 09:34:48.333 | 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) 2021-01-08 09:34:48.336 | 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) 2021-01-08 09:34:48.339 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (0.10.0) 2021-01-08 09:34:48.343 | Requirement already satisfied: cryptography===3.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.3.1) 2021-01-08 09:34:48.387 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) (2.5.0) 2021-01-08 09:34:48.412 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.10.9) 2021-01-08 09:34:48.416 | 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) 2021-01-08 09:34:48.419 | Requirement already satisfied: oslo.config===8.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.4.0) 2021-01-08 09:34:48.467 | 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) 2021-01-08 09:34:48.476 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (2.4.7) 2021-01-08 09:34:48.479 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (0.8.0) 2021-01-08 09:34:48.487 | Requirement already satisfied: packaging===20.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (20.8) 2021-01-08 09:34:48.493 | Requirement already satisfied: pytz===2020.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (2020.5) 2021-01-08 09:34:48.498 | Requirement already satisfied: cmd2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.4.0) 2021-01-08 09:34:48.558 | Requirement already satisfied: typing-extensions===3.7.4.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (3.7.4.3) 2021-01-08 09:34:48.563 | Requirement already satisfied: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (3.4.0) 2021-01-08 09:34:48.591 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.0.2) 2021-01-08 09:34:48.595 | Requirement already satisfied: urllib3===1.26.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.26.2) 2021-01-08 09:34:48.620 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (2.10) 2021-01-08 09:34:48.624 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (4.0.0) 2021-01-08 09:34:48.628 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) (2020.12.5) 2021-01-08 09:34:48.631 | Requirement already satisfied: jsonpointer===2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.0) 2021-01-08 09:34:48.635 | Requirement already satisfied: cffi===1.14.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (1.14.4) 2021-01-08 09:34:48.639 | 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) 2021-01-08 09:34:48.644 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.12.1) 2021-01-08 09:34:48.647 | Requirement already satisfied: importlib-resources===4.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (4.1.1) 2021-01-08 09:34:48.676 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 557)) (0.2.5) 2021-01-08 09:34:48.682 | 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) 2021-01-08 09:34:48.687 | Requirement already satisfied: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (1.8.1) 2021-01-08 09:34:48.690 | Requirement already satisfied: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.3.0) 2021-01-08 09:34:48.736 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (2.20) 2021-01-08 09:34:50.703 | Installing collected packages: python-openstackclient