2021-04-26 07:53:53.481 | + ./stack.sh:main:469 : exec 2021-04-26 07:53:53.482 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-075353' 2021-04-26 07:53:53.482 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-26-075353.summary.2021-04-26-075353 2021-04-26 07:53:53.482 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 07:53:53.482 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-075353 2021-04-26 07:53:53.482 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-075353 /opt/stack/logs/stack.sh.log 2021-04-26 07:53:53.482 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-075353.summary.2021-04-26-075353 /opt/stack/logs/stack.sh.log.summary 2021-04-26 07:53:53.482 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-26 07:53:53.482 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-26 07:53:53.482 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-26 07:53:53.482 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-26 07:53:53.482 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 07:53:53.482 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-26 07:53:53.485 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-26 07:53:53.488 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 07:53:53.490 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-26 07:53:53.492 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-26 07:53:53.494 | + ./stack.sh:main:555 : set -o errexit 2021-04-26 07:53:53.496 | + ./stack.sh:main:558 : uname -a 2021-04-26 07:53:53.497 | Linux dv-cinder-786873-2-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-04-26 07:53:53.499 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-26 07:53:53.501 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-26 07:53:53.504 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-26 07:53:53.528 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-26 07:53:53.542 | + ./stack.sh:main:572 : fetch_plugins 2021-04-26 07:53:53.544 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-26 07:53:53.546 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-26 07:53:53.548 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-26 07:53:53.550 | + functions-common:fetch_plugins:1655 : return 2021-04-26 07:53:53.551 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-26 07:53:53.554 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-26 07:53:53.555 | + functions-common:run_phase:1733 : local phase= 2021-04-26 07:53:53.557 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 07:53:53.559 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 07:53:53.561 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 07:53:53.562 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 07:53:53.564 | + functions-common:run_phase:1742 : local extra 2021-04-26 07:53:53.566 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 07:53:53.569 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 07:53:53.571 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 07:53:53.572 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 07:53:53.574 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-26 07:53:53.576 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 07:53:53.588 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:53:53.590 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 07:53:53.591 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 07:53:53.593 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 07:53:53.595 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 07:53:53.596 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 07:53:53.598 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 07:53:53.600 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-26 07:53:53.602 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-26 07:53:53.604 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 07:53:53.606 | + functions-common:run_phase:1756 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-26 07:53:53.607 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-26 07:53:53.609 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-26 07:53:53.611 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-26 07:53:53.613 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-26 07:53:53.614 | + functions-common:plugin_override_defaults:1696 : return 2021-04-26 07:53:53.617 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-26 07:53:53.633 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-26 07:53:53.635 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-26 07:53:53.646 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-26 07:53:53.648 | +++ lib/tls:source:43 : hostname -f 2021-04-26 07:53:53.652 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-26 07:53:53.653 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-26 07:53:53.655 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-26 07:53:53.657 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-26 07:53:53.659 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-26 07:53:53.661 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-26 07:53:53.663 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-26 07:53:53.665 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-26 07:53:53.667 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-26 07:53:53.668 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-26 07:53:53.673 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-26 07:53:53.684 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-26 07:53:53.698 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-26 07:53:53.710 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-26 07:53:53.721 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-26 07:53:53.745 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-26 07:53:53.779 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-26 07:53:53.851 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-26 07:53:53.870 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-26 07:53:53.902 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-26 07:53:53.947 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-26 07:53:54.055 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-26 07:53:54.068 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-26 07:53:54.080 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-26 07:53:54.092 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-26 07:53:54.181 | + ./stack.sh:main:605 : run_phase source 2021-04-26 07:53:54.183 | + functions-common:run_phase:1732 : local mode=source 2021-04-26 07:53:54.185 | + functions-common:run_phase:1733 : local phase= 2021-04-26 07:53:54.187 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 07:53:54.189 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 07:53:54.191 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 07:53:54.193 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 07:53:54.195 | + functions-common:run_phase:1742 : local extra 2021-04-26 07:53:54.198 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 07:53:54.201 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 07:53:54.203 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 07:53:54.205 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 07:53:54.207 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-26 07:53:54.209 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 07:53:54.222 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:53:54.224 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 07:53:54.227 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-26 07:53:54.260 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-26 07:53:54.262 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-26 07:53:54.265 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 07:53:54.267 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-26 07:53:54.269 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-26 07:53:54.271 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-26 07:53:54.274 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-26 07:53:54.276 | + functions-common:load_plugin_settings:1673 : return 2021-04-26 07:53:54.278 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-26 07:53:54.280 | + functions-common:verify_disabled_services:2015 : local service 2021-04-26 07:53:54.282 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.284 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-04-26 07:53:54.287 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.290 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-04-26 07:53:54.292 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.294 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-04-26 07:53:54.296 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.299 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-04-26 07:53:54.301 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.303 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-04-26 07:53:54.305 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.308 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-04-26 07:53:54.310 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.312 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-04-26 07:53:54.314 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.316 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-04-26 07:53:54.319 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.322 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-04-26 07:53:54.324 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.326 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-04-26 07:53:54.328 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.330 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-04-26 07:53:54.333 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.336 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-04-26 07:53:54.338 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.340 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-04-26 07:53:54.342 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.344 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-04-26 07:53:54.347 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.349 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-04-26 07:53:54.351 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.353 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-04-26 07:53:54.356 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.358 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-04-26 07:53:54.360 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.362 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-04-26 07:53:54.365 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.367 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-04-26 07:53:54.369 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.371 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-04-26 07:53:54.373 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.376 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-04-26 07:53:54.378 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.380 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-04-26 07:53:54.383 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.385 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-04-26 07:53:54.387 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.390 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-04-26 07:53:54.392 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.394 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-04-26 07:53:54.396 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.399 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-04-26 07:53:54.401 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.403 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-04-26 07:53:54.406 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.408 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-04-26 07:53:54.410 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.412 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-04-26 07:53:54.415 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.417 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-04-26 07:53:54.419 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.421 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-04-26 07:53:54.424 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.426 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-04-26 07:53:54.428 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.430 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-04-26 07:53:54.433 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.435 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-04-26 07:53:54.437 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.439 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-04-26 07:53:54.441 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.444 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-04-26 07:53:54.446 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.449 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-04-26 07:53:54.451 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.453 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-04-26 07:53:54.455 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.457 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-04-26 07:53:54.460 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 07:53:54.462 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-04-26 07:53:54.465 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-26 07:53:54.467 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 07:53:54.470 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-26 07:53:54.483 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:53:54.485 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-26 07:53:54.487 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 07:53:54.489 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-26 07:53:54.503 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 07:53:54.505 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-26 07:53:54.508 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-26 07:53:54.510 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-26 07:53:54.513 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-26 07:53:54.515 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-26 07:53:54.517 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-26 07:53:54.519 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-26 07:53:54.522 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-26 07:53:54.525 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 07:53:54.527 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-26 07:53:54.530 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 07:53:54.532 | + lib/database:initialize_database_backends:104 : return 0 2021-04-26 07:53:54.534 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-26 07:53:54.534 | Using mysql database backend 2021-04-26 07:53:54.536 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-26 07:53:54.551 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-26 07:53:54.565 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:53:54.567 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-26 07:53:54.583 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-26 07:53:54.598 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:53:54.600 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-26 07:53:54.615 | + ./stack.sh:main:704 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-04-26 07:53:54.630 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-26 07:53:54.645 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 07:53:54.648 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-26 07:53:54.662 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:53:54.665 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-26 07:53:54.680 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-26 07:53:54.682 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-26 07:53:54.685 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-26 07:53:54.687 | + functions-common:save_stackenv:60 : local tag=736 2021-04-26 07:53:54.690 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-26 07:53:54.693 | + functions-common:save_stackenv:62 : time_stamp=2021-04-26-075354 2021-04-26 07:53:54.696 | + functions-common:save_stackenv:63 : echo '# 2021-04-26-075354 736' 2021-04-26 07:53:54.698 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.701 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 07:53:54.703 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.705 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-26 07:53:54.707 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.710 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-26 07:53:54.712 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.714 | + 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-04-26 07:53:54.717 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.719 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.43 2021-04-26 07:53:54.721 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.724 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.43/identity 2021-04-26 07:53:54.726 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.728 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-26-075353 2021-04-26 07:53:54.730 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.733 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-26 07:53:54.735 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.737 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.43 2021-04-26 07:53:54.739 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.742 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-26 07:53:54.745 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.747 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-26 07:53:54.749 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.751 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-26 07:53:54.754 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 07:53:54.757 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-26 07:53:54.759 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-26 07:53:54.761 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-26 07:53:54.763 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-26 07:53:54.765 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 07:53:54.767 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 07:53:54.770 | ++ functions-common:git_clone:527 : pwd 2021-04-26 07:53:54.773 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 07:53:54.775 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 07:53:54.777 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 07:53:54.791 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 07:53:54.793 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 07:53:54.796 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 07:53:54.798 | + functions-common:git_clone:544 : echo master 2021-04-26 07:53:54.799 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 07:53:54.803 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-26 07:53:54.805 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 07:53:54.807 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-26 07:53:54.810 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 07:53:54.810 | + functions-common:git_clone:593 : head -1 2021-04-26 07:53:54.813 | cd565a13 Updated from generate-constraints 2021-04-26 07:53:54.817 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 07:53:54.820 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-26 07:53:54.822 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 07:53:54.824 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-26 07:53:54.826 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-26 07:53:54.829 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-26 07:53:54.831 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-26 07:53:54.834 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 07:53:54.836 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-26 07:53:54.838 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-26 07:53:54.841 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-26 07:53:54.844 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-26 07:53:54.848 | ++ tools/install_prereqs.sh:source:47 : NOW=1619423634 2021-04-26 07:53:54.851 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-26 07:53:54.854 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-04-26 07:53:54.857 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-04-26 07:53:54.860 | ++ tools/install_prereqs.sh:source:49 : DELTA=1619423634 2021-04-26 07:53:54.862 | ++ tools/install_prereqs.sh:source:50 : [[ 1619423634 -lt 7200 ]] 2021-04-26 07:53:54.864 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-26 07:53:54.867 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-26 07:53:54.869 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-26 07:53:54.872 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-26 07:53:54.874 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-26 07:53:54.876 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-26 07:53:54.879 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-26 07:53:54.882 | +++ 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-04-26 07:53:54.927 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-26 07:53:54.927 | apache2-dev 2021-04-26 07:53:54.927 | bc 2021-04-26 07:53:54.927 | bsdmainutils 2021-04-26 07:53:54.927 | curl 2021-04-26 07:53:54.927 | g++ 2021-04-26 07:53:54.927 | gawk 2021-04-26 07:53:54.927 | gcc 2021-04-26 07:53:54.927 | gettext 2021-04-26 07:53:54.927 | git 2021-04-26 07:53:54.927 | graphviz 2021-04-26 07:53:54.927 | iputils-ping 2021-04-26 07:53:54.927 | libapache2-mod-proxy-uwsgi 2021-04-26 07:53:54.928 | libffi-dev 2021-04-26 07:53:54.928 | libjpeg-dev 2021-04-26 07:53:54.928 | libmysqlclient-dev 2021-04-26 07:53:54.928 | libpcre3-dev 2021-04-26 07:53:54.928 | libpq-dev 2021-04-26 07:53:54.928 | libssl-dev 2021-04-26 07:53:54.928 | libsystemd-dev 2021-04-26 07:53:54.928 | libxml2-dev 2021-04-26 07:53:54.928 | libxslt1-dev 2021-04-26 07:53:54.928 | libyaml-dev 2021-04-26 07:53:54.928 | lsof 2021-04-26 07:53:54.928 | openssh-server 2021-04-26 07:53:54.928 | openssl 2021-04-26 07:53:54.928 | pkg-config 2021-04-26 07:53:54.928 | psmisc 2021-04-26 07:53:54.928 | python3-dev 2021-04-26 07:53:54.928 | python3-pip 2021-04-26 07:53:54.929 | python3-systemd 2021-04-26 07:53:54.929 | python3-venv 2021-04-26 07:53:54.929 | tar 2021-04-26 07:53:54.929 | tcpdump 2021-04-26 07:53:54.929 | unzip 2021-04-26 07:53:54.929 | uuid-runtime 2021-04-26 07:53:54.929 | wget 2021-04-26 07:53:54.929 | wget 2021-04-26 07:53:54.929 | zlib1g-dev 2021-04-26 07:53:54.929 | libkrb5-dev 2021-04-26 07:53:54.929 | libldap2-dev 2021-04-26 07:53:54.929 | libsasl2-dev 2021-04-26 07:53:54.929 | memcached 2021-04-26 07:53:54.929 | python3-mysqldb 2021-04-26 07:53:54.929 | sqlite3 2021-04-26 07:53:54.929 | conntrack 2021-04-26 07:53:54.929 | curl 2021-04-26 07:53:54.929 | dnsmasq-base 2021-04-26 07:53:54.929 | dnsmasq-utils 2021-04-26 07:53:54.929 | ebtables 2021-04-26 07:53:54.929 | genisoimage 2021-04-26 07:53:54.929 | iptables 2021-04-26 07:53:54.929 | iputils-arping 2021-04-26 07:53:54.929 | kpartx 2021-04-26 07:53:54.929 | libjs-jquery-tablesorter 2021-04-26 07:53:54.929 | libmysqlclient-dev 2021-04-26 07:53:54.929 | parted 2021-04-26 07:53:54.929 | pm-utils 2021-04-26 07:53:54.929 | python3-mysqldb 2021-04-26 07:53:54.929 | socat 2021-04-26 07:53:54.929 | sqlite3 2021-04-26 07:53:54.929 | sudo 2021-04-26 07:53:54.929 | vlan 2021-04-26 07:53:54.929 | lsscsi 2021-04-26 07:53:54.929 | open-iscsi 2021-04-26 07:53:54.930 | lvm2 2021-04-26 07:53:54.930 | qemu-utils 2021-04-26 07:53:54.930 | thin-provisioning-tools 2021-04-26 07:53:54.930 | acl 2021-04-26 07:53:54.930 | dnsmasq-base 2021-04-26 07:53:54.930 | dnsmasq-utils 2021-04-26 07:53:54.930 | ebtables 2021-04-26 07:53:54.930 | haproxy 2021-04-26 07:53:54.930 | iptables 2021-04-26 07:53:54.930 | iputils-arping 2021-04-26 07:53:54.930 | iputils-ping 2021-04-26 07:53:54.930 | libmysqlclient-dev 2021-04-26 07:53:54.930 | postgresql-server-dev-all 2021-04-26 07:53:54.930 | python3-mysqldb 2021-04-26 07:53:54.930 | sqlite3 2021-04-26 07:53:54.930 | sudo 2021-04-26 07:53:54.930 | vlan 2021-04-26 07:53:54.930 | ipset 2021-04-26 07:53:54.930 | conntrack 2021-04-26 07:53:54.930 | conntrackd 2021-04-26 07:53:54.930 | keepalived 2021-04-26 07:53:54.930 | dstat 2021-04-26 07:53:54.930 | lvm2 2021-04-26 07:53:54.930 | qemu-utils 2021-04-26 07:53:54.930 | thin-provisioning-tools 2021-04-26 07:53:54.930 | curl 2021-04-26 07:53:54.930 | liberasurecode-dev 2021-04-26 07:53:54.930 | make 2021-04-26 07:53:54.930 | memcached 2021-04-26 07:53:54.930 | sqlite3 2021-04-26 07:53:54.930 | xfsprogs' 2021-04-26 07:53:54.932 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-26 07:53:54.948 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-26 07:53:54.949 | apache2-dev 2021-04-26 07:53:54.949 | bc 2021-04-26 07:53:54.949 | bsdmainutils 2021-04-26 07:53:54.949 | curl 2021-04-26 07:53:54.949 | g++ 2021-04-26 07:53:54.949 | gawk 2021-04-26 07:53:54.949 | gcc 2021-04-26 07:53:54.949 | gettext 2021-04-26 07:53:54.949 | git 2021-04-26 07:53:54.949 | graphviz 2021-04-26 07:53:54.949 | iputils-ping 2021-04-26 07:53:54.949 | libapache2-mod-proxy-uwsgi 2021-04-26 07:53:54.949 | libffi-dev 2021-04-26 07:53:54.949 | libjpeg-dev 2021-04-26 07:53:54.949 | libmysqlclient-dev 2021-04-26 07:53:54.949 | libpcre3-dev 2021-04-26 07:53:54.949 | libpq-dev 2021-04-26 07:53:54.949 | libssl-dev 2021-04-26 07:53:54.949 | libsystemd-dev 2021-04-26 07:53:54.949 | libxml2-dev 2021-04-26 07:53:54.949 | libxslt1-dev 2021-04-26 07:53:54.949 | libyaml-dev 2021-04-26 07:53:54.949 | lsof 2021-04-26 07:53:54.949 | openssh-server 2021-04-26 07:53:54.949 | openssl 2021-04-26 07:53:54.949 | pkg-config 2021-04-26 07:53:54.949 | psmisc 2021-04-26 07:53:54.949 | python3-dev 2021-04-26 07:53:54.949 | python3-pip 2021-04-26 07:53:54.949 | python3-systemd 2021-04-26 07:53:54.949 | python3-venv 2021-04-26 07:53:54.949 | tar 2021-04-26 07:53:54.950 | tcpdump 2021-04-26 07:53:54.950 | unzip 2021-04-26 07:53:54.950 | uuid-runtime 2021-04-26 07:53:54.950 | wget 2021-04-26 07:53:54.950 | wget 2021-04-26 07:53:54.950 | zlib1g-dev 2021-04-26 07:53:54.950 | libkrb5-dev 2021-04-26 07:53:54.950 | libldap2-dev 2021-04-26 07:53:54.950 | libsasl2-dev 2021-04-26 07:53:54.950 | memcached 2021-04-26 07:53:54.950 | python3-mysqldb 2021-04-26 07:53:54.950 | sqlite3 2021-04-26 07:53:54.950 | conntrack 2021-04-26 07:53:54.950 | curl 2021-04-26 07:53:54.950 | dnsmasq-base 2021-04-26 07:53:54.950 | dnsmasq-utils 2021-04-26 07:53:54.950 | ebtables 2021-04-26 07:53:54.950 | genisoimage 2021-04-26 07:53:54.950 | iptables 2021-04-26 07:53:54.950 | iputils-arping 2021-04-26 07:53:54.950 | kpartx 2021-04-26 07:53:54.950 | libjs-jquery-tablesorter 2021-04-26 07:53:54.950 | libmysqlclient-dev 2021-04-26 07:53:54.950 | parted 2021-04-26 07:53:54.950 | pm-utils 2021-04-26 07:53:54.950 | python3-mysqldb 2021-04-26 07:53:54.950 | socat 2021-04-26 07:53:54.950 | sqlite3 2021-04-26 07:53:54.950 | sudo 2021-04-26 07:53:54.950 | vlan 2021-04-26 07:53:54.950 | lsscsi 2021-04-26 07:53:54.950 | open-iscsi 2021-04-26 07:53:54.950 | lvm2 2021-04-26 07:53:54.950 | qemu-utils 2021-04-26 07:53:54.950 | thin-provisioning-tools 2021-04-26 07:53:54.950 | acl 2021-04-26 07:53:54.950 | dnsmasq-base 2021-04-26 07:53:54.951 | dnsmasq-utils 2021-04-26 07:53:54.951 | ebtables 2021-04-26 07:53:54.951 | haproxy 2021-04-26 07:53:54.951 | iptables 2021-04-26 07:53:54.951 | iputils-arping 2021-04-26 07:53:54.951 | iputils-ping 2021-04-26 07:53:54.951 | libmysqlclient-dev 2021-04-26 07:53:54.951 | postgresql-server-dev-all 2021-04-26 07:53:54.951 | python3-mysqldb 2021-04-26 07:53:54.951 | sqlite3 2021-04-26 07:53:54.951 | sudo 2021-04-26 07:53:54.951 | vlan 2021-04-26 07:53:54.951 | ipset 2021-04-26 07:53:54.951 | conntrack 2021-04-26 07:53:54.951 | conntrackd 2021-04-26 07:53:54.951 | keepalived 2021-04-26 07:53:54.951 | dstat 2021-04-26 07:53:54.951 | lvm2 2021-04-26 07:53:54.951 | qemu-utils 2021-04-26 07:53:54.951 | thin-provisioning-tools 2021-04-26 07:53:54.951 | curl 2021-04-26 07:53:54.951 | liberasurecode-dev 2021-04-26 07:53:54.951 | make 2021-04-26 07:53:54.951 | memcached 2021-04-26 07:53:54.951 | sqlite3 2021-04-26 07:53:54.951 | xfsprogs ' 2021-04-26 07:53:54.951 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-26 07:53:54.953 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:53:54.955 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:53:54.959 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-26 07:53:54.959 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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 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-04-26 07:53:54.963 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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 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-04-26 07:53:54.965 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-26 07:53:54.967 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 07:53:54.969 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-26 07:53:54.972 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 07:53:54.974 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 07:53:54.976 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 07:53:54.978 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:53:54.980 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:53:54.983 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 07:53:54.985 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 07:53:54.987 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 07:53:54.989 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 07:53:54.992 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 07:53:54.996 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 07:53:54.999 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 07:53:55.001 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 07:53:55.003 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 07:53:55.005 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 07:53:55.008 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 07:53:55.012 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619423635009 2021-04-26 07:53:55.014 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 07:53:55.016 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 07:53:55.018 | ++ functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-04-26 07:53:55.406 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 07:53:55.407 | Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 07:53:55.536 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 07:53:56.002 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 07:53:56.368 | Fetched 252 kB in 1s (232 kB/s) 2021-04-26 07:53:58.092 | Reading package lists... 2021-04-26 07:53:58.152 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 07:53:58.154 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 07:53:58.156 | ++ functions-common:time_stop:2304 : local name 2021-04-26 07:53:58.159 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 07:53:58.161 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:53:58.163 | ++ functions-common:time_stop:2307 : local total 2021-04-26 07:53:58.166 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 07:53:58.168 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 07:53:58.170 | ++ functions-common:time_stop:2311 : start_time=1619423635009 2021-04-26 07:53:58.172 | ++ functions-common:time_stop:2313 : [[ -z 1619423635009 ]] 2021-04-26 07:53:58.175 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:53:58.179 | ++ functions-common:time_stop:2316 : end_time=1619423638176 2021-04-26 07:53:58.181 | ++ functions-common:time_stop:2317 : elapsed_time=3167 2021-04-26 07:53:58.183 | ++ functions-common:time_stop:2318 : total=0 2021-04-26 07:53:58.185 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:53:58.187 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3167 2021-04-26 07:53:58.190 | ++ functions-common:install_package:1343 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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 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-04-26 07:53:58.192 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 07:53:58.195 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:53:58.197 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:53:58.200 | ++ functions-common:real_install_package:1329 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev 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 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-04-26 07:53:58.220 | ++ functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk 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 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-04-26 07:53:58.339 | Reading package lists... 2021-04-26 07:53:58.579 | Building dependency tree... 2021-04-26 07:53:58.580 | Reading state information... 2021-04-26 07:53:58.818 | acl is already the newest version (2.2.52-3build1). 2021-04-26 07:53:58.818 | acl set to manually installed. 2021-04-26 07:53:58.818 | bc is already the newest version (1.07.1-2). 2021-04-26 07:53:58.818 | bc set to manually installed. 2021-04-26 07:53:58.818 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 07:53:58.818 | bsdmainutils set to manually installed. 2021-04-26 07:53:58.818 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 07:53:58.818 | gawk set to manually installed. 2021-04-26 07:53:58.819 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 07:53:58.819 | iptables set to manually installed. 2021-04-26 07:53:58.819 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 07:53:58.819 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 07:53:58.819 | lsof set to manually installed. 2021-04-26 07:53:58.819 | python3-systemd is already the newest version (234-1build1). 2021-04-26 07:53:58.819 | python3-systemd set to manually installed. 2021-04-26 07:53:58.819 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 07:53:58.819 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 07:53:58.819 | ebtables set to manually installed. 2021-04-26 07:53:58.819 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 07:53:58.819 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 07:53:58.819 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 07:53:58.819 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 07:53:58.819 | parted set to manually installed. 2021-04-26 07:53:58.819 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 07:53:58.819 | psmisc set to manually installed. 2021-04-26 07:53:58.819 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 07:53:58.819 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 07:53:58.819 | wget set to manually installed. 2021-04-26 07:53:58.819 | The following packages were automatically installed and are no longer required: 2021-04-26 07:53:58.819 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-26 07:53:58.819 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-26 07:53:58.819 | python3-incremental python3-netifaces python3-pam python3-problem-report 2021-04-26 07:53:58.819 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 07:53:58.819 | python3-twisted-bin python3-zope.interface 2021-04-26 07:53:58.819 | Use 'sudo apt autoremove' to remove them. 2021-04-26 07:53:58.819 | The following additional packages will be installed: 2021-04-26 07:53:58.820 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2021-04-26 07:53:58.820 | autotools-dev build-essential comerr-dev dctrl-tools debhelper dh-autoreconf 2021-04-26 07:53:58.820 | dh-strip-nondeterminism dpkg-dev fakeroot fontconfig fontconfig-config 2021-04-26 07:53:58.820 | fonts-dejavu-core fonts-liberation g++-7 gir1.2-harfbuzz-0.0 2021-04-26 07:53:58.820 | ibverbs-providers icu-devtools intltool-debian ipvsadm javascript-common 2021-04-26 07:53:58.820 | krb5-multidev libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl 2021-04-26 07:53:58.820 | libalgorithm-merge-perl libann0 libapr1 libapr1-dev libaprutil1 2021-04-26 07:53:58.820 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-26 07:53:58.820 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-26 07:53:58.820 | libcom-err2 libcroco3 libcurl4 libdatrie1 libdpkg-perl liberasurecode1 2021-04-26 07:53:58.820 | libfakeroot libfile-fcntllock-perl libfile-stripnondeterminism-perl 2021-04-26 07:53:58.820 | libfontconfig1 libgd3 libglib2.0-0 libglib2.0-bin libglib2.0-dev 2021-04-26 07:53:58.820 | libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssapi-krb5-2 2021-04-26 07:53:58.820 | libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-26 07:53:58.820 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-26 07:53:58.820 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libipset3 2021-04-26 07:53:58.820 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-26 07:53:58.820 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libk5crypto3 2021-04-26 07:53:58.820 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-3 libkrb5support0 2021-04-26 07:53:58.820 | liblab-gamut1 libldap-2.4-2 libldap-common libltdl-dev libltdl7 liblua5.2-0 2021-04-26 07:53:58.820 | liblua5.3-0 libmail-sendmail-perl libmatheval1 libmysqlclient20 2021-04-26 07:53:58.820 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-26 07:53:58.820 | libnl-route-3-200 libnorm1 libnspr4 libnss-systemd libnss3 libpam-systemd 2021-04-26 07:53:58.820 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2021-04-26 07:53:58.820 | libpgm-5.2-0 libpixman-1-0 libpq5 librados2 librbd1 libsasl2-2 2021-04-26 07:53:58.820 | libsasl2-modules libsasl2-modules-db libsctp-dev libsctp1 libsensors4 libsm6 2021-04-26 07:53:58.820 | libsnmp-base libsnmp30 libsodium23 libsqlite3-0 libssl1.1 libstdc++-7-dev 2021-04-26 07:53:58.820 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2021-04-26 07:53:58.820 | libtimedate-perl libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2021-04-26 07:53:58.820 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libzmq5 m4 2021-04-26 07:53:58.820 | mysql-common po-debconf postgresql-client-common postgresql-common 2021-04-26 07:53:58.820 | postgresql-server-dev-10 python-pip-whl python3-crypto python3-keyring 2021-04-26 07:53:58.821 | python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel 2021-04-26 07:53:58.821 | python3-xdg python3.6-venv qemu-block-extra sharutils ssl-cert systemd 2021-04-26 07:53:58.821 | uuid-dev uwsgi-core vbetool x11-common 2021-04-26 07:53:58.822 | Suggested packages: 2021-04-26 07:53:58.822 | www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom 2021-04-26 07:53:58.822 | autoconf-archive gnu-standards autoconf-doc doc-base debtags dh-make dwz 2021-04-26 07:53:58.822 | debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg wodim 2021-04-26 07:53:58.822 | cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run 2021-04-26 07:53:58.822 | | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 2021-04-26 07:53:58.822 | git-mediawiki git-svn gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat 2021-04-26 07:53:58.822 | ldirectord krb5-doc uwsgi bzr libisal2 libjerasure2 libgd-tools 2021-04-26 07:53:58.822 | libglib2.0-doc libgraphite2-utils krb5-user icu-doc libtool-doc 2021-04-26 07:53:58.822 | postgresql-doc-10 libsasl2-modules-gssapi-mit 2021-04-26 07:53:58.822 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2021-04-26 07:53:58.822 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2021-04-26 07:53:58.822 | libstdc++-7-doc gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc 2021-04-26 07:53:58.822 | make-doc libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl 2021-04-26 07:53:58.822 | libterm-readkey-perl cpufrequtils wireless-tools radeontool libmail-box-perl 2021-04-26 07:53:58.822 | libjson-perl python-crypto-doc gnome-keyring libkf5wallet-bin 2021-04-26 07:53:58.822 | gir1.2-gnomekeyring-1.0 default-mysql-server | virtual-mysql-server 2021-04-26 07:53:58.822 | python-egenix-mxdatetime python3-mysqldb-dbg python-secretstorage-doc 2021-04-26 07:53:58.822 | python-setuptools-doc debootstrap sharutils-doc bsd-mailx | mailx 2021-04-26 07:53:58.822 | sqlite3-doc openssl-blacklist systemd-container ncompress tar-scripts 2021-04-26 07:53:58.822 | tar-doc zip uwsgi-plugins-all uwsgi-extra uwsgi-dev 2021-04-26 07:53:59.078 | The following NEW packages will be installed: 2021-04-26 07:53:59.078 | apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf automake 2021-04-26 07:53:59.078 | autopoint autotools-dev build-essential comerr-dev conntrack conntrackd 2021-04-26 07:53:59.078 | dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism dnsmasq-utils 2021-04-26 07:53:59.078 | dpkg-dev dstat fakeroot fontconfig fontconfig-config fonts-dejavu-core 2021-04-26 07:53:59.078 | fonts-liberation g++ g++-7 genisoimage gettext gir1.2-harfbuzz-0.0 graphviz 2021-04-26 07:53:59.078 | haproxy ibverbs-providers icu-devtools intltool-debian ipset iputils-arping 2021-04-26 07:53:59.078 | ipvsadm javascript-common keepalived kpartx krb5-multidev libaio1 2021-04-26 07:53:59.078 | libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 2021-04-26 07:53:59.078 | libann0 libapache2-mod-proxy-uwsgi libapr1 libapr1-dev libaprutil1 2021-04-26 07:53:59.079 | libaprutil1-dbd-sqlite3 libaprutil1-dev libaprutil1-ldap 2021-04-26 07:53:59.079 | libarchive-cpio-perl libarchive-zip-perl libcairo2 libcdt5 libcgraph6 2021-04-26 07:53:59.079 | libcroco3 libdatrie1 libdpkg-perl liberasurecode-dev liberasurecode1 2021-04-26 07:53:59.079 | libfakeroot libffi-dev libfile-fcntllock-perl 2021-04-26 07:53:59.079 | libfile-stripnondeterminism-perl libfontconfig1 libgd3 libglib2.0-bin 2021-04-26 07:53:59.079 | libglib2.0-dev libglib2.0-dev-bin libgraphite2-3 libgraphite2-dev libgssrpc4 2021-04-26 07:53:59.079 | libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz-dev 2021-04-26 07:53:59.079 | libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libibverbs1 libice6 2021-04-26 07:53:59.079 | libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libipset3 libiscsi7 2021-04-26 07:53:59.079 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2021-04-26 07:53:59.079 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2021-04-26 07:53:59.079 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2021-04-26 07:53:59.079 | libldap2-dev libltdl-dev libltdl7 liblua5.2-0 liblua5.3-0 2021-04-26 07:53:59.079 | libmail-sendmail-perl libmatheval1 libmysqlclient-dev libmysqlclient20 2021-04-26 07:53:59.079 | libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 2021-04-26 07:53:59.079 | libnl-route-3-200 libnorm1 libnspr4 libnss3 libpango-1.0-0 2021-04-26 07:53:59.079 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpgm-5.2-0 2021-04-26 07:53:59.079 | libpixman-1-0 libpq-dev libpq5 librados2 librbd1 libsasl2-dev libsctp-dev 2021-04-26 07:53:59.079 | libsctp1 libsensors4 libsm6 libsnmp-base libsnmp30 libsodium23 libssl-dev 2021-04-26 07:53:59.079 | libstdc++-7-dev libsys-hostname-long-perl libsystemd-dev libthai-data 2021-04-26 07:53:59.079 | libthai0 libtiff5 libtimedate-perl libtool libwebp6 libx86-1 libxaw7 2021-04-26 07:53:59.079 | libxcb-render0 libxcb-shm0 libxml2-dev libxmu6 libxpm4 libxrender1 2021-04-26 07:53:59.079 | libxslt1-dev libxt6 libyaml-dev libzmq5 lsscsi m4 make memcached 2021-04-26 07:53:59.079 | mysql-common pkg-config pm-utils po-debconf postgresql-client-common 2021-04-26 07:53:59.079 | postgresql-common postgresql-server-dev-10 postgresql-server-dev-all 2021-04-26 07:53:59.079 | python-pip-whl python3-crypto python3-keyring python3-keyrings.alt 2021-04-26 07:53:59.079 | python3-mysqldb python3-pip python3-secretstorage python3-setuptools 2021-04-26 07:53:59.079 | python3-venv python3-wheel python3-xdg python3.6-venv qemu-block-extra 2021-04-26 07:53:59.079 | qemu-utils sharutils socat sqlite3 ssl-cert thin-provisioning-tools unzip 2021-04-26 07:53:59.079 | uuid-dev uwsgi-core vbetool vlan x11-common zlib1g-dev 2021-04-26 07:53:59.079 | The following packages will be upgraded: 2021-04-26 07:53:59.080 | curl dnsmasq-base git libcom-err2 libcurl4 libglib2.0-0 libgssapi-krb5-2 2021-04-26 07:53:59.080 | libicu60 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common 2021-04-26 07:53:59.080 | libnss-systemd libpam-systemd libsasl2-2 libsasl2-modules 2021-04-26 07:53:59.080 | libsasl2-modules-db libsqlite3-0 libssl1.1 libsystemd0 libuuid1 libxml2 2021-04-26 07:53:59.080 | libxslt1.1 lvm2 open-iscsi openssl sudo systemd tar tcpdump uuid-runtime 2021-04-26 07:53:59.213 | 32 upgraded, 202 newly installed, 0 to remove and 158 not upgraded. 2021-04-26 07:53:59.214 | Need to get 84.8 MB of archives. 2021-04-26 07:53:59.214 | After this operation, 263 MB of additional disk space will be used. 2021-04-26 07:53:59.214 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 2021-04-26 07:53:59.502 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.46 [105 kB] 2021-04-26 07:53:59.520 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.46 [107 kB] 2021-04-26 07:53:59.541 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2,914 kB] 2021-04-26 07:53:59.958 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 2021-04-26 07:53:59.965 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 2021-04-26 07:53:59.966 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.7 [34.8 kB] 2021-04-26 07:53:59.967 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 2021-04-26 07:53:59.987 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1,301 kB] 2021-04-26 07:54:00.147 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 2021-04-26 07:54:00.150 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 2021-04-26 07:54:00.173 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB] 2021-04-26 07:54:00.174 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 2021-04-26 07:54:00.174 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 2021-04-26 07:54:00.179 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 2021-04-26 07:54:00.180 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 2021-04-26 07:54:00.191 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B] 2021-04-26 07:54:00.192 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] 2021-04-26 07:54:00.203 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8,054 kB] 2021-04-26 07:54:01.379 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB] 2021-04-26 07:54:01.468 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.14 [1,070 kB] 2021-04-26 07:54:01.516 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.14 [83.9 kB] 2021-04-26 07:54:01.519 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.14 [160 kB] 2021-04-26 07:54:01.567 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.14 [95.1 kB] 2021-04-26 07:54:01.571 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2021-04-26 07:54:01.737 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] 2021-04-26 07:54:01.876 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] 2021-04-26 07:54:01.877 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] 2021-04-26 07:54:01.881 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] 2021-04-26 07:54:01.908 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblua5.3-0 amd64 5.3.3-1ubuntu0.18.04.1 [115 kB] 2021-04-26 07:54:01.912 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 haproxy amd64 1.8.8-1ubuntu0.11 [1,116 kB] 2021-04-26 07:54:02.161 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB] 2021-04-26 07:54:02.164 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] 2021-04-26 07:54:02.165 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] 2021-04-26 07:54:02.166 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 2021-04-26 07:54:02.167 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 open-iscsi amd64 2.0.874-5ubuntu2.10 [280 kB] 2021-04-26 07:54:02.176 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu1 [6,530 B] 2021-04-26 07:54:02.176 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8,848 B] 2021-04-26 07:54:02.177 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1,171 kB] 2021-04-26 07:54:02.396 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 2021-04-26 07:54:02.478 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 2021-04-26 07:54:02.584 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 2021-04-26 07:54:02.589 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 2021-04-26 07:54:02.598 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 2021-04-26 07:54:02.614 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 2021-04-26 07:54:02.677 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB] 2021-04-26 07:54:02.743 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.7 [33.2 kB] 2021-04-26 07:54:02.744 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 2021-04-26 07:54:02.745 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 2021-04-26 07:54:02.746 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 2021-04-26 07:54:02.815 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.10 [261 kB] 2021-04-26 07:54:02.856 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 2021-04-26 07:54:02.943 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2021-04-26 07:54:02.944 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 2021-04-26 07:54:02.961 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 2021-04-26 07:54:03.010 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 2021-04-26 07:54:03.097 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 2021-04-26 07:54:03.227 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 2021-04-26 07:54:03.232 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] 2021-04-26 07:54:03.233 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] 2021-04-26 07:54:03.236 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] 2021-04-26 07:54:03.236 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] 2021-04-26 07:54:03.237 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] 2021-04-26 07:54:03.238 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 2021-04-26 07:54:03.253 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 2021-04-26 07:54:03.338 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 2021-04-26 07:54:03.378 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] 2021-04-26 07:54:03.389 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] 2021-04-26 07:54:03.608 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] 2021-04-26 07:54:03.609 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] 2021-04-26 07:54:03.692 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] 2021-04-26 07:54:03.838 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apache2-dev amd64 2.4.29-1ubuntu4.14 [177 kB] 2021-04-26 07:54:03.843 | Get:73 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-04-26 07:54:04.106 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9,697 kB] 2021-04-26 07:54:05.691 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1,568 B] 2021-04-26 07:54:05.691 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] 2021-04-26 07:54:05.691 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 conntrack amd64 1:1.4.4+snapshot20161117-6ubuntu2 [30.6 kB] 2021-04-26 07:54:05.692 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetfilter-queue1 amd64 1.0.2-2 [11.4 kB] 2021-04-26 07:54:05.693 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 conntrackd amd64 1:1.4.4+snapshot20161117-6ubuntu2 [126 kB] 2021-04-26 07:54:05.696 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.13 [159 kB] 2021-04-26 07:54:05.702 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.13 [219 kB] 2021-04-26 07:54:05.766 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB] 2021-04-26 07:54:05.768 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-base amd64 2.79-1ubuntu0.3 [307 kB] 2021-04-26 07:54:05.778 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 dnsmasq-utils amd64 2.79-1ubuntu0.3 [13.3 kB] 2021-04-26 07:54:05.805 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 dstat all 0.7.3-1 [52.1 kB] 2021-04-26 07:54:05.806 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 2021-04-26 07:54:05.807 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 2021-04-26 07:54:05.814 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 genisoimage amd64 9:1.1.11-3ubuntu2 [328 kB] 2021-04-26 07:54:05.932 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] 2021-04-26 07:54:05.939 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] 2021-04-26 07:54:05.945 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] 2021-04-26 07:54:05.946 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3,916 kB] 2021-04-26 07:54:06.691 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] 2021-04-26 07:54:06.692 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] 2021-04-26 07:54:06.692 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] 2021-04-26 07:54:06.694 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2021-04-26 07:54:06.694 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2021-04-26 07:54:06.695 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB] 2021-04-26 07:54:06.700 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 2021-04-26 07:54:06.704 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2021-04-26 07:54:06.705 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.4 [119 kB] 2021-04-26 07:54:06.817 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2021-04-26 07:54:07.062 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] 2021-04-26 07:54:07.133 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] 2021-04-26 07:54:07.137 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] 2021-04-26 07:54:07.139 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2021-04-26 07:54:07.144 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] 2021-04-26 07:54:07.352 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 2021-04-26 07:54:07.353 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] 2021-04-26 07:54:07.366 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] 2021-04-26 07:54:07.369 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] 2021-04-26 07:54:07.370 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] 2021-04-26 07:54:07.384 | Get:113 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-04-26 07:54:07.385 | Get:114 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-04-26 07:54:07.386 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] 2021-04-26 07:54:07.388 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] 2021-04-26 07:54:07.520 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] 2021-04-26 07:54:07.539 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] 2021-04-26 07:54:07.559 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2021-04-26 07:54:07.563 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 2021-04-26 07:54:07.565 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2021-04-26 07:54:07.701 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] 2021-04-26 07:54:07.782 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] 2021-04-26 07:54:07.784 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-route-3-200 amd64 3.2.29-0ubuntu3 [146 kB] 2021-04-26 07:54:07.855 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libibverbs1 amd64 17.1-1ubuntu0.2 [44.4 kB] 2021-04-26 07:54:07.857 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ibverbs-providers amd64 17.1-1ubuntu0.2 [160 kB] 2021-04-26 07:54:07.862 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.1 [179 kB] 2021-04-26 07:54:07.867 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-arping amd64 3:20161105-1ubuntu3 [29.7 kB] 2021-04-26 07:54:07.869 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B] 2021-04-26 07:54:07.870 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] 2021-04-26 07:54:07.870 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] 2021-04-26 07:54:07.880 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp-base all 5.7.3+dfsg-1.8ubuntu3.6 [224 kB] 2021-04-26 07:54:07.992 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsnmp30 amd64 5.7.3+dfsg-1.8ubuntu3.6 [926 kB] 2021-04-26 07:54:08.196 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 keepalived amd64 1:1.3.9-1ubuntu0.18.04.2 [244 kB] 2021-04-26 07:54:08.204 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssrpc4 amd64 1.16-2ubuntu0.2 [54.4 kB] 2021-04-26 07:54:08.206 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkdb5-9 amd64 1.16-2ubuntu0.2 [37.3 kB] 2021-04-26 07:54:08.207 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5srv-mit11 amd64 1.16-2ubuntu0.2 [49.7 kB] 2021-04-26 07:54:08.209 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkadm5clnt-mit11 amd64 1.16-2ubuntu0.2 [38.0 kB] 2021-04-26 07:54:08.211 | Get:139 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-04-26 07:54:08.212 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-multidev amd64 1.16-2ubuntu0.2 [120 kB] 2021-04-26 07:54:08.216 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] 2021-04-26 07:54:08.216 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 2021-04-26 07:54:08.267 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 2021-04-26 07:54:08.309 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 2021-04-26 07:54:08.439 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2021-04-26 07:54:08.440 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 2021-04-26 07:54:08.441 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.8 [68.5 kB] 2021-04-26 07:54:08.468 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.8 [102 kB] 2021-04-26 07:54:08.484 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 2021-04-26 07:54:08.492 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 2021-04-26 07:54:08.511 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.8 [1,386 kB] 2021-04-26 07:54:08.627 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] 2021-04-26 07:54:08.629 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2021-04-26 07:54:08.635 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5,604 B] 2021-04-26 07:54:08.687 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] 2021-04-26 07:54:08.689 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] 2021-04-26 07:54:08.692 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.1 [19.0 kB] 2021-04-26 07:54:08.696 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] 2021-04-26 07:54:08.702 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.1 [8,889 kB] 2021-04-26 07:54:10.331 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] 2021-04-26 07:54:10.338 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libiscsi7 amd64 1.17.0-1.1 [55.4 kB] 2021-04-26 07:54:10.340 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjansson4 amd64 2.11-1 [29.3 kB] 2021-04-26 07:54:10.341 | Get:163 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-04-26 07:54:10.378 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2021-04-26 07:54:10.380 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2021-04-26 07:54:10.380 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] 2021-04-26 07:54:10.416 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-metadata all 12-1 [6,930 B] 2021-04-26 07:54:10.418 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-jquery-tablesorter all 1:2.29.5+dfsg1-1 [174 kB] 2021-04-26 07:54:10.454 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 2021-04-26 07:54:10.550 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2021-04-26 07:54:10.551 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2021-04-26 07:54:10.552 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libmatheval1 amd64 1.1.11+dfsg-3build1 [20.5 kB] 2021-04-26 07:54:10.552 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] 2021-04-26 07:54:10.553 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.33-0ubuntu0.18.04.1 [687 kB] 2021-04-26 07:54:10.692 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.9 [1,566 kB] 2021-04-26 07:54:11.027 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.33-0ubuntu0.18.04.1 [989 kB] 2021-04-26 07:54:11.113 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 2021-04-26 07:54:11.118 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] 2021-04-26 07:54:11.121 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB] 2021-04-26 07:54:11.261 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 2021-04-26 07:54:11.281 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.16-0ubuntu0.18.04.1 [108 kB] 2021-04-26 07:54:11.295 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq-dev amd64 10.16-0ubuntu0.18.04.1 [218 kB] 2021-04-26 07:54:11.359 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librados2 amd64 12.2.13-0ubuntu0.18.04.6 [2,724 kB] 2021-04-26 07:54:11.658 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 librbd1 amd64 12.2.13-0ubuntu0.18.04.6 [925 kB] 2021-04-26 07:54:11.746 | Get:185 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-04-26 07:54:11.773 | Get:186 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-04-26 07:54:11.778 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 2021-04-26 07:54:11.786 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.46 [184 kB] 2021-04-26 07:54:11.805 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 libx86-1 amd64 1.1+ds1-10.2 [75.2 kB] 2021-04-26 07:54:11.815 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB] 2021-04-26 07:54:11.883 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 kB] 2021-04-26 07:54:11.897 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB] 2021-04-26 07:54:11.925 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 2021-04-26 07:54:11.961 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 lsscsi amd64 0.28-0.1 [35.5 kB] 2021-04-26 07:54:11.964 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lvm2 amd64 2.02.176-4.1ubuntu3.18.04.3 [929 kB] 2021-04-26 07:54:12.054 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB] 2021-04-26 07:54:12.060 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 pm-utils all 1.4.1-17 [48.3 kB] 2021-04-26 07:54:12.069 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB] 2021-04-26 07:54:12.072 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2021-04-26 07:54:12.073 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-common all 190ubuntu0.1 [157 kB] 2021-04-26 07:54:12.139 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-10 amd64 10.16-0ubuntu0.18.04.1 [839 kB] 2021-04-26 07:54:12.191 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 postgresql-server-dev-all all 190ubuntu0.1 [14.1 kB] 2021-04-26 07:54:12.300 | Get:203 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-04-26 07:54:12.855 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB] 2021-04-26 07:54:12.932 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB] 2021-04-26 07:54:12.933 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB] 2021-04-26 07:54:12.934 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB] 2021-04-26 07:54:12.935 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-mysqldb amd64 1.3.10-1build1 [46.0 kB] 2021-04-26 07:54:12.936 | Get:209 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-04-26 07:54:12.961 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB] 2021-04-26 07:54:12.967 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3.6-venv amd64 3.6.9-1~18.04ubuntu1.4 [6,188 B] 2021-04-26 07:54:12.968 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-venv amd64 3.6.7-1~18.04 [1,208 B] 2021-04-26 07:54:12.968 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB] 2021-04-26 07:54:12.987 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB] 2021-04-26 07:54:13.024 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-block-extra amd64 1:2.11+dfsg-1ubuntu7.36 [40.5 kB] 2021-04-26 07:54:13.029 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qemu-utils amd64 1:2.11+dfsg-1ubuntu7.36 [870 kB] 2021-04-26 07:54:13.150 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 sharutils amd64 1:4.15.2-3 [155 kB] 2021-04-26 07:54:13.218 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 sqlite3 amd64 3.22.0-1ubuntu0.4 [752 kB] 2021-04-26 07:54:13.268 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 thin-provisioning-tools amd64 0.7.4-2ubuntu3 [359 kB] 2021-04-26 07:54:13.358 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB] 2021-04-26 07:54:13.381 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 uwsgi-core amd64 2.0.15-10.2ubuntu2.1 [523 kB] 2021-04-26 07:54:13.412 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2021-04-26 07:54:13.412 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libipset3 amd64 6.34-1 [43.9 kB] 2021-04-26 07:54:13.414 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 ipset amd64 6.34-1 [33.7 kB] 2021-04-26 07:54:13.415 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ipvsadm amd64 1:1.28-3ubuntu0.18.04.1 [35.5 kB] 2021-04-26 07:54:13.456 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 kpartx amd64 0.7.4-2ubuntu3 [27.7 kB] 2021-04-26 07:54:13.457 | Get:227 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-04-26 07:54:13.458 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode1 amd64 1.5.0-1 [40.0 kB] 2021-04-26 07:54:13.459 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liberasurecode-dev amd64 1.5.0-1 [14.9 kB] 2021-04-26 07:54:13.468 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB] 2021-04-26 07:54:13.485 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-dev amd64 1.16-2ubuntu0.2 [11.7 kB] 2021-04-26 07:54:13.486 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 2021-04-26 07:54:13.522 | Get:233 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] 2021-04-26 07:54:13.600 | Get:234 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 vlan amd64 1.9-3.2ubuntu6 [30.7 kB] 2021-04-26 07:54:15.235 | Preconfiguring packages ... 2021-04-26 07:54:15.483 | Fetched 84.8 MB in 14s (5,850 kB/s) 2021-04-26 07:54:15.706 | (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 ... 64653 files and directories currently installed.) 2021-04-26 07:54:15.708 | Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 2021-04-26 07:54:15.891 | Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2ubuntu0.1) ... 2021-04-26 07:54:16.465 | Setting up tar (1.29b-2ubuntu0.2) ... 2021-04-26 07:54:16.962 | (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 ... 64653 files and directories currently installed.) 2021-04-26 07:54:16.965 | Preparing to unpack .../libnss-systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-26 07:54:17.160 | Unpacking libnss-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-26 07:54:17.670 | Preparing to unpack .../libpam-systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-26 07:54:17.766 | Unpacking libpam-systemd:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-26 07:54:18.275 | Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 2021-04-26 07:54:18.544 | Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-26 07:54:19.893 | Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 2021-04-26 07:54:20.029 | Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10.25) ... 2021-04-26 07:54:20.328 | Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 2021-04-26 07:54:20.769 | (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 ... 64653 files and directories currently installed.) 2021-04-26 07:54:20.771 | Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-26 07:54:20.926 | Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-26 07:54:21.299 | Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-26 07:54:21.797 | (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 ... 64653 files and directories currently installed.) 2021-04-26 07:54:21.799 | Preparing to unpack .../00-uuid-runtime_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-26 07:54:21.920 | Unpacking uuid-runtime (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3.3) ... 2021-04-26 07:54:22.583 | Selecting previously unselected package libapr1:amd64. 2021-04-26 07:54:22.590 | Preparing to unpack .../01-libapr1_1.6.3-2_amd64.deb ... 2021-04-26 07:54:22.640 | Unpacking libapr1:amd64 (1.6.3-2) ... 2021-04-26 07:54:22.994 | Preparing to unpack .../02-libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-26 07:54:23.097 | Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-26 07:54:23.634 | Selecting previously unselected package libaprutil1:amd64. 2021-04-26 07:54:23.641 | Preparing to unpack .../03-libaprutil1_1.6.1-2_amd64.deb ... 2021-04-26 07:54:23.686 | Unpacking libaprutil1:amd64 (1.6.1-2) ... 2021-04-26 07:54:24.069 | Preparing to unpack .../04-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-26 07:54:24.177 | Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1ubuntu0.1) ... 2021-04-26 07:54:24.640 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2021-04-26 07:54:24.646 | Preparing to unpack .../05-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ... 2021-04-26 07:54:24.703 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-26 07:54:24.978 | Preparing to unpack .../06-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-26 07:54:25.080 | Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-26 07:54:25.383 | Preparing to unpack .../07-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-26 07:54:25.491 | Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-26 07:54:25.829 | Preparing to unpack .../08-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 2021-04-26 07:54:25.966 | Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-26 07:54:26.343 | Preparing to unpack .../09-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-26 07:54:26.440 | Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) over (2.4.45+dfsg-1ubuntu1.3) ... 2021-04-26 07:54:26.783 | Selecting previously unselected package libaprutil1-ldap:amd64. 2021-04-26 07:54:26.789 | Preparing to unpack .../10-libaprutil1-ldap_1.6.1-2_amd64.deb ... 2021-04-26 07:54:26.823 | Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-26 07:54:27.137 | Selecting previously unselected package liblua5.2-0:amd64. 2021-04-26 07:54:27.143 | Preparing to unpack .../11-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... 2021-04-26 07:54:27.200 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-26 07:54:27.509 | Preparing to unpack .../12-libicu60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-26 07:54:27.623 | Unpacking libicu60:amd64 (60.2-3ubuntu3.1) over (60.2-3ubuntu3) ... 2021-04-26 07:54:29.229 | Preparing to unpack .../13-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-26 07:54:29.394 | Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) over (2.9.4+dfsg1-6.1ubuntu1.2) ... 2021-04-26 07:54:29.851 | Selecting previously unselected package apache2-bin. 2021-04-26 07:54:29.858 | Preparing to unpack .../14-apache2-bin_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-26 07:54:29.914 | Unpacking apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-26 07:54:30.452 | Selecting previously unselected package apache2-utils. 2021-04-26 07:54:30.458 | Preparing to unpack .../15-apache2-utils_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-26 07:54:30.503 | Unpacking apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-26 07:54:30.857 | Selecting previously unselected package apache2-data. 2021-04-26 07:54:30.863 | Preparing to unpack .../16-apache2-data_2.4.29-1ubuntu4.14_all.deb ... 2021-04-26 07:54:30.920 | Unpacking apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-26 07:54:31.543 | Selecting previously unselected package apache2. 2021-04-26 07:54:31.550 | Preparing to unpack .../17-apache2_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-26 07:54:31.621 | Unpacking apache2 (2.4.29-1ubuntu4.14) ... 2021-04-26 07:54:32.052 | Selecting previously unselected package fonts-dejavu-core. 2021-04-26 07:54:32.058 | Preparing to unpack .../18-fonts-dejavu-core_2.37-1_all.deb ... 2021-04-26 07:54:32.114 | Unpacking fonts-dejavu-core (2.37-1) ... 2021-04-26 07:54:32.623 | Selecting previously unselected package fonts-liberation. 2021-04-26 07:54:32.630 | Preparing to unpack .../19-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... 2021-04-26 07:54:32.686 | Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-26 07:54:33.365 | Selecting previously unselected package fontconfig-config. 2021-04-26 07:54:33.372 | Preparing to unpack .../20-fontconfig-config_2.12.6-0ubuntu2_all.deb ... 2021-04-26 07:54:33.411 | Unpacking fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-26 07:54:33.765 | Selecting previously unselected package libfontconfig1:amd64. 2021-04-26 07:54:33.772 | Preparing to unpack .../21-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... 2021-04-26 07:54:33.805 | Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-26 07:54:34.194 | Selecting previously unselected package fontconfig. 2021-04-26 07:54:34.200 | Preparing to unpack .../22-fontconfig_2.12.6-0ubuntu2_amd64.deb ... 2021-04-26 07:54:34.245 | Unpacking fontconfig (2.12.6-0ubuntu2) ... 2021-04-26 07:54:34.691 | Selecting previously unselected package liblua5.3-0:amd64. 2021-04-26 07:54:34.698 | Preparing to unpack .../23-liblua5.3-0_5.3.3-1ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:54:34.760 | Unpacking liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-26 07:54:35.188 | Selecting previously unselected package haproxy. 2021-04-26 07:54:35.195 | Preparing to unpack .../24-haproxy_1.8.8-1ubuntu0.11_amd64.deb ... 2021-04-26 07:54:35.235 | Unpacking haproxy (1.8.8-1ubuntu0.11) ... 2021-04-26 07:54:35.788 | Selecting previously unselected package libjpeg-turbo8:amd64. 2021-04-26 07:54:35.796 | Preparing to unpack .../25-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-26 07:54:35.828 | Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-26 07:54:36.246 | Selecting previously unselected package x11-common. 2021-04-26 07:54:36.252 | Preparing to unpack .../26-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... 2021-04-26 07:54:36.324 | dpkg-query: no packages found matching nux-tools 2021-04-26 07:54:36.334 | Unpacking x11-common (1:7.7+19ubuntu7.1) ... 2021-04-26 07:54:36.708 | Selecting previously unselected package libice6:amd64. 2021-04-26 07:54:36.715 | Preparing to unpack .../27-libice6_2%3a1.0.9-2_amd64.deb ... 2021-04-26 07:54:36.754 | Unpacking libice6:amd64 (2:1.0.9-2) ... 2021-04-26 07:54:37.148 | Selecting previously unselected package libsm6:amd64. 2021-04-26 07:54:37.155 | Preparing to unpack .../28-libsm6_2%3a1.2.2-1_amd64.deb ... 2021-04-26 07:54:37.194 | Unpacking libsm6:amd64 (2:1.2.2-1) ... 2021-04-26 07:54:37.629 | Preparing to unpack .../29-open-iscsi_2.0.874-5ubuntu2.10_amd64.deb ... 2021-04-26 07:54:38.427 | Unpacking open-iscsi (2.0.874-5ubuntu2.10) over (2.0.874-5ubuntu2.7) ... 2021-04-26 07:54:39.251 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2021-04-26 07:54:39.258 | Preparing to unpack .../30-libnetfilter-cthelper0_1.0.0-1ubuntu1_amd64.deb ... 2021-04-26 07:54:39.314 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-26 07:54:39.663 | Preparing to unpack .../31-libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-26 07:54:39.839 | Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1ubuntu1.1) ... 2021-04-26 07:54:40.157 | Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 2021-04-26 07:54:40.678 | (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 ... 65706 files and directories currently installed.) 2021-04-26 07:54:40.680 | Preparing to unpack .../000-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-26 07:54:40.794 | Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) over (2.56.4-0ubuntu0.18.04.4) ... 2021-04-26 07:54:41.389 | Preparing to unpack .../001-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-26 07:54:41.537 | Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.1-1ubuntu2.1~18.04.4) ... 2021-04-26 07:54:42.121 | Preparing to unpack .../002-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 2021-04-26 07:54:42.272 | Unpacking sudo (1.8.21p2-3ubuntu1.4) over (1.8.21p2-3ubuntu1) ... 2021-04-26 07:54:42.898 | Preparing to unpack .../003-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:54:43.017 | Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-26 07:54:43.446 | Preparing to unpack .../004-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:54:43.583 | Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-26 07:54:44.075 | Preparing to unpack .../005-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:54:44.263 | Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-26 07:54:44.681 | Preparing to unpack .../006-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:54:44.863 | Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) over (1.16-2ubuntu0.1) ... 2021-04-26 07:54:45.355 | Preparing to unpack .../007-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:54:45.531 | Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) over (4.9.2-3) ... 2021-04-26 07:54:45.966 | Selecting previously unselected package uuid-dev:amd64. 2021-04-26 07:54:45.973 | Preparing to unpack .../008-uuid-dev_2.31.1-0.4ubuntu3.7_amd64.deb ... 2021-04-26 07:54:46.011 | Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-26 07:54:46.423 | Selecting previously unselected package libsctp1:amd64. 2021-04-26 07:54:46.429 | Preparing to unpack .../009-libsctp1_1.0.17+dfsg-2_amd64.deb ... 2021-04-26 07:54:46.468 | Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-26 07:54:46.760 | Selecting previously unselected package libsctp-dev:amd64. 2021-04-26 07:54:46.766 | Preparing to unpack .../010-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 2021-04-26 07:54:46.822 | Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-26 07:54:47.171 | Selecting previously unselected package libapr1-dev. 2021-04-26 07:54:47.177 | Preparing to unpack .../011-libapr1-dev_1.6.3-2_amd64.deb ... 2021-04-26 07:54:47.222 | Unpacking libapr1-dev (1.6.3-2) ... 2021-04-26 07:54:47.948 | Selecting previously unselected package libldap2-dev:amd64. 2021-04-26 07:54:47.955 | Preparing to unpack .../012-libldap2-dev_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 2021-04-26 07:54:47.988 | Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-26 07:54:48.468 | Selecting previously unselected package libaprutil1-dev. 2021-04-26 07:54:48.475 | Preparing to unpack .../013-libaprutil1-dev_1.6.1-2_amd64.deb ... 2021-04-26 07:54:48.531 | Unpacking libaprutil1-dev (1.6.1-2) ... 2021-04-26 07:54:49.022 | Selecting previously unselected package autotools-dev. 2021-04-26 07:54:49.030 | Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 2021-04-26 07:54:49.079 | Unpacking autotools-dev (20180224.1) ... 2021-04-26 07:54:49.383 | Selecting previously unselected package m4. 2021-04-26 07:54:49.390 | Preparing to unpack .../015-m4_1.4.18-1_amd64.deb ... 2021-04-26 07:54:49.445 | Unpacking m4 (1.4.18-1) ... 2021-04-26 07:54:49.783 | Selecting previously unselected package autoconf. 2021-04-26 07:54:49.790 | Preparing to unpack .../016-autoconf_2.69-11_all.deb ... 2021-04-26 07:54:49.829 | Unpacking autoconf (2.69-11) ... 2021-04-26 07:54:50.251 | Selecting previously unselected package automake. 2021-04-26 07:54:50.258 | Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ... 2021-04-26 07:54:50.299 | Unpacking automake (1:1.15.1-3ubuntu2) ... 2021-04-26 07:54:50.714 | Selecting previously unselected package autopoint. 2021-04-26 07:54:50.721 | Preparing to unpack .../018-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 2021-04-26 07:54:50.760 | Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-26 07:54:51.091 | Selecting previously unselected package libtool. 2021-04-26 07:54:51.098 | Preparing to unpack .../019-libtool_2.4.6-2_all.deb ... 2021-04-26 07:54:51.148 | Unpacking libtool (2.4.6-2) ... 2021-04-26 07:54:51.417 | Selecting previously unselected package dh-autoreconf. 2021-04-26 07:54:51.424 | Preparing to unpack .../020-dh-autoreconf_17_all.deb ... 2021-04-26 07:54:51.485 | Unpacking dh-autoreconf (17) ... 2021-04-26 07:54:51.777 | Selecting previously unselected package libarchive-zip-perl. 2021-04-26 07:54:51.784 | Preparing to unpack .../021-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... 2021-04-26 07:54:51.834 | Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-26 07:54:52.120 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2021-04-26 07:54:52.126 | Preparing to unpack .../022-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... 2021-04-26 07:54:52.177 | Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-26 07:54:52.371 | Selecting previously unselected package libtimedate-perl. 2021-04-26 07:54:52.378 | Preparing to unpack .../023-libtimedate-perl_2.3000-2_all.deb ... 2021-04-26 07:54:52.429 | Unpacking libtimedate-perl (2.3000-2) ... 2021-04-26 07:54:52.788 | Selecting previously unselected package dh-strip-nondeterminism. 2021-04-26 07:54:52.796 | Preparing to unpack .../024-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... 2021-04-26 07:54:52.828 | Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-26 07:54:53.131 | Selecting previously unselected package libdpkg-perl. 2021-04-26 07:54:53.138 | Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 2021-04-26 07:54:53.183 | Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-26 07:54:53.531 | Selecting previously unselected package make. 2021-04-26 07:54:53.538 | Preparing to unpack .../026-make_4.1-9.1ubuntu1_amd64.deb ... 2021-04-26 07:54:53.594 | Unpacking make (4.1-9.1ubuntu1) ... 2021-04-26 07:54:53.960 | Selecting previously unselected package dpkg-dev. 2021-04-26 07:54:53.967 | Preparing to unpack .../027-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 2021-04-26 07:54:54.017 | Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-26 07:54:54.531 | Selecting previously unselected package libcroco3:amd64. 2021-04-26 07:54:54.538 | Preparing to unpack .../028-libcroco3_0.6.12-2_amd64.deb ... 2021-04-26 07:54:54.588 | Unpacking libcroco3:amd64 (0.6.12-2) ... 2021-04-26 07:54:54.937 | Selecting previously unselected package gettext. 2021-04-26 07:54:54.944 | Preparing to unpack .../029-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... 2021-04-26 07:54:54.994 | Unpacking gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-26 07:54:55.765 | Selecting previously unselected package intltool-debian. 2021-04-26 07:54:55.772 | Preparing to unpack .../030-intltool-debian_0.35.0+20060710.4_all.deb ... 2021-04-26 07:54:55.817 | Unpacking intltool-debian (0.35.0+20060710.4) ... 2021-04-26 07:54:56.080 | Selecting previously unselected package po-debconf. 2021-04-26 07:54:56.086 | Preparing to unpack .../031-po-debconf_1.0.20_all.deb ... 2021-04-26 07:54:56.142 | Unpacking po-debconf (1.0.20) ... 2021-04-26 07:54:56.463 | Selecting previously unselected package debhelper. 2021-04-26 07:54:56.470 | Preparing to unpack .../032-debhelper_11.1.6ubuntu2_all.deb ... 2021-04-26 07:54:56.525 | Unpacking debhelper (11.1.6ubuntu2) ... 2021-04-26 07:54:56.977 | Selecting previously unselected package apache2-dev. 2021-04-26 07:54:56.984 | Preparing to unpack .../033-apache2-dev_2.4.29-1ubuntu4.14_amd64.deb ... 2021-04-26 07:54:57.017 | Unpacking apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-26 07:54:57.428 | Selecting previously unselected package libstdc++-7-dev:amd64. 2021-04-26 07:54:57.435 | Preparing to unpack .../034-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-26 07:54:57.468 | Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-26 07:54:58.160 | Selecting previously unselected package g++-7. 2021-04-26 07:54:58.167 | Preparing to unpack .../035-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 2021-04-26 07:54:58.205 | Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-26 07:54:59.977 | Selecting previously unselected package g++. 2021-04-26 07:54:59.984 | Preparing to unpack .../036-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 2021-04-26 07:55:00.045 | Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-26 07:55:00.297 | Selecting previously unselected package build-essential. 2021-04-26 07:55:00.304 | Preparing to unpack .../037-build-essential_12.4ubuntu1_amd64.deb ... 2021-04-26 07:55:00.360 | Unpacking build-essential (12.4ubuntu1) ... 2021-04-26 07:55:00.640 | Selecting previously unselected package conntrack. 2021-04-26 07:55:00.647 | Preparing to unpack .../038-conntrack_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-26 07:55:00.691 | Unpacking conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-26 07:55:01.114 | Selecting previously unselected package libnetfilter-queue1. 2021-04-26 07:55:01.121 | Preparing to unpack .../039-libnetfilter-queue1_1.0.2-2_amd64.deb ... 2021-04-26 07:55:01.177 | Unpacking libnetfilter-queue1 (1.0.2-2) ... 2021-04-26 07:55:01.525 | Selecting previously unselected package conntrackd. 2021-04-26 07:55:01.533 | Preparing to unpack .../040-conntrackd_1%3a1.4.4+snapshot20161117-6ubuntu2_amd64.deb ... 2021-04-26 07:55:01.571 | Unpacking conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-26 07:55:01.858 | Preparing to unpack .../041-curl_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-26 07:55:01.988 | Unpacking curl (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-26 07:55:02.464 | Preparing to unpack .../042-libcurl4_7.58.0-2ubuntu3.13_amd64.deb ... 2021-04-26 07:55:02.628 | Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.13) over (7.58.0-2ubuntu3.7) ... 2021-04-26 07:55:03.051 | Selecting previously unselected package dctrl-tools. 2021-04-26 07:55:03.058 | Preparing to unpack .../043-dctrl-tools_2.24-2build1_amd64.deb ... 2021-04-26 07:55:03.092 | Unpacking dctrl-tools (2.24-2build1) ... 2021-04-26 07:55:03.424 | Preparing to unpack .../044-dnsmasq-base_2.79-1ubuntu0.3_amd64.deb ... 2021-04-26 07:55:03.599 | Unpacking dnsmasq-base (2.79-1ubuntu0.3) over (2.79-1) ... 2021-04-26 07:55:04.034 | Selecting previously unselected package dnsmasq-utils. 2021-04-26 07:55:04.041 | Preparing to unpack .../045-dnsmasq-utils_2.79-1ubuntu0.3_amd64.deb ... 2021-04-26 07:55:04.080 | Unpacking dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-26 07:55:04.360 | Selecting previously unselected package dstat. 2021-04-26 07:55:04.367 | Preparing to unpack .../046-dstat_0.7.3-1_all.deb ... 2021-04-26 07:55:04.405 | Unpacking dstat (0.7.3-1) ... 2021-04-26 07:55:04.828 | Selecting previously unselected package libfakeroot:amd64. 2021-04-26 07:55:04.836 | Preparing to unpack .../047-libfakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-26 07:55:04.914 | Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-26 07:55:05.200 | Selecting previously unselected package fakeroot. 2021-04-26 07:55:05.207 | Preparing to unpack .../048-fakeroot_1.22-2ubuntu1_amd64.deb ... 2021-04-26 07:55:05.257 | Unpacking fakeroot (1.22-2ubuntu1) ... 2021-04-26 07:55:05.508 | Selecting previously unselected package genisoimage. 2021-04-26 07:55:05.515 | Preparing to unpack .../049-genisoimage_9%3a1.1.11-3ubuntu2_amd64.deb ... 2021-04-26 07:55:05.565 | Unpacking genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-26 07:55:05.971 | Selecting previously unselected package libgraphite2-3:amd64. 2021-04-26 07:55:05.978 | Preparing to unpack .../050-libgraphite2-3_1.3.11-2_amd64.deb ... 2021-04-26 07:55:06.017 | Unpacking libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-26 07:55:06.440 | Selecting previously unselected package libharfbuzz0b:amd64. 2021-04-26 07:55:06.447 | Preparing to unpack .../051-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... 2021-04-26 07:55:06.485 | Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:55:06.823 | Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. 2021-04-26 07:55:06.830 | Preparing to unpack .../052-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-26 07:55:06.880 | Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:55:07.224 | Preparing to unpack .../053-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 2021-04-26 07:55:07.380 | Unpacking git (1:2.17.1-1ubuntu0.8) over (1:2.17.1-1ubuntu0.4) ... 2021-04-26 07:55:08.663 | Selecting previously unselected package libann0. 2021-04-26 07:55:08.670 | Preparing to unpack .../054-libann0_1.1.2+doc-6_amd64.deb ... 2021-04-26 07:55:08.697 | Unpacking libann0 (1.1.2+doc-6) ... 2021-04-26 07:55:09.011 | Selecting previously unselected package libcdt5. 2021-04-26 07:55:09.019 | Preparing to unpack .../055-libcdt5_2.40.1-2_amd64.deb ... 2021-04-26 07:55:09.051 | Unpacking libcdt5 (2.40.1-2) ... 2021-04-26 07:55:09.348 | Selecting previously unselected package libcgraph6. 2021-04-26 07:55:09.355 | Preparing to unpack .../056-libcgraph6_2.40.1-2_amd64.deb ... 2021-04-26 07:55:09.383 | Unpacking libcgraph6 (2.40.1-2) ... 2021-04-26 07:55:09.589 | Selecting previously unselected package libjpeg8:amd64. 2021-04-26 07:55:09.595 | Preparing to unpack .../057-libjpeg8_8c-2ubuntu8_amd64.deb ... 2021-04-26 07:55:09.628 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-26 07:55:09.903 | Selecting previously unselected package libjbig0:amd64. 2021-04-26 07:55:09.909 | Preparing to unpack .../058-libjbig0_2.1-3.1build1_amd64.deb ... 2021-04-26 07:55:09.960 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2021-04-26 07:55:10.348 | Selecting previously unselected package libtiff5:amd64. 2021-04-26 07:55:10.355 | Preparing to unpack .../059-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ... 2021-04-26 07:55:10.406 | Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-26 07:55:10.777 | Selecting previously unselected package libwebp6:amd64. 2021-04-26 07:55:10.785 | Preparing to unpack .../060-libwebp6_0.6.1-2_amd64.deb ... 2021-04-26 07:55:10.834 | Unpacking libwebp6:amd64 (0.6.1-2) ... 2021-04-26 07:55:11.234 | Selecting previously unselected package libxpm4:amd64. 2021-04-26 07:55:11.241 | Preparing to unpack .../061-libxpm4_1%3a3.5.12-1_amd64.deb ... 2021-04-26 07:55:11.303 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2021-04-26 07:55:11.594 | Selecting previously unselected package libgd3:amd64. 2021-04-26 07:55:11.602 | Preparing to unpack .../062-libgd3_2.2.5-4ubuntu0.4_amd64.deb ... 2021-04-26 07:55:11.634 | Unpacking libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-26 07:55:11.937 | Selecting previously unselected package libgts-0.7-5:amd64. 2021-04-26 07:55:11.944 | Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2021-04-26 07:55:11.977 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-26 07:55:12.268 | Selecting previously unselected package libpixman-1-0:amd64. 2021-04-26 07:55:12.275 | Preparing to unpack .../064-libpixman-1-0_0.34.0-2_amd64.deb ... 2021-04-26 07:55:12.303 | Unpacking libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-26 07:55:12.634 | Selecting previously unselected package libxcb-render0:amd64. 2021-04-26 07:55:12.641 | Preparing to unpack .../065-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-26 07:55:12.679 | Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-26 07:55:13.051 | Selecting previously unselected package libxcb-shm0:amd64. 2021-04-26 07:55:13.058 | Preparing to unpack .../066-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... 2021-04-26 07:55:13.097 | Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-26 07:55:13.428 | Selecting previously unselected package libxrender1:amd64. 2021-04-26 07:55:13.435 | Preparing to unpack .../067-libxrender1_1%3a0.9.10-1_amd64.deb ... 2021-04-26 07:55:13.474 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2021-04-26 07:55:13.771 | Selecting previously unselected package libcairo2:amd64. 2021-04-26 07:55:13.778 | Preparing to unpack .../068-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... 2021-04-26 07:55:13.834 | Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-26 07:55:14.183 | Selecting previously unselected package libltdl7:amd64. 2021-04-26 07:55:14.190 | Preparing to unpack .../069-libltdl7_2.4.6-2_amd64.deb ... 2021-04-26 07:55:14.222 | Unpacking libltdl7:amd64 (2.4.6-2) ... 2021-04-26 07:55:14.520 | Selecting previously unselected package libthai-data. 2021-04-26 07:55:14.527 | Preparing to unpack .../070-libthai-data_0.1.27-2_all.deb ... 2021-04-26 07:55:14.565 | Unpacking libthai-data (0.1.27-2) ... 2021-04-26 07:55:15.000 | Selecting previously unselected package libdatrie1:amd64. 2021-04-26 07:55:15.007 | Preparing to unpack .../071-libdatrie1_0.2.10-7_amd64.deb ... 2021-04-26 07:55:15.057 | Unpacking libdatrie1:amd64 (0.2.10-7) ... 2021-04-26 07:55:15.434 | Selecting previously unselected package libthai0:amd64. 2021-04-26 07:55:15.441 | Preparing to unpack .../072-libthai0_0.1.27-2_amd64.deb ... 2021-04-26 07:55:15.491 | Unpacking libthai0:amd64 (0.1.27-2) ... 2021-04-26 07:55:15.880 | Selecting previously unselected package libpango-1.0-0:amd64. 2021-04-26 07:55:15.886 | Preparing to unpack .../073-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-26 07:55:15.937 | Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-26 07:55:16.297 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2021-04-26 07:55:16.304 | Preparing to unpack .../074-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-26 07:55:16.360 | Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-26 07:55:16.702 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2021-04-26 07:55:16.710 | Preparing to unpack .../075-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... 2021-04-26 07:55:16.737 | Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-26 07:55:17.074 | Selecting previously unselected package libpathplan4. 2021-04-26 07:55:17.081 | Preparing to unpack .../076-libpathplan4_2.40.1-2_amd64.deb ... 2021-04-26 07:55:17.108 | Unpacking libpathplan4 (2.40.1-2) ... 2021-04-26 07:55:17.457 | Selecting previously unselected package libgvc6. 2021-04-26 07:55:17.464 | Preparing to unpack .../077-libgvc6_2.40.1-2_amd64.deb ... 2021-04-26 07:55:17.497 | Unpacking libgvc6 (2.40.1-2) ... 2021-04-26 07:55:17.965 | Selecting previously unselected package libgvpr2. 2021-04-26 07:55:17.973 | Preparing to unpack .../078-libgvpr2_2.40.1-2_amd64.deb ... 2021-04-26 07:55:18.022 | Unpacking libgvpr2 (2.40.1-2) ... 2021-04-26 07:55:18.365 | Selecting previously unselected package liblab-gamut1. 2021-04-26 07:55:18.372 | Preparing to unpack .../079-liblab-gamut1_2.40.1-2_amd64.deb ... 2021-04-26 07:55:18.399 | Unpacking liblab-gamut1 (2.40.1-2) ... 2021-04-26 07:55:18.948 | Selecting previously unselected package libxt6:amd64. 2021-04-26 07:55:18.955 | Preparing to unpack .../080-libxt6_1%3a1.1.5-1_amd64.deb ... 2021-04-26 07:55:19.006 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2021-04-26 07:55:19.326 | Selecting previously unselected package libxmu6:amd64. 2021-04-26 07:55:19.333 | Preparing to unpack .../081-libxmu6_2%3a1.1.2-2_amd64.deb ... 2021-04-26 07:55:19.383 | Unpacking libxmu6:amd64 (2:1.1.2-2) ... 2021-04-26 07:55:19.754 | Selecting previously unselected package libxaw7:amd64. 2021-04-26 07:55:19.761 | Preparing to unpack .../082-libxaw7_2%3a1.0.13-1_amd64.deb ... 2021-04-26 07:55:19.794 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2021-04-26 07:55:20.194 | Selecting previously unselected package graphviz. 2021-04-26 07:55:20.201 | Preparing to unpack .../083-graphviz_2.40.1-2_amd64.deb ... 2021-04-26 07:55:20.257 | Unpacking graphviz (2.40.1-2) ... 2021-04-26 07:55:20.777 | Selecting previously unselected package libnl-3-200:amd64. 2021-04-26 07:55:20.785 | Preparing to unpack .../084-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-26 07:55:20.840 | Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-26 07:55:21.177 | Selecting previously unselected package libnl-route-3-200:amd64. 2021-04-26 07:55:21.184 | Preparing to unpack .../085-libnl-route-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-26 07:55:21.240 | Unpacking libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-26 07:55:21.612 | Selecting previously unselected package libibverbs1:amd64. 2021-04-26 07:55:21.619 | Preparing to unpack .../086-libibverbs1_17.1-1ubuntu0.2_amd64.deb ... 2021-04-26 07:55:21.657 | Unpacking libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-26 07:55:22.046 | Selecting previously unselected package ibverbs-providers:amd64. 2021-04-26 07:55:22.053 | Preparing to unpack .../087-ibverbs-providers_17.1-1ubuntu0.2_amd64.deb ... 2021-04-26 07:55:22.085 | Unpacking ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-26 07:55:22.417 | Selecting previously unselected package icu-devtools. 2021-04-26 07:55:22.425 | Preparing to unpack .../088-icu-devtools_60.2-3ubuntu3.1_amd64.deb ... 2021-04-26 07:55:22.457 | Unpacking icu-devtools (60.2-3ubuntu3.1) ... 2021-04-26 07:55:22.806 | Selecting previously unselected package iputils-arping. 2021-04-26 07:55:22.813 | Preparing to unpack .../089-iputils-arping_3%3a20161105-1ubuntu3_amd64.deb ... 2021-04-26 07:55:22.846 | Unpacking iputils-arping (3:20161105-1ubuntu3) ... 2021-04-26 07:55:23.194 | Selecting previously unselected package javascript-common. 2021-04-26 07:55:23.201 | Preparing to unpack .../090-javascript-common_11_all.deb ... 2021-04-26 07:55:23.268 | Unpacking javascript-common (11) ... 2021-04-26 07:55:23.611 | Selecting previously unselected package libnl-genl-3-200:amd64. 2021-04-26 07:55:23.618 | Preparing to unpack .../091-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... 2021-04-26 07:55:23.651 | Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-26 07:55:24.028 | Selecting previously unselected package libsensors4:amd64. 2021-04-26 07:55:24.036 | Preparing to unpack .../092-libsensors4_1%3a3.4.0-4_amd64.deb ... 2021-04-26 07:55:24.195 | Unpacking libsensors4:amd64 (1:3.4.0-4) ... 2021-04-26 07:55:24.531 | Selecting previously unselected package libsnmp-base. 2021-04-26 07:55:24.538 | Preparing to unpack .../093-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.6_all.deb ... 2021-04-26 07:55:24.600 | Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-26 07:55:25.028 | Selecting previously unselected package libsnmp30:amd64. 2021-04-26 07:55:25.035 | Preparing to unpack .../094-libsnmp30_5.7.3+dfsg-1.8ubuntu3.6_amd64.deb ... 2021-04-26 07:55:25.085 | Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-26 07:55:25.623 | Selecting previously unselected package keepalived. 2021-04-26 07:55:25.630 | Preparing to unpack .../095-keepalived_1%3a1.3.9-1ubuntu0.18.04.2_amd64.deb ... 2021-04-26 07:55:25.662 | Unpacking keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-26 07:55:26.103 | Selecting previously unselected package libgssrpc4:amd64. 2021-04-26 07:55:26.110 | Preparing to unpack .../096-libgssrpc4_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:55:26.143 | Unpacking libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:55:26.491 | Selecting previously unselected package libkdb5-9:amd64. 2021-04-26 07:55:26.498 | Preparing to unpack .../097-libkdb5-9_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:55:26.537 | Unpacking libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:55:26.851 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2021-04-26 07:55:26.858 | Preparing to unpack .../098-libkadm5srv-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:55:26.908 | Unpacking libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:55:27.280 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2021-04-26 07:55:27.287 | Preparing to unpack .../099-libkadm5clnt-mit11_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:55:27.337 | Unpacking libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:55:27.600 | Selecting previously unselected package comerr-dev:amd64. 2021-04-26 07:55:27.607 | Preparing to unpack .../100-comerr-dev_2.1-1.44.1-1ubuntu1.3_amd64.deb ... 2021-04-26 07:55:27.640 | Unpacking comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-26 07:55:27.926 | Selecting previously unselected package krb5-multidev:amd64. 2021-04-26 07:55:27.932 | Preparing to unpack .../101-krb5-multidev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:55:27.988 | Unpacking krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:55:28.360 | Selecting previously unselected package libaio1:amd64. 2021-04-26 07:55:28.367 | Preparing to unpack .../102-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... 2021-04-26 07:55:28.405 | Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-26 07:55:28.708 | Selecting previously unselected package libalgorithm-diff-perl. 2021-04-26 07:55:28.715 | Preparing to unpack .../103-libalgorithm-diff-perl_1.19.03-1_all.deb ... 2021-04-26 07:55:28.765 | Unpacking libalgorithm-diff-perl (1.19.03-1) ... 2021-04-26 07:55:29.011 | Selecting previously unselected package libalgorithm-diff-xs-perl. 2021-04-26 07:55:29.018 | Preparing to unpack .../104-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 2021-04-26 07:55:29.068 | Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-26 07:55:29.366 | Selecting previously unselected package libalgorithm-merge-perl. 2021-04-26 07:55:29.373 | Preparing to unpack .../105-libalgorithm-merge-perl_0.08-3_all.deb ... 2021-04-26 07:55:29.417 | Unpacking libalgorithm-merge-perl (0.08-3) ... 2021-04-26 07:55:29.697 | Selecting previously unselected package libarchive-cpio-perl. 2021-04-26 07:55:29.704 | Preparing to unpack .../106-libarchive-cpio-perl_0.10-1_all.deb ... 2021-04-26 07:55:29.737 | Unpacking libarchive-cpio-perl (0.10-1) ... 2021-04-26 07:55:30.057 | Selecting previously unselected package libfile-fcntllock-perl. 2021-04-26 07:55:30.064 | Preparing to unpack .../107-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 2021-04-26 07:55:30.125 | Unpacking libfile-fcntllock-perl (0.22-3build2) ... 2021-04-26 07:55:30.434 | Selecting previously unselected package libglib2.0-bin. 2021-04-26 07:55:30.441 | Preparing to unpack .../108-libglib2.0-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-26 07:55:30.497 | Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-26 07:55:30.897 | Selecting previously unselected package libglib2.0-dev-bin. 2021-04-26 07:55:30.904 | Preparing to unpack .../109-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-26 07:55:30.959 | Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-26 07:55:31.411 | Selecting previously unselected package pkg-config. 2021-04-26 07:55:31.418 | Preparing to unpack .../110-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 2021-04-26 07:55:31.485 | Unpacking pkg-config (0.29.1-0ubuntu2) ... 2021-04-26 07:55:31.857 | Selecting previously unselected package zlib1g-dev:amd64. 2021-04-26 07:55:31.864 | Preparing to unpack .../111-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 2021-04-26 07:55:31.919 | Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-26 07:55:32.245 | Selecting previously unselected package libglib2.0-dev:amd64. 2021-04-26 07:55:32.252 | Preparing to unpack .../112-libglib2.0-dev_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 2021-04-26 07:55:32.308 | Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-26 07:55:32.926 | Selecting previously unselected package libgraphite2-dev:amd64. 2021-04-26 07:55:32.933 | Preparing to unpack .../113-libgraphite2-dev_1.3.11-2_amd64.deb ... 2021-04-26 07:55:32.988 | Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-26 07:55:33.234 | Selecting previously unselected package libgts-bin. 2021-04-26 07:55:33.241 | Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2021-04-26 07:55:33.274 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2021-04-26 07:55:33.617 | Selecting previously unselected package libharfbuzz-icu0:amd64. 2021-04-26 07:55:33.624 | Preparing to unpack .../115-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-26 07:55:33.662 | Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:55:34.080 | Selecting previously unselected package libharfbuzz-gobject0:amd64. 2021-04-26 07:55:34.087 | Preparing to unpack .../116-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... 2021-04-26 07:55:34.143 | Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:55:34.486 | Selecting previously unselected package libicu-le-hb0:amd64. 2021-04-26 07:55:34.493 | Preparing to unpack .../117-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... 2021-04-26 07:55:34.536 | Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-26 07:55:34.788 | Selecting previously unselected package libiculx60:amd64. 2021-04-26 07:55:34.795 | Preparing to unpack .../118-libiculx60_60.2-3ubuntu3.1_amd64.deb ... 2021-04-26 07:55:34.851 | Unpacking libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-26 07:55:35.160 | Selecting previously unselected package libicu-le-hb-dev:amd64. 2021-04-26 07:55:35.167 | Preparing to unpack .../119-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... 2021-04-26 07:55:35.228 | Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-26 07:55:35.537 | Selecting previously unselected package libicu-dev. 2021-04-26 07:55:35.544 | Preparing to unpack .../120-libicu-dev_60.2-3ubuntu3.1_amd64.deb ... 2021-04-26 07:55:35.577 | Unpacking libicu-dev (60.2-3ubuntu3.1) ... 2021-04-26 07:55:37.303 | Selecting previously unselected package libharfbuzz-dev:amd64. 2021-04-26 07:55:37.310 | Preparing to unpack .../121-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... 2021-04-26 07:55:37.354 | Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:55:37.846 | Selecting previously unselected package libiscsi7:amd64. 2021-04-26 07:55:37.853 | Preparing to unpack .../122-libiscsi7_1.17.0-1.1_amd64.deb ... 2021-04-26 07:55:37.908 | Unpacking libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-26 07:55:38.263 | Selecting previously unselected package libjansson4:amd64. 2021-04-26 07:55:38.270 | Preparing to unpack .../123-libjansson4_2.11-1_amd64.deb ... 2021-04-26 07:55:38.320 | Unpacking libjansson4:amd64 (2.11-1) ... 2021-04-26 07:55:38.600 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2021-04-26 07:55:38.607 | Preparing to unpack .../124-libjpeg-turbo8-dev_1.5.2-0ubuntu5.18.04.4_amd64.deb ... 2021-04-26 07:55:38.639 | Unpacking libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-26 07:55:38.983 | Selecting previously unselected package libjpeg8-dev:amd64. 2021-04-26 07:55:38.990 | Preparing to unpack .../125-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2021-04-26 07:55:39.045 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-26 07:55:39.348 | Selecting previously unselected package libjpeg-dev:amd64. 2021-04-26 07:55:39.355 | Preparing to unpack .../126-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2021-04-26 07:55:39.405 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-26 07:55:39.651 | Selecting previously unselected package libjs-jquery. 2021-04-26 07:55:39.658 | Preparing to unpack .../127-libjs-jquery_3.2.1-1_all.deb ... 2021-04-26 07:55:39.691 | Unpacking libjs-jquery (3.2.1-1) ... 2021-04-26 07:55:39.982 | Selecting previously unselected package libjs-jquery-metadata. 2021-04-26 07:55:39.990 | Preparing to unpack .../128-libjs-jquery-metadata_12-1_all.deb ... 2021-04-26 07:55:40.051 | Unpacking libjs-jquery-metadata (12-1) ... 2021-04-26 07:55:40.320 | Selecting previously unselected package libjs-jquery-tablesorter. 2021-04-26 07:55:40.327 | Preparing to unpack .../129-libjs-jquery-tablesorter_1%3a2.29.5+dfsg1-1_all.deb ... 2021-04-26 07:55:40.377 | Unpacking libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-26 07:55:40.709 | Selecting previously unselected package libltdl-dev:amd64. 2021-04-26 07:55:40.716 | Preparing to unpack .../130-libltdl-dev_2.4.6-2_amd64.deb ... 2021-04-26 07:55:40.765 | Unpacking libltdl-dev:amd64 (2.4.6-2) ... 2021-04-26 07:55:41.108 | Selecting previously unselected package libsys-hostname-long-perl. 2021-04-26 07:55:41.115 | Preparing to unpack .../131-libsys-hostname-long-perl_1.5-1_all.deb ... 2021-04-26 07:55:41.177 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2021-04-26 07:55:41.440 | Selecting previously unselected package libmail-sendmail-perl. 2021-04-26 07:55:41.448 | Preparing to unpack .../132-libmail-sendmail-perl_0.80-1_all.deb ... 2021-04-26 07:55:41.497 | Unpacking libmail-sendmail-perl (0.80-1) ... 2021-04-26 07:55:41.920 | Selecting previously unselected package libmatheval1:amd64. 2021-04-26 07:55:41.928 | Preparing to unpack .../133-libmatheval1_1.1.11+dfsg-3build1_amd64.deb ... 2021-04-26 07:55:41.965 | Unpacking libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-26 07:55:42.377 | Selecting previously unselected package mysql-common. 2021-04-26 07:55:42.385 | Preparing to unpack .../134-mysql-common_5.8+1.0.4_all.deb ... 2021-04-26 07:55:42.442 | Unpacking mysql-common (5.8+1.0.4) ... 2021-04-26 07:55:42.868 | Selecting previously unselected package libmysqlclient20:amd64. 2021-04-26 07:55:42.875 | Preparing to unpack .../135-libmysqlclient20_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:55:42.943 | Unpacking libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 07:55:43.371 | Selecting previously unselected package libssl-dev:amd64. 2021-04-26 07:55:43.378 | Preparing to unpack .../136-libssl-dev_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 2021-04-26 07:55:43.411 | Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-26 07:55:43.971 | Selecting previously unselected package libmysqlclient-dev. 2021-04-26 07:55:43.979 | Preparing to unpack .../137-libmysqlclient-dev_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:55:44.023 | Unpacking libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 07:55:44.594 | Selecting previously unselected package libnorm1:amd64. 2021-04-26 07:55:44.602 | Preparing to unpack .../138-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 2021-04-26 07:55:44.640 | Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-26 07:55:44.983 | Selecting previously unselected package libnspr4:amd64. 2021-04-26 07:55:44.990 | Preparing to unpack .../139-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... 2021-04-26 07:55:45.040 | Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-26 07:55:45.371 | Selecting previously unselected package libnss3:amd64. 2021-04-26 07:55:45.379 | Preparing to unpack .../140-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ... 2021-04-26 07:55:45.434 | Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-26 07:55:45.966 | Selecting previously unselected package libpgm-5.2-0:amd64. 2021-04-26 07:55:45.973 | Preparing to unpack .../141-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 2021-04-26 07:55:46.011 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-26 07:55:46.435 | Selecting previously unselected package libpq5:amd64. 2021-04-26 07:55:46.442 | Preparing to unpack .../142-libpq5_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:55:46.497 | Unpacking libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-26 07:55:46.777 | Selecting previously unselected package libpq-dev. 2021-04-26 07:55:46.784 | Preparing to unpack .../143-libpq-dev_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:55:46.840 | Unpacking libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-26 07:55:47.314 | Selecting previously unselected package librados2. 2021-04-26 07:55:47.322 | Preparing to unpack .../144-librados2_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-26 07:55:47.360 | Unpacking librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-26 07:55:48.115 | Selecting previously unselected package librbd1. 2021-04-26 07:55:48.122 | Preparing to unpack .../145-librbd1_12.2.13-0ubuntu0.18.04.6_amd64.deb ... 2021-04-26 07:55:48.171 | Unpacking librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-26 07:55:48.697 | Selecting previously unselected package libsasl2-dev. 2021-04-26 07:55:48.704 | Preparing to unpack .../146-libsasl2-dev_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-26 07:55:48.754 | Unpacking libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-26 07:55:49.162 | Preparing to unpack .../147-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 2021-04-26 07:55:49.286 | Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) over (2.1.27~101-g0780600+dfsg-3ubuntu2) ... 2021-04-26 07:55:49.789 | Selecting previously unselected package libsodium23:amd64. 2021-04-26 07:55:49.796 | Preparing to unpack .../148-libsodium23_1.0.16-2_amd64.deb ... 2021-04-26 07:55:49.840 | Unpacking libsodium23:amd64 (1.0.16-2) ... 2021-04-26 07:55:50.132 | Selecting previously unselected package libsystemd-dev:amd64. 2021-04-26 07:55:50.139 | Preparing to unpack .../149-libsystemd-dev_237-3ubuntu10.46_amd64.deb ... 2021-04-26 07:55:50.188 | Unpacking libsystemd-dev:amd64 (237-3ubuntu10.46) ... 2021-04-26 07:55:50.611 | Selecting previously unselected package libx86-1:amd64. 2021-04-26 07:55:50.619 | Preparing to unpack .../150-libx86-1_1.1+ds1-10.2_amd64.deb ... 2021-04-26 07:55:50.663 | Unpacking libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-26 07:55:50.989 | Selecting previously unselected package libxml2-dev:amd64. 2021-04-26 07:55:50.996 | Preparing to unpack .../151-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ... 2021-04-26 07:55:51.051 | Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-26 07:55:51.556 | Preparing to unpack .../152-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-26 07:55:51.680 | Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) over (1.1.29-5ubuntu0.1) ... 2021-04-26 07:55:52.120 | Selecting previously unselected package libxslt1-dev:amd64. 2021-04-26 07:55:52.127 | Preparing to unpack .../153-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ... 2021-04-26 07:55:52.165 | Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-26 07:55:52.548 | Selecting previously unselected package libzmq5:amd64. 2021-04-26 07:55:52.556 | Preparing to unpack .../154-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 2021-04-26 07:55:52.605 | Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-26 07:55:52.926 | Selecting previously unselected package lsscsi. 2021-04-26 07:55:52.933 | Preparing to unpack .../155-lsscsi_0.28-0.1_amd64.deb ... 2021-04-26 07:55:53.000 | Unpacking lsscsi (0.28-0.1) ... 2021-04-26 07:55:53.475 | Preparing to unpack .../156-lvm2_2.02.176-4.1ubuntu3.18.04.3_amd64.deb ... 2021-04-26 07:55:53.655 | Unpacking lvm2 (2.02.176-4.1ubuntu3.18.04.3) over (2.02.176-4.1ubuntu3.18.04.1) ... 2021-04-26 07:55:54.908 | Selecting previously unselected package memcached. 2021-04-26 07:55:54.916 | Preparing to unpack .../157-memcached_1.5.6-0ubuntu1.2_amd64.deb ... 2021-04-26 07:55:54.965 | Unpacking memcached (1.5.6-0ubuntu1.2) ... 2021-04-26 07:55:55.291 | Selecting previously unselected package pm-utils. 2021-04-26 07:55:55.298 | Preparing to unpack .../158-pm-utils_1.4.1-17_all.deb ... 2021-04-26 07:55:55.354 | Unpacking pm-utils (1.4.1-17) ... 2021-04-26 07:55:55.685 | Selecting previously unselected package postgresql-client-common. 2021-04-26 07:55:55.693 | Preparing to unpack .../159-postgresql-client-common_190ubuntu0.1_all.deb ... 2021-04-26 07:55:55.731 | Unpacking postgresql-client-common (190ubuntu0.1) ... 2021-04-26 07:55:56.103 | Selecting previously unselected package ssl-cert. 2021-04-26 07:55:56.110 | Preparing to unpack .../160-ssl-cert_1.0.39_all.deb ... 2021-04-26 07:55:56.166 | Unpacking ssl-cert (1.0.39) ... 2021-04-26 07:55:56.725 | Selecting previously unselected package postgresql-common. 2021-04-26 07:55:56.733 | Preparing to unpack .../161-postgresql-common_190ubuntu0.1_all.deb ... 2021-04-26 07:55:56.845 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2021-04-26 07:55:56.897 | Unpacking postgresql-common (190ubuntu0.1) ... 2021-04-26 07:55:57.228 | Selecting previously unselected package postgresql-server-dev-10. 2021-04-26 07:55:57.236 | Preparing to unpack .../162-postgresql-server-dev-10_10.16-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:55:57.285 | Unpacking postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-26 07:55:57.800 | Selecting previously unselected package postgresql-server-dev-all. 2021-04-26 07:55:57.808 | Preparing to unpack .../163-postgresql-server-dev-all_190ubuntu0.1_all.deb ... 2021-04-26 07:55:57.851 | Unpacking postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-26 07:55:58.115 | Selecting previously unselected package python-pip-whl. 2021-04-26 07:55:58.122 | Preparing to unpack .../164-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-04-26 07:55:58.188 | Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-26 07:55:58.783 | Selecting previously unselected package python3-crypto. 2021-04-26 07:55:58.790 | Preparing to unpack .../165-python3-crypto_2.6.1-8ubuntu2_amd64.deb ... 2021-04-26 07:55:58.845 | Unpacking python3-crypto (2.6.1-8ubuntu2) ... 2021-04-26 07:55:59.314 | Selecting previously unselected package python3-secretstorage. 2021-04-26 07:55:59.322 | Preparing to unpack .../166-python3-secretstorage_2.3.1-2_all.deb ... 2021-04-26 07:55:59.371 | Unpacking python3-secretstorage (2.3.1-2) ... 2021-04-26 07:55:59.731 | Selecting previously unselected package python3-keyring. 2021-04-26 07:55:59.739 | Preparing to unpack .../167-python3-keyring_10.6.0-1_all.deb ... 2021-04-26 07:55:59.794 | Unpacking python3-keyring (10.6.0-1) ... 2021-04-26 07:56:00.103 | Selecting previously unselected package python3-keyrings.alt. 2021-04-26 07:56:00.110 | Preparing to unpack .../168-python3-keyrings.alt_3.0-1_all.deb ... 2021-04-26 07:56:00.142 | Unpacking python3-keyrings.alt (3.0-1) ... 2021-04-26 07:56:00.405 | Selecting previously unselected package python3-mysqldb. 2021-04-26 07:56:00.412 | Preparing to unpack .../169-python3-mysqldb_1.3.10-1build1_amd64.deb ... 2021-04-26 07:56:00.462 | Unpacking python3-mysqldb (1.3.10-1build1) ... 2021-04-26 07:56:00.760 | Selecting previously unselected package python3-pip. 2021-04-26 07:56:00.767 | Preparing to unpack .../170-python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2021-04-26 07:56:00.799 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-26 07:56:01.200 | Selecting previously unselected package python3-setuptools. 2021-04-26 07:56:01.207 | Preparing to unpack .../171-python3-setuptools_39.0.1-2_all.deb ... 2021-04-26 07:56:01.240 | Unpacking python3-setuptools (39.0.1-2) ... 2021-04-26 07:56:01.657 | Selecting previously unselected package python3.6-venv. 2021-04-26 07:56:01.665 | Preparing to unpack .../172-python3.6-venv_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 2021-04-26 07:56:01.719 | Unpacking python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-04-26 07:56:01.994 | Selecting previously unselected package python3-venv. 2021-04-26 07:56:02.001 | Preparing to unpack .../173-python3-venv_3.6.7-1~18.04_amd64.deb ... 2021-04-26 07:56:02.051 | Unpacking python3-venv (3.6.7-1~18.04) ... 2021-04-26 07:56:02.354 | Selecting previously unselected package python3-wheel. 2021-04-26 07:56:02.361 | Preparing to unpack .../174-python3-wheel_0.30.0-0.2_all.deb ... 2021-04-26 07:56:02.400 | Unpacking python3-wheel (0.30.0-0.2) ... 2021-04-26 07:56:02.726 | Selecting previously unselected package python3-xdg. 2021-04-26 07:56:02.733 | Preparing to unpack .../175-python3-xdg_0.25-4ubuntu1.1_all.deb ... 2021-04-26 07:56:02.771 | Unpacking python3-xdg (0.25-4ubuntu1.1) ... 2021-04-26 07:56:03.080 | Selecting previously unselected package qemu-block-extra:amd64. 2021-04-26 07:56:03.088 | Preparing to unpack .../176-qemu-block-extra_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-26 07:56:03.137 | Unpacking qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-26 07:56:03.451 | Selecting previously unselected package qemu-utils. 2021-04-26 07:56:03.459 | Preparing to unpack .../177-qemu-utils_1%3a2.11+dfsg-1ubuntu7.36_amd64.deb ... 2021-04-26 07:56:03.502 | Unpacking qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-26 07:56:03.989 | Selecting previously unselected package sharutils. 2021-04-26 07:56:03.997 | Preparing to unpack .../178-sharutils_1%3a4.15.2-3_amd64.deb ... 2021-04-26 07:56:04.045 | Unpacking sharutils (1:4.15.2-3) ... 2021-04-26 07:56:04.383 | Selecting previously unselected package sqlite3. 2021-04-26 07:56:04.390 | Preparing to unpack .../179-sqlite3_3.22.0-1ubuntu0.4_amd64.deb ... 2021-04-26 07:56:04.440 | Unpacking sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-26 07:56:04.863 | Selecting previously unselected package thin-provisioning-tools. 2021-04-26 07:56:04.871 | Preparing to unpack .../180-thin-provisioning-tools_0.7.4-2ubuntu3_amd64.deb ... 2021-04-26 07:56:04.903 | Unpacking thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-26 07:56:05.366 | Selecting previously unselected package unzip. 2021-04-26 07:56:05.373 | Preparing to unpack .../181-unzip_6.0-21ubuntu1.1_amd64.deb ... 2021-04-26 07:56:05.423 | Unpacking unzip (6.0-21ubuntu1.1) ... 2021-04-26 07:56:05.737 | Selecting previously unselected package uwsgi-core. 2021-04-26 07:56:05.745 | Preparing to unpack .../182-uwsgi-core_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-26 07:56:05.794 | Unpacking uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-26 07:56:06.246 | Selecting previously unselected package vbetool. 2021-04-26 07:56:06.254 | Preparing to unpack .../183-vbetool_1.1-4_amd64.deb ... 2021-04-26 07:56:06.303 | Unpacking vbetool (1.1-4) ... 2021-04-26 07:56:06.680 | Selecting previously unselected package libipset3:amd64. 2021-04-26 07:56:06.688 | Preparing to unpack .../184-libipset3_6.34-1_amd64.deb ... 2021-04-26 07:56:06.726 | Unpacking libipset3:amd64 (6.34-1) ... 2021-04-26 07:56:06.988 | Selecting previously unselected package ipset. 2021-04-26 07:56:06.996 | Preparing to unpack .../185-ipset_6.34-1_amd64.deb ... 2021-04-26 07:56:07.034 | Unpacking ipset (6.34-1) ... 2021-04-26 07:56:07.389 | Selecting previously unselected package ipvsadm. 2021-04-26 07:56:07.397 | Preparing to unpack .../186-ipvsadm_1%3a1.28-3ubuntu0.18.04.1_amd64.deb ... 2021-04-26 07:56:07.446 | Unpacking ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-26 07:56:07.817 | Selecting previously unselected package kpartx. 2021-04-26 07:56:07.825 | Preparing to unpack .../187-kpartx_0.7.4-2ubuntu3_amd64.deb ... 2021-04-26 07:56:07.863 | Unpacking kpartx (0.7.4-2ubuntu3) ... 2021-04-26 07:56:08.206 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2021-04-26 07:56:08.214 | Preparing to unpack .../188-libapache2-mod-proxy-uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-26 07:56:08.274 | Unpacking libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-26 07:56:08.606 | Selecting previously unselected package liberasurecode1:amd64. 2021-04-26 07:56:08.613 | Preparing to unpack .../189-liberasurecode1_1.5.0-1_amd64.deb ... 2021-04-26 07:56:08.645 | Unpacking liberasurecode1:amd64 (1.5.0-1) ... 2021-04-26 07:56:08.925 | Selecting previously unselected package liberasurecode-dev. 2021-04-26 07:56:08.933 | Preparing to unpack .../190-liberasurecode-dev_1.5.0-1_amd64.deb ... 2021-04-26 07:56:08.988 | Unpacking liberasurecode-dev (1.5.0-1) ... 2021-04-26 07:56:09.286 | Selecting previously unselected package libffi-dev:amd64. 2021-04-26 07:56:09.294 | Preparing to unpack .../191-libffi-dev_3.2.1-8_amd64.deb ... 2021-04-26 07:56:09.331 | Unpacking libffi-dev:amd64 (3.2.1-8) ... 2021-04-26 07:56:09.629 | Selecting previously unselected package libkrb5-dev:amd64. 2021-04-26 07:56:09.636 | Preparing to unpack .../192-libkrb5-dev_1.16-2ubuntu0.2_amd64.deb ... 2021-04-26 07:56:09.663 | Unpacking libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:56:09.954 | Selecting previously unselected package libyaml-dev:amd64. 2021-04-26 07:56:09.962 | Preparing to unpack .../193-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 2021-04-26 07:56:10.011 | Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-26 07:56:10.229 | Selecting previously unselected package socat. 2021-04-26 07:56:10.236 | Preparing to unpack .../194-socat_1.7.3.2-2ubuntu2_amd64.deb ... 2021-04-26 07:56:10.291 | Unpacking socat (1.7.3.2-2ubuntu2) ... 2021-04-26 07:56:10.640 | Selecting previously unselected package vlan. 2021-04-26 07:56:10.648 | Preparing to unpack .../195-vlan_1.9-3.2ubuntu6_amd64.deb ... 2021-04-26 07:56:10.674 | Unpacking vlan (1.9-3.2ubuntu6) ... 2021-04-26 07:56:10.994 | Setting up libjs-jquery (3.2.1-1) ... 2021-04-26 07:56:11.114 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 2021-04-26 07:56:11.200 | Setting up libapr1:amd64 (1.6.3-2) ... 2021-04-26 07:56:11.320 | Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-26 07:56:11.485 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-26 07:56:11.759 | Setting up libpathplan4 (2.40.1-2) ... 2021-04-26 07:56:11.874 | Setting up conntrack (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-26 07:56:12.046 | Setting up libicu60:amd64 (60.2-3ubuntu3.1) ... 2021-04-26 07:56:12.183 | Setting up make (4.1-9.1ubuntu1) ... 2021-04-26 07:56:12.303 | Setting up liblab-gamut1 (2.40.1-2) ... 2021-04-26 07:56:12.462 | Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-26 07:56:12.645 | Setting up vlan (1.9-3.2ubuntu6) ... 2021-04-26 07:56:12.942 | Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... 2021-04-26 07:56:13.103 | Setting up comerr-dev:amd64 (2.1-1.44.1-1ubuntu1.3) ... 2021-04-26 07:56:13.263 | Processing triggers for mime-support (3.60ubuntu1) ... 2021-04-26 07:56:13.371 | Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 2021-04-26 07:56:13.463 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 07:56:13.554 | Setting up sudo (1.8.21p2-3ubuntu1.4) ... 2021-04-26 07:56:13.828 | Setting up libtimedate-perl (2.3000-2) ... 2021-04-26 07:56:13.960 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2021-04-26 07:56:14.091 | Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-26 07:56:14.308 | Setting up fonts-dejavu-core (2.37-1) ... 2021-04-26 07:56:14.999 | Setting up python3-crypto (2.6.1-8ubuntu2) ... 2021-04-26 07:56:15.577 | Processing triggers for install-info (6.5.0.dfsg.1-2) ... 2021-04-26 07:56:15.971 | Setting up libx86-1:amd64 (1.1+ds1-10.2) ... 2021-04-26 07:56:16.062 | Setting up lvm2 (2.02.176-4.1ubuntu3.18.04.3) ... 2021-04-26 07:56:16.954 | update-initramfs: deferring update (trigger activated) 2021-04-26 07:56:19.068 | Setting up lsscsi (0.28-0.1) ... 2021-04-26 07:56:19.188 | Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-26 07:56:19.293 | No schema files found: doing nothing. 2021-04-26 07:56:19.337 | Setting up mysql-common (5.8+1.0.4) ... 2021-04-26 07:56:19.561 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-04-26 07:56:19.645 | Setting up sharutils (1:4.15.2-3) ... 2021-04-26 07:56:19.800 | Setting up libiscsi7:amd64 (1.17.0-1.1) ... 2021-04-26 07:56:19.960 | Setting up python3-xdg (0.25-4ubuntu1.1) ... 2021-04-26 07:56:20.485 | Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-26 07:56:20.645 | Setting up libjansson4:amd64 (2.11-1) ... 2021-04-26 07:56:20.799 | Setting up python3-keyrings.alt (3.0-1) ... 2021-04-26 07:56:21.200 | Setting up unzip (6.0-21ubuntu1.1) ... 2021-04-26 07:56:21.348 | Setting up python3.6-venv (3.6.9-1~18.04ubuntu1.4) ... 2021-04-26 07:56:21.577 | Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-26 07:56:21.714 | Setting up libarchive-cpio-perl (0.10-1) ... 2021-04-26 07:56:21.851 | Setting up genisoimage (9:1.1.11-3ubuntu2) ... 2021-04-26 07:56:21.999 | Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 2021-04-26 07:56:22.137 | Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.7) ... 2021-04-26 07:56:22.297 | Setting up dctrl-tools (2.24-2build1) ... 2021-04-26 07:56:22.462 | Setting up apache2-data (2.4.29-1ubuntu4.14) ... 2021-04-26 07:56:22.565 | Setting up libffi-dev:amd64 (3.2.1-8) ... 2021-04-26 07:56:22.667 | Setting up libdatrie1:amd64 (0.2.10-7) ... 2021-04-26 07:56:22.822 | Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-26 07:56:22.982 | Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 2021-04-26 07:56:23.125 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-26 07:56:23.225 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-26 07:56:33.439 | Setting up pm-utils (1.4.1-17) ... 2021-04-26 07:56:33.639 | Setting up libnetfilter-queue1 (1.0.2-2) ... 2021-04-26 07:56:33.799 | Setting up python3-wheel (0.30.0-0.2) ... 2021-04-26 07:56:34.222 | Setting up m4 (1.4.18-1) ... 2021-04-26 07:56:34.382 | Setting up libipset3:amd64 (6.34-1) ... 2021-04-26 07:56:34.560 | Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... 2021-04-26 07:56:34.719 | Setting up libsasl2-dev (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-26 07:56:34.816 | Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:56:34.914 | Setting up open-iscsi (2.0.874-5ubuntu2.10) ... 2021-04-26 07:56:35.246 | Installing new version of config file /etc/iscsi/iscsid.conf ... 2021-04-26 07:56:37.199 | Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... 2021-04-26 07:56:37.359 | Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-26 07:56:37.525 | Setting up uuid-runtime (2.31.1-0.4ubuntu3.7) ... 2021-04-26 07:56:38.559 | Setting up libgraphite2-3:amd64 (1.3.11-2) ... 2021-04-26 07:56:38.713 | Setting up libcroco3:amd64 (0.6.12-2) ... 2021-04-26 07:56:38.867 | Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-26 07:56:39.027 | Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 2021-04-26 07:56:39.125 | Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 2021-04-26 07:56:39.262 | Setting up libsys-hostname-long-perl (1.5-1) ... 2021-04-26 07:56:39.422 | Setting up libfile-fcntllock-perl (0.22-3build2) ... 2021-04-26 07:56:39.582 | Setting up dnsmasq-utils (2.79-1ubuntu0.3) ... 2021-04-26 07:56:39.742 | Setting up libsodium23:amd64 (1.0.16-2) ... 2021-04-26 07:56:39.896 | Setting up libpixman-1-0:amd64 (0.34.0-2) ... 2021-04-26 07:56:40.125 | Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 2021-04-26 07:56:40.382 | Setting up libjpeg-turbo8-dev:amd64 (1.5.2-0ubuntu5.18.04.4) ... 2021-04-26 07:56:40.490 | Setting up libmail-sendmail-perl (0.80-1) ... 2021-04-26 07:56:40.628 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-26 07:56:40.770 | Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... 2021-04-26 07:56:40.908 | Setting up autotools-dev (20180224.1) ... 2021-04-26 07:56:41.027 | Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-26 07:56:41.199 | Setting up kpartx (0.7.4-2ubuntu3) ... 2021-04-26 07:56:41.336 | Setting up postgresql-client-common (190ubuntu0.1) ... 2021-04-26 07:56:41.576 | Setting up dstat (0.7.3-1) ... 2021-04-26 07:56:41.936 | Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-26 07:56:42.359 | Setting up libaprutil1:amd64 (1.6.1-2) ... 2021-04-26 07:56:42.519 | Setting up ipset (6.34-1) ... 2021-04-26 07:56:42.679 | Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 2021-04-26 07:56:42.885 | Setting up thin-provisioning-tools (0.7.4-2ubuntu3) ... 2021-04-26 07:56:43.044 | Setting up systemd (237-3ubuntu10.46) ... 2021-04-26 07:56:43.113 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2021-04-26 07:56:44.757 | [/usr/lib/tmpfiles.d/haproxy.conf:1] Unknown user 'haproxy'. 2021-04-26 07:56:44.758 | [/usr/lib/tmpfiles.d/memcached.conf:1] Unknown user 'memcache'. 2021-04-26 07:56:44.758 | [/usr/lib/tmpfiles.d/postgresql.conf:2] Unknown user 'postgres'. 2021-04-26 07:56:44.759 | [/usr/lib/tmpfiles.d/postgresql.conf:4] Unknown group 'postgres'. 2021-04-26 07:56:44.885 | Setting up libltdl7:amd64 (2.4.6-2) ... 2021-04-26 07:56:45.005 | Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-26 07:56:45.205 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-26 07:56:45.696 | Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 2021-04-26 07:56:45.844 | Setting up libann0 (1.1.2+doc-6) ... 2021-04-26 07:56:45.964 | Setting up libalgorithm-diff-perl (1.19.03-1) ... 2021-04-26 07:56:46.096 | Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... 2021-04-26 07:56:46.238 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2021-04-26 07:56:46.376 | Setting up dnsmasq-base (2.79-1ubuntu0.3) ... 2021-04-26 07:56:46.616 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2021-04-26 07:56:46.787 | Setting up libsensors4:amd64 (1:3.4.0-4) ... 2021-04-26 07:56:47.010 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 07:57:09.153 | Setting up libsystemd-dev:amd64 (237-3ubuntu10.46) ... 2021-04-26 07:57:09.336 | Setting up libmysqlclient20:amd64 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 07:57:09.507 | Setting up icu-devtools (60.2-3ubuntu3.1) ... 2021-04-26 07:57:09.673 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... 2021-04-26 07:57:09.868 | Setting up libthai-data (0.1.27-2) ... 2021-04-26 07:57:10.067 | Setting up liberasurecode1:amd64 (1.5.0-1) ... 2021-04-26 07:57:10.228 | Setting up javascript-common (11) ... 2021-04-26 07:57:10.491 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2021-04-26 07:57:10.558 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-26 07:57:10.685 | Setting up python3-setuptools (39.0.1-2) ... 2021-04-26 07:57:11.255 | Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 2021-04-26 07:57:11.456 | Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-26 07:57:11.747 | Setting up libjs-jquery-metadata (12-1) ... 2021-04-26 07:57:11.895 | Setting up x11-common (1:7.7+19ubuntu7.1) ... 2021-04-26 07:57:13.041 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2021-04-26 07:57:13.467 | Setting up python3-secretstorage (2.3.1-2) ... 2021-04-26 07:57:13.845 | Setting up iputils-arping (3:20161105-1ubuntu3) ... 2021-04-26 07:57:14.016 | Setting up liblua5.3-0:amd64 (5.3.3-1ubuntu0.18.04.1) ... 2021-04-26 07:57:14.159 | Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-26 07:57:14.268 | Setting up libgraphite2-dev:amd64 (1.3.11-2) ... 2021-04-26 07:57:14.398 | Setting up vbetool (1.1-4) ... 2021-04-26 07:57:14.542 | Setting up libcdt5 (2.40.1-2) ... 2021-04-26 07:57:14.690 | Setting up git (1:2.17.1-1ubuntu0.8) ... 2021-04-26 07:57:14.884 | Setting up libmatheval1:amd64 (1.1.11+dfsg-3build1) ... 2021-04-26 07:57:15.055 | Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 2021-04-26 07:57:15.222 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-26 07:57:15.547 | Setting up libcgraph6 (2.40.1-2) ... 2021-04-26 07:57:15.690 | Setting up libaprutil1-ldap:amd64 (1.6.1-2) ... 2021-04-26 07:57:15.821 | Setting up libwebp6:amd64 (0.6.1-2) ... 2021-04-26 07:57:15.964 | Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 2021-04-26 07:57:16.107 | Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-26 07:57:16.210 | Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... 2021-04-26 07:57:16.352 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2021-04-26 07:57:16.598 | Setting up python3-venv (3.6.7-1~18.04) ... 2021-04-26 07:57:16.752 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu1) ... 2021-04-26 07:57:16.953 | Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 2021-04-26 07:57:17.083 | Setting up libtool (2.4.6-2) ... 2021-04-26 07:57:17.244 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2021-04-26 07:57:17.387 | Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 2021-04-26 07:57:17.546 | Setting up libnss-systemd:amd64 (237-3ubuntu10.46) ... 2021-04-26 07:57:17.696 | Setting up libjs-jquery-tablesorter (1:2.29.5+dfsg1-1) ... 2021-04-26 07:57:17.873 | Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:17.981 | Setting up haproxy (1.8.8-1ubuntu0.11) ... 2021-04-26 07:57:19.456 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2021-04-26 07:57:20.100 | Setting up fontconfig-config (2.12.6-0ubuntu2) ... 2021-04-26 07:57:21.992 | Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 2021-04-26 07:57:22.135 | Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.6) ... 2021-04-26 07:57:22.283 | Setting up libpam-systemd:amd64 (237-3ubuntu10.46) ... 2021-04-26 07:57:22.832 | Setting up libapr1-dev (1.6.3-2) ... 2021-04-26 07:57:22.997 | Setting up libltdl-dev:amd64 (2.4.6-2) ... 2021-04-26 07:57:23.152 | Setting up python3-keyring (10.6.0-1) ... 2021-04-26 07:57:23.575 | Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.8) ... 2021-04-26 07:57:24.010 | Setting up gettext (0.19.8.1-6ubuntu0.3) ... 2021-04-26 07:57:24.141 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ... 2021-04-26 07:57:24.272 | Setting up libgvpr2 (2.40.1-2) ... 2021-04-26 07:57:24.381 | Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 2021-04-26 07:57:24.484 | Setting up memcached (1.5.6-0ubuntu1.2) ... 2021-04-26 07:57:25.511 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2021-04-26 07:57:26.118 | Setting up socat (1.7.3.2-2ubuntu2) ... 2021-04-26 07:57:26.284 | Setting up apache2-utils (2.4.29-1ubuntu4.14) ... 2021-04-26 07:57:26.444 | Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 2021-04-26 07:57:26.569 | Setting up libaprutil1-dev (1.6.1-2) ... 2021-04-26 07:57:26.712 | Setting up liberasurecode-dev (1.5.0-1) ... 2021-04-26 07:57:26.895 | Setting up apache2-bin (2.4.29-1ubuntu4.14) ... 2021-04-26 07:57:27.055 | Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-26 07:57:27.164 | Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ... 2021-04-26 07:57:27.318 | Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:57:27.478 | Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ... 2021-04-26 07:57:27.609 | Setting up libnl-route-3-200:amd64 (3.2.29-0ubuntu3) ... 2021-04-26 07:57:27.723 | Setting up ssl-cert (1.0.39) ... 2021-04-26 07:57:28.455 | Setting up python3-mysqldb (1.3.10-1build1) ... 2021-04-26 07:57:28.907 | Setting up autoconf (2.69-11) ... 2021-04-26 07:57:29.118 | Setting up libthai0:amd64 (0.1.27-2) ... 2021-04-26 07:57:29.278 | Setting up fakeroot (1.22-2ubuntu1) ... 2021-04-26 07:57:29.373 | update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 2021-04-26 07:57:29.483 | Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ... 2021-04-26 07:57:29.878 | Setting up ipvsadm (1:1.28-3ubuntu0.18.04.1) ... 2021-04-26 07:57:30.587 | Setting up sqlite3 (3.22.0-1ubuntu0.4) ... 2021-04-26 07:57:30.741 | Setting up libalgorithm-merge-perl (0.08-3) ... 2021-04-26 07:57:30.850 | Setting up intltool-debian (0.35.0+20060710.4) ... 2021-04-26 07:57:31.015 | Setting up pkg-config (0.29.1-0ubuntu2) ... 2021-04-26 07:57:31.261 | Setting up libalgorithm-diff-xs-perl (0.04-5) ... 2021-04-26 07:57:31.421 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2021-04-26 07:57:31.592 | Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:57:31.775 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2021-04-26 07:57:31.918 | Setting up keepalived (1:1.3.9-1ubuntu0.18.04.2) ... 2021-04-26 07:57:32.467 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2021-04-26 07:57:33.101 | Setting up postgresql-common (190ubuntu0.1) ... 2021-04-26 07:57:34.314 | Adding user postgres to group ssl-cert 2021-04-26 07:57:34.592 | 2021-04-26 07:57:34.592 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2021-04-26 07:57:34.815 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2021-04-26 07:57:34.815 | Removing obsolete dictionary files: 2021-04-26 07:57:35.043 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2021-04-26 07:57:35.763 | Setting up automake (1:1.15.1-3ubuntu2) ... 2021-04-26 07:57:35.876 | update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 2021-04-26 07:57:35.981 | Setting up libapache2-mod-proxy-uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-26 07:57:36.186 | Setting up libice6:amd64 (2:1.0.9-2) ... 2021-04-26 07:57:36.317 | Setting up g++ (4:7.4.0-1ubuntu2.3) ... 2021-04-26 07:57:36.475 | update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2021-04-26 07:57:36.558 | Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:36.678 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2021-04-26 07:57:36.815 | Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:57:36.981 | Setting up uwsgi-core (2.0.15-10.2ubuntu2.1) ... 2021-04-26 07:57:37.157 | Setting up conntrackd (1:1.4.4+snapshot20161117-6ubuntu2) ... 2021-04-26 07:57:37.660 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2021-04-26 07:57:38.341 | Setting up libibverbs1:amd64 (17.1-1ubuntu0.2) ... 2021-04-26 07:57:38.672 | Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... 2021-04-26 07:57:38.815 | Setting up libsm6:amd64 (2:1.2.2-1) ... 2021-04-26 07:57:38.975 | Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:57:39.123 | Setting up apache2 (2.4.29-1ubuntu4.14) ... 2021-04-26 07:57:47.083 | Enabling module mpm_event. 2021-04-26 07:57:47.143 | Enabling module authz_core. 2021-04-26 07:57:47.148 | Enabling module authz_host. 2021-04-26 07:57:47.203 | Enabling module authn_core. 2021-04-26 07:57:47.208 | Enabling module auth_basic. 2021-04-26 07:57:47.263 | Enabling module access_compat. 2021-04-26 07:57:47.319 | Enabling module authn_file. 2021-04-26 07:57:47.374 | Enabling module authz_user. 2021-04-26 07:57:47.429 | Enabling module alias. 2021-04-26 07:57:47.483 | Enabling module dir. 2021-04-26 07:57:47.538 | Enabling module autoindex. 2021-04-26 07:57:47.592 | Enabling module env. 2021-04-26 07:57:47.648 | Enabling module mime. 2021-04-26 07:57:47.703 | Enabling module negotiation. 2021-04-26 07:57:47.759 | Enabling module setenvif. 2021-04-26 07:57:47.814 | Enabling module filter. 2021-04-26 07:57:47.869 | Enabling module deflate. 2021-04-26 07:57:47.925 | Enabling module status. 2021-04-26 07:57:47.980 | Enabling module reqtimeout. 2021-04-26 07:57:48.035 | Enabling conf charset. 2021-04-26 07:57:48.090 | Enabling conf localized-error-pages. 2021-04-26 07:57:48.146 | Enabling conf other-vhosts-access-log. 2021-04-26 07:57:48.201 | Enabling conf security. 2021-04-26 07:57:48.255 | Enabling conf serve-cgi-bin. 2021-04-26 07:57:48.311 | Enabling site 000-default. 2021-04-26 07:57:48.360 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2021-04-26 07:57:48.412 | Enabling conf javascript-common. 2021-04-26 07:57:48.646 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2021-04-26 07:57:49.037 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2021-04-26 07:57:50.437 | Setting up libmysqlclient-dev (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 07:57:50.592 | Setting up po-debconf (1.0.20) ... 2021-04-26 07:57:50.728 | Setting up build-essential (12.4ubuntu1) ... 2021-04-26 07:57:50.900 | Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... 2021-04-26 07:57:51.078 | Setting up libgd3:amd64 (2.2.5-4ubuntu0.4) ... 2021-04-26 07:57:51.265 | Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.8) ... 2021-04-26 07:57:51.449 | Setting up librados2 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-26 07:57:51.620 | Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:51.797 | Setting up libpq5:amd64 (10.16-0ubuntu0.18.04.1) ... 2021-04-26 07:57:51.992 | Setting up ibverbs-providers:amd64 (17.1-1ubuntu0.2) ... 2021-04-26 07:57:52.906 | Setting up libiculx60:amd64 (60.2-3ubuntu3.1) ... 2021-04-26 07:57:53.072 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2021-04-26 07:57:53.191 | Setting up fontconfig (2.12.6-0ubuntu2) ... 2021-04-26 07:57:55.458 | Regenerating fonts cache... done. 2021-04-26 07:57:55.540 | Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... 2021-04-26 07:57:55.677 | Setting up libgssrpc4:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:55.786 | Setting up libpq-dev (10.16-0ubuntu0.18.04.1) ... 2021-04-26 07:57:55.912 | Setting up libcurl4:amd64 (7.58.0-2ubuntu3.13) ... 2021-04-26 07:57:56.055 | Setting up postgresql-server-dev-10 (10.16-0ubuntu0.18.04.1) ... 2021-04-26 07:57:56.242 | Setting up librbd1 (12.2.13-0ubuntu0.18.04.6) ... 2021-04-26 07:57:56.409 | Setting up libkdb5-9:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:56.551 | Setting up qemu-block-extra:amd64 (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-26 07:57:56.712 | Setting up qemu-utils (1:2.11+dfsg-1ubuntu7.36) ... 2021-04-26 07:57:56.815 | Setting up libxmu6:amd64 (2:1.1.2-2) ... 2021-04-26 07:57:56.986 | Setting up postgresql-server-dev-all (190ubuntu0.1) ... 2021-04-26 07:57:57.140 | Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-26 07:57:57.322 | Setting up libkadm5srv-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:57.488 | Setting up libkadm5clnt-mit11:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:57.677 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2021-04-26 07:57:57.889 | Setting up curl (7.58.0-2ubuntu3.13) ... 2021-04-26 07:57:58.066 | Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-26 07:57:58.215 | Setting up krb5-multidev:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:58.369 | Setting up libkrb5-dev:amd64 (1.16-2ubuntu0.2) ... 2021-04-26 07:57:58.534 | Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... 2021-04-26 07:57:58.757 | Setting up libgvc6 (2.40.1-2) ... 2021-04-26 07:57:58.952 | Setting up graphviz (2.40.1-2) ... 2021-04-26 07:57:59.095 | Setting up libicu-dev (60.2-3ubuntu3.1) ... 2021-04-26 07:57:59.261 | Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ... 2021-04-26 07:57:59.426 | Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... 2021-04-26 07:57:59.581 | Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ... 2021-04-26 07:57:59.752 | Setting up debhelper (11.1.6ubuntu2) ... 2021-04-26 07:57:59.878 | Setting up dh-autoreconf (17) ... 2021-04-26 07:58:00.049 | Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... 2021-04-26 07:58:00.221 | Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... 2021-04-26 07:58:00.404 | Setting up apache2-dev (2.4.29-1ubuntu4.14) ... 2021-04-26 07:58:00.580 | Processing triggers for initramfs-tools (0.130ubuntu3.8) ... 2021-04-26 07:58:00.729 | update-initramfs: Generating /boot/initrd.img-4.15.0-55-generic 2021-04-26 07:58:09.592 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-26 07:58:09.741 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 07:58:09.992 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 07:58:10.089 | Processing triggers for rsyslog (8.32.0-1ubuntu4) ... 2021-04-26 07:58:10.427 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-26 07:58:10.536 | Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... 2021-04-26 07:58:12.650 | ++ functions-common:apt_get:1113 : result=0 2021-04-26 07:58:12.653 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 07:58:12.655 | ++ functions-common:time_stop:2304 : local name 2021-04-26 07:58:12.657 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 07:58:12.659 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:58:12.662 | ++ functions-common:time_stop:2307 : local total 2021-04-26 07:58:12.664 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 07:58:12.666 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-26 07:58:12.668 | ++ functions-common:time_stop:2311 : start_time=1619423638217 2021-04-26 07:58:12.670 | ++ functions-common:time_stop:2313 : [[ -z 1619423638217 ]] 2021-04-26 07:58:12.673 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:58:12.677 | ++ functions-common:time_stop:2316 : end_time=1619423892674 2021-04-26 07:58:12.679 | ++ functions-common:time_stop:2317 : elapsed_time=254457 2021-04-26 07:58:12.681 | ++ functions-common:time_stop:2318 : total=667 2021-04-26 07:58:12.683 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:58:12.685 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=255124 2021-04-26 07:58:12.688 | ++ functions-common:apt_get:1117 : return 0 2021-04-26 07:58:12.690 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-04-26 07:58:12.693 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-04-26 07:58:12.695 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-04-26 07:58:12.699 | ++ tools/install_prereqs.sh:source:89 : date 2021-04-26 07:58:12.703 | + ./stack.sh:main:755 : [[ False != \T\r\u\e ]] 2021-04-26 07:58:12.705 | + ./stack.sh:main:756 : PYPI_ALTERNATIVE_URL= 2021-04-26 07:58:12.708 | + ./stack.sh:main:756 : /home/ubuntu/devstack/tools/install_pip.sh 2021-04-26 07:58:13.852 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-04-26 07:58:13.854 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-04-26 07:58:13.856 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-04-26 07:58:13.858 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-04-26 07:58:13.860 | + tools/install_pip.sh:main:43 : GetDistro 2021-04-26 07:58:13.862 | + functions-common:GetDistro:373 : GetOSVersion 2021-04-26 07:58:13.864 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-04-26 07:58:13.867 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-04-26 07:58:13.869 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-04-26 07:58:13.870 | + functions-common:_ensure_lsb_release:328 : return 2021-04-26 07:58:13.872 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-04-26 07:58:13.945 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2021-04-26 07:58:13.948 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-04-26 07:58:14.021 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2021-04-26 07:58:14.023 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-04-26 07:58:14.095 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-04-26 07:58:14.098 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-04-26 07:58:14.099 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-04-26 07:58:14.101 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-04-26 07:58:14.103 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-04-26 07:58:14.105 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-04-26 07:58:14.107 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-04-26 07:58:14.109 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-04-26 07:58:14.110 | + functions-common:GetDistro:378 : DISTRO=bionic 2021-04-26 07:58:14.112 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-04-26 07:58:14.114 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2021-04-26 07:58:14.114 | Distro: bionic 2021-04-26 07:58:14.116 | + tools/install_pip.sh:main:127 : get_versions 2021-04-26 07:58:14.119 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-04-26 07:58:14.122 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-04-26 07:58:14.124 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-04-26 07:58:14.126 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-04-26 07:58:14.126 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-04-26 07:58:14.539 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.2 2021-04-26 07:58:14.541 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.2' 2021-04-26 07:58:14.541 | pip: 20.2.2 2021-04-26 07:58:14.542 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-04-26 07:58:14.930 | pip 20.2.2 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-04-26 07:58:14.952 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2021-04-26 07:58:14.954 | + tools/install_pip.sh:main:134 : [[ bionic == focal ]] 2021-04-26 07:58:14.956 | + tools/install_pip.sh:main:143 : is_fedora 2021-04-26 07:58:14.958 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-26 07:58:14.959 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-26 07:58:14.961 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-26 07:58:14.963 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-26 07:58:14.964 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-26 07:58:14.966 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-26 07:58:14.968 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-26 07:58:14.969 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-26 07:58:14.971 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-26 07:58:14.973 | + tools/install_pip.sh:main:143 : is_suse 2021-04-26 07:58:14.975 | + functions-common:is_suse:462 : is_opensuse 2021-04-26 07:58:14.976 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-26 07:58:14.978 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-26 07:58:14.980 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-26 07:58:14.981 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-26 07:58:14.983 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-26 07:58:14.985 | + tools/install_pip.sh:main:144 : is_package_installed python3-pip 2021-04-26 07:58:14.987 | + functions-common:is_package_installed:1351 : [[ -z python3-pip ]] 2021-04-26 07:58:14.989 | + functions-common:is_package_installed:1355 : [[ -z deb ]] 2021-04-26 07:58:14.990 | + functions-common:is_package_installed:1359 : [[ deb = \d\e\b ]] 2021-04-26 07:58:14.992 | + functions-common:is_package_installed:1360 : dpkg -s python3-pip 2021-04-26 07:58:15.014 | + tools/install_pip.sh:main:145 : uninstall_package python3-pip 2021-04-26 07:58:15.016 | + functions-common:uninstall_package:1371 : is_ubuntu 2021-04-26 07:58:15.018 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:58:15.019 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:58:15.021 | + functions-common:uninstall_package:1372 : apt_get purge python3-pip 2021-04-26 07:58:15.036 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2021-04-26 07:58:15.153 | Reading package lists... 2021-04-26 07:58:15.398 | Building dependency tree... 2021-04-26 07:58:15.400 | Reading state information... 2021-04-26 07:58:15.606 | The following packages were automatically installed and are no longer required: 2021-04-26 07:58:15.607 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-26 07:58:15.607 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-26 07:58:15.607 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-26 07:58:15.607 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 07:58:15.607 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 07:58:15.607 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 07:58:15.607 | Use 'sudo apt autoremove' to remove them. 2021-04-26 07:58:15.646 | The following packages will be REMOVED: 2021-04-26 07:58:15.647 | python3-pip* 2021-04-26 07:58:16.110 | 0 upgraded, 0 newly installed, 1 to remove and 158 not upgraded. 2021-04-26 07:58:16.110 | After this operation, 601 kB disk space will be freed. 2021-04-26 07:58:16.199 | (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 ... 74862 files and directories currently installed.) 2021-04-26 07:58:16.202 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2021-04-26 07:58:16.920 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 07:58:19.867 | + functions-common:apt_get:1113 : result=0 2021-04-26 07:58:19.869 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 07:58:19.871 | + functions-common:time_stop:2304 : local name 2021-04-26 07:58:19.872 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:58:19.874 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:58:19.876 | + functions-common:time_stop:2307 : local total 2021-04-26 07:58:19.877 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:58:19.879 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 07:58:19.880 | + functions-common:time_stop:2311 : start_time=1619423895033 2021-04-26 07:58:19.882 | + functions-common:time_stop:2313 : [[ -z 1619423895033 ]] 2021-04-26 07:58:19.884 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:58:19.887 | + functions-common:time_stop:2316 : end_time=1619423899885 2021-04-26 07:58:19.889 | + functions-common:time_stop:2317 : elapsed_time=4852 2021-04-26 07:58:19.890 | + functions-common:time_stop:2318 : total=0 2021-04-26 07:58:19.892 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:58:19.894 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=4852 2021-04-26 07:58:19.896 | + functions-common:apt_get:1117 : return 0 2021-04-26 07:58:19.898 | + tools/install_pip.sh:main:149 : install_get_pip 2021-04-26 07:58:19.899 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-26 07:58:19.901 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-26 07:58:19.903 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2021-04-26 07:58:19.905 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-04-26 07:58:19.906 | + 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-04-26 07:58:19.917 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-04-26 07:58:19.917 | Dload Upload Total Spent Left Speed 2021-04-26 07:58:20.567 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1891k 100 1891k 0 0 2914k 0 --:--:-- --:--:-- --:--:-- 2914k 2021-04-26 07:58:20.571 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-04-26 07:58:20.574 | + 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-04-26 07:58:23.345 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:58:23.345 | from cryptography.utils import int_from_bytes 2021-04-26 07:58:23.345 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:58:23.345 | from cryptography.utils import int_from_bytes 2021-04-26 07:58:23.404 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-04-26 07:58:23.404 | % (opt, underscore_opt)) 2021-04-26 07:58:23.404 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead 2021-04-26 07:58:23.404 | % (opt, underscore_opt)) 2021-04-26 07:58:23.405 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead 2021-04-26 07:58:23.405 | % (opt, underscore_opt)) 2021-04-26 07:58:23.405 | WARNING: Value for scheme.platlib does not match. Please report this to 2021-04-26 07:58:23.405 | distutils: /usr/local/lib/python3.6/dist-packages 2021-04-26 07:58:23.405 | sysconfig: /usr/lib/python3.6/site-packages 2021-04-26 07:58:23.405 | WARNING: Value for scheme.purelib does not match. Please report this to 2021-04-26 07:58:23.405 | distutils: /usr/local/lib/python3.6/dist-packages 2021-04-26 07:58:23.405 | sysconfig: /usr/lib/python3.6/site-packages 2021-04-26 07:58:23.405 | WARNING: Value for scheme.headers does not match. Please report this to 2021-04-26 07:58:23.405 | distutils: /usr/local/include/python3.6/DevStack 2021-04-26 07:58:23.405 | sysconfig: /usr/include/python3.6m 2021-04-26 07:58:23.405 | WARNING: Value for scheme.scripts does not match. Please report this to 2021-04-26 07:58:23.405 | distutils: /usr/local/bin 2021-04-26 07:58:23.405 | sysconfig: /usr/bin 2021-04-26 07:58:23.405 | WARNING: Value for scheme.data does not match. Please report this to 2021-04-26 07:58:23.405 | distutils: /usr/local 2021-04-26 07:58:23.405 | sysconfig: /usr 2021-04-26 07:58:23.405 | WARNING: Additional context: 2021-04-26 07:58:23.405 | user = False 2021-04-26 07:58:23.405 | home = None 2021-04-26 07:58:23.405 | root = None 2021-04-26 07:58:23.405 | prefix = None 2021-04-26 07:58:23.579 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 07:58:23.776 | Collecting pip 2021-04-26 07:58:23.787 | 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-04-26 07:58:25.334 | Installing collected packages: pip 2021-04-26 07:58:25.334 | Attempting uninstall: pip 2021-04-26 07:58:25.335 | Found existing installation: pip 20.2.2 2021-04-26 07:58:25.571 | Uninstalling pip-20.2.2: 2021-04-26 07:58:25.585 | Successfully uninstalled pip-20.2.2 2021-04-26 07:58:25.589 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-04-26 07:58:25.589 | % (opt, underscore_opt)) 2021-04-26 07:58:25.589 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead 2021-04-26 07:58:25.589 | % (opt, underscore_opt)) 2021-04-26 07:58:25.589 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead 2021-04-26 07:58:25.589 | % (opt, underscore_opt)) 2021-04-26 07:58:25.589 | WARNING: Value for scheme.platlib does not match. Please report this to 2021-04-26 07:58:25.589 | distutils: /usr/local/lib/python3.6/dist-packages 2021-04-26 07:58:25.589 | sysconfig: /usr/lib/python3.6/site-packages 2021-04-26 07:58:25.589 | WARNING: Value for scheme.purelib does not match. Please report this to 2021-04-26 07:58:25.589 | distutils: /usr/local/lib/python3.6/dist-packages 2021-04-26 07:58:25.589 | sysconfig: /usr/lib/python3.6/site-packages 2021-04-26 07:58:25.589 | WARNING: Value for scheme.headers does not match. Please report this to 2021-04-26 07:58:25.589 | distutils: /usr/local/include/python3.6/pip 2021-04-26 07:58:25.589 | sysconfig: /usr/include/python3.6m/pip 2021-04-26 07:58:25.589 | WARNING: Value for scheme.scripts does not match. Please report this to 2021-04-26 07:58:25.589 | distutils: /usr/local/bin 2021-04-26 07:58:25.589 | sysconfig: /usr/bin 2021-04-26 07:58:25.589 | WARNING: Value for scheme.data does not match. Please report this to 2021-04-26 07:58:25.589 | distutils: /usr/local 2021-04-26 07:58:25.589 | sysconfig: /usr 2021-04-26 07:58:25.589 | WARNING: Additional context: 2021-04-26 07:58:25.589 | user = False 2021-04-26 07:58:25.589 | home = None 2021-04-26 07:58:25.589 | root = None 2021-04-26 07:58:25.590 | prefix = None 2021-04-26 07:58:26.916 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-04-26 07:58:26.916 | % (opt, underscore_opt)) 2021-04-26 07:58:26.916 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead 2021-04-26 07:58:26.916 | % (opt, underscore_opt)) 2021-04-26 07:58:26.916 | /usr/local/lib/python3.6/dist-packages/setuptools/dist.py:645: UserWarning: Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead 2021-04-26 07:58:26.916 | % (opt, underscore_opt)) 2021-04-26 07:58:26.916 | WARNING: Value for scheme.platlib does not match. Please report this to 2021-04-26 07:58:26.916 | distutils: /usr/local/lib/python3.6/dist-packages 2021-04-26 07:58:26.916 | sysconfig: /usr/lib/python3.6/site-packages 2021-04-26 07:58:26.916 | WARNING: Value for scheme.purelib does not match. Please report this to 2021-04-26 07:58:26.916 | distutils: /usr/local/lib/python3.6/dist-packages 2021-04-26 07:58:26.916 | sysconfig: /usr/lib/python3.6/site-packages 2021-04-26 07:58:26.916 | WARNING: Value for scheme.headers does not match. Please report this to 2021-04-26 07:58:26.916 | distutils: /usr/local/include/python3.6/DevStack 2021-04-26 07:58:26.916 | sysconfig: /usr/include/python3.6m 2021-04-26 07:58:26.916 | WARNING: Value for scheme.scripts does not match. Please report this to 2021-04-26 07:58:26.917 | distutils: /usr/local/bin 2021-04-26 07:58:26.917 | sysconfig: /usr/bin 2021-04-26 07:58:26.917 | WARNING: Value for scheme.data does not match. Please report this to 2021-04-26 07:58:26.917 | distutils: /usr/local 2021-04-26 07:58:26.917 | sysconfig: /usr 2021-04-26 07:58:26.917 | WARNING: Additional context: 2021-04-26 07:58:26.917 | user = False 2021-04-26 07:58:26.917 | home = None 2021-04-26 07:58:26.917 | root = None 2021-04-26 07:58:26.917 | prefix = None 2021-04-26 07:58:26.985 | Successfully installed pip-20.2.4 2021-04-26 07:58:26.985 | WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv 2021-04-26 07:58:27.093 | + tools/install_pip.sh:main:151 : set -x 2021-04-26 07:58:27.095 | + tools/install_pip.sh:main:155 : pip_install_gr setuptools 2021-04-26 07:58:27.098 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-04-26 07:58:27.099 | + inc/python:pip_install_gr:77 : local clean_name 2021-04-26 07:58:27.102 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-04-26 07:58:27.104 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-04-26 07:58:27.105 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-04-26 07:58:27.108 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-04-26 07:58:27.108 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-04-26 07:58:27.112 | ++ 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-04-26 07:58:27.114 | ++ 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-04-26 07:58:27.116 | ++ 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-04-26 07:58:27.118 | + 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-04-26 07:58:27.120 | + 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-04-26 07:58:27.135 | 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-04-26 07:58:27.136 | + 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-04-26 07:58:28.072 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:58:28.072 | from cryptography.utils import int_from_bytes 2021-04-26 07:58:28.072 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:58:28.072 | from cryptography.utils import int_from_bytes 2021-04-26 07:58:29.159 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 07:58:29.164 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:58:29.169 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:58:29.174 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:58:29.182 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (56.0.0) 2021-04-26 07:58:30.823 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 07:58:30.823 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 07:58:30.905 | + inc/python:pip_install:200 : result=0 2021-04-26 07:58:30.907 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 07:58:30.909 | + functions-common:time_stop:2304 : local name 2021-04-26 07:58:30.911 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:58:30.913 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:58:30.914 | + functions-common:time_stop:2307 : local total 2021-04-26 07:58:30.916 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:58:30.918 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 07:58:30.919 | + functions-common:time_stop:2311 : start_time=1619423907131 2021-04-26 07:58:30.921 | + functions-common:time_stop:2313 : [[ -z 1619423907131 ]] 2021-04-26 07:58:30.923 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:58:30.926 | + functions-common:time_stop:2316 : end_time=1619423910924 2021-04-26 07:58:30.928 | + functions-common:time_stop:2317 : elapsed_time=3793 2021-04-26 07:58:30.929 | + functions-common:time_stop:2318 : total=0 2021-04-26 07:58:30.931 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:58:30.933 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3793 2021-04-26 07:58:30.934 | + inc/python:pip_install:203 : return 0 2021-04-26 07:58:30.936 | + tools/install_pip.sh:main:157 : get_versions 2021-04-26 07:58:30.939 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-04-26 07:58:30.942 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-04-26 07:58:30.944 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-04-26 07:58:30.947 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-04-26 07:58:30.947 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-04-26 07:58:31.353 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2021-04-26 07:58:31.354 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2021-04-26 07:58:31.354 | pip: 20.2.4 2021-04-26 07:58:31.356 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2021-04-26 07:58:31.737 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2021-04-26 07:58:31.761 | + ./stack.sh:main:760 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-04-26 07:58:31.763 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 07:58:31.766 | + ./stack.sh:main:761 : fixup_all 2021-04-26 07:58:31.769 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2021-04-26 07:58:31.771 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-04-26 07:58:31.773 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-26 07:58:31.778 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-04-26 07:58:31.778 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-04-26 07:58:31.779 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-04-26 07:58:31.783 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports= 2021-04-26 07:58:31.786 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z '' ]] 2021-04-26 07:58:31.788 | + tools/fixup_stuff.sh:fixup_keystone:50 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2021-04-26 07:58:31.795 | net.ipv4.ip_local_reserved_ports = 35357,35358 2021-04-26 07:58:31.798 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2021-04-26 07:58:31.801 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2021-04-26 07:58:31.803 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2021-04-26 07:58:31.806 | + functions-common:install_package:1342 : update_package_repo 2021-04-26 07:58:31.808 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 07:58:31.810 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 07:58:31.812 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 07:58:31.814 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 07:58:31.816 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 07:58:31.818 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:58:31.820 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:58:31.822 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 07:58:31.824 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 07:58:31.826 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-26 07:58:31.828 | + functions-common:apt_get_update:1069 : return 2021-04-26 07:58:31.830 | + functions-common:install_package:1343 : real_install_package software-properties-common 2021-04-26 07:58:31.832 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 07:58:31.834 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:58:31.836 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:58:31.838 | + functions-common:real_install_package:1329 : apt_get install software-properties-common 2021-04-26 07:58:31.855 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2021-04-26 07:58:31.976 | Reading package lists... 2021-04-26 07:58:32.223 | Building dependency tree... 2021-04-26 07:58:32.224 | Reading state information... 2021-04-26 07:58:32.432 | The following packages were automatically installed and are no longer required: 2021-04-26 07:58:32.432 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-26 07:58:32.432 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-26 07:58:32.432 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-26 07:58:32.432 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 07:58:32.432 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 07:58:32.432 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 07:58:32.433 | Use 'sudo apt autoremove' to remove them. 2021-04-26 07:58:32.433 | The following additional packages will be installed: 2021-04-26 07:58:32.433 | python3-software-properties 2021-04-26 07:58:32.481 | The following packages will be upgraded: 2021-04-26 07:58:32.481 | python3-software-properties software-properties-common 2021-04-26 07:58:32.881 | 2 upgraded, 0 newly installed, 0 to remove and 156 not upgraded. 2021-04-26 07:58:32.881 | Need to get 33.9 kB of archives. 2021-04-26 07:58:32.882 | After this operation, 0 B of additional disk space will be used. 2021-04-26 07:58:32.882 | 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-04-26 07:58:33.018 | 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-04-26 07:58:33.552 | Fetched 33.9 kB in 1s (63.4 kB/s) 2021-04-26 07:58:33.829 | (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 ... 74785 files and directories currently installed.) 2021-04-26 07:58:33.833 | Preparing to unpack .../software-properties-common_0.96.24.32.14_all.deb ... 2021-04-26 07:58:34.117 | Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-26 07:58:34.730 | Preparing to unpack .../python3-software-properties_0.96.24.32.14_all.deb ... 2021-04-26 07:58:35.026 | Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.9) ... 2021-04-26 07:58:35.382 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 07:58:36.009 | Setting up python3-software-properties (0.96.24.32.14) ... 2021-04-26 07:58:36.421 | Processing triggers for dbus (1.12.2-1ubuntu1.1) ... 2021-04-26 07:58:36.552 | Setting up software-properties-common (0.96.24.32.14) ... 2021-04-26 07:58:38.893 | + functions-common:apt_get:1113 : result=0 2021-04-26 07:58:38.895 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 07:58:38.898 | + functions-common:time_stop:2304 : local name 2021-04-26 07:58:38.900 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:58:38.902 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:58:38.904 | + functions-common:time_stop:2307 : local total 2021-04-26 07:58:38.906 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:58:38.908 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 07:58:38.910 | + functions-common:time_stop:2311 : start_time=1619423911852 2021-04-26 07:58:38.912 | + functions-common:time_stop:2313 : [[ -z 1619423911852 ]] 2021-04-26 07:58:38.915 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:58:38.918 | + functions-common:time_stop:2316 : end_time=1619423918916 2021-04-26 07:58:38.920 | + functions-common:time_stop:2317 : elapsed_time=7064 2021-04-26 07:58:38.922 | + functions-common:time_stop:2318 : total=255124 2021-04-26 07:58:38.924 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:58:38.926 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=262188 2021-04-26 07:58:38.928 | + functions-common:apt_get:1117 : return 0 2021-04-26 07:58:38.931 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2021-04-26 07:58:39.729 | 'universe' distribution component is already enabled for all sources. 2021-04-26 07:58:39.755 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2021-04-26 07:58:39.757 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:ussuri 2021-04-26 07:58:40.634 | Reading package lists... 2021-04-26 07:58:40.883 | Building dependency tree... 2021-04-26 07:58:40.884 | Reading state information... 2021-04-26 07:58:41.088 | The following packages were automatically installed and are no longer required: 2021-04-26 07:58:41.089 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-26 07:58:41.089 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-26 07:58:41.089 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-26 07:58:41.089 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 07:58:41.089 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 07:58:41.089 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 07:58:41.089 | Use 'sudo apt autoremove' to remove them. 2021-04-26 07:58:41.132 | The following NEW packages will be installed: 2021-04-26 07:58:41.132 | ubuntu-cloud-keyring 2021-04-26 07:58:41.258 | 0 upgraded, 1 newly installed, 0 to remove and 156 not upgraded. 2021-04-26 07:58:41.258 | Need to get 5,908 B of archives. 2021-04-26 07:58:41.258 | After this operation, 22.5 kB of additional disk space will be used. 2021-04-26 07:58:41.258 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-cloud-keyring all 2018.09.18.1~18.04.2 [5,908 B] 2021-04-26 07:58:43.485 | Fetched 5,908 B in 0s (52.8 kB/s) 2021-04-26 07:58:43.638 | Selecting previously unselected package ubuntu-cloud-keyring. 2021-04-26 07:58:43.676 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 74785 files and directories currently installed.) 2021-04-26 07:58:43.680 | Preparing to unpack .../ubuntu-cloud-keyring_2018.09.18.1~18.04.2_all.deb ... 2021-04-26 07:58:43.729 | Unpacking ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-04-26 07:58:44.056 | Setting up ubuntu-cloud-keyring (2018.09.18.1~18.04.2) ... 2021-04-26 07:58:46.403 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 07:58:46.451 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 07:58:46.549 | Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 07:58:46.551 | Get:4 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease [8,769 B] 2021-04-26 07:58:46.660 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 07:58:46.793 | Get:6 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 Packages [189 kB] 2021-04-26 07:58:50.655 | Fetched 450 kB in 1s (466 kB/s) 2021-04-26 07:58:52.390 | Reading package lists... 2021-04-26 07:58:52.451 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2021-04-26 07:58:52.453 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2021-04-26 07:58:52.455 | + functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 07:58:52.457 | + functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 07:58:52.460 | + functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 07:58:52.462 | ++ functions-common:apt_get_update:1076 : id -u 2021-04-26 07:58:52.466 | + functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 07:58:52.468 | + functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 07:58:52.470 | + functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 07:58:52.472 | + functions-common:time_start:2291 : local start_time= 2021-04-26 07:58:52.474 | + functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 07:58:52.477 | ++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 07:58:52.480 | + functions-common:time_start:2295 : _TIME_START[$name]=1619423932478 2021-04-26 07:58:52.482 | + functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 07:58:52.484 | + functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 07:58:52.486 | + functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-04-26 07:58:52.716 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 07:58:52.717 | Hit:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 07:58:52.717 | Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 07:58:52.762 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 07:58:52.953 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 07:58:53.462 | Fetched 252 kB in 1s (356 kB/s) 2021-04-26 07:58:55.203 | Reading package lists... 2021-04-26 07:58:55.263 | + functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 07:58:55.265 | + functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 07:58:55.267 | + functions-common:time_stop:2304 : local name 2021-04-26 07:58:55.270 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:58:55.272 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:58:55.274 | + functions-common:time_stop:2307 : local total 2021-04-26 07:58:55.276 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:58:55.278 | + functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 07:58:55.280 | + functions-common:time_stop:2311 : start_time=1619423932478 2021-04-26 07:58:55.282 | + functions-common:time_stop:2313 : [[ -z 1619423932478 ]] 2021-04-26 07:58:55.285 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:58:55.288 | + functions-common:time_stop:2316 : end_time=1619423935286 2021-04-26 07:58:55.290 | + functions-common:time_stop:2317 : elapsed_time=2808 2021-04-26 07:58:55.292 | + functions-common:time_stop:2318 : total=3167 2021-04-26 07:58:55.294 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:58:55.296 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=5975 2021-04-26 07:58:55.299 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2021-04-26 07:58:55.309 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-04-26 07:58:55.320 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-04-26 07:58:55.330 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2021-04-26 07:58:55.332 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2021-04-26 07:58:55.334 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-26 07:58:55.336 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-26 07:58:55.338 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-26 07:58:55.340 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-26 07:58:55.342 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-26 07:58:55.344 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-26 07:58:55.346 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-26 07:58:55.348 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-26 07:58:55.350 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-26 07:58:55.352 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2021-04-26 07:58:55.355 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2021-04-26 07:58:55.357 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2021-04-26 07:58:55.359 | + functions-common:is_suse:462 : is_opensuse 2021-04-26 07:58:55.361 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-26 07:58:55.363 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-26 07:58:55.366 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-26 07:58:55.368 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-26 07:58:55.370 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-26 07:58:55.372 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2021-04-26 07:58:55.374 | + ./stack.sh:main:764 : pip_install -U os-testr 2021-04-26 07:58:55.392 | Using python 3.6 to install os-testr 2021-04-26 07:58:55.395 | + 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-04-26 07:58:56.328 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:58:56.328 | from cryptography.utils import int_from_bytes 2021-04-26 07:58:56.328 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:58:56.328 | from cryptography.utils import int_from_bytes 2021-04-26 07:58:57.419 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 07:58:57.424 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:58:57.430 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:58:57.434 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:58:57.550 | Collecting os-testr===2.0.0 2021-04-26 07:58:57.558 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93a/e59a9d278e557/os_testr-2.0.0-py3-none-any.whl (46 kB) 2021-04-26 07:58:57.711 | Collecting python-subunit===1.4.0 2021-04-26 07:58:57.718 | 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-04-26 07:58:57.799 | Requirement already satisfied, skipping upgrade: 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-04-26 07:58:57.802 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (2.4.0) 2021-04-26 07:58:57.907 | Collecting stestr===3.1.0 2021-04-26 07:58:57.916 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/13c/8f771ea252290/stestr-3.1.0-py3-none-any.whl (120 kB) 2021-04-26 07:58:58.014 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (1.0.0) 2021-04-26 07:58:58.016 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (1.6.0) 2021-04-26 07:58:58.019 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (1.1.0) 2021-04-26 07:58:58.026 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) (3.0.0) 2021-04-26 07:58:58.038 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) (1.4.0) 2021-04-26 07:58:58.042 | Requirement already satisfied, skipping upgrade: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0) 2021-04-26 07:58:58.045 | Requirement already satisfied, skipping upgrade: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (5.4.1) 2021-04-26 07:58:58.048 | Requirement already satisfied, skipping upgrade: cliff===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (3.7.0) 2021-04-26 07:58:58.061 | Requirement already satisfied, skipping upgrade: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) (0.12.1) 2021-04-26 07:58:58.158 | Collecting future===0.18.2 2021-04-26 07:58:58.165 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b1b/ead90b70cf6ec/future-0.18.2.tar.gz (829 kB) 2021-04-26 07:58:59.144 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 200)) (1.4.0) 2021-04-26 07:58:59.147 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (1.0.0) 2021-04-26 07:58:59.149 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (2.4.7) 2021-04-26 07:58:59.152 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (0.7.2) 2021-04-26 07:58:59.154 | Requirement already satisfied, skipping upgrade: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (3.3.0) 2021-04-26 07:58:59.165 | Requirement already satisfied, skipping upgrade: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) (1.5.0) 2021-04-26 07:58:59.228 | Requirement already satisfied, skipping upgrade: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (3.10.1) 2021-04-26 07:58:59.270 | Requirement already satisfied, skipping upgrade: attrs===20.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) (20.3.0) 2021-04-26 07:58:59.315 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) (1.8.2) 2021-04-26 07:58:59.317 | Requirement already satisfied, skipping upgrade: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.4.4) 2021-04-26 07:58:59.323 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.5) 2021-04-26 07:58:59.328 | Requirement already satisfied, skipping upgrade: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (3.4.1) 2021-04-26 07:58:59.354 | 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 566)) (3.7.4.3) 2021-04-26 07:58:59.359 | Building wheels for collected packages: future 2021-04-26 07:58:59.360 | Building wheel for future (setup.py): started 2021-04-26 07:59:00.455 | Building wheel for future (setup.py): finished with status 'done' 2021-04-26 07:59:00.460 | Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=0dc3c1b52e412764681a3789709ade75ac935c65f6bbf4d499fe3b338de6de38 2021-04-26 07:59:00.460 | Stored in directory: /root/.cache/pip/wheels/8c/58/d1/5f5b03a578242b7f6aaa86627fac27e15b5ffb03afb2150cb6 2021-04-26 07:59:00.461 | Successfully built future 2021-04-26 07:59:01.796 | Installing collected packages: python-subunit, future, stestr, os-testr 2021-04-26 07:59:02.838 | Successfully installed future-0.18.2 os-testr-2.0.0 python-subunit-1.4.0 stestr-3.1.0 2021-04-26 07:59:02.941 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 07:59:02.941 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 07:59:03.058 | + inc/python:pip_install:200 : result=0 2021-04-26 07:59:03.060 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 07:59:03.063 | + functions-common:time_stop:2304 : local name 2021-04-26 07:59:03.065 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:59:03.067 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:59:03.069 | + functions-common:time_stop:2307 : local total 2021-04-26 07:59:03.071 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:59:03.073 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 07:59:03.075 | + functions-common:time_stop:2311 : start_time=1619423935388 2021-04-26 07:59:03.077 | + functions-common:time_stop:2313 : [[ -z 1619423935388 ]] 2021-04-26 07:59:03.080 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:59:03.083 | + functions-common:time_stop:2316 : end_time=1619423943081 2021-04-26 07:59:03.085 | + functions-common:time_stop:2317 : elapsed_time=7693 2021-04-26 07:59:03.087 | + functions-common:time_stop:2318 : total=0 2021-04-26 07:59:03.089 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:59:03.092 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7693 2021-04-26 07:59:03.094 | + inc/python:pip_install:203 : return 0 2021-04-26 07:59:03.096 | + ./stack.sh:main:768 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-04-26 07:59:03.141 | + ./stack.sh:main:769 : sudo systemctl restart systemd-journald 2021-04-26 07:59:03.315 | + ./stack.sh:main:775 : install_infra 2021-04-26 07:59:03.318 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-26 07:59:03.320 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-04-26 07:59:03.322 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2021-04-26 07:59:05.913 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-26 07:59:05.916 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-04-26 07:59:05.936 | + 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-04-26 07:59:07.746 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:07.990 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:08.216 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:08.545 | Collecting pbr===5.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) 2021-04-26 07:59:08.655 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-04-26 07:59:08.683 | Installing collected packages: pbr 2021-04-26 07:59:08.788 | Successfully installed pbr-5.5.1 2021-04-26 07:59:08.844 | + inc/python:pip_install:200 : result=0 2021-04-26 07:59:08.846 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 07:59:08.848 | + functions-common:time_stop:2304 : local name 2021-04-26 07:59:08.850 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:59:08.852 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:59:08.854 | + functions-common:time_stop:2307 : local total 2021-04-26 07:59:08.856 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:59:08.858 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 07:59:08.860 | + functions-common:time_stop:2311 : start_time=1619423945929 2021-04-26 07:59:08.863 | + functions-common:time_stop:2313 : [[ -z 1619423945929 ]] 2021-04-26 07:59:08.866 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:59:08.869 | + functions-common:time_stop:2316 : end_time=1619423948866 2021-04-26 07:59:08.871 | + functions-common:time_stop:2317 : elapsed_time=2937 2021-04-26 07:59:08.873 | + functions-common:time_stop:2318 : total=7693 2021-04-26 07:59:08.875 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:59:08.877 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=10630 2021-04-26 07:59:08.879 | + inc/python:pip_install:203 : return 0 2021-04-26 07:59:08.882 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-04-26 07:59:08.884 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-04-26 07:59:08.904 | + 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-04-26 07:59:10.725 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:10.971 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:11.199 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:11.524 | Processing /opt/stack/requirements 2021-04-26 07:59:12.886 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 62)) 2021-04-26 07:59:12.949 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2021-04-26 07:59:12.982 | Collecting PyYAML===5.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2021-04-26 07:59:13.100 | Downloading http://10.100.0.9:8080/root/pypi/+f/4e0/583d24c881e14/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640kB) 2021-04-26 07:59:13.156 | Collecting requests===2.25.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) 2021-04-26 07:59:13.256 | Downloading http://10.100.0.9:8080/root/pypi/+f/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-04-26 07:59:13.294 | Collecting packaging===20.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2021-04-26 07:59:13.338 | Downloading http://10.100.0.9:8080/root/pypi/+f/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40kB) 2021-04-26 07:59:13.359 | Collecting testtools===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) 2021-04-26 07:59:13.401 | Downloading http://10.100.0.9:8080/root/pypi/+f/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185kB) 2021-04-26 07:59:13.456 | Collecting idna===2.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) 2021-04-26 07:59:13.488 | Downloading http://10.100.0.9:8080/root/pypi/+f/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58kB) 2021-04-26 07:59:13.507 | Collecting pyparsing===2.4.7 (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) 2021-04-26 07:59:13.610 | Downloading http://10.100.0.9:8080/root/pypi/+f/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 2021-04-26 07:59:13.626 | Collecting six===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) 2021-04-26 07:59:13.667 | Downloading http://10.100.0.9:8080/root/pypi/+f/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl 2021-04-26 07:59:13.680 | Collecting Parsley>=1.2 (from openstack-requirements==1.2.1.dev4514) 2021-04-26 07:59:13.697 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-04-26 07:59:13.725 | Collecting beagle>=0.2.1 (from openstack-requirements==1.2.1.dev4514) 2021-04-26 07:59:13.743 | Downloading http://10.100.0.9:8080/root/pypi/+f/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl 2021-04-26 07:59:13.788 | 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-04-26 07:59:13.794 | Collecting urllib3===1.26.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) 2021-04-26 07:59:13.854 | Downloading http://10.100.0.9:8080/root/pypi/+f/2f4/da4594db7e1e1/urllib3-1.26.4-py2.py3-none-any.whl (153kB) 2021-04-26 07:59:13.904 | Collecting certifi===2020.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 41)) 2021-04-26 07:59:13.952 | Downloading http://10.100.0.9:8080/root/pypi/+f/719/a74fb9e33b9bd/certifi-2020.12.5-py2.py3-none-any.whl (147kB) 2021-04-26 07:59:13.972 | Collecting chardet===4.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2021-04-26 07:59:13.996 | Downloading http://10.100.0.9:8080/root/pypi/+f/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-04-26 07:59:14.030 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-04-26 07:59:14.058 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2021-04-26 07:59:14.088 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2021-04-26 07:59:14.107 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl 2021-04-26 07:59:14.120 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2021-04-26 07:59:14.135 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl 2021-04-26 07:59:14.149 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2021-04-26 07:59:14.167 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl 2021-04-26 07:59:14.183 | Collecting cliff===3.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2021-04-26 07:59:14.247 | Downloading http://10.100.0.9:8080/root/pypi/+f/989/7aec5d621e652/cliff-3.7.0-py3-none-any.whl (80kB) 2021-04-26 07:59:14.282 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 200)) 2021-04-26 07:59:14.310 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl 2021-04-26 07:59:14.323 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) 2021-04-26 07:59:14.341 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl 2021-04-26 07:59:14.355 | Collecting stevedore===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2021-04-26 07:59:14.420 | Downloading http://10.100.0.9:8080/root/pypi/+f/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49kB) 2021-04-26 07:59:14.449 | Collecting cmd2===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 424)) 2021-04-26 07:59:14.564 | Downloading http://10.100.0.9:8080/root/pypi/+f/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133kB) 2021-04-26 07:59:14.647 | Collecting prettytable===0.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2021-04-26 07:59:14.675 | Downloading http://10.100.0.9:8080/cloudbase/CI/+f/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl 2021-04-26 07:59:14.689 | Collecting importlib-metadata===3.10.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) 2021-04-26 07:59:14.757 | Downloading http://10.100.0.9:8080/root/pypi/+f/2ec/0faae539743ae/importlib_metadata-3.10.1-py3-none-any.whl 2021-04-26 07:59:14.810 | Collecting pyperclip===1.8.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) 2021-04-26 07:59:14.844 | Downloading http://10.100.0.9:8080/root/pypi/+f/105/254a8b04934f0/pyperclip-1.8.2.tar.gz 2021-04-26 07:59:15.246 | Collecting attrs===20.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 49)) 2021-04-26 07:59:15.280 | Downloading http://10.100.0.9:8080/root/pypi/+f/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49kB) 2021-04-26 07:59:15.343 | Collecting colorama===0.4.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) 2021-04-26 07:59:15.393 | Downloading http://10.100.0.9:8080/root/pypi/+f/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl 2021-04-26 07:59:15.409 | Collecting wcwidth===0.2.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) 2021-04-26 07:59:15.437 | Downloading http://10.100.0.9:8080/root/pypi/+f/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl 2021-04-26 07:59:15.457 | Collecting typing-extensions===3.7.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) 2021-04-26 07:59:15.482 | Downloading http://10.100.0.9:8080/root/pypi/+f/7cb/407020f00f7bf/typing_extensions-3.7.4.3-py3-none-any.whl 2021-04-26 07:59:15.498 | Collecting zipp===3.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) 2021-04-26 07:59:15.538 | Downloading http://10.100.0.9:8080/root/pypi/+f/51c/b66cc54621609/zipp-3.4.1-py3-none-any.whl 2021-04-26 07:59:15.570 | Building wheels for collected packages: pyperclip 2021-04-26 07:59:15.571 | Running setup.py bdist_wheel for pyperclip: started 2021-04-26 07:59:15.849 | Running setup.py bdist_wheel for pyperclip: finished with status 'error' 2021-04-26 07:59:15.849 | Complete output from command /opt/stack/requirements/.venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-j3bh7tzz/pyperclip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp8r5qef9kpip-wheel- --python-tag cp36: 2021-04-26 07:59:15.849 | usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-04-26 07:59:15.849 | or: -c --help [cmd1 cmd2 ...] 2021-04-26 07:59:15.849 | or: -c --help-commands 2021-04-26 07:59:15.850 | or: -c cmd --help 2021-04-26 07:59:15.850 | 2021-04-26 07:59:15.850 | error: invalid command 'bdist_wheel' 2021-04-26 07:59:15.850 | 2021-04-26 07:59:15.850 | ---------------------------------------- 2021-04-26 07:59:15.850 | Failed building wheel for pyperclip 2021-04-26 07:59:15.850 | Running setup.py clean for pyperclip 2021-04-26 07:59:16.131 | Failed to build pyperclip 2021-04-26 07:59:16.133 | Installing collected packages: chardet, certifi, attrs, six, argparse, linecache2, traceback2, unittest2, python-mimeparse, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, typing-extensions, zipp, importlib-metadata, stevedore, pyperclip, colorama, cmd2, pyparsing, cliff, packaging, Parsley, beagle, openstack-requirements 2021-04-26 07:59:17.450 | Running setup.py install for pyperclip: started 2021-04-26 07:59:17.886 | Running setup.py install for pyperclip: finished with status 'done' 2021-04-26 07:59:18.356 | Running setup.py install for openstack-requirements: started 2021-04-26 07:59:20.657 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-04-26 07:59:21.245 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2020.12.5 chardet-4.0.0 cliff-3.7.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 importlib-metadata-3.10.1 linecache2-1.0.0 openstack-requirements-1.2.1.dev4514 packaging-20.9 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 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.4 wcwidth-0.2.5 zipp-3.4.1 2021-04-26 07:59:21.372 | + inc/python:pip_install:200 : result=0 2021-04-26 07:59:21.374 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 07:59:21.376 | + functions-common:time_stop:2304 : local name 2021-04-26 07:59:21.378 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:59:21.381 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:59:21.383 | + functions-common:time_stop:2307 : local total 2021-04-26 07:59:21.385 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:59:21.387 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 07:59:21.389 | + functions-common:time_stop:2311 : start_time=1619423948897 2021-04-26 07:59:21.391 | + functions-common:time_stop:2313 : [[ -z 1619423948897 ]] 2021-04-26 07:59:21.394 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:59:21.397 | + functions-common:time_stop:2316 : end_time=1619423961395 2021-04-26 07:59:21.399 | + functions-common:time_stop:2317 : elapsed_time=12498 2021-04-26 07:59:21.401 | + functions-common:time_stop:2318 : total=10630 2021-04-26 07:59:21.403 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:59:21.405 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=23128 2021-04-26 07:59:21.407 | + inc/python:pip_install:203 : return 0 2021-04-26 07:59:21.410 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-04-26 07:59:21.412 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-04-26 07:59:21.414 | + inc/python:use_library_from_git:250 : local name=pbr 2021-04-26 07:59:21.417 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 07:59:21.419 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 07:59:21.421 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2021-04-26 07:59:21.423 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 07:59:21.426 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-04-26 07:59:21.444 | Using python 3.6 to install pbr 2021-04-26 07:59:21.446 | + 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-04-26 07:59:22.394 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:59:22.394 | from cryptography.utils import int_from_bytes 2021-04-26 07:59:22.394 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 07:59:22.394 | from cryptography.utils import int_from_bytes 2021-04-26 07:59:23.491 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 07:59:23.495 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:23.501 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:23.506 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 07:59:23.627 | 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-04-26 07:59:25.329 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 07:59:25.329 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 07:59:25.416 | + inc/python:pip_install:200 : result=0 2021-04-26 07:59:25.418 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 07:59:25.420 | + functions-common:time_stop:2304 : local name 2021-04-26 07:59:25.422 | + functions-common:time_stop:2305 : local end_time 2021-04-26 07:59:25.424 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 07:59:25.427 | + functions-common:time_stop:2307 : local total 2021-04-26 07:59:25.429 | + functions-common:time_stop:2308 : local start_time 2021-04-26 07:59:25.431 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 07:59:25.433 | + functions-common:time_stop:2311 : start_time=1619423961439 2021-04-26 07:59:25.435 | + functions-common:time_stop:2313 : [[ -z 1619423961439 ]] 2021-04-26 07:59:25.438 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 07:59:25.441 | + functions-common:time_stop:2316 : end_time=1619423965439 2021-04-26 07:59:25.444 | + functions-common:time_stop:2317 : elapsed_time=4000 2021-04-26 07:59:25.446 | + functions-common:time_stop:2318 : total=23128 2021-04-26 07:59:25.448 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 07:59:25.450 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=27128 2021-04-26 07:59:25.452 | + inc/python:pip_install:203 : return 0 2021-04-26 07:59:25.455 | + ./stack.sh:main:778 : python3 -m venv /opt/stack/bindep-venv 2021-04-26 07:59:28.030 | + ./stack.sh:main:780 : /opt/stack/bindep-venv/bin/pip install bindep 2021-04-26 07:59:29.677 | Collecting bindep 2021-04-26 07:59:29.741 | Downloading http://10.100.0.9:8080/root/pypi/+f/0e7/df0a527c159ff/bindep-2.9.0-py2.py3-none-any.whl 2021-04-26 07:59:29.764 | Collecting distro (from bindep) 2021-04-26 07:59:29.788 | Downloading http://10.100.0.9:8080/root/pypi/+f/df7/4eed763e18d10/distro-1.5.0-py2.py3-none-any.whl 2021-04-26 07:59:29.800 | Collecting pbr>=2.0.0 (from bindep) 2021-04-26 07:59:29.885 | Downloading http://10.100.0.9:8080/root/pypi/+f/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106kB) 2021-04-26 07:59:29.915 | Collecting Parsley (from bindep) 2021-04-26 07:59:29.931 | Downloading http://10.100.0.9:8080/root/pypi/+f/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88kB) 2021-04-26 07:59:29.954 | Installing collected packages: distro, pbr, Parsley, bindep 2021-04-26 07:59:30.280 | Successfully installed Parsley-1.3 bindep-2.9.0 distro-1.5.0 pbr-5.5.1 2021-04-26 07:59:30.343 | + ./stack.sh:main:781 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-26 07:59:30.345 | + ./stack.sh:main:781 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-04-26 07:59:30.349 | ++ ./stack.sh:main:784 : _get_plugin_bindep_packages 2021-04-26 07:59:30.365 | + ./stack.sh:main:784 : pkgs= 2021-04-26 07:59:30.367 | + ./stack.sh:main:785 : [[ -n '' ]] 2021-04-26 07:59:30.369 | + ./stack.sh:main:792 : run_phase stack pre-install 2021-04-26 07:59:30.372 | + functions-common:run_phase:1732 : local mode=stack 2021-04-26 07:59:30.374 | + functions-common:run_phase:1733 : local phase=pre-install 2021-04-26 07:59:30.376 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 07:59:30.378 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 07:59:30.380 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 07:59:30.383 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 07:59:30.385 | + functions-common:run_phase:1742 : local extra 2021-04-26 07:59:30.388 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 07:59:30.391 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 07:59:30.393 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 07:59:30.395 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 07:59:30.398 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-04-26 07:59:30.400 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 07:59:30.414 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:59:30.416 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-04-26 07:59:30.418 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-04-26 07:59:30.420 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-04-26 07:59:30.422 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-04-26 07:59:30.424 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-04-26 07:59:30.427 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-04-26 07:59:30.429 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-04-26 07:59:30.431 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-04-26 07:59:30.433 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-04-26 07:59:30.435 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-04-26 07:59:30.437 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-04-26 07:59:30.439 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-04-26 07:59:30.441 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-04-26 07:59:30.443 | + functions-common:run_phase:1753 : [[ stack == \s\o\u\r\c\e ]] 2021-04-26 07:59:30.445 | + functions-common:run_phase:1756 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-26 07:59:30.447 | + functions-common:run_phase:1759 : run_plugins stack pre-install 2021-04-26 07:59:30.449 | + functions-common:run_plugins:1718 : local mode=stack 2021-04-26 07:59:30.452 | + functions-common:run_plugins:1719 : local phase=pre-install 2021-04-26 07:59:30.454 | + functions-common:run_plugins:1721 : local plugins= 2021-04-26 07:59:30.456 | + functions-common:run_plugins:1722 : local plugin 2021-04-26 07:59:30.459 | + ./stack.sh:main:795 : set_systemd_override DefaultLimitNOFILE 2048 2021-04-26 07:59:30.461 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2021-04-26 07:59:30.463 | + functions:set_systemd_override:821 : local value=2048 2021-04-26 07:59:30.466 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2021-04-26 07:59:30.468 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-04-26 07:59:30.511 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-04-26 07:59:30.511 | Set systemd system override for DefaultLimitNOFILE=2048 2021-04-26 07:59:30.513 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2021-04-26 07:59:30.712 | + ./stack.sh:main:797 : install_rpc_backend 2021-04-26 07:59:30.715 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-04-26 07:59:30.730 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 07:59:30.732 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-04-26 07:59:30.734 | + functions-common:install_package:1342 : update_package_repo 2021-04-26 07:59:30.737 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 07:59:30.739 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 07:59:30.741 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 07:59:30.743 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 07:59:30.745 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 07:59:30.748 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:59:30.750 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:59:30.752 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 07:59:30.755 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 07:59:30.757 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-26 07:59:30.759 | + functions-common:apt_get_update:1069 : return 2021-04-26 07:59:30.761 | + functions-common:install_package:1343 : real_install_package rabbitmq-server 2021-04-26 07:59:30.763 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 07:59:30.766 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 07:59:30.768 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 07:59:30.771 | + functions-common:real_install_package:1329 : apt_get install rabbitmq-server 2021-04-26 07:59:30.789 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-04-26 07:59:30.907 | Reading package lists... 2021-04-26 07:59:31.157 | Building dependency tree... 2021-04-26 07:59:31.158 | Reading state information... 2021-04-26 07:59:31.370 | The following packages were automatically installed and are no longer required: 2021-04-26 07:59:31.371 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-26 07:59:31.371 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-26 07:59:31.371 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-26 07:59:31.371 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 07:59:31.371 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 07:59:31.371 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 07:59:31.371 | Use 'sudo apt autoremove' to remove them. 2021-04-26 07:59:31.371 | The following additional packages will be installed: 2021-04-26 07:59:31.371 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-26 07:59:31.371 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-26 07:59:31.371 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-26 07:59:31.371 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-26 07:59:31.372 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-26 07:59:31.373 | Suggested packages: 2021-04-26 07:59:31.373 | erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc 2021-04-26 07:59:31.373 | odbc-postgresql tdsodbc unixodbc-bin 2021-04-26 07:59:31.418 | The following NEW packages will be installed: 2021-04-26 07:59:31.418 | erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter 2021-04-26 07:59:31.418 | erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic 2021-04-26 07:59:31.418 | erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon 2021-04-26 07:59:31.418 | erlang-parsetools erlang-public-key erlang-runtime-tools erlang-snmp 2021-04-26 07:59:31.418 | erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 2021-04-26 07:59:31.419 | rabbitmq-server 2021-04-26 07:59:31.546 | 0 upgraded, 26 newly installed, 0 to remove and 178 not upgraded. 2021-04-26 07:59:31.546 | Need to get 24.5 MB of archives. 2021-04-26 07:59:31.546 | After this operation, 40.4 MB of additional disk space will be used. 2021-04-26 07:59:31.546 | 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-04-26 07:59:32.759 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-asn1 amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-04-26 07:59:32.881 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-mnesia amd64 1:20.2.2+dfsg-1ubuntu2 [724 kB] 2021-04-26 07:59:32.957 | 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-04-26 07:59:32.977 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-crypto amd64 1:20.2.2+dfsg-1ubuntu2 [104 kB] 2021-04-26 07:59:32.986 | 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-04-26 07:59:33.078 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssl amd64 1:20.2.2+dfsg-1ubuntu2 [814 kB] 2021-04-26 07:59:33.111 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-inets amd64 1:20.2.2+dfsg-1ubuntu2 [711 kB] 2021-04-26 07:59:33.199 | 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-04-26 07:59:33.465 | 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-04-26 07:59:33.709 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-diameter amd64 1:20.2.2+dfsg-1ubuntu2 [647 kB] 2021-04-26 07:59:33.802 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-xmerl amd64 1:20.2.2+dfsg-1ubuntu2 [964 kB] 2021-04-26 07:59:33.824 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-edoc amd64 1:20.2.2+dfsg-1ubuntu2 [283 kB] 2021-04-26 07:59:33.830 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eldap amd64 1:20.2.2+dfsg-1ubuntu2 [101 kB] 2021-04-26 07:59:33.833 | 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-04-26 07:59:33.837 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-eunit amd64 1:20.2.2+dfsg-1ubuntu2 [136 kB] 2021-04-26 07:59:33.840 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ic amd64 1:20.2.2+dfsg-1ubuntu2 [817 kB] 2021-04-26 07:59:34.008 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB] 2021-04-26 07:59:34.027 | 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-04-26 07:59:34.030 | 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-04-26 07:59:34.240 | 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-04-26 07:59:34.255 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-parsetools amd64 1:20.2.2+dfsg-1ubuntu2 [153 kB] 2021-04-26 07:59:34.280 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-ssh amd64 1:20.2.2+dfsg-1ubuntu2 [508 kB] 2021-04-26 07:59:34.356 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 erlang-tools amd64 1:20.2.2+dfsg-1ubuntu2 [503 kB] 2021-04-26 07:59:34.535 | 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-04-26 07:59:34.536 | 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-04-26 07:59:35.744 | Fetched 24.5 MB in 4s (6,493 kB/s) 2021-04-26 07:59:35.941 | Selecting previously unselected package erlang-base. 2021-04-26 07:59:35.977 | (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 ... 74791 files and directories currently installed.) 2021-04-26 07:59:35.981 | Preparing to unpack .../00-erlang-base_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:36.020 | Unpacking erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:37.403 | Selecting previously unselected package erlang-asn1. 2021-04-26 07:59:37.410 | Preparing to unpack .../01-erlang-asn1_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:37.452 | Unpacking erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:37.860 | Selecting previously unselected package erlang-mnesia. 2021-04-26 07:59:37.867 | Preparing to unpack .../02-erlang-mnesia_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:37.923 | Unpacking erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:38.271 | Selecting previously unselected package erlang-runtime-tools. 2021-04-26 07:59:38.279 | Preparing to unpack .../03-erlang-runtime-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:38.333 | Unpacking erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:38.670 | Selecting previously unselected package erlang-crypto. 2021-04-26 07:59:38.677 | Preparing to unpack .../04-erlang-crypto_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:38.740 | Unpacking erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:39.064 | Selecting previously unselected package erlang-public-key. 2021-04-26 07:59:39.072 | Preparing to unpack .../05-erlang-public-key_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:39.129 | Unpacking erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:39.529 | Selecting previously unselected package erlang-ssl. 2021-04-26 07:59:39.536 | Preparing to unpack .../06-erlang-ssl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:39.592 | Unpacking erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:40.020 | Selecting previously unselected package erlang-inets. 2021-04-26 07:59:40.028 | Preparing to unpack .../07-erlang-inets_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:40.083 | Unpacking erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:40.535 | Selecting previously unselected package erlang-corba. 2021-04-26 07:59:40.543 | Preparing to unpack .../08-erlang-corba_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:40.580 | Unpacking erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:41.259 | Selecting previously unselected package erlang-syntax-tools. 2021-04-26 07:59:41.267 | Preparing to unpack .../09-erlang-syntax-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:41.327 | Unpacking erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:41.683 | Selecting previously unselected package erlang-diameter. 2021-04-26 07:59:41.691 | Preparing to unpack .../10-erlang-diameter_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:41.740 | Unpacking erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:42.174 | Selecting previously unselected package erlang-xmerl. 2021-04-26 07:59:42.182 | Preparing to unpack .../11-erlang-xmerl_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:42.241 | Unpacking erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:42.597 | Selecting previously unselected package erlang-edoc. 2021-04-26 07:59:42.605 | Preparing to unpack .../12-erlang-edoc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:42.654 | Unpacking erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:42.996 | Selecting previously unselected package erlang-eldap. 2021-04-26 07:59:43.004 | Preparing to unpack .../13-erlang-eldap_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:43.053 | Unpacking erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:43.386 | Selecting previously unselected package erlang-erl-docgen. 2021-04-26 07:59:43.393 | Preparing to unpack .../14-erlang-erl-docgen_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:43.443 | Unpacking erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:43.780 | Selecting previously unselected package erlang-eunit. 2021-04-26 07:59:43.788 | Preparing to unpack .../15-erlang-eunit_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:43.843 | Unpacking erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:44.209 | Selecting previously unselected package erlang-ic. 2021-04-26 07:59:44.217 | Preparing to unpack .../16-erlang-ic_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:44.278 | Unpacking erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:44.842 | Selecting previously unselected package libodbc1:amd64. 2021-04-26 07:59:44.849 | Preparing to unpack .../17-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ... 2021-04-26 07:59:44.951 | Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-04-26 07:59:45.249 | Selecting previously unselected package erlang-odbc. 2021-04-26 07:59:45.256 | Preparing to unpack .../18-erlang-odbc_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:45.289 | Unpacking erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:45.626 | Selecting previously unselected package erlang-snmp. 2021-04-26 07:59:45.633 | Preparing to unpack .../19-erlang-snmp_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:45.710 | Unpacking erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:46.266 | Selecting previously unselected package erlang-os-mon. 2021-04-26 07:59:46.274 | Preparing to unpack .../20-erlang-os-mon_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:46.327 | Unpacking erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:46.695 | Selecting previously unselected package erlang-parsetools. 2021-04-26 07:59:46.702 | Preparing to unpack .../21-erlang-parsetools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:46.750 | Unpacking erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:47.116 | Selecting previously unselected package erlang-ssh. 2021-04-26 07:59:47.124 | Preparing to unpack .../22-erlang-ssh_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:47.179 | Unpacking erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:47.563 | Selecting previously unselected package erlang-tools. 2021-04-26 07:59:47.571 | Preparing to unpack .../23-erlang-tools_1%3a20.2.2+dfsg-1ubuntu2_amd64.deb ... 2021-04-26 07:59:47.618 | Unpacking erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:47.961 | Selecting previously unselected package erlang-nox. 2021-04-26 07:59:47.970 | Preparing to unpack .../24-erlang-nox_1%3a20.2.2+dfsg-1ubuntu2_all.deb ... 2021-04-26 07:59:48.030 | Unpacking erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:48.449 | Selecting previously unselected package rabbitmq-server. 2021-04-26 07:59:48.457 | Preparing to unpack .../25-rabbitmq-server_3.6.10-1ubuntu0.4_all.deb ... 2021-04-26 07:59:48.506 | Unpacking rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-04-26 07:59:49.453 | Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ... 2021-04-26 07:59:49.630 | Setting up erlang-base (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:50.864 | Searching for services which depend on erlang and should be started...none found. 2021-04-26 07:59:50.939 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 07:59:51.060 | Setting up erlang-ic (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:51.192 | Setting up erlang-xmerl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:51.356 | Setting up erlang-crypto (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:51.540 | Setting up erlang-asn1 (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:51.704 | Setting up erlang-mnesia (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:52.043 | Setting up erlang-eunit (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:52.186 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-26 07:59:52.293 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 07:59:52.580 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 07:59:53.344 | Setting up erlang-runtime-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:53.477 | Setting up erlang-syntax-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:53.586 | Setting up erlang-odbc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:53.689 | Setting up erlang-parsetools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:53.849 | Setting up erlang-public-key (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:53.992 | Setting up erlang-snmp (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:54.123 | Setting up erlang-ssl (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:54.277 | Setting up erlang-inets (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:54.426 | Setting up erlang-tools (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:54.574 | Setting up erlang-diameter (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:54.727 | Setting up erlang-ssh (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:54.887 | Setting up erlang-os-mon (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:55.054 | Setting up erlang-eldap (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:55.163 | Setting up erlang-edoc (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:55.334 | Setting up erlang-corba (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:55.493 | Setting up erlang-erl-docgen (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:55.649 | Setting up erlang-nox (1:20.2.2+dfsg-1ubuntu2) ... 2021-04-26 07:59:55.791 | Setting up rabbitmq-server (3.6.10-1ubuntu0.4) ... 2021-04-26 07:59:56.136 | Adding group `rabbitmq' (GID 121) ... 2021-04-26 07:59:56.278 | Done. 2021-04-26 07:59:56.350 | Adding system user `rabbitmq' (UID 115) ... 2021-04-26 07:59:56.350 | Adding new user `rabbitmq' (UID 115) with group `rabbitmq' ... 2021-04-26 07:59:56.679 | Not creating home directory `/var/lib/rabbitmq'. 2021-04-26 07:59:56.918 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2021-04-26 08:00:02.769 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:00:03.072 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:00:05.138 | + functions-common:apt_get:1113 : result=0 2021-04-26 08:00:05.140 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:00:05.142 | + functions-common:time_stop:2304 : local name 2021-04-26 08:00:05.145 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:00:05.147 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:00:05.149 | + functions-common:time_stop:2307 : local total 2021-04-26 08:00:05.151 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:00:05.153 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:00:05.155 | + functions-common:time_stop:2311 : start_time=1619423970786 2021-04-26 08:00:05.158 | + functions-common:time_stop:2313 : [[ -z 1619423970786 ]] 2021-04-26 08:00:05.160 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:00:05.164 | + functions-common:time_stop:2316 : end_time=1619424005161 2021-04-26 08:00:05.166 | + functions-common:time_stop:2317 : elapsed_time=34375 2021-04-26 08:00:05.168 | + functions-common:time_stop:2318 : total=262188 2021-04-26 08:00:05.171 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:00:05.173 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=296563 2021-04-26 08:00:05.175 | + functions-common:apt_get:1117 : return 0 2021-04-26 08:00:05.177 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-04-26 08:00:05.180 | + functions-common:is_suse:462 : is_opensuse 2021-04-26 08:00:05.182 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-26 08:00:05.185 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-26 08:00:05.187 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-26 08:00:05.189 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-26 08:00:05.191 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-26 08:00:05.194 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-04-26 08:00:05.196 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-26 08:00:05.198 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-26 08:00:05.200 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-26 08:00:05.202 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-26 08:00:05.204 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-26 08:00:05.207 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-26 08:00:05.209 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-26 08:00:05.211 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-26 08:00:05.213 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-26 08:00:05.215 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-04-26 08:00:05.218 | + functions-common:is_suse:462 : is_opensuse 2021-04-26 08:00:05.220 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-26 08:00:05.222 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-26 08:00:05.224 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-26 08:00:05.226 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-26 08:00:05.229 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-26 08:00:05.231 | + ./stack.sh:main:798 : restart_rpc_backend 2021-04-26 08:00:05.234 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-04-26 08:00:05.249 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:00:05.251 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-04-26 08:00:05.253 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:00:05.255 | + ./stack.sh:echo_summary:428 : echo -e Starting RabbitMQ 2021-04-26 08:00:05.258 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-04-26 08:00:05.260 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-04-26 08:00:05.263 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-04-26 08:00:05.266 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-04-26 08:00:05.268 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-04-26 08:00:05.270 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-04-26 08:00:05.272 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-04-26 08:00:05.274 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-04-26 08:00:05.277 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-04-26 08:00:06.323 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users 2021-04-26 08:00:06.323 | guest [administrator]' 2021-04-26 08:00:06.327 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users 2021-04-26 08:00:06.327 | guest [administrator]' 2021-04-26 08:00:06.327 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-04-26 08:00:06.332 | + lib/rpc_backend:rabbit_setuser:176 : found= 2021-04-26 08:00:06.335 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2021-04-26 08:00:06.337 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2021-04-26 08:00:07.361 | Creating user "stackrabbit" 2021-04-26 08:00:07.410 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2021-04-26 08:00:08.419 | Setting permissions for user "stackrabbit" in vhost "/" 2021-04-26 08:00:08.477 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2021-04-26 08:00:08.480 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-04-26 08:00:09.472 | Changing password for user "stackrabbit" 2021-04-26 08:00:09.536 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2021-04-26 08:00:09.539 | + lib/rpc_backend:restart_rpc_backend:116 : break 2021-04-26 08:00:09.541 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2021-04-26 08:00:10.537 | Deleting user "guest" 2021-04-26 08:00:10.600 | + ./stack.sh:main:800 : is_service_enabled mysql postgresql 2021-04-26 08:00:10.615 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:00:10.617 | + ./stack.sh:main:801 : install_database 2021-04-26 08:00:10.619 | + lib/database:install_database:116 : install_database_mysql 2021-04-26 08:00:10.622 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2021-04-26 08:00:10.624 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:00:10.627 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:00:10.629 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2021-04-26 08:00:10.962 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2021-04-26 08:00:10.965 | + lib/databases/mysql:install_database_mysql:164 : cat 2021-04-26 08:00:10.969 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2021-04-26 08:00:10.971 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:00:10.974 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:00:10.976 | + lib/databases/mysql:install_database_mysql:170 : '[' mysql '!=' mariadb ']' 2021-04-26 08:00:10.978 | + lib/databases/mysql:install_database_mysql:171 : echo host=127.0.0.1 2021-04-26 08:00:10.981 | + lib/databases/mysql:install_database_mysql:173 : chmod 0600 /home/ubuntu/.my.cnf 2021-04-26 08:00:10.985 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2021-04-26 08:00:10.987 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2021-04-26 08:00:10.989 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2021-04-26 08:00:10.991 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2021-04-26 08:00:10.994 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-26 08:00:10.996 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-26 08:00:10.999 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-26 08:00:11.001 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-26 08:00:11.003 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-26 08:00:11.005 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-26 08:00:11.008 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-26 08:00:11.010 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-26 08:00:11.012 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-26 08:00:11.014 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2021-04-26 08:00:11.017 | + functions-common:is_suse:462 : is_opensuse 2021-04-26 08:00:11.019 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-26 08:00:11.021 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-26 08:00:11.023 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-26 08:00:11.026 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-26 08:00:11.028 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-26 08:00:11.030 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2021-04-26 08:00:11.032 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:00:11.035 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:00:11.037 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2021-04-26 08:00:11.039 | + functions-common:install_package:1342 : update_package_repo 2021-04-26 08:00:11.041 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:00:11.044 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:00:11.046 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:00:11.049 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:00:11.051 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:00:11.053 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:00:11.055 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:00:11.057 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:00:11.060 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:00:11.062 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-26 08:00:11.065 | + functions-common:apt_get_update:1069 : return 2021-04-26 08:00:11.067 | + functions-common:install_package:1343 : real_install_package mysql-server 2021-04-26 08:00:11.069 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:00:11.071 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:00:11.074 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:00:11.076 | + functions-common:real_install_package:1329 : apt_get install mysql-server 2021-04-26 08:00:11.094 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2021-04-26 08:00:11.213 | Reading package lists... 2021-04-26 08:00:11.461 | Building dependency tree... 2021-04-26 08:00:11.462 | Reading state information... 2021-04-26 08:00:11.672 | The following packages were automatically installed and are no longer required: 2021-04-26 08:00:11.673 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-26 08:00:11.673 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-26 08:00:11.673 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-26 08:00:11.673 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 08:00:11.673 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 08:00:11.673 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 08:00:11.673 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:00:11.673 | The following additional packages will be installed: 2021-04-26 08:00:11.673 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-04-26 08:00:11.673 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-04-26 08:00:11.673 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-04-26 08:00:11.674 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-04-26 08:00:11.674 | mysql-server-5.7 mysql-server-core-5.7 2021-04-26 08:00:11.675 | Suggested packages: 2021-04-26 08:00:11.675 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2021-04-26 08:00:11.726 | The following NEW packages will be installed: 2021-04-26 08:00:11.726 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-6 2021-04-26 08:00:11.726 | libfcgi-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl 2021-04-26 08:00:11.726 | libhttp-date-perl libhttp-message-perl libio-html-perl 2021-04-26 08:00:11.727 | liblwp-mediatypes-perl liburi-perl mysql-client-5.7 mysql-client-core-5.7 2021-04-26 08:00:11.727 | mysql-server mysql-server-5.7 mysql-server-core-5.7 2021-04-26 08:00:12.113 | 0 upgraded, 18 newly installed, 0 to remove and 178 not upgraded. 2021-04-26 08:00:12.113 | Need to get 19.7 MB of archives. 2021-04-26 08:00:12.113 | After this operation, 157 MB of additional disk space will be used. 2021-04-26 08:00:12.113 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [6,664 kB] 2021-04-26 08:00:14.289 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [1,945 kB] 2021-04-26 08:00:14.455 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [7,460 kB] 2021-04-26 08:00:15.481 | 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-04-26 08:00:15.483 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.33-0ubuntu0.18.04.1 [2,931 kB] 2021-04-26 08:00:16.007 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] 2021-04-26 08:00:16.008 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] 2021-04-26 08:00:16.010 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] 2021-04-26 08:00:16.012 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] 2021-04-26 08:00:16.025 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] 2021-04-26 08:00:16.028 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] 2021-04-26 08:00:16.029 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2021-04-26 08:00:16.030 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2021-04-26 08:00:16.035 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] 2021-04-26 08:00:16.144 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2021-04-26 08:00:16.281 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] 2021-04-26 08:00:16.283 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] 2021-04-26 08:00:16.290 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.33-0ubuntu0.18.04.1 [9,944 B] 2021-04-26 08:00:16.781 | Preconfiguring packages ... 2021-04-26 08:00:17.069 | Fetched 19.7 MB in 5s (4,329 kB/s) 2021-04-26 08:00:17.185 | Selecting previously unselected package mysql-client-core-5.7. 2021-04-26 08:00:17.224 | (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 ... 76792 files and directories currently installed.) 2021-04-26 08:00:17.228 | Preparing to unpack .../00-mysql-client-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 08:00:17.286 | Unpacking mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:18.631 | Selecting previously unselected package mysql-client-5.7. 2021-04-26 08:00:18.638 | Preparing to unpack .../01-mysql-client-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 08:00:18.697 | Unpacking mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:19.368 | Selecting previously unselected package mysql-server-core-5.7. 2021-04-26 08:00:19.375 | Preparing to unpack .../02-mysql-server-core-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 08:00:19.429 | Unpacking mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:21.013 | Selecting previously unselected package libevent-core-2.1-6:amd64. 2021-04-26 08:00:21.022 | Preparing to unpack .../03-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ... 2021-04-26 08:00:21.105 | Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-04-26 08:00:21.596 | Selecting previously unselected package mysql-server-5.7. 2021-04-26 08:00:21.604 | Preparing to unpack .../04-mysql-server-5.7_5.7.33-0ubuntu0.18.04.1_amd64.deb ... 2021-04-26 08:00:22.555 | Unpacking mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:23.629 | Selecting previously unselected package libhtml-tagset-perl. 2021-04-26 08:00:23.637 | Preparing to unpack .../05-libhtml-tagset-perl_3.20-3_all.deb ... 2021-04-26 08:00:23.676 | Unpacking libhtml-tagset-perl (3.20-3) ... 2021-04-26 08:00:23.968 | Selecting previously unselected package liburi-perl. 2021-04-26 08:00:23.975 | Preparing to unpack .../06-liburi-perl_1.73-1_all.deb ... 2021-04-26 08:00:24.025 | Unpacking liburi-perl (1.73-1) ... 2021-04-26 08:00:24.322 | Selecting previously unselected package libhtml-parser-perl. 2021-04-26 08:00:24.330 | Preparing to unpack .../07-libhtml-parser-perl_3.72-3build1_amd64.deb ... 2021-04-26 08:00:24.383 | Unpacking libhtml-parser-perl (3.72-3build1) ... 2021-04-26 08:00:24.714 | Selecting previously unselected package libcgi-pm-perl. 2021-04-26 08:00:24.722 | Preparing to unpack .../08-libcgi-pm-perl_4.38-1_all.deb ... 2021-04-26 08:00:24.777 | Unpacking libcgi-pm-perl (4.38-1) ... 2021-04-26 08:00:25.137 | Selecting previously unselected package libfcgi-perl. 2021-04-26 08:00:25.145 | Preparing to unpack .../09-libfcgi-perl_0.78-2build1_amd64.deb ... 2021-04-26 08:00:25.200 | Unpacking libfcgi-perl (0.78-2build1) ... 2021-04-26 08:00:25.516 | Selecting previously unselected package libcgi-fast-perl. 2021-04-26 08:00:25.524 | Preparing to unpack .../10-libcgi-fast-perl_1%3a2.13-1_all.deb ... 2021-04-26 08:00:25.584 | Unpacking libcgi-fast-perl (1:2.13-1) ... 2021-04-26 08:00:25.865 | Selecting previously unselected package libencode-locale-perl. 2021-04-26 08:00:25.872 | Preparing to unpack .../11-libencode-locale-perl_1.05-1_all.deb ... 2021-04-26 08:00:25.922 | Unpacking libencode-locale-perl (1.05-1) ... 2021-04-26 08:00:26.247 | Selecting previously unselected package libhtml-template-perl. 2021-04-26 08:00:26.255 | Preparing to unpack .../12-libhtml-template-perl_2.97-1_all.deb ... 2021-04-26 08:00:26.310 | Unpacking libhtml-template-perl (2.97-1) ... 2021-04-26 08:00:26.624 | Selecting previously unselected package libhttp-date-perl. 2021-04-26 08:00:26.632 | Preparing to unpack .../13-libhttp-date-perl_6.02-1_all.deb ... 2021-04-26 08:00:26.693 | Unpacking libhttp-date-perl (6.02-1) ... 2021-04-26 08:00:26.979 | Selecting previously unselected package libio-html-perl. 2021-04-26 08:00:26.987 | Preparing to unpack .../14-libio-html-perl_1.001-1_all.deb ... 2021-04-26 08:00:27.030 | Unpacking libio-html-perl (1.001-1) ... 2021-04-26 08:00:27.350 | Selecting previously unselected package liblwp-mediatypes-perl. 2021-04-26 08:00:27.358 | Preparing to unpack .../15-liblwp-mediatypes-perl_6.02-1_all.deb ... 2021-04-26 08:00:27.419 | Unpacking liblwp-mediatypes-perl (6.02-1) ... 2021-04-26 08:00:27.739 | Selecting previously unselected package libhttp-message-perl. 2021-04-26 08:00:27.746 | Preparing to unpack .../16-libhttp-message-perl_6.14-1_all.deb ... 2021-04-26 08:00:27.801 | Unpacking libhttp-message-perl (6.14-1) ... 2021-04-26 08:00:28.116 | Selecting previously unselected package mysql-server. 2021-04-26 08:00:28.124 | Preparing to unpack .../17-mysql-server_5.7.33-0ubuntu0.18.04.1_all.deb ... 2021-04-26 08:00:28.179 | Unpacking mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:28.536 | Setting up libhtml-tagset-perl (3.20-3) ... 2021-04-26 08:00:28.731 | Setting up libhttp-date-perl (6.02-1) ... 2021-04-26 08:00:28.903 | Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ... 2021-04-26 08:00:29.070 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:00:29.213 | Setting up libencode-locale-perl (1.05-1) ... 2021-04-26 08:00:29.390 | Setting up mysql-server-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:29.551 | Setting up libio-html-perl (1.001-1) ... 2021-04-26 08:00:29.726 | Setting up liblwp-mediatypes-perl (6.02-1) ... 2021-04-26 08:00:29.905 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-26 08:00:30.047 | Setting up liburi-perl (1.73-1) ... 2021-04-26 08:00:30.172 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:00:30.463 | Setting up libhtml-parser-perl (3.72-3build1) ... 2021-04-26 08:00:30.625 | Setting up libcgi-pm-perl (4.38-1) ... 2021-04-26 08:00:30.796 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 08:00:32.676 | Setting up libhttp-message-perl (6.14-1) ... 2021-04-26 08:00:32.847 | Setting up mysql-client-core-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:33.006 | Setting up libfcgi-perl (0.78-2build1) ... 2021-04-26 08:00:33.190 | Setting up libhtml-template-perl (2.97-1) ... 2021-04-26 08:00:33.316 | Setting up libcgi-fast-perl (1:2.13-1) ... 2021-04-26 08:00:33.463 | Setting up mysql-client-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:33.613 | Setting up mysql-server-5.7 (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:34.857 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2021-04-26 08:00:34.916 | Renaming removed key_buffer and myisam-recover options (if present) 2021-04-26 08:00:54.186 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2021-04-26 08:00:55.338 | Setting up mysql-server (5.7.33-0ubuntu0.18.04.1) ... 2021-04-26 08:00:55.447 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:00:55.704 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:00:57.807 | + functions-common:apt_get:1113 : result=0 2021-04-26 08:00:57.810 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:00:57.812 | + functions-common:time_stop:2304 : local name 2021-04-26 08:00:57.815 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:00:57.817 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:00:57.819 | + functions-common:time_stop:2307 : local total 2021-04-26 08:00:57.821 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:00:57.823 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:00:57.825 | + functions-common:time_stop:2311 : start_time=1619424011091 2021-04-26 08:00:57.828 | + functions-common:time_stop:2313 : [[ -z 1619424011091 ]] 2021-04-26 08:00:57.831 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:00:57.834 | + functions-common:time_stop:2316 : end_time=1619424057831 2021-04-26 08:00:57.836 | + functions-common:time_stop:2317 : elapsed_time=46740 2021-04-26 08:00:57.838 | + functions-common:time_stop:2318 : total=296563 2021-04-26 08:00:57.840 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:00:57.842 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=343303 2021-04-26 08:00:57.844 | + functions-common:apt_get:1117 : return 0 2021-04-26 08:00:57.847 | + ./stack.sh:main:803 : '[' -n mysql ']' 2021-04-26 08:00:57.849 | + ./stack.sh:main:804 : install_database_python 2021-04-26 08:00:57.851 | + lib/database:install_database_python:121 : install_database_python_mysql 2021-04-26 08:00:57.853 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2021-04-26 08:00:57.855 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2021-04-26 08:00:57.858 | + inc/python:pip_install_gr:77 : local clean_name 2021-04-26 08:00:57.860 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2021-04-26 08:00:57.863 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2021-04-26 08:00:57.865 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-04-26 08:00:57.868 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2021-04-26 08:00:57.869 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-04-26 08:00:57.873 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2021-04-26 08:00:57.875 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2021-04-26 08:00:57.878 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2021-04-26 08:00:57.880 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2021-04-26 08:00:57.883 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2021-04-26 08:00:57.901 | Using python 3.6 to install PyMySQL 2021-04-26 08:00:57.903 | + 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-04-26 08:00:58.844 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:00:58.845 | from cryptography.utils import int_from_bytes 2021-04-26 08:00:58.845 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:00:58.845 | from cryptography.utils import int_from_bytes 2021-04-26 08:00:59.935 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:00:59.939 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:00:59.944 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:00:59.949 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:00.092 | Collecting PyMySQL===1.0.2 2021-04-26 08:01:00.099 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2021-04-26 08:01:01.690 | Installing collected packages: PyMySQL 2021-04-26 08:01:01.881 | Successfully installed PyMySQL-1.0.2 2021-04-26 08:01:01.984 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:01:01.984 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:01:02.071 | + inc/python:pip_install:200 : result=0 2021-04-26 08:01:02.073 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:01:02.076 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:02.078 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:02.080 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:02.082 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:02.085 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:02.087 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:01:02.089 | + functions-common:time_stop:2311 : start_time=1619424057896 2021-04-26 08:01:02.091 | + functions-common:time_stop:2313 : [[ -z 1619424057896 ]] 2021-04-26 08:01:02.094 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:02.097 | + functions-common:time_stop:2316 : end_time=1619424062095 2021-04-26 08:01:02.099 | + functions-common:time_stop:2317 : elapsed_time=4199 2021-04-26 08:01:02.102 | + functions-common:time_stop:2318 : total=27128 2021-04-26 08:01:02.104 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:02.106 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=31327 2021-04-26 08:01:02.109 | + inc/python:pip_install:203 : return 0 2021-04-26 08:01:02.111 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2021-04-26 08:01:02.113 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 08:01:02.115 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2021-04-26 08:01:02.118 | + ./stack.sh:main:807 : is_service_enabled neutron 2021-04-26 08:01:02.133 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:01:02.135 | + ./stack.sh:main:808 : install_neutron_agent_packages 2021-04-26 08:01:02.138 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2021-04-26 08:01:02.141 | ++ 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-04-26 08:01:02.141 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2021-04-26 08:01:02.145 | + 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-04-26 08:01:02.148 | + 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-04-26 08:01:02.150 | + 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-04-26 08:01:02.152 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2021-04-26 08:01:02.154 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2021-04-26 08:01:02.157 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2021-04-26 08:01:02.172 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:01:02.174 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2021-04-26 08:01:02.176 | + functions-common:install_package:1342 : update_package_repo 2021-04-26 08:01:02.178 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:01:02.181 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:01:02.183 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:01:02.185 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:01:02.188 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:01:02.190 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:02.192 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:02.194 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:01:02.197 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:01:02.199 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-26 08:01:02.201 | + functions-common:apt_get_update:1069 : return 2021-04-26 08:01:02.203 | + functions-common:install_package:1343 : real_install_package radvd 2021-04-26 08:01:02.205 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:01:02.208 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:02.210 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:02.212 | + functions-common:real_install_package:1329 : apt_get install radvd 2021-04-26 08:01:02.230 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2021-04-26 08:01:02.351 | Reading package lists... 2021-04-26 08:01:02.599 | Building dependency tree... 2021-04-26 08:01:02.600 | Reading state information... 2021-04-26 08:01:02.812 | The following packages were automatically installed and are no longer required: 2021-04-26 08:01:02.813 | apport-symptoms grub-pc-bin python3-attr python3-automat python3-click 2021-04-26 08:01:02.813 | python3-colorama python3-configobj python3-constantly python3-hyperlink 2021-04-26 08:01:02.813 | python3-incremental python3-keyring python3-keyrings.alt python3-netifaces 2021-04-26 08:01:02.813 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 08:01:02.813 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 08:01:02.813 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 08:01:02.813 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:01:02.855 | The following NEW packages will be installed: 2021-04-26 08:01:02.855 | radvd 2021-04-26 08:01:03.099 | 0 upgraded, 1 newly installed, 0 to remove and 178 not upgraded. 2021-04-26 08:01:03.099 | Need to get 59.0 kB of archives. 2021-04-26 08:01:03.099 | After this operation, 164 kB of additional disk space will be used. 2021-04-26 08:01:03.099 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 radvd amd64 1:2.16-3 [59.0 kB] 2021-04-26 08:01:03.776 | Fetched 59.0 kB in 0s (159 kB/s) 2021-04-26 08:01:03.984 | Selecting previously unselected package radvd. 2021-04-26 08:01:04.023 | (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 ... 77249 files and directories currently installed.) 2021-04-26 08:01:04.026 | Preparing to unpack .../radvd_1%3a2.16-3_amd64.deb ... 2021-04-26 08:01:04.075 | Unpacking radvd (1:2.16-3) ... 2021-04-26 08:01:04.599 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:01:04.715 | Setting up radvd (1:2.16-3) ... 2021-04-26 08:01:05.892 | Job for radvd.service failed because the control process exited with error code. 2021-04-26 08:01:05.892 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2021-04-26 08:01:05.893 | invoke-rc.d: initscript radvd, action "start" failed. 2021-04-26 08:01:05.903 | ● radvd.service - Router advertisement daemon for IPv6 2021-04-26 08:01:05.903 | Loaded: loaded (/lib/systemd/system/radvd.service; disabled; vendor preset: enabled) 2021-04-26 08:01:05.903 | Active: failed (Result: exit-code) since Mon 2021-04-26 08:01:05 UTC; 12ms ago 2021-04-26 08:01:05.903 | Docs: man:radvd(8) 2021-04-26 08:01:05.903 | Process: 41999 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2021-04-26 08:01:05.903 | 2021-04-26 08:01:05.903 | Apr 26 08:01:05 dv-cinder-786873-2-iscsi systemd[1]: Starting Router advertisement daemon for IPv6... 2021-04-26 08:01:05.903 | Apr 26 08:01:05 dv-cinder-786873-2-iscsi radvd[41999]: can't open /etc/radvd.conf: No such file or directory 2021-04-26 08:01:05.903 | Apr 26 08:01:05 dv-cinder-786873-2-iscsi radvd[41999]: Insecure file permissions, but continuing anyway 2021-04-26 08:01:05.903 | Apr 26 08:01:05 dv-cinder-786873-2-iscsi radvd[41999]: exiting, failed to read config file 2021-04-26 08:01:05.903 | Apr 26 08:01:05 dv-cinder-786873-2-iscsi systemd[1]: radvd.service: Control process exited, code=exited status=1 2021-04-26 08:01:05.903 | Apr 26 08:01:05 dv-cinder-786873-2-iscsi systemd[1]: radvd.service: Failed with result 'exit-code'. 2021-04-26 08:01:05.903 | Apr 26 08:01:05 dv-cinder-786873-2-iscsi systemd[1]: Failed to start Router advertisement daemon for IPv6. 2021-04-26 08:01:05.967 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:01:06.246 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 08:01:06.630 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:01:08.718 | + functions-common:apt_get:1113 : result=0 2021-04-26 08:01:08.721 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:01:08.723 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:08.725 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:08.727 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:08.729 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:08.731 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:08.734 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:01:08.736 | + functions-common:time_stop:2311 : start_time=1619424062227 2021-04-26 08:01:08.738 | + functions-common:time_stop:2313 : [[ -z 1619424062227 ]] 2021-04-26 08:01:08.741 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:08.744 | + functions-common:time_stop:2316 : end_time=1619424068742 2021-04-26 08:01:08.746 | + functions-common:time_stop:2317 : elapsed_time=6515 2021-04-26 08:01:08.749 | + functions-common:time_stop:2318 : total=343303 2021-04-26 08:01:08.751 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:08.753 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=349818 2021-04-26 08:01:08.756 | + functions-common:apt_get:1117 : return 0 2021-04-26 08:01:08.758 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2021-04-26 08:01:08.773 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:01:08.775 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2021-04-26 08:01:08.777 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2021-04-26 08:01:08.780 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2021-04-26 08:01:08.799 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2021-04-26 08:01:08.801 | + functions-common:install_package:1342 : update_package_repo 2021-04-26 08:01:08.803 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:01:08.805 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:01:08.807 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:01:08.810 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:01:08.812 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:01:08.815 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:08.817 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:08.819 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:01:08.821 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:01:08.823 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-26 08:01:08.825 | + functions-common:apt_get_update:1069 : return 2021-04-26 08:01:08.827 | + functions-common:install_package:1343 : real_install_package fakeroot make openvswitch-switch 2021-04-26 08:01:08.830 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:01:08.832 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:08.834 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:08.836 | + functions-common:real_install_package:1329 : apt_get install fakeroot make openvswitch-switch 2021-04-26 08:01:08.853 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2021-04-26 08:01:08.972 | Reading package lists... 2021-04-26 08:01:09.222 | Building dependency tree... 2021-04-26 08:01:09.223 | Reading state information... 2021-04-26 08:01:09.437 | fakeroot is already the newest version (1.22-2ubuntu1). 2021-04-26 08:01:09.437 | fakeroot set to manually installed. 2021-04-26 08:01:09.437 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:01:09.437 | The following packages were automatically installed and are no longer required: 2021-04-26 08:01:09.437 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:01:09.437 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:01:09.437 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-04-26 08:01:09.437 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 08:01:09.437 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 08:01:09.438 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 08:01:09.438 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:01:09.438 | The following additional packages will be installed: 2021-04-26 08:01:09.438 | libunbound2 openvswitch-common python3-openvswitch python3-sortedcontainers 2021-04-26 08:01:09.440 | Suggested packages: 2021-04-26 08:01:09.440 | openvswitch-doc python-sortedcontainers-doc 2021-04-26 08:01:09.491 | The following NEW packages will be installed: 2021-04-26 08:01:09.492 | libunbound2 python3-openvswitch python3-sortedcontainers 2021-04-26 08:01:09.493 | The following packages will be upgraded: 2021-04-26 08:01:09.493 | openvswitch-common openvswitch-switch 2021-04-26 08:01:09.631 | 2 upgraded, 3 newly installed, 0 to remove and 176 not upgraded. 2021-04-26 08:01:09.632 | Need to get 3,140 kB of archives. 2021-04-26 08:01:09.632 | After this operation, 3,539 kB of additional disk space will be used. 2021-04-26 08:01:09.632 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-openvswitch all 2.13.1-0ubuntu0.20.04.4~cloud0 [118 kB] 2021-04-26 08:01:09.632 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.3 [267 kB] 2021-04-26 08:01:09.863 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-switch amd64 2.13.1-0ubuntu0.20.04.4~cloud0 [1,555 kB] 2021-04-26 08:01:09.935 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-sortedcontainers all 1.5.7-1 [26.3 kB] 2021-04-26 08:01:10.302 | Get:5 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 openvswitch-common amd64 2.13.1-0ubuntu0.20.04.4~cloud0 [1,175 kB] 2021-04-26 08:01:11.088 | Fetched 3,140 kB in 1s (3,025 kB/s) 2021-04-26 08:01:11.310 | Selecting previously unselected package libunbound2:amd64. 2021-04-26 08:01:11.350 | (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 ... 77262 files and directories currently installed.) 2021-04-26 08:01:11.353 | Preparing to unpack .../libunbound2_1.6.7-1ubuntu2.3_amd64.deb ... 2021-04-26 08:01:11.453 | Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-04-26 08:01:11.856 | Selecting previously unselected package python3-sortedcontainers. 2021-04-26 08:01:11.864 | Preparing to unpack .../python3-sortedcontainers_1.5.7-1_all.deb ... 2021-04-26 08:01:11.919 | Unpacking python3-sortedcontainers (1.5.7-1) ... 2021-04-26 08:01:12.287 | Selecting previously unselected package python3-openvswitch. 2021-04-26 08:01:12.295 | Preparing to unpack .../python3-openvswitch_2.13.1-0ubuntu0.20.04.4~cloud0_all.deb ... 2021-04-26 08:01:12.344 | Unpacking python3-openvswitch (2.13.1-0ubuntu0.20.04.4~cloud0) ... 2021-04-26 08:01:12.774 | Preparing to unpack .../openvswitch-switch_2.13.1-0ubuntu0.20.04.4~cloud0_amd64.deb ... 2021-04-26 08:01:12.913 | Unpacking openvswitch-switch (2.13.1-0ubuntu0.20.04.4~cloud0) over (2.9.8-0ubuntu0.18.04.2) ... 2021-04-26 08:01:14.163 | Preparing to unpack .../openvswitch-common_2.13.1-0ubuntu0.20.04.4~cloud0_amd64.deb ... 2021-04-26 08:01:14.315 | Unpacking openvswitch-common (2.13.1-0ubuntu0.20.04.4~cloud0) over (2.9.8-0ubuntu0.18.04.2) ... 2021-04-26 08:01:14.959 | Setting up libunbound2:amd64 (1.6.7-1ubuntu2.3) ... 2021-04-26 08:01:15.081 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:01:15.218 | Setting up openvswitch-common (2.13.1-0ubuntu0.20.04.4~cloud0) ... 2021-04-26 08:01:15.381 | Setting up python3-sortedcontainers (1.5.7-1) ... 2021-04-26 08:01:15.772 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2021-04-26 08:01:15.909 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:01:16.176 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 08:01:17.176 | Setting up python3-openvswitch (2.13.1-0ubuntu0.20.04.4~cloud0) ... 2021-04-26 08:01:17.684 | Setting up openvswitch-switch (2.13.1-0ubuntu0.20.04.4~cloud0) ... 2021-04-26 08:01:21.129 | + functions-common:apt_get:1113 : result=0 2021-04-26 08:01:21.132 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:01:21.134 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:21.136 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:21.138 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:21.140 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:21.142 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:21.144 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:01:21.146 | + functions-common:time_stop:2311 : start_time=1619424068851 2021-04-26 08:01:21.148 | + functions-common:time_stop:2313 : [[ -z 1619424068851 ]] 2021-04-26 08:01:21.151 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:21.154 | + functions-common:time_stop:2316 : end_time=1619424081152 2021-04-26 08:01:21.156 | + functions-common:time_stop:2317 : elapsed_time=12301 2021-04-26 08:01:21.158 | + functions-common:time_stop:2318 : total=349818 2021-04-26 08:01:21.161 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:21.163 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=362119 2021-04-26 08:01:21.165 | + functions-common:apt_get:1117 : return 0 2021-04-26 08:01:21.168 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2021-04-26 08:01:21.170 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:21.172 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:21.174 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2021-04-26 08:01:21.177 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2021-04-26 08:01:21.180 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2021-04-26 08:01:21.183 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=4.15.0-55-generic 2021-04-26 08:01:21.185 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2021-04-26 08:01:21.188 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 4.15.0-55-generic 2021-04-26 08:01:21.189 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2021-04-26 08:01:21.192 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=4.15 2021-04-26 08:01:21.194 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 4.15 '<' 3.13 2021-04-26 08:01:21.197 | + functions:vercmp:628 : local v1=4.15 2021-04-26 08:01:21.199 | + functions:vercmp:629 : local 'op=<' 2021-04-26 08:01:21.201 | + functions:vercmp:630 : local v2=3.13 2021-04-26 08:01:21.203 | + functions:vercmp:631 : local result 2021-04-26 08:01:21.206 | ++ functions:vercmp:635 : echo -e '4.15\n3.13' 2021-04-26 08:01:21.206 | ++ functions:vercmp:635 : sort -V 2021-04-26 08:01:21.208 | ++ functions:vercmp:635 : head -1 2021-04-26 08:01:21.212 | + functions:vercmp:635 : result=3.13 2021-04-26 08:01:21.214 | + functions:vercmp:637 : case $op in 2021-04-26 08:01:21.216 | + functions:vercmp:647 : '[' 4.15 '!=' 3.13 ']' 2021-04-26 08:01:21.218 | + functions:vercmp:647 : '[' 3.13 = 4.15 ']' 2021-04-26 08:01:21.220 | + functions:vercmp:648 : return 2021-04-26 08:01:21.223 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2021-04-26 08:01:21.225 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2021-04-26 08:01:21.227 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart openvswitch-switch 2021-04-26 08:01:21.667 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2021-04-26 08:01:21.669 | + inc/python:use_library_from_git:250 : local name=os-ken 2021-04-26 08:01:21.671 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:21.673 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:21.676 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-ken, ]] 2021-04-26 08:01:21.678 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:21.681 | + ./stack.sh:main:811 : is_service_enabled etcd3 2021-04-26 08:01:21.696 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:01:21.698 | + ./stack.sh:main:812 : install_etcd3 2021-04-26 08:01:21.701 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2021-04-26 08:01:21.701 | Installing etcd 2021-04-26 08:01:21.703 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2021-04-26 08:01:21.714 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2021-04-26 08:01:21.724 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2021-04-26 08:01:21.727 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2021-04-26 08:01:21.739 | + lib/etcd3:install_etcd3:113 : local etcd_file 2021-04-26 08:01:21.742 | ++ 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-04-26 08:01:21.744 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-26 08:01:21.747 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-26 08:01:21.751 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2021-04-26 08:01:21.754 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2021-04-26 08:01:21.756 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2021-04-26 08:01:21.759 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-26 08:01:21.788 | --2021-04-26 08:01:21-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-26 08:01:22.036 | Resolving github.com (github.com)... 140.82.121.4 2021-04-26 08:01:22.170 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2021-04-26 08:01:22.628 | HTTP request sent, awaiting response... 302 Found 2021-04-26 08:01:22.629 | Location: https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210426%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210426T080122Z&X-Amz-Expires=300&X-Amz-Signature=af03fa2f107203bc81ab412eeac6815c3c880b316bdf858e85e81f6aeaa707ac&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-04-26 08:01:22.629 | --2021-04-26 08:01:22-- https://github-releases.githubusercontent.com/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210426%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210426T080122Z&X-Amz-Expires=300&X-Amz-Signature=af03fa2f107203bc81ab412eeac6815c3c880b316bdf858e85e81f6aeaa707ac&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-04-26 08:01:22.630 | Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.109.154, 185.199.111.154, 185.199.108.154, ... 2021-04-26 08:01:22.666 | Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... connected. 2021-04-26 08:01:22.954 | HTTP request sent, awaiting response... 200 OK 2021-04-26 08:01:22.954 | Length: 11350736 (11M) [application/octet-stream] 2021-04-26 08:01:22.954 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2021-04-26 08:01:23.157 | 2021-04-26 08:01:23.878 | 0K ........ .. 100% 11.7M=0.9s 2021-04-26 08:01:23.878 | 2021-04-26 08:01:23.878 | 2021-04-26 08:01:23 (11.7 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2021-04-26 08:01:23.878 | 2021-04-26 08:01:23.882 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2021-04-26 08:01:23.884 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-26 08:01:23.887 | ++ functions:get_extra_file:74 : return 2021-04-26 08:01:23.890 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2021-04-26 08:01:23.892 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2021-04-26 08:01:23.894 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2021-04-26 08:01:23.897 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2021-04-26 08:01:24.110 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2021-04-26 08:01:24.113 | + 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-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/ 2021-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/README.md 2021-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/Documentation/ 2021-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2021-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2021-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2021-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2021-04-26 08:01:24.117 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2021-04-26 08:01:24.118 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2021-04-26 08:01:24.119 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2021-04-26 08:01:24.120 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2021-04-26 08:01:24.121 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2021-04-26 08:01:24.122 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2021-04-26 08:01:24.123 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2021-04-26 08:01:24.124 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2021-04-26 08:01:24.125 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2021-04-26 08:01:24.126 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2021-04-26 08:01:24.127 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2021-04-26 08:01:24.127 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2021-04-26 08:01:24.128 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2021-04-26 08:01:24.128 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2021-04-26 08:01:24.129 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2021-04-26 08:01:24.129 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2021-04-26 08:01:24.129 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2021-04-26 08:01:24.129 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2021-04-26 08:01:24.129 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2021-04-26 08:01:24.129 | etcd-v3.3.12-linux-amd64/etcdctl 2021-04-26 08:01:24.339 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2021-04-26 08:01:24.339 | etcd-v3.3.12-linux-amd64/etcd 2021-04-26 08:01:24.594 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2021-04-26 08:01:24.628 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2021-04-26 08:01:24.658 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2021-04-26 08:01:24.660 | + ./stack.sh:main:821 : is_service_enabled tls-proxy 2021-04-26 08:01:24.676 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:01:24.679 | + ./stack.sh:main:831 : install_dstat 2021-04-26 08:01:24.681 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2021-04-26 08:01:24.696 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:01:24.698 | + ./stack.sh:main:837 : echo_summary 'Installing OpenStack project source' 2021-04-26 08:01:24.700 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:01:24.702 | + ./stack.sh:echo_summary:428 : echo -e Installing OpenStack project source 2021-04-26 08:01:24.705 | + ./stack.sh:main:840 : install_libs 2021-04-26 08:01:24.707 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2021-04-26 08:01:24.709 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2021-04-26 08:01:24.711 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2021-04-26 08:01:24.714 | + inc/python:use_library_from_git:250 : local name=automaton 2021-04-26 08:01:24.716 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.718 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.720 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2021-04-26 08:01:24.722 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.725 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2021-04-26 08:01:24.727 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2021-04-26 08:01:24.729 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2021-04-26 08:01:24.731 | + inc/python:use_library_from_git:250 : local name=castellan 2021-04-26 08:01:24.733 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.736 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.738 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2021-04-26 08:01:24.740 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.743 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2021-04-26 08:01:24.745 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2021-04-26 08:01:24.747 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2021-04-26 08:01:24.749 | + inc/python:use_library_from_git:250 : local name=cliff 2021-04-26 08:01:24.751 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.753 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.756 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2021-04-26 08:01:24.758 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.760 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2021-04-26 08:01:24.762 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2021-04-26 08:01:24.764 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2021-04-26 08:01:24.766 | + inc/python:use_library_from_git:250 : local name=cursive 2021-04-26 08:01:24.769 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.771 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.773 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2021-04-26 08:01:24.775 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.777 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2021-04-26 08:01:24.780 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2021-04-26 08:01:24.782 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2021-04-26 08:01:24.784 | + inc/python:use_library_from_git:250 : local name=debtcollector 2021-04-26 08:01:24.787 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.789 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.791 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2021-04-26 08:01:24.793 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.796 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2021-04-26 08:01:24.798 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2021-04-26 08:01:24.800 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2021-04-26 08:01:24.803 | + inc/python:use_library_from_git:250 : local name=futurist 2021-04-26 08:01:24.805 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.808 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.810 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2021-04-26 08:01:24.812 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.814 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2021-04-26 08:01:24.816 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2021-04-26 08:01:24.819 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2021-04-26 08:01:24.821 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2021-04-26 08:01:24.823 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.825 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.827 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2021-04-26 08:01:24.829 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.832 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2021-04-26 08:01:24.834 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2021-04-26 08:01:24.836 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2021-04-26 08:01:24.838 | + inc/python:use_library_from_git:250 : local name=osc-lib 2021-04-26 08:01:24.840 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.843 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.845 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2021-04-26 08:01:24.847 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.850 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2021-04-26 08:01:24.852 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2021-04-26 08:01:24.854 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2021-04-26 08:01:24.856 | + inc/python:use_library_from_git:250 : local name=osc-placement 2021-04-26 08:01:24.859 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.861 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.863 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2021-04-26 08:01:24.866 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.868 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2021-04-26 08:01:24.870 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2021-04-26 08:01:24.872 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2021-04-26 08:01:24.875 | + inc/python:use_library_from_git:250 : local name=os-client-config 2021-04-26 08:01:24.877 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.879 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.881 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2021-04-26 08:01:24.884 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.886 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2021-04-26 08:01:24.888 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2021-04-26 08:01:24.890 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2021-04-26 08:01:24.892 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2021-04-26 08:01:24.895 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.897 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.899 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2021-04-26 08:01:24.901 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.903 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2021-04-26 08:01:24.906 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2021-04-26 08:01:24.908 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2021-04-26 08:01:24.910 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2021-04-26 08:01:24.913 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.915 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.917 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2021-04-26 08:01:24.920 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.922 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2021-04-26 08:01:24.924 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2021-04-26 08:01:24.926 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2021-04-26 08:01:24.929 | + inc/python:use_library_from_git:250 : local name=oslo.config 2021-04-26 08:01:24.931 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.934 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.936 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2021-04-26 08:01:24.938 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.940 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2021-04-26 08:01:24.942 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2021-04-26 08:01:24.945 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2021-04-26 08:01:24.947 | + inc/python:use_library_from_git:250 : local name=oslo.context 2021-04-26 08:01:24.949 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.951 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.954 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2021-04-26 08:01:24.956 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.959 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2021-04-26 08:01:24.961 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2021-04-26 08:01:24.963 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2021-04-26 08:01:24.965 | + inc/python:use_library_from_git:250 : local name=oslo.db 2021-04-26 08:01:24.967 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.970 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.972 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2021-04-26 08:01:24.975 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.977 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2021-04-26 08:01:24.979 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2021-04-26 08:01:24.981 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2021-04-26 08:01:24.984 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2021-04-26 08:01:24.986 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:24.988 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:24.990 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2021-04-26 08:01:24.993 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:24.995 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2021-04-26 08:01:24.997 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2021-04-26 08:01:24.999 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2021-04-26 08:01:25.002 | + inc/python:use_library_from_git:250 : local name=oslo.log 2021-04-26 08:01:25.004 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.006 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.008 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2021-04-26 08:01:25.011 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.013 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2021-04-26 08:01:25.015 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2021-04-26 08:01:25.017 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2021-04-26 08:01:25.019 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2021-04-26 08:01:25.022 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.024 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.027 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2021-04-26 08:01:25.029 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.031 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2021-04-26 08:01:25.033 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2021-04-26 08:01:25.035 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2021-04-26 08:01:25.038 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2021-04-26 08:01:25.041 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.043 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.045 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2021-04-26 08:01:25.047 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.050 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2021-04-26 08:01:25.052 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2021-04-26 08:01:25.054 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2021-04-26 08:01:25.056 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2021-04-26 08:01:25.058 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.061 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.063 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2021-04-26 08:01:25.065 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.067 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2021-04-26 08:01:25.070 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2021-04-26 08:01:25.072 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2021-04-26 08:01:25.074 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2021-04-26 08:01:25.076 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.078 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.081 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2021-04-26 08:01:25.083 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.086 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2021-04-26 08:01:25.088 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2021-04-26 08:01:25.090 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2021-04-26 08:01:25.092 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2021-04-26 08:01:25.095 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.097 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.100 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2021-04-26 08:01:25.102 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.104 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2021-04-26 08:01:25.106 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2021-04-26 08:01:25.108 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2021-04-26 08:01:25.111 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2021-04-26 08:01:25.113 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.115 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.117 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2021-04-26 08:01:25.120 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.122 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2021-04-26 08:01:25.124 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2021-04-26 08:01:25.126 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2021-04-26 08:01:25.128 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2021-04-26 08:01:25.131 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.133 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.135 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2021-04-26 08:01:25.137 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.140 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2021-04-26 08:01:25.142 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2021-04-26 08:01:25.144 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2021-04-26 08:01:25.147 | + inc/python:use_library_from_git:250 : local name=oslo.service 2021-04-26 08:01:25.149 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.151 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.153 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2021-04-26 08:01:25.156 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.158 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2021-04-26 08:01:25.160 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2021-04-26 08:01:25.163 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2021-04-26 08:01:25.165 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2021-04-26 08:01:25.167 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.170 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.172 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2021-04-26 08:01:25.174 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.176 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2021-04-26 08:01:25.179 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2021-04-26 08:01:25.181 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2021-04-26 08:01:25.183 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2021-04-26 08:01:25.185 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.188 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.190 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2021-04-26 08:01:25.192 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.194 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2021-04-26 08:01:25.197 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2021-04-26 08:01:25.199 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2021-04-26 08:01:25.201 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2021-04-26 08:01:25.203 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.206 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.208 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2021-04-26 08:01:25.210 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.213 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2021-04-26 08:01:25.215 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2021-04-26 08:01:25.217 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2021-04-26 08:01:25.219 | + inc/python:use_library_from_git:250 : local name=osprofiler 2021-04-26 08:01:25.222 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.224 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.227 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2021-04-26 08:01:25.229 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.231 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2021-04-26 08:01:25.234 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2021-04-26 08:01:25.236 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2021-04-26 08:01:25.238 | + inc/python:use_library_from_git:250 : local name=pycadf 2021-04-26 08:01:25.240 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.243 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.245 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2021-04-26 08:01:25.247 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.249 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2021-04-26 08:01:25.252 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2021-04-26 08:01:25.254 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2021-04-26 08:01:25.256 | + inc/python:use_library_from_git:250 : local name=stevedore 2021-04-26 08:01:25.258 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.261 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.263 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2021-04-26 08:01:25.265 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.267 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2021-04-26 08:01:25.270 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2021-04-26 08:01:25.272 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2021-04-26 08:01:25.275 | + inc/python:use_library_from_git:250 : local name=taskflow 2021-04-26 08:01:25.277 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.279 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.281 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2021-04-26 08:01:25.284 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.286 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2021-04-26 08:01:25.289 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2021-04-26 08:01:25.291 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2021-04-26 08:01:25.293 | + inc/python:use_library_from_git:250 : local name=tooz 2021-04-26 08:01:25.296 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.298 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.300 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2021-04-26 08:01:25.302 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.305 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2021-04-26 08:01:25.307 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2021-04-26 08:01:25.310 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2021-04-26 08:01:25.312 | + inc/python:use_library_from_git:250 : local name=os-brick 2021-04-26 08:01:25.314 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.316 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.319 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2021-04-26 08:01:25.321 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.324 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2021-04-26 08:01:25.326 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2021-04-26 08:01:25.328 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2021-04-26 08:01:25.330 | + inc/python:use_library_from_git:250 : local name=os-traits 2021-04-26 08:01:25.333 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.335 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.338 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2021-04-26 08:01:25.340 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.342 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2021-04-26 08:01:25.344 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2021-04-26 08:01:25.347 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2021-04-26 08:01:25.349 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2021-04-26 08:01:25.351 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:25.353 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:25.356 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2021-04-26 08:01:25.358 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:25.360 | + lib/libraries:install_libs:135 : pip_install etcd3 2021-04-26 08:01:25.378 | Using python 3.6 to install etcd3 2021-04-26 08:01:25.381 | + 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-04-26 08:01:26.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:26.313 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:26.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:26.313 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:27.395 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:01:27.400 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:27.405 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:27.409 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:27.524 | Collecting etcd3===0.12.0 2021-04-26 08:01:27.531 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2021-04-26 08:01:30.359 | Collecting grpcio===1.37.0 2021-04-26 08:01:30.373 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/96e/3d85eb63d1446/grpcio-1.37.0-cp36-cp36m-manylinux2014_x86_64.whl (4.2 MB) 2021-04-26 08:01:31.088 | Collecting protobuf===3.15.8 2021-04-26 08:01:31.095 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f80/afc0a0ba13339/protobuf-3.15.8-cp36-cp36m-manylinux1_x86_64.whl (1.0 MB) 2021-04-26 08:01:31.184 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0) 2021-04-26 08:01:31.187 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (6.3.1) 2021-04-26 08:01:31.202 | Building wheels for collected packages: etcd3 2021-04-26 08:01:31.203 | Building wheel for etcd3 (setup.py): started 2021-04-26 08:01:31.971 | Building wheel for etcd3 (setup.py): finished with status 'done' 2021-04-26 08:01:31.972 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42857 sha256=3efcd7e3de1b9d818453fbae96af06081efca4f6fcb06e982c2d846854b0a4dd 2021-04-26 08:01:31.972 | Stored in directory: /root/.cache/pip/wheels/75/25/38/ecbbf43a26553f22e22e86f19f7252d5840cbb6afdb2d5c4a9 2021-04-26 08:01:31.973 | Successfully built etcd3 2021-04-26 08:01:33.508 | Installing collected packages: grpcio, protobuf, etcd3 2021-04-26 08:01:34.299 | Successfully installed etcd3-0.12.0 grpcio-1.37.0 protobuf-3.15.8 2021-04-26 08:01:34.408 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:01:34.408 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:01:34.519 | + inc/python:pip_install:200 : result=0 2021-04-26 08:01:34.522 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:01:34.524 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:34.526 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:34.528 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:34.530 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:34.532 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:34.534 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:01:34.536 | + functions-common:time_stop:2311 : start_time=1619424085374 2021-04-26 08:01:34.539 | + functions-common:time_stop:2313 : [[ -z 1619424085374 ]] 2021-04-26 08:01:34.542 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:34.545 | + functions-common:time_stop:2316 : end_time=1619424094542 2021-04-26 08:01:34.547 | + functions-common:time_stop:2317 : elapsed_time=9168 2021-04-26 08:01:34.549 | + functions-common:time_stop:2318 : total=31327 2021-04-26 08:01:34.551 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:34.553 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=40495 2021-04-26 08:01:34.555 | + inc/python:pip_install:203 : return 0 2021-04-26 08:01:34.558 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2021-04-26 08:01:34.577 | Using python 3.6 to install etcd3gw 2021-04-26 08:01:34.579 | + 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-04-26 08:01:35.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:35.541 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:35.541 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:35.541 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:36.623 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:01:36.627 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:36.633 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:36.638 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:36.756 | Collecting etcd3gw===0.2.5 2021-04-26 08:01:36.764 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f33/eab0d1f4a9600/etcd3gw-0.2.5-py2.py3-none-any.whl (21 kB) 2021-04-26 08:01:36.843 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.3.0) 2021-04-26 08:01:36.850 | 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-04-26 08:01:36.853 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.25.1) 2021-04-26 08:01:36.874 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0) 2021-04-26 08:01:36.877 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.26.4) 2021-04-26 08:01:36.900 | 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-04-26 08:01:36.903 | 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-04-26 08:01:36.906 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.10) 2021-04-26 08:01:38.401 | Installing collected packages: etcd3gw 2021-04-26 08:01:38.571 | Successfully installed etcd3gw-0.2.5 2021-04-26 08:01:38.678 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:01:38.678 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:01:38.761 | + inc/python:pip_install:200 : result=0 2021-04-26 08:01:38.764 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:01:38.766 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:38.768 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:38.771 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:38.773 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:38.775 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:38.777 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:01:38.779 | + functions-common:time_stop:2311 : start_time=1619424094572 2021-04-26 08:01:38.781 | + functions-common:time_stop:2313 : [[ -z 1619424094572 ]] 2021-04-26 08:01:38.784 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:38.788 | + functions-common:time_stop:2316 : end_time=1619424098785 2021-04-26 08:01:38.790 | + functions-common:time_stop:2317 : elapsed_time=4213 2021-04-26 08:01:38.792 | + functions-common:time_stop:2318 : total=40495 2021-04-26 08:01:38.794 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:38.797 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=44708 2021-04-26 08:01:38.799 | + inc/python:pip_install:203 : return 0 2021-04-26 08:01:38.801 | + ./stack.sh:main:843 : install_apache_uwsgi 2021-04-26 08:01:38.803 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2021-04-26 08:01:38.806 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2021-04-26 08:01:38.808 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-04-26 08:01:38.810 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-04-26 08:01:38.812 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-04-26 08:01:38.815 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-04-26 08:01:38.817 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-04-26 08:01:38.820 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-04-26 08:01:38.822 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-04-26 08:01:38.824 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-04-26 08:01:38.826 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-04-26 08:01:38.828 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2021-04-26 08:01:38.831 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2021-04-26 08:01:38.833 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:38.836 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:38.838 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2021-04-26 08:01:38.840 | + lib/apache:install_apache_uwsgi:96 : [[ bionic == \b\i\o\n\i\c ]] 2021-04-26 08:01:38.842 | + lib/apache:install_apache_uwsgi:97 : pkg_list='uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python' 2021-04-26 08:01:38.844 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-04-26 08:01:38.847 | + functions-common:install_package:1342 : update_package_repo 2021-04-26 08:01:38.849 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:01:38.851 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:01:38.853 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:01:38.855 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:01:38.858 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:01:38.860 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:38.862 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:38.864 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:01:38.867 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:01:38.869 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-26 08:01:38.871 | + functions-common:apt_get_update:1069 : return 2021-04-26 08:01:38.873 | + functions-common:install_package:1343 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-04-26 08:01:38.876 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:01:38.878 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:38.881 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:38.883 | + functions-common:real_install_package:1329 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-04-26 08:01:38.901 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi uwsgi-plugin-python 2021-04-26 08:01:39.021 | Reading package lists... 2021-04-26 08:01:39.268 | Building dependency tree... 2021-04-26 08:01:39.269 | Reading state information... 2021-04-26 08:01:39.484 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:01:39.484 | The following packages were automatically installed and are no longer required: 2021-04-26 08:01:39.484 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:01:39.484 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:01:39.484 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-04-26 08:01:39.484 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 08:01:39.485 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 08:01:39.485 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 08:01:39.485 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:01:39.486 | Suggested packages: 2021-04-26 08:01:39.487 | python-uwsgidecorators python3-uwsgidecorators 2021-04-26 08:01:39.535 | The following NEW packages will be installed: 2021-04-26 08:01:39.535 | uwsgi uwsgi-plugin-python uwsgi-plugin-python3 2021-04-26 08:01:39.817 | 0 upgraded, 3 newly installed, 0 to remove and 176 not upgraded. 2021-04-26 08:01:39.817 | Need to get 163 kB of archives. 2021-04-26 08:01:39.817 | After this operation, 634 kB of additional disk space will be used. 2021-04-26 08:01:39.817 | 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-04-26 08:01:40.081 | 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-04-26 08:01:40.293 | 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-04-26 08:01:40.938 | Fetched 163 kB in 1s (190 kB/s) 2021-04-26 08:01:41.104 | Selecting previously unselected package uwsgi. 2021-04-26 08:01:41.143 | (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 ... 77331 files and directories currently installed.) 2021-04-26 08:01:41.146 | Preparing to unpack .../uwsgi_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-26 08:01:41.181 | Unpacking uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-26 08:01:41.672 | Selecting previously unselected package uwsgi-plugin-python. 2021-04-26 08:01:41.681 | Preparing to unpack .../uwsgi-plugin-python_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-26 08:01:41.732 | Unpacking uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-04-26 08:01:42.170 | Selecting previously unselected package uwsgi-plugin-python3. 2021-04-26 08:01:42.177 | Preparing to unpack .../uwsgi-plugin-python3_2.0.15-10.2ubuntu2.1_amd64.deb ... 2021-04-26 08:01:42.223 | Unpacking uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-04-26 08:01:42.570 | Setting up uwsgi-plugin-python3 (2.0.15-10.2ubuntu2.1) ... 2021-04-26 08:01:42.800 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:01:42.907 | Setting up uwsgi (2.0.15-10.2ubuntu2.1) ... 2021-04-26 08:01:43.810 | Setting up uwsgi-plugin-python (2.0.15-10.2ubuntu2.1) ... 2021-04-26 08:01:44.057 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:01:44.326 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 08:01:44.978 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:01:47.046 | + functions-common:apt_get:1113 : result=0 2021-04-26 08:01:47.049 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:01:47.051 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:47.053 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:47.056 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:47.058 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:47.060 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:47.062 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:01:47.064 | + functions-common:time_stop:2311 : start_time=1619424098899 2021-04-26 08:01:47.066 | + functions-common:time_stop:2313 : [[ -z 1619424098899 ]] 2021-04-26 08:01:47.070 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:47.073 | + functions-common:time_stop:2316 : end_time=1619424107070 2021-04-26 08:01:47.075 | + functions-common:time_stop:2317 : elapsed_time=8171 2021-04-26 08:01:47.077 | + functions-common:time_stop:2318 : total=362119 2021-04-26 08:01:47.079 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:47.081 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=370290 2021-04-26 08:01:47.083 | + functions-common:apt_get:1117 : return 0 2021-04-26 08:01:47.086 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2021-04-26 08:01:47.088 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:01:47.090 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:01:47.092 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2021-04-26 08:01:47.149 | Enabling module proxy. 2021-04-26 08:01:47.154 | To activate the new configuration, you need to run: 2021-04-26 08:01:47.154 | systemctl restart apache2 2021-04-26 08:01:47.158 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2021-04-26 08:01:47.214 | Considering dependency proxy for proxy_uwsgi: 2021-04-26 08:01:47.214 | Module proxy already enabled 2021-04-26 08:01:47.214 | Enabling module proxy_uwsgi. 2021-04-26 08:01:47.219 | To activate the new configuration, you need to run: 2021-04-26 08:01:47.219 | systemctl restart apache2 2021-04-26 08:01:47.223 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2021-04-26 08:01:47.225 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-04-26 08:01:47.227 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2021-04-26 08:01:47.230 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2021-04-26 08:01:47.366 | + ./stack.sh:main:846 : install_keystoneauth 2021-04-26 08:01:47.369 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2021-04-26 08:01:47.371 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2021-04-26 08:01:47.373 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.375 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.378 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2021-04-26 08:01:47.380 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.382 | + ./stack.sh:main:847 : install_keystoneclient 2021-04-26 08:01:47.384 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2021-04-26 08:01:47.387 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2021-04-26 08:01:47.389 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.391 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.394 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2021-04-26 08:01:47.397 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.399 | + ./stack.sh:main:848 : install_glanceclient 2021-04-26 08:01:47.401 | + lib/glance:install_glanceclient:429 : use_library_from_git python-glanceclient 2021-04-26 08:01:47.403 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2021-04-26 08:01:47.405 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.408 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.410 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2021-04-26 08:01:47.413 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.415 | + ./stack.sh:main:849 : install_cinderclient 2021-04-26 08:01:47.418 | + lib/cinder:install_cinderclient:467 : use_library_from_git python-brick-cinderclient-ext 2021-04-26 08:01:47.420 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2021-04-26 08:01:47.422 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.424 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.427 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2021-04-26 08:01:47.429 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.431 | + lib/cinder:install_cinderclient:472 : use_library_from_git python-cinderclient 2021-04-26 08:01:47.434 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2021-04-26 08:01:47.436 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.438 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.440 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2021-04-26 08:01:47.444 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.446 | + ./stack.sh:main:850 : install_novaclient 2021-04-26 08:01:47.448 | + lib/nova:install_novaclient:809 : use_library_from_git python-novaclient 2021-04-26 08:01:47.451 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2021-04-26 08:01:47.453 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.455 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.458 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2021-04-26 08:01:47.461 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.463 | + ./stack.sh:main:851 : is_service_enabled swift glance horizon 2021-04-26 08:01:47.478 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:01:47.481 | + ./stack.sh:main:852 : install_swiftclient 2021-04-26 08:01:47.483 | + lib/swift:install_swiftclient:753 : use_library_from_git python-swiftclient 2021-04-26 08:01:47.485 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2021-04-26 08:01:47.487 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.490 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.492 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2021-04-26 08:01:47.494 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.497 | + ./stack.sh:main:854 : is_service_enabled neutron nova horizon 2021-04-26 08:01:47.512 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:01:47.515 | + ./stack.sh:main:855 : install_neutronclient 2021-04-26 08:01:47.517 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2021-04-26 08:01:47.519 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2021-04-26 08:01:47.522 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.524 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.527 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2021-04-26 08:01:47.529 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.531 | + ./stack.sh:main:859 : install_keystonemiddleware 2021-04-26 08:01:47.534 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2021-04-26 08:01:47.536 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2021-04-26 08:01:47.539 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:01:47.541 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:01:47.543 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2021-04-26 08:01:47.546 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:01:47.548 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2021-04-26 08:01:47.550 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2021-04-26 08:01:47.552 | + inc/python:pip_install_gr:77 : local clean_name 2021-04-26 08:01:47.555 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2021-04-26 08:01:47.558 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2021-04-26 08:01:47.560 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-04-26 08:01:47.564 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-04-26 08:01:47.564 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2021-04-26 08:01:47.569 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2021-04-26 08:01:47.571 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2021-04-26 08:01:47.573 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2021-04-26 08:01:47.576 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2021-04-26 08:01:47.578 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2021-04-26 08:01:47.597 | Using python 3.6 to install keystonemiddleware 2021-04-26 08:01:47.599 | + 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-04-26 08:01:48.563 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:48.563 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:48.563 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:48.563 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:49.652 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:01:49.656 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:49.662 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:49.667 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:49.675 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (9.2.0) 2021-04-26 08:01:49.734 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.7.0) 2021-04-26 08:01:49.774 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) (8.5.0) 2021-04-26 08:01:49.821 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) (1.1.2) 2021-04-26 08:01:49.827 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (3.3.0) 2021-04-26 08:01:49.837 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0) 2021-04-26 08:01:49.840 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (1.4.0) 2021-04-26 08:01:49.844 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (4.3.1) 2021-04-26 08:01:49.911 | 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 510)) (4.2.0) 2021-04-26 08:01:49.931 | Requirement already satisfied: decorator===4.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (4.4.2) 2021-04-26 08:01:49.934 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (4.8.0) 2021-04-26 08:01:49.952 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2021.1) 2021-04-26 08:01:49.956 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (4.1.0) 2021-04-26 08:01:49.966 | 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 275)) (4.4.0) 2021-04-26 08:01:50.009 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 55)) (3.2.0) 2021-04-26 08:01:50.015 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (1.8.7) 2021-04-26 08:01:50.029 | 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 52)) (5.0.1) 2021-04-26 08:01:50.036 | 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-04-26 08:01:50.039 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 58)) (3.1.1) 2021-04-26 08:01:50.050 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (2.25.1) 2021-04-26 08:01:50.073 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 278)) (3.10.1) 2021-04-26 08:01:50.115 | Requirement already satisfied: debtcollector===2.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) (2.2.0) 2021-04-26 08:01:50.123 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (5.4.1) 2021-04-26 08:01:50.126 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) (0.8.0) 2021-04-26 08:01:50.133 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.1.14) 2021-04-26 08:01:50.135 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (1.7.0) 2021-04-26 08:01:50.140 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (2.4.7) 2021-04-26 08:01:50.143 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (20.9) 2021-04-26 08:01:50.149 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (0.10.9) 2021-04-26 08:01:50.152 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) (1.0.2) 2021-04-26 08:01:50.156 | 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 565)) (2.8.1) 2021-04-26 08:01:50.161 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (0.9.6) 2021-04-26 08:01:50.164 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (1.26.4) 2021-04-26 08:01:50.185 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.10) 2021-04-26 08:01:50.189 | 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-04-26 08:01:50.199 | 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-04-26 08:01:50.199 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (3.4.1) 2021-04-26 08:01:50.222 | 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 566)) (3.7.4.3) 2021-04-26 08:01:50.227 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (1.12.1) 2021-04-26 08:01:50.230 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (5.1.2) 2021-04-26 08:01:51.565 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:01:51.566 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:01:51.649 | + inc/python:pip_install:200 : result=0 2021-04-26 08:01:51.651 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:01:51.653 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:51.655 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:51.657 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:51.660 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:51.662 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:51.664 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:01:51.666 | + functions-common:time_stop:2311 : start_time=1619424107592 2021-04-26 08:01:51.668 | + functions-common:time_stop:2313 : [[ -z 1619424107592 ]] 2021-04-26 08:01:51.671 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:51.674 | + functions-common:time_stop:2316 : end_time=1619424111672 2021-04-26 08:01:51.677 | + functions-common:time_stop:2317 : elapsed_time=4080 2021-04-26 08:01:51.679 | + functions-common:time_stop:2318 : total=44708 2021-04-26 08:01:51.681 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:51.683 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=48788 2021-04-26 08:01:51.686 | + inc/python:pip_install:203 : return 0 2021-04-26 08:01:51.688 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2021-04-26 08:01:51.690 | + inc/python:pip_install_gr:76 : local name=python-memcached 2021-04-26 08:01:51.693 | + inc/python:pip_install_gr:77 : local clean_name 2021-04-26 08:01:51.696 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2021-04-26 08:01:51.699 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2021-04-26 08:01:51.701 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-04-26 08:01:51.704 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2021-04-26 08:01:51.705 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-04-26 08:01:51.709 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2021-04-26 08:01:51.711 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2021-04-26 08:01:51.714 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2021-04-26 08:01:51.716 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2021-04-26 08:01:51.718 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2021-04-26 08:01:51.736 | Using python 3.6 to install python-memcached 2021-04-26 08:01:51.739 | + 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-04-26 08:01:52.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:52.708 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:52.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:52.708 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:53.795 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:01:53.800 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:53.806 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:53.811 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:53.923 | Collecting python-memcached===1.59 2021-04-26 08:01:53.931 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2021-04-26 08:01:53.999 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (1.15.0) 2021-04-26 08:01:55.538 | Installing collected packages: python-memcached 2021-04-26 08:01:55.704 | Successfully installed python-memcached-1.59 2021-04-26 08:01:55.811 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:01:55.811 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:01:55.895 | + inc/python:pip_install:200 : result=0 2021-04-26 08:01:55.898 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:01:55.900 | + functions-common:time_stop:2304 : local name 2021-04-26 08:01:55.902 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:01:55.904 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:01:55.906 | + functions-common:time_stop:2307 : local total 2021-04-26 08:01:55.909 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:01:55.911 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:01:55.914 | + functions-common:time_stop:2311 : start_time=1619424111732 2021-04-26 08:01:55.916 | + functions-common:time_stop:2313 : [[ -z 1619424111732 ]] 2021-04-26 08:01:55.919 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:01:55.922 | + functions-common:time_stop:2316 : end_time=1619424115919 2021-04-26 08:01:55.924 | + functions-common:time_stop:2317 : elapsed_time=4187 2021-04-26 08:01:55.927 | + functions-common:time_stop:2318 : total=48788 2021-04-26 08:01:55.929 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:01:55.931 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=52975 2021-04-26 08:01:55.933 | + inc/python:pip_install:203 : return 0 2021-04-26 08:01:55.936 | + ./stack.sh:main:861 : is_service_enabled keystone 2021-04-26 08:01:55.951 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:01:55.953 | + ./stack.sh:main:862 : '[' 10.222.0.43 == 10.222.0.43 ']' 2021-04-26 08:01:55.955 | + ./stack.sh:main:863 : stack_install_service keystone 2021-04-26 08:01:55.957 | + lib/stack:stack_install_service:20 : local service=keystone 2021-04-26 08:01:55.960 | + lib/stack:stack_install_service:21 : type install_keystone 2021-04-26 08:01:55.962 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-26 08:01:55.964 | + lib/stack:stack_install_service:32 : install_keystone 2021-04-26 08:01:55.967 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2021-04-26 08:01:55.981 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:01:55.983 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2021-04-26 08:01:55.985 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2021-04-26 08:01:55.987 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2021-04-26 08:01:55.990 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:01:55.992 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:01:55.994 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:01:55.997 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:01:55.999 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:01:56.001 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:01:56.015 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:01:56.017 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:01:56.019 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:01:56.021 | + functions-common:git_clone:544 : echo master 2021-04-26 08:01:56.023 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:01:56.026 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2021-04-26 08:01:56.029 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:01:56.031 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2021-04-26 08:01:56.033 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:01:56.033 | + functions-common:git_clone:593 : head -1 2021-04-26 08:01:56.036 | 10057702a Merge "Retry update_user when sqlalchemy raises StaleDataErrors" 2021-04-26 08:01:56.039 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:01:56.041 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2021-04-26 08:01:56.043 | + inc/python:setup_develop:338 : local bindep 2021-04-26 08:01:56.045 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2021-04-26 08:01:56.048 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2021-04-26 08:01:56.050 | + inc/python:setup_develop:344 : local extras= 2021-04-26 08:01:56.053 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2021-04-26 08:01:56.055 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-04-26 08:01:56.057 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2021-04-26 08:01:56.059 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2021-04-26 08:01:56.062 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-04-26 08:01:56.064 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-04-26 08:01:56.067 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2021-04-26 08:01:56.069 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-04-26 08:01:56.071 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2021-04-26 08:01:56.074 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-04-26 08:01:56.076 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-04-26 08:01:56.079 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2021-04-26 08:01:56.084 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2021-04-26 08:01:56.086 | + 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-04-26 08:01:56.768 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2021-04-26 08:01:56.771 | + inc/python:setup_package:417 : local bindep=0 2021-04-26 08:01:56.773 | + inc/python:setup_package:418 : local bindep_flag= 2021-04-26 08:01:56.775 | + inc/python:setup_package:419 : local bindep_profiles= 2021-04-26 08:01:56.777 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2021-04-26 08:01:56.779 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2021-04-26 08:01:56.781 | + inc/python:setup_package:426 : local flags=-e 2021-04-26 08:01:56.784 | + inc/python:setup_package:427 : local extras= 2021-04-26 08:01:56.786 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-04-26 08:01:56.788 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-04-26 08:01:56.790 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-04-26 08:01:56.792 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-04-26 08:01:56.794 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-04-26 08:01:56.796 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2021-04-26 08:01:56.814 | Using python 3.6 to install /opt/stack/keystone 2021-04-26 08:01:56.817 | + 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-04-26 08:01:57.780 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:57.780 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:57.780 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:01:57.780 | from cryptography.utils import int_from_bytes 2021-04-26 08:01:58.858 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:01:58.858 | 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-04-26 08:01:58.862 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:58.869 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:58.876 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:01:58.880 | Obtaining file:///opt/stack/keystone 2021-04-26 08:02:00.503 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-26 08:02:02.258 | Collecting Flask===1.1.2 2021-04-26 08:02:02.265 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8a4/fdd8936eba251/Flask-1.1.2-py2.py3-none-any.whl (94 kB) 2021-04-26 08:02:02.457 | Collecting Flask-RESTful===0.3.8 2021-04-26 08:02:02.463 | 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-04-26 08:02:02.538 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-04-26 08:02:02.545 | 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-04-26 08:02:02.610 | Collecting PyJWT===2.0.1 2021-04-26 08:02:02.616 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b70/b15f89dc69b99/PyJWT-2.0.1-py3-none-any.whl (15 kB) 2021-04-26 08:02:02.648 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-04-26 08:02:02.678 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7) 2021-04-26 08:02:02.824 | Collecting Werkzeug===1.0.1 2021-04-26 08:02:02.831 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2de/2a5db0baeae7b/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB) 2021-04-26 08:02:03.018 | Collecting aniso8601===9.0.1 2021-04-26 08:02:03.025 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2021-04-26 08:02:03.344 | Collecting bcrypt===3.2.0 2021-04-26 08:02:03.351 | 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-04-26 08:02:03.428 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5) 2021-04-26 08:02:03.482 | Collecting click===7.1.2 2021-04-26 08:02:03.489 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dac/ca89f4bfadd5d/click-7.1.2-py2.py3-none-any.whl (82 kB) 2021-04-26 08:02:03.498 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.4.7) 2021-04-26 08:02:03.541 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.2) 2021-04-26 08:02:03.631 | Collecting itsdangerous===1.1.0 2021-04-26 08:02:03.637 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b12/271b2047cb23e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) 2021-04-26 08:02:03.705 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0) 2021-04-26 08:02:03.737 | 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-04-26 08:02:03.795 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) (1.0.2) 2021-04-26 08:02:03.835 | Collecting oauthlib===3.1.0 2021-04-26 08:02:03.842 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/df8/84cd6cbe20e32/oauthlib-3.1.0-py2.py3-none-any.whl (147 kB) 2021-04-26 08:02:03.862 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.7.0) 2021-04-26 08:02:03.901 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (8.5.0) 2021-04-26 08:02:03.948 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (3.2.0) 2021-04-26 08:02:03.954 | Requirement already satisfied: oslo.db===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.5.0) 2021-04-26 08:02:04.008 | 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-04-26 08:02:04.014 | 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-04-26 08:02:04.056 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (12.7.1) 2021-04-26 08:02:04.116 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (4.2.0) 2021-04-26 08:02:04.135 | Requirement already satisfied: oslo.policy===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (3.7.0) 2021-04-26 08:02:04.152 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (4.1.0) 2021-04-26 08:02:04.162 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (2.5.0) 2021-04-26 08:02:04.187 | 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-04-26 08:02:04.199 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (4.8.0) 2021-04-26 08:02:04.217 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (3.4.0) 2021-04-26 08:02:04.268 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) (20.9) 2021-04-26 08:02:04.370 | Collecting passlib===1.7.4 2021-04-26 08:02:04.377 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2021-04-26 08:02:04.469 | 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-04-26 08:02:04.472 | 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-04-26 08:02:04.474 | 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-04-26 08:02:04.485 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (2.20) 2021-04-26 08:02:04.489 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (0.9.6) 2021-04-26 08:02:04.491 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 363)) (2.4.7) 2021-04-26 08:02:04.494 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) (0.17.3) 2021-04-26 08:02:04.606 | Collecting pysaml2===6.5.1 2021-04-26 08:02:04.615 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f79/d7b2a416f1b18/pysaml2-6.5.1-py2.py3-none-any.whl (401 kB) 2021-04-26 08:02:04.711 | 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 390)) (2.8.1) 2021-04-26 08:02:04.716 | 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 400)) (4.2.0) 2021-04-26 08:02:04.736 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 430)) (2021.1) 2021-04-26 08:02:04.741 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (2.25.1) 2021-04-26 08:02:04.762 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.4.0) 2021-04-26 08:02:05.000 | Collecting scrypt===0.8.17 2021-04-26 08:02:05.007 | 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-04-26 08:02:05.096 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 474)) (56.0.0) 2021-04-26 08:02:05.178 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (1.15.0) 2021-04-26 08:02:05.181 | 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 503)) (0.13.0) 2021-04-26 08:02:05.192 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 504)) (0.4.1) 2021-04-26 08:02:05.195 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (3.3.0) 2021-04-26 08:02:05.198 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (3.3.0) 2021-04-26 08:02:05.208 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (2.0.1) 2021-04-26 08:02:05.217 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 526)) (0.5.0) 2021-04-26 08:02:05.223 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.4.0) 2021-04-26 08:02:05.242 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (1.4.0) 2021-04-26 08:02:05.245 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 547)) (1.1.0) 2021-04-26 08:02:05.253 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.26.4) 2021-04-26 08:02:05.413 | Collecting xmlschema===1.6.1 2021-04-26 08:02:05.420 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b3/d7c8222c8e0d5/xmlschema-1.6.1-py3-none-any.whl (254 kB) 2021-04-26 08:02:05.523 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.3.2) 2021-04-26 08:02:05.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-04-26 08:02:05.531 | 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-04-26 08:02:05.577 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.10.1) 2021-04-26 08:02:05.618 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.3.1) 2021-04-26 08:02:05.684 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-04-26 08:02:05.688 | 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-04-26 08:02:05.697 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (0.8.0) 2021-04-26 08:02:05.704 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8) 2021-04-26 08:02:05.713 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2021-04-26 08:02:05.720 | 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-04-26 08:02:05.765 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6) 2021-04-26 08:02:05.771 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (4.2.1) 2021-04-26 08:02:05.774 | Requirement already satisfied: oslo.concurrency===4.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (4.4.0) 2021-04-26 08:02:05.786 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0) 2021-04-26 08:02:05.797 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2) 2021-04-26 08:02:05.807 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.0.0) 2021-04-26 08:02:05.813 | 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-04-26 08:02:05.825 | 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-04-26 08:02:05.834 | 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-04-26 08:02:05.843 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.14) 2021-04-26 08:02:05.846 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.10.9) 2021-04-26 08:02:05.849 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (5.1.2) 2021-04-26 08:02:05.961 | Collecting defusedxml===0.7.1 2021-04-26 08:02:05.968 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2021-04-26 08:02:06.039 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (20.0.1) 2021-04-26 08:02:06.055 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0) 2021-04-26 08:02:06.058 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5) 2021-04-26 08:02:06.060 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.10) 2021-04-26 08:02:06.064 | 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-04-26 08:02:06.067 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0) 2021-04-26 08:02:06.069 | 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 406)) (1.6.0) 2021-04-26 08:02:06.071 | 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-04-26 08:02:06.074 | 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 547)) (1.4.0) 2021-04-26 08:02:06.198 | Collecting elementpath===2.2.1 2021-04-26 08:02:06.205 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5a0/0899c22623e0a/elementpath-2.2.1-py3-none-any.whl (145 kB) 2021-04-26 08:02:06.286 | 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 543)) (3.7.4.3) 2021-04-26 08:02:06.290 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (3.4.1) 2021-04-26 08:02:06.317 | 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-04-26 08:02:06.321 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (1.12.1) 2021-04-26 08:02:06.324 | 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 392)) (1.0.4) 2021-04-26 08:02:06.326 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-04-26 08:02:06.335 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (5.0.0) 2021-04-26 08:02:06.338 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1) 2021-04-26 08:02:06.343 | 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-04-26 08:02:06.352 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (0.7) 2021-04-26 08:02:06.359 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.6) 2021-04-26 08:02:07.196 | Installing collected packages: click, Werkzeug, itsdangerous, Flask, aniso8601, Flask-RESTful, passlib, bcrypt, scrypt, oauthlib, elementpath, xmlschema, defusedxml, pysaml2, PyJWT, keystone 2021-04-26 08:02:07.196 | Attempting uninstall: click 2021-04-26 08:02:07.199 | Found existing installation: click 6.7 2021-04-26 08:02:07.203 | Uninstalling click-6.7: 2021-04-26 08:02:07.228 | Successfully uninstalled click-6.7 2021-04-26 08:02:08.668 | Attempting uninstall: oauthlib 2021-04-26 08:02:08.670 | Found existing installation: oauthlib 2.0.6 2021-04-26 08:02:08.676 | Uninstalling oauthlib-2.0.6: 2021-04-26 08:02:08.700 | Successfully uninstalled oauthlib-2.0.6 2021-04-26 08:02:10.063 | Attempting uninstall: PyJWT 2021-04-26 08:02:10.064 | Found existing installation: PyJWT 1.5.3 2021-04-26 08:02:10.071 | Uninstalling PyJWT-1.5.3: 2021-04-26 08:02:10.093 | Successfully uninstalled PyJWT-1.5.3 2021-04-26 08:02:10.172 | Running setup.py develop for keystone 2021-04-26 08:02:11.993 | Successfully installed Flask-1.1.2 Flask-RESTful-0.3.8 PyJWT-2.0.1 Werkzeug-1.0.1 aniso8601-9.0.1 bcrypt-3.2.0 click-7.1.2 defusedxml-0.7.1 elementpath-2.2.1 itsdangerous-1.1.0 keystone oauthlib-3.1.0 passlib-1.7.4 pysaml2-6.5.1 scrypt-0.8.17 xmlschema-1.6.1 2021-04-26 08:02:12.109 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:02:12.109 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:02:12.208 | + inc/python:pip_install:200 : result=0 2021-04-26 08:02:12.210 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:02:12.212 | + functions-common:time_stop:2304 : local name 2021-04-26 08:02:12.215 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:02:12.217 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:02:12.219 | + functions-common:time_stop:2307 : local total 2021-04-26 08:02:12.221 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:02:12.223 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:02:12.225 | + functions-common:time_stop:2311 : start_time=1619424116810 2021-04-26 08:02:12.227 | + functions-common:time_stop:2313 : [[ -z 1619424116810 ]] 2021-04-26 08:02:12.230 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:02:12.233 | + functions-common:time_stop:2316 : end_time=1619424132231 2021-04-26 08:02:12.235 | + functions-common:time_stop:2317 : elapsed_time=15421 2021-04-26 08:02:12.237 | + functions-common:time_stop:2318 : total=52975 2021-04-26 08:02:12.240 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:02:12.242 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=68396 2021-04-26 08:02:12.244 | + inc/python:pip_install:203 : return 0 2021-04-26 08:02:12.246 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-04-26 08:02:12.248 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-04-26 08:02:12.250 | + functions-common:safe_chown:2205 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-04-26 08:02:12.266 | + functions-common:_safe_permission_operation:2053 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2021-04-26 08:02:12.277 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/keystone 2021-04-26 08:02:12.279 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2021-04-26 08:02:12.281 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:02:12.283 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:02:12.286 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/keystone, ]] 2021-04-26 08:02:12.289 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:02:12.291 | + lib/keystone:install_keystone:508 : is_service_enabled ldap 2021-04-26 08:02:12.307 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:12.309 | + lib/keystone:install_keystone:512 : '[' uwsgi == mod_wsgi ']' 2021-04-26 08:02:12.312 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-26 08:02:12.314 | + ./stack.sh:main:864 : configure_keystone 2021-04-26 08:02:12.316 | + lib/keystone:configure_keystone:202 : sudo install -d -o ubuntu /etc/keystone 2021-04-26 08:02:12.327 | + 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-04-26 08:02:12.330 | + lib/keystone:configure_keystone:205 : install -m 600 /dev/null /etc/keystone/keystone.conf 2021-04-26 08:02:12.334 | + lib/keystone:configure_keystone:208 : is_service_enabled ldap 2021-04-26 08:02:12.348 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:12.351 | + lib/keystone:configure_keystone:212 : iniset /etc/keystone/keystone.conf identity driver sql 2021-04-26 08:02:12.376 | + lib/keystone:configure_keystone:213 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2021-04-26 08:02:12.399 | + lib/keystone:configure_keystone:214 : iniset /etc/keystone/keystone.conf assignment driver sql 2021-04-26 08:02:12.424 | + lib/keystone:configure_keystone:215 : iniset /etc/keystone/keystone.conf role driver sql 2021-04-26 08:02:12.449 | + lib/keystone:configure_keystone:216 : iniset /etc/keystone/keystone.conf resource driver sql 2021-04-26 08:02:12.475 | + lib/keystone:configure_keystone:219 : iniset /etc/keystone/keystone.conf cache enabled True 2021-04-26 08:02:12.500 | + lib/keystone:configure_keystone:220 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2021-04-26 08:02:12.523 | + lib/keystone:configure_keystone:221 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2021-04-26 08:02:12.546 | + lib/keystone:configure_keystone:223 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2021-04-26 08:02:12.549 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2021-04-26 08:02:12.552 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2021-04-26 08:02:12.554 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2021-04-26 08:02:12.556 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-04-26 08:02:12.558 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-04-26 08:02:12.572 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:12.575 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-04-26 08:02:12.577 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-04-26 08:02:12.579 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-04-26 08:02:12.593 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:12.596 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2021-04-26 08:02:12.599 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2021-04-26 08:02:12.624 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-04-26 08:02:12.626 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-04-26 08:02:12.628 | + lib/keystone:configure_keystone:225 : local service_port=5000 2021-04-26 08:02:12.630 | + lib/keystone:configure_keystone:226 : local auth_port=35357 2021-04-26 08:02:12.633 | + lib/keystone:configure_keystone:228 : is_service_enabled tls-proxy 2021-04-26 08:02:12.647 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:12.650 | + lib/keystone:configure_keystone:240 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.43/identity 2021-04-26 08:02:12.675 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://10.222.0.43/identity 2021-04-26 08:02:12.698 | + lib/keystone:configure_keystone:243 : [[ fernet != '' ]] 2021-04-26 08:02:12.700 | + lib/keystone:configure_keystone:244 : iniset /etc/keystone/keystone.conf token provider fernet 2021-04-26 08:02:12.727 | ++ lib/keystone:configure_keystone:247 : database_connection_url keystone 2021-04-26 08:02:12.729 | ++ lib/database:database_connection_url:132 : local db=keystone 2021-04-26 08:02:12.731 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql keystone 2021-04-26 08:02:12.733 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=keystone 2021-04-26 08:02:12.736 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-04-26 08:02:12.738 | + lib/keystone:configure_keystone:247 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2021-04-26 08:02:12.763 | + lib/keystone:configure_keystone:250 : '[' False '!=' False ']' 2021-04-26 08:02:12.765 | + lib/keystone:configure_keystone:255 : setup_logging /etc/keystone/keystone.conf 2021-04-26 08:02:12.767 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2021-04-26 08:02:12.770 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2021-04-26 08:02:12.773 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-04-26 08:02:12.789 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-04-26 08:02:12.791 | + functions:setup_systemd_logging:695 : local pidstr= 2021-04-26 08:02:12.793 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-04-26 08:02:12.795 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-04-26 08:02:12.798 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-04-26 08:02:12.821 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-04-26 08:02:12.844 | + functions:setup_systemd_logging:705 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-04-26 08:02:12.868 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-26 08:02:12.891 | + lib/keystone:configure_keystone:257 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2021-04-26 08:02:12.915 | + lib/keystone:configure_keystone:259 : '[' uwsgi == mod_wsgi ']' 2021-04-26 08:02:12.917 | + lib/keystone:configure_keystone:263 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2021-04-26 08:02:12.920 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-public.ini 2021-04-26 08:02:12.922 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-public 2021-04-26 08:02:12.924 | + lib/apache:write_uwsgi_config:259 : local url=/identity 2021-04-26 08:02:12.926 | + lib/apache:write_uwsgi_config:260 : local http= 2021-04-26 08:02:12.928 | + lib/apache:write_uwsgi_config:261 : local name= 2021-04-26 08:02:12.931 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-public 2021-04-26 08:02:12.934 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-public 2021-04-26 08:02:12.936 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-04-26 08:02:12.939 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-26 08:02:12.950 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-26 08:02:12.950 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-26 08:02:12.958 | d /var/run/uwsgi 0755 ubuntu root 2021-04-26 08:02:12.961 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-26 08:02:12.974 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2021-04-26 08:02:12.976 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2021-04-26 08:02:12.979 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2021-04-26 08:02:13.003 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2021-04-26 08:02:13.026 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2021-04-26 08:02:13.049 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2021-04-26 08:02:13.072 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2021-04-26 08:02:13.095 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2021-04-26 08:02:13.117 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2021-04-26 08:02:13.141 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2021-04-26 08:02:13.164 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2021-04-26 08:02:13.186 | + 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-04-26 08:02:13.210 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2021-04-26 08:02:13.233 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2021-04-26 08:02:13.256 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2021-04-26 08:02:13.279 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-04-26 08:02:13.281 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-04-26 08:02:13.284 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-public 2021-04-26 08:02:13.286 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-public 2021-04-26 08:02:13.289 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-04-26 08:02:13.291 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:02:13.293 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:02:13.295 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-04-26 08:02:13.298 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2021-04-26 08:02:13.301 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2021-04-26 08:02:13.325 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2021-04-26 08:02:13.348 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2021-04-26 08:02:13.349 | + 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-04-26 08:02:13.355 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public/" retry=0 2021-04-26 08:02:13.358 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-public 2021-04-26 08:02:13.361 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-public 2021-04-26 08:02:13.363 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-04-26 08:02:13.366 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-26 08:02:13.368 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-26 08:02:13.370 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:02:13.372 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:02:13.375 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-26 08:02:13.377 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-04-26 08:02:13.380 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:02:13.382 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:02:13.384 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-public 2021-04-26 08:02:13.440 | Enabling site keystone-wsgi-public. 2021-04-26 08:02:13.445 | To activate the new configuration, you need to run: 2021-04-26 08:02:13.445 | systemctl reload apache2 2021-04-26 08:02:13.449 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-04-26 08:02:13.451 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-04-26 08:02:13.454 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2021-04-26 08:02:13.456 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2021-04-26 08:02:13.598 | + lib/keystone:configure_keystone:264 : write_uwsgi_config /etc/keystone/keystone-uwsgi-admin.ini /usr/local/bin/keystone-wsgi-admin /identity_admin 2021-04-26 08:02:13.600 | + lib/apache:write_uwsgi_config:257 : local file=/etc/keystone/keystone-uwsgi-admin.ini 2021-04-26 08:02:13.602 | + lib/apache:write_uwsgi_config:258 : local wsgi=/usr/local/bin/keystone-wsgi-admin 2021-04-26 08:02:13.605 | + lib/apache:write_uwsgi_config:259 : local url=/identity_admin 2021-04-26 08:02:13.607 | + lib/apache:write_uwsgi_config:260 : local http= 2021-04-26 08:02:13.609 | + lib/apache:write_uwsgi_config:261 : local name= 2021-04-26 08:02:13.612 | ++ lib/apache:write_uwsgi_config:262 : basename /usr/local/bin/keystone-wsgi-admin 2021-04-26 08:02:13.616 | + lib/apache:write_uwsgi_config:262 : name=keystone-wsgi-admin 2021-04-26 08:02:13.618 | + lib/apache:write_uwsgi_config:266 : local socket_dir=/var/run/uwsgi 2021-04-26 08:02:13.621 | + lib/apache:write_uwsgi_config:270 : sudo mkdir -p /etc/tmpfiles.d/ 2021-04-26 08:02:13.632 | + lib/apache:write_uwsgi_config:271 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2021-04-26 08:02:13.633 | + lib/apache:write_uwsgi_config:271 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2021-04-26 08:02:13.639 | d /var/run/uwsgi 0755 ubuntu root 2021-04-26 08:02:13.643 | + lib/apache:write_uwsgi_config:272 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2021-04-26 08:02:13.656 | + lib/apache:write_uwsgi_config:274 : local socket=/var/run/uwsgi/keystone-wsgi-admin.socket 2021-04-26 08:02:13.658 | + lib/apache:write_uwsgi_config:277 : rm -rf /etc/keystone/keystone-uwsgi-admin.ini 2021-04-26 08:02:13.662 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-admin 2021-04-26 08:02:13.687 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi processes 2 2021-04-26 08:02:13.711 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi master true 2021-04-26 08:02:13.734 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi die-on-term true 2021-04-26 08:02:13.757 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi exit-on-reload false 2021-04-26 08:02:13.780 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi worker-reload-mercy 90 2021-04-26 08:02:13.804 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi enable-threads true 2021-04-26 08:02:13.827 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi plugins http,python3 2021-04-26 08:02:13.850 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi thunder-lock true 2021-04-26 08:02:13.874 | + 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-04-26 08:02:13.897 | + lib/apache:write_uwsgi_config:295 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi buffer-size 65535 2021-04-26 08:02:13.921 | + lib/apache:write_uwsgi_config:297 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi add-header 'Connection: close' 2021-04-26 08:02:13.944 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi lazy-apps true 2021-04-26 08:02:13.967 | + lib/apache:write_uwsgi_config:302 : [[ -n '' ]] 2021-04-26 08:02:13.969 | + lib/apache:write_uwsgi_config:305 : local apache_conf= 2021-04-26 08:02:13.972 | ++ lib/apache:write_uwsgi_config:306 : apache_site_config_for keystone-wsgi-admin 2021-04-26 08:02:13.975 | ++ lib/apache:apache_site_config_for:189 : local site=keystone-wsgi-admin 2021-04-26 08:02:13.977 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-04-26 08:02:13.979 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:02:13.981 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:02:13.984 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-04-26 08:02:13.986 | + lib/apache:write_uwsgi_config:306 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-04-26 08:02:13.989 | + lib/apache:write_uwsgi_config:307 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-admin.socket 2021-04-26 08:02:14.012 | + lib/apache:write_uwsgi_config:308 : iniset /etc/keystone/keystone-uwsgi-admin.ini uwsgi chmod-socket 666 2021-04-26 08:02:14.036 | + lib/apache:write_uwsgi_config:309 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-admin.conf 2021-04-26 08:02:14.036 | + 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-04-26 08:02:14.044 | ProxyPass "/identity_admin" "unix:/var/run/uwsgi/keystone-wsgi-admin.socket|uwsgi://uwsgi-uds-keystone-wsgi-admin/" retry=0 2021-04-26 08:02:14.047 | + lib/apache:write_uwsgi_config:310 : enable_apache_site keystone-wsgi-admin 2021-04-26 08:02:14.049 | + lib/apache:enable_apache_site:206 : local site=keystone-wsgi-admin 2021-04-26 08:02:14.052 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-04-26 08:02:14.054 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-26 08:02:14.056 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-26 08:02:14.059 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:02:14.061 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:02:14.063 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-26 08:02:14.065 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-04-26 08:02:14.067 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:02:14.070 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:02:14.072 | + lib/apache:enable_apache_site:210 : sudo a2ensite keystone-wsgi-admin 2021-04-26 08:02:14.128 | Enabling site keystone-wsgi-admin. 2021-04-26 08:02:14.133 | To activate the new configuration, you need to run: 2021-04-26 08:02:14.133 | systemctl reload apache2 2021-04-26 08:02:14.137 | + lib/apache:write_uwsgi_config:311 : restart_apache_server 2021-04-26 08:02:14.139 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-04-26 08:02:14.141 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2021-04-26 08:02:14.145 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2021-04-26 08:02:14.286 | + lib/keystone:configure_keystone:267 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2021-04-26 08:02:14.310 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2021-04-26 08:02:14.336 | + lib/keystone:configure_keystone:271 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2021-04-26 08:02:14.361 | + lib/keystone:configure_keystone:279 : [[ True = True ]] 2021-04-26 08:02:14.364 | + lib/keystone:configure_keystone:280 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2021-04-26 08:02:14.389 | + lib/keystone:configure_keystone:281 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2021-04-26 08:02:14.413 | + lib/keystone:configure_keystone:282 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2021-04-26 08:02:14.437 | + ./stack.sh:main:868 : is_service_enabled swift 2021-04-26 08:02:14.453 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:14.455 | + ./stack.sh:main:869 : is_service_enabled ceilometer 2021-04-26 08:02:14.471 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:14.473 | + ./stack.sh:main:872 : stack_install_service swift 2021-04-26 08:02:14.475 | + lib/stack:stack_install_service:20 : local service=swift 2021-04-26 08:02:14.478 | + lib/stack:stack_install_service:21 : type install_swift 2021-04-26 08:02:14.480 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-26 08:02:14.482 | + lib/stack:stack_install_service:32 : install_swift 2021-04-26 08:02:14.485 | + lib/swift:install_swift:743 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2021-04-26 08:02:14.487 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/swift.git 2021-04-26 08:02:14.489 | + functions-common:git_clone:524 : local git_dest=/opt/stack/swift 2021-04-26 08:02:14.491 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:02:14.493 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:02:14.496 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:02:14.499 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:02:14.501 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:02:14.504 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:02:14.518 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:02:14.521 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:02:14.523 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:02:14.526 | + functions-common:git_clone:544 : echo master 2021-04-26 08:02:14.526 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:02:14.530 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/swift ]] 2021-04-26 08:02:14.532 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:02:14.534 | + functions-common:git_clone:592 : cd /opt/stack/swift 2021-04-26 08:02:14.537 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:02:14.537 | + functions-common:git_clone:593 : head -1 2021-04-26 08:02:14.540 | 9d6006f64 auditors: Log and dump recon *before* sleeping 2021-04-26 08:02:14.542 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:02:14.544 | + lib/swift:install_swift:746 : setup_develop /opt/stack/swift keystone 2021-04-26 08:02:14.547 | + inc/python:setup_develop:338 : local bindep 2021-04-26 08:02:14.549 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2021-04-26 08:02:14.552 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2021-04-26 08:02:14.554 | + inc/python:setup_develop:344 : local extras=keystone 2021-04-26 08:02:14.556 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2021-04-26 08:02:14.559 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-04-26 08:02:14.561 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2021-04-26 08:02:14.563 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2021-04-26 08:02:14.566 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-04-26 08:02:14.568 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2021-04-26 08:02:14.571 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2021-04-26 08:02:14.573 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-04-26 08:02:14.576 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2021-04-26 08:02:14.578 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-04-26 08:02:14.581 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-04-26 08:02:14.584 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2021-04-26 08:02:14.589 | + inc/python:_setup_package_with_constraints_edit:383 : name=swift 2021-04-26 08:02:14.591 | + 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-04-26 08:02:15.275 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/swift -e keystone 2021-04-26 08:02:15.277 | + inc/python:setup_package:417 : local bindep=0 2021-04-26 08:02:15.279 | + inc/python:setup_package:418 : local bindep_flag= 2021-04-26 08:02:15.282 | + inc/python:setup_package:419 : local bindep_profiles= 2021-04-26 08:02:15.284 | + inc/python:setup_package:420 : [[ /opt/stack/swift == -bindep* ]] 2021-04-26 08:02:15.286 | + inc/python:setup_package:425 : local project_dir=/opt/stack/swift 2021-04-26 08:02:15.288 | + inc/python:setup_package:426 : local flags=-e 2021-04-26 08:02:15.290 | + inc/python:setup_package:427 : local extras=keystone 2021-04-26 08:02:15.293 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-04-26 08:02:15.295 | + inc/python:setup_package:431 : [[ -z keystone ]] 2021-04-26 08:02:15.297 | + inc/python:setup_package:436 : [[ ! -z keystone ]] 2021-04-26 08:02:15.299 | + inc/python:setup_package:437 : extras='[keystone]' 2021-04-26 08:02:15.301 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-04-26 08:02:15.303 | + inc/python:setup_package:445 : pip_install -e '/opt/stack/swift[keystone]' 2021-04-26 08:02:15.322 | Using python 3.6 to install /opt/stack/swift 2021-04-26 08:02:15.324 | + 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-04-26 08:02:16.326 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:02:16.327 | from cryptography.utils import int_from_bytes 2021-04-26 08:02:16.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:02:16.327 | from cryptography.utils import int_from_bytes 2021-04-26 08:02:17.435 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:02:17.436 | 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-04-26 08:02:17.440 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:17.447 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:17.454 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:17.459 | Obtaining file:///opt/stack/swift 2021-04-26 08:02:18.786 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-26 08:02:20.112 | 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-04-26 08:02:20.122 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.4.7) 2021-04-26 08:02:20.167 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2) 2021-04-26 08:02:20.176 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.0.0) 2021-04-26 08:02:20.182 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (9.2.0) 2021-04-26 08:02:21.120 | Collecting lxml===4.6.3 2021-04-26 08:02:21.138 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bcc/bfc27563652de/lxml-4.6.3-cp36-cp36m-manylinux1_x86_64.whl (5.5 MB) 2021-04-26 08:02:21.346 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9) 2021-04-26 08:02:21.349 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (2.7.0) 2021-04-26 08:02:21.389 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (8.5.0) 2021-04-26 08:02:21.437 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (3.2.0) 2021-04-26 08:02:21.444 | 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 303)) (5.0.1) 2021-04-26 08:02:21.451 | 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 305)) (4.4.0) 2021-04-26 08:02:21.494 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.1.0) 2021-04-26 08:02:21.505 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.8.0) 2021-04-26 08:02:21.523 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.9) 2021-04-26 08:02:21.529 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.1) 2021-04-26 08:02:21.532 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2021-04-26 08:02:21.641 | Collecting pyeclib===1.6.0 2021-04-26 08:02:21.661 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/801/1e31ee89ae7fb/pyeclib-1.6.0.tar.gz (6.7 MB) 2021-04-26 08:02:22.711 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (0.9.6) 2021-04-26 08:02:22.713 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.4.7) 2021-04-26 08:02:22.717 | 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 391)) (2.8.1) 2021-04-26 08:02:22.722 | 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 401)) (4.2.0) 2021-04-26 08:02:22.743 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2021.1) 2021-04-26 08:02:22.748 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (2.25.1) 2021-04-26 08:02:22.769 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2021-04-26 08:02:22.774 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (56.0.0) 2021-04-26 08:02:22.832 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (1.15.0) 2021-04-26 08:02:22.835 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (3.3.0) 2021-04-26 08:02:22.844 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (1.26.4) 2021-04-26 08:02:22.978 | Collecting xattr===0.9.7 2021-04-26 08:02:22.991 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b0b/bca828e04ef2d/xattr-0.9.7.tar.gz (13 kB) 2021-04-26 08:02:23.789 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5) 2021-04-26 08:02:23.792 | 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-04-26 08:02:23.802 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.3.1) 2021-04-26 08:02:23.869 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7) 2021-04-26 08:02:23.883 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.2) 2021-04-26 08:02:23.890 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.10.1) 2021-04-26 08:02:23.932 | 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-04-26 08:02:23.941 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-04-26 08:02:23.945 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0) 2021-04-26 08:02:23.951 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.2) 2021-04-26 08:02:23.955 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.14) 2021-04-26 08:02:23.958 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5) 2021-04-26 08:02:23.960 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0) 2021-04-26 08:02:23.964 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.10) 2021-04-26 08:02:23.968 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.20) 2021-04-26 08:02:23.971 | 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 290)) (1.7.0) 2021-04-26 08:02:23.976 | 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-04-26 08:02:23.979 | 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 544)) (3.7.4.3) 2021-04-26 08:02:23.983 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (3.4.1) 2021-04-26 08:02:24.045 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.12.1) 2021-04-26 08:02:24.048 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (5.1.2) 2021-04-26 08:02:24.076 | Building wheels for collected packages: pyeclib, xattr 2021-04-26 08:02:24.077 | Building wheel for pyeclib (setup.py): started 2021-04-26 08:02:25.258 | Building wheel for pyeclib (setup.py): finished with status 'done' 2021-04-26 08:02:25.259 | Created wheel for pyeclib: filename=pyeclib-1.6.0-cp36-cp36m-linux_x86_64.whl size=53036 sha256=16bce9c4718a9f6f6297feaf1d30d7fdc5ee3460f8962a45d0baf268a56bb9ca 2021-04-26 08:02:25.259 | Stored in directory: /root/.cache/pip/wheels/d1/e7/5c/187cdc036d5d2f2d7173a0c15ffdcd6a80b739475f849c4829 2021-04-26 08:02:25.261 | Building wheel for xattr (setup.py): started 2021-04-26 08:02:26.536 | Building wheel for xattr (setup.py): finished with status 'done' 2021-04-26 08:02:26.537 | Created wheel for xattr: filename=xattr-0.9.7-cp36-cp36m-linux_x86_64.whl size=30930 sha256=51e2ec78114fbd6ec3a8568633e604e60315290372c7e4598b26640d531f52be 2021-04-26 08:02:26.537 | Stored in directory: /root/.cache/pip/wheels/6f/e1/5d/b2a3587e1783702a1ae6ae1c99d9d21d246d5a189b4b1a2038 2021-04-26 08:02:26.538 | Successfully built pyeclib xattr 2021-04-26 08:02:27.793 | Installing collected packages: lxml, xattr, pyeclib, swift 2021-04-26 08:02:28.270 | Running setup.py develop for swift 2021-04-26 08:02:29.908 | Successfully installed lxml-4.6.3 pyeclib-1.6.0 swift xattr-0.9.7 2021-04-26 08:02:30.027 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:02:30.028 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:02:30.143 | + inc/python:pip_install:200 : result=0 2021-04-26 08:02:30.145 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:02:30.148 | + functions-common:time_stop:2304 : local name 2021-04-26 08:02:30.150 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:02:30.152 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:02:30.154 | + functions-common:time_stop:2307 : local total 2021-04-26 08:02:30.156 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:02:30.158 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:02:30.160 | + functions-common:time_stop:2311 : start_time=1619424135317 2021-04-26 08:02:30.163 | + functions-common:time_stop:2313 : [[ -z 1619424135317 ]] 2021-04-26 08:02:30.166 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:02:30.169 | + functions-common:time_stop:2316 : end_time=1619424150166 2021-04-26 08:02:30.171 | + functions-common:time_stop:2317 : elapsed_time=14849 2021-04-26 08:02:30.173 | + functions-common:time_stop:2318 : total=68396 2021-04-26 08:02:30.176 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:02:30.178 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=83245 2021-04-26 08:02:30.180 | + inc/python:pip_install:203 : return 0 2021-04-26 08:02:30.182 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-04-26 08:02:30.184 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-04-26 08:02:30.187 | + functions-common:safe_chown:2205 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-04-26 08:02:30.203 | + functions-common:_safe_permission_operation:2053 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2021-04-26 08:02:30.214 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/swift 2021-04-26 08:02:30.216 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2021-04-26 08:02:30.219 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:02:30.221 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:02:30.224 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/swift, ]] 2021-04-26 08:02:30.226 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:02:30.228 | + lib/swift:install_swift:747 : '[' False == True ']' 2021-04-26 08:02:30.231 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-26 08:02:30.233 | + ./stack.sh:main:873 : configure_swift 2021-04-26 08:02:30.235 | + lib/swift:configure_swift:334 : local swift_pipeline=crossdomain 2021-04-26 08:02:30.238 | + lib/swift:configure_swift:335 : local node_number 2021-04-26 08:02:30.240 | + lib/swift:configure_swift:336 : local swift_node_config 2021-04-26 08:02:30.242 | + lib/swift:configure_swift:337 : local swift_log_dir 2021-04-26 08:02:30.244 | + lib/swift:configure_swift:338 : local user_group 2021-04-26 08:02:30.246 | + lib/swift:configure_swift:341 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2021-04-26 08:02:31.157 | No container-auditor running 2021-04-26 08:02:31.157 | No account-reaper running 2021-04-26 08:02:31.157 | No container-server running 2021-04-26 08:02:31.157 | No object-auditor running 2021-04-26 08:02:31.157 | No object-reconstructor running 2021-04-26 08:02:31.157 | No object-server running 2021-04-26 08:02:31.157 | No object-updater running 2021-04-26 08:02:31.157 | No account-auditor running 2021-04-26 08:02:31.157 | No account-server running 2021-04-26 08:02:31.157 | No container-reconciler running 2021-04-26 08:02:31.158 | No container-updater running 2021-04-26 08:02:31.158 | No container-sharder running 2021-04-26 08:02:31.158 | No account-replicator running 2021-04-26 08:02:31.158 | No container-sync running 2021-04-26 08:02:31.158 | No object-replicator running 2021-04-26 08:02:31.158 | No object-expirer running 2021-04-26 08:02:31.158 | No proxy-server running 2021-04-26 08:02:31.158 | No container-replicator running 2021-04-26 08:02:31.210 | + lib/swift:configure_swift:341 : true 2021-04-26 08:02:31.212 | + lib/swift:configure_swift:343 : sudo install -d -o ubuntu /etc/swift 2021-04-26 08:02:31.224 | + lib/swift:configure_swift:344 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2021-04-26 08:02:31.235 | + lib/swift:configure_swift:346 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2021-04-26 08:02:31.238 | + lib/swift:configure_swift:355 : sed -e ' 2021-04-26 08:02:31.238 | s/%GROUP%//; 2021-04-26 08:02:31.238 | s/%USER%/ubuntu/; 2021-04-26 08:02:31.238 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2021-04-26 08:02:31.238 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2021-04-26 08:02:31.238 | + lib/swift:configure_swift:359 : sudo tee /etc/rsyncd.conf 2021-04-26 08:02:31.245 | uid = ubuntu 2021-04-26 08:02:31.245 | gid = 2021-04-26 08:02:31.245 | log file = /opt/stack/data/swift/logs/rsyncd.log 2021-04-26 08:02:31.245 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2021-04-26 08:02:31.245 | address = 127.0.0.1 2021-04-26 08:02:31.245 | 2021-04-26 08:02:31.245 | [account6612] 2021-04-26 08:02:31.245 | max connections = 25 2021-04-26 08:02:31.245 | path = /opt/stack/data/swift/1/node/ 2021-04-26 08:02:31.245 | read only = false 2021-04-26 08:02:31.245 | lock file = /opt/stack/data/swift/run/account6612.lock 2021-04-26 08:02:31.245 | 2021-04-26 08:02:31.245 | [account6622] 2021-04-26 08:02:31.245 | max connections = 25 2021-04-26 08:02:31.245 | path = /opt/stack/data/swift/2/node/ 2021-04-26 08:02:31.245 | read only = false 2021-04-26 08:02:31.245 | lock file = /opt/stack/data/swift/run/account6622.lock 2021-04-26 08:02:31.245 | 2021-04-26 08:02:31.245 | [account6632] 2021-04-26 08:02:31.245 | max connections = 25 2021-04-26 08:02:31.245 | path = /opt/stack/data/swift/3/node/ 2021-04-26 08:02:31.246 | read only = false 2021-04-26 08:02:31.246 | lock file = /opt/stack/data/swift/run/account6632.lock 2021-04-26 08:02:31.246 | 2021-04-26 08:02:31.246 | [account6642] 2021-04-26 08:02:31.246 | max connections = 25 2021-04-26 08:02:31.246 | path = /opt/stack/data/swift/4/node/ 2021-04-26 08:02:31.246 | read only = false 2021-04-26 08:02:31.246 | lock file = /opt/stack/data/swift/run/account6642.lock 2021-04-26 08:02:31.246 | 2021-04-26 08:02:31.246 | 2021-04-26 08:02:31.246 | [container6611] 2021-04-26 08:02:31.246 | max connections = 25 2021-04-26 08:02:31.246 | path = /opt/stack/data/swift/1/node/ 2021-04-26 08:02:31.246 | read only = false 2021-04-26 08:02:31.246 | lock file = /opt/stack/data/swift/run/container6611.lock 2021-04-26 08:02:31.246 | 2021-04-26 08:02:31.246 | [container6621] 2021-04-26 08:02:31.246 | max connections = 25 2021-04-26 08:02:31.246 | path = /opt/stack/data/swift/2/node/ 2021-04-26 08:02:31.246 | read only = false 2021-04-26 08:02:31.246 | lock file = /opt/stack/data/swift/run/container6621.lock 2021-04-26 08:02:31.246 | 2021-04-26 08:02:31.246 | [container6631] 2021-04-26 08:02:31.246 | max connections = 25 2021-04-26 08:02:31.246 | path = /opt/stack/data/swift/3/node/ 2021-04-26 08:02:31.246 | read only = false 2021-04-26 08:02:31.246 | lock file = /opt/stack/data/swift/run/container6631.lock 2021-04-26 08:02:31.246 | 2021-04-26 08:02:31.246 | [container6641] 2021-04-26 08:02:31.246 | max connections = 25 2021-04-26 08:02:31.246 | path = /opt/stack/data/swift/4/node/ 2021-04-26 08:02:31.247 | read only = false 2021-04-26 08:02:31.247 | lock file = /opt/stack/data/swift/run/container6641.lock 2021-04-26 08:02:31.247 | 2021-04-26 08:02:31.247 | 2021-04-26 08:02:31.247 | [object6613] 2021-04-26 08:02:31.247 | max connections = 25 2021-04-26 08:02:31.247 | path = /opt/stack/data/swift/1/node/ 2021-04-26 08:02:31.247 | read only = false 2021-04-26 08:02:31.247 | lock file = /opt/stack/data/swift/run/object6613.lock 2021-04-26 08:02:31.247 | 2021-04-26 08:02:31.247 | [object6623] 2021-04-26 08:02:31.247 | max connections = 25 2021-04-26 08:02:31.247 | path = /opt/stack/data/swift/2/node/ 2021-04-26 08:02:31.247 | read only = false 2021-04-26 08:02:31.247 | lock file = /opt/stack/data/swift/run/object6623.lock 2021-04-26 08:02:31.247 | 2021-04-26 08:02:31.247 | [object6633] 2021-04-26 08:02:31.247 | max connections = 25 2021-04-26 08:02:31.247 | path = /opt/stack/data/swift/3/node/ 2021-04-26 08:02:31.247 | read only = false 2021-04-26 08:02:31.247 | lock file = /opt/stack/data/swift/run/object6633.lock 2021-04-26 08:02:31.247 | 2021-04-26 08:02:31.247 | [object6643] 2021-04-26 08:02:31.247 | max connections = 25 2021-04-26 08:02:31.247 | path = /opt/stack/data/swift/4/node/ 2021-04-26 08:02:31.247 | read only = false 2021-04-26 08:02:31.247 | lock file = /opt/stack/data/swift/run/object6643.lock 2021-04-26 08:02:31.249 | + lib/swift:configure_swift:361 : is_ubuntu 2021-04-26 08:02:31.251 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:02:31.253 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:02:31.255 | + lib/swift:configure_swift:362 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2021-04-26 08:02:31.273 | + lib/swift:configure_swift:367 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2021-04-26 08:02:31.275 | + lib/swift:configure_swift:368 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2021-04-26 08:02:31.279 | + lib/swift:configure_swift:369 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2021-04-26 08:02:31.283 | + lib/swift:configure_swift:373 : local csyncfile=/etc/swift/container-sync-realms.conf 2021-04-26 08:02:31.286 | + lib/swift:configure_swift:374 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2021-04-26 08:02:31.289 | + lib/swift:configure_swift:375 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2021-04-26 08:02:31.319 | + lib/swift:configure_swift:376 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.43:8080/v1/ 2021-04-26 08:02:31.341 | + lib/swift:configure_swift:378 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2021-04-26 08:02:31.361 | + lib/swift:configure_swift:379 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2021-04-26 08:02:31.388 | + lib/swift:configure_swift:381 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2021-04-26 08:02:31.408 | + lib/swift:configure_swift:382 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2021-04-26 08:02:31.436 | + lib/swift:configure_swift:384 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2021-04-26 08:02:31.455 | + lib/swift:configure_swift:385 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2021-04-26 08:02:31.483 | + lib/swift:configure_swift:387 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2021-04-26 08:02:31.502 | + lib/swift:configure_swift:388 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2021-04-26 08:02:31.529 | + lib/swift:configure_swift:390 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2021-04-26 08:02:31.550 | + lib/swift:configure_swift:391 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2021-04-26 08:02:31.577 | + lib/swift:configure_swift:393 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2021-04-26 08:02:31.597 | + lib/swift:configure_swift:394 : is_service_enabled tls-proxy 2021-04-26 08:02:31.610 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:31.612 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2021-04-26 08:02:31.640 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2021-04-26 08:02:31.666 | + lib/swift:configure_swift:404 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2021-04-26 08:02:31.693 | + lib/swift:configure_swift:407 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2021-04-26 08:02:31.719 | + lib/swift:configure_swift:410 : is_service_enabled ceilometer 2021-04-26 08:02:31.733 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:31.735 | + lib/swift:configure_swift:421 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2021-04-26 08:02:31.762 | + lib/swift:configure_swift:427 : is_service_enabled s3api 2021-04-26 08:02:31.775 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:31.777 | + lib/swift:configure_swift:430 : is_service_enabled keystone 2021-04-26 08:02:31.791 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:31.793 | + lib/swift:configure_swift:431 : swift_pipeline+=' authtoken' 2021-04-26 08:02:31.795 | + lib/swift:configure_swift:432 : is_service_enabled s3api 2021-04-26 08:02:31.808 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:31.811 | + lib/swift:configure_swift:437 : swift_pipeline+=' keystoneauth' 2021-04-26 08:02:31.812 | + lib/swift:configure_swift:440 : swift_pipeline+=' tempauth ' 2021-04-26 08:02:31.815 | + lib/swift:configure_swift:442 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2021-04-26 08:02:31.823 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2021-04-26 08:02:31.831 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2021-04-26 08:02:31.858 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2021-04-26 08:02:31.884 | + lib/swift:configure_swift:449 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2021-04-26 08:02:31.913 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2021-04-26 08:02:31.942 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2021-04-26 08:02:31.968 | + lib/swift:configure_swift:457 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2021-04-26 08:02:31.970 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/swift/proxy-server.conf 2021-04-26 08:02:31.972 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=swift 2021-04-26 08:02:31.975 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=filter:authtoken 2021-04-26 08:02:31.977 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2021-04-26 08:02:32.003 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2021-04-26 08:02:32.030 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.43/identity 2021-04-26 08:02:32.057 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2021-04-26 08:02:32.083 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2021-04-26 08:02:32.109 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2021-04-26 08:02:32.137 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2021-04-26 08:02:32.163 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2021-04-26 08:02:32.190 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-26 08:02:32.217 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2021-04-26 08:02:32.244 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2021-04-26 08:02:32.271 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2021-04-26 08:02:32.300 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2021-04-26 08:02:32.327 | + lib/swift:configure_swift:462 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2021-04-26 08:02:32.356 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2021-04-26 08:02:32.383 | + lib/swift:configure_swift:468 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2021-04-26 08:02:32.402 | + lib/swift:configure_swift:469 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2021-04-26 08:02:32.430 | + lib/swift:configure_swift:472 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2021-04-26 08:02:32.457 | + lib/swift:configure_swift:474 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2021-04-26 08:02:32.461 | + lib/swift:configure_swift:475 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2021-04-26 08:02:32.485 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2021-04-26 08:02:32.508 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2021-04-26 08:02:32.532 | + lib/swift:configure_swift:479 : local node_number 2021-04-26 08:02:32.534 | + lib/swift:configure_swift:480 : for node_number in ${SWIFT_REPLICAS_SEQ} 2021-04-26 08:02:32.536 | + lib/swift:configure_swift:481 : local swift_node_config=/etc/swift/object-server/1.conf 2021-04-26 08:02:32.539 | + lib/swift:configure_swift:482 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2021-04-26 08:02:32.542 | + lib/swift:configure_swift:483 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2021-04-26 08:02:32.545 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/object-server/1.conf 2021-04-26 08:02:32.547 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-04-26 08:02:32.549 | + lib/swift:generate_swift_config_services:294 : local bind_port=6613 2021-04-26 08:02:32.551 | + lib/swift:generate_swift_config_services:295 : local server_type=object 2021-04-26 08:02:32.553 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-04-26 08:02:32.555 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-04-26 08:02:32.557 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2021-04-26 08:02:32.575 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2021-04-26 08:02:32.600 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2021-04-26 08:02:32.618 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2021-04-26 08:02:32.644 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2021-04-26 08:02:32.662 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2021-04-26 08:02:32.688 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2021-04-26 08:02:32.706 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-04-26 08:02:32.732 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2021-04-26 08:02:32.749 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-04-26 08:02:32.775 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2021-04-26 08:02:32.793 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2021-04-26 08:02:32.820 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2021-04-26 08:02:32.837 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2021-04-26 08:02:32.863 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2021-04-26 08:02:32.881 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2021-04-26 08:02:32.906 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2021-04-26 08:02:32.925 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2021-04-26 08:02:32.950 | + 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-04-26 08:02:32.956 | + lib/swift:configure_swift:484 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2021-04-26 08:02:32.973 | + lib/swift:configure_swift:485 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-04-26 08:02:32.999 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2021-04-26 08:02:33.026 | + lib/swift:configure_swift:488 : swift_node_config=/etc/swift/container-server/1.conf 2021-04-26 08:02:33.028 | + lib/swift:configure_swift:489 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2021-04-26 08:02:33.032 | + lib/swift:configure_swift:490 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2021-04-26 08:02:33.034 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/container-server/1.conf 2021-04-26 08:02:33.036 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-04-26 08:02:33.038 | + lib/swift:generate_swift_config_services:294 : local bind_port=6611 2021-04-26 08:02:33.040 | + lib/swift:generate_swift_config_services:295 : local server_type=container 2021-04-26 08:02:33.043 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-04-26 08:02:33.045 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-04-26 08:02:33.047 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2021-04-26 08:02:33.065 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2021-04-26 08:02:33.091 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2021-04-26 08:02:33.109 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2021-04-26 08:02:33.134 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2021-04-26 08:02:33.152 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2021-04-26 08:02:33.178 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2021-04-26 08:02:33.195 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-04-26 08:02:33.221 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2021-04-26 08:02:33.238 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-04-26 08:02:33.263 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2021-04-26 08:02:33.297 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2021-04-26 08:02:33.323 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2021-04-26 08:02:33.341 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2021-04-26 08:02:33.366 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2021-04-26 08:02:33.384 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2021-04-26 08:02:33.409 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2021-04-26 08:02:33.427 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2021-04-26 08:02:33.451 | + 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-04-26 08:02:33.458 | + lib/swift:configure_swift:491 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2021-04-26 08:02:33.475 | + lib/swift:configure_swift:492 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-04-26 08:02:33.500 | + lib/swift:configure_swift:494 : swift_node_config=/etc/swift/account-server/1.conf 2021-04-26 08:02:33.502 | + lib/swift:configure_swift:495 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2021-04-26 08:02:33.506 | + lib/swift:configure_swift:496 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2021-04-26 08:02:33.508 | + lib/swift:generate_swift_config_services:292 : local swift_node_config=/etc/swift/account-server/1.conf 2021-04-26 08:02:33.510 | + lib/swift:generate_swift_config_services:293 : local node_id=1 2021-04-26 08:02:33.513 | + lib/swift:generate_swift_config_services:294 : local bind_port=6612 2021-04-26 08:02:33.515 | + lib/swift:generate_swift_config_services:295 : local server_type=account 2021-04-26 08:02:33.517 | + lib/swift:generate_swift_config_services:297 : log_facility=0 2021-04-26 08:02:33.519 | + lib/swift:generate_swift_config_services:298 : local node_path=/opt/stack/data/swift/1 2021-04-26 08:02:33.522 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2021-04-26 08:02:33.538 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2021-04-26 08:02:33.563 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2021-04-26 08:02:33.580 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2021-04-26 08:02:33.606 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2021-04-26 08:02:33.622 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2021-04-26 08:02:33.647 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2021-04-26 08:02:33.664 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2021-04-26 08:02:33.689 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2021-04-26 08:02:33.706 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2021-04-26 08:02:33.731 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2021-04-26 08:02:33.748 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2021-04-26 08:02:33.773 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2021-04-26 08:02:33.790 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2021-04-26 08:02:33.816 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2021-04-26 08:02:33.833 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2021-04-26 08:02:33.857 | + lib/swift:generate_swift_config_services:324 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2021-04-26 08:02:33.874 | + lib/swift:generate_swift_config_services:325 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2021-04-26 08:02:33.898 | + 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-04-26 08:02:33.904 | + lib/swift:configure_swift:497 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2021-04-26 08:02:33.921 | + lib/swift:configure_swift:498 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2021-04-26 08:02:33.946 | + lib/swift:configure_swift:502 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2021-04-26 08:02:33.973 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2021-04-26 08:02:34.001 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2021-04-26 08:02:34.027 | + lib/swift:configure_swift:506 : testfile=/etc/swift/test.conf 2021-04-26 08:02:34.030 | + lib/swift:configure_swift:507 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2021-04-26 08:02:34.034 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2021-04-26 08:02:34.059 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test username swiftusertest1 2021-04-26 08:02:34.083 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2021-04-26 08:02:34.107 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2021-04-26 08:02:34.132 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2021-04-26 08:02:34.156 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2021-04-26 08:02:34.180 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2021-04-26 08:02:34.203 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test password4 testing4 2021-04-26 08:02:34.227 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test domain4 swift_test 2021-04-26 08:02:34.250 | + lib/swift:configure_swift:520 : is_service_enabled keystone 2021-04-26 08:02:34.264 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:34.266 | + lib/swift:configure_swift:521 : iniuncomment /etc/swift/test.conf func_test auth_version 2021-04-26 08:02:34.283 | + lib/swift:configure_swift:522 : local auth_vers 2021-04-26 08:02:34.286 | ++ lib/swift:configure_swift:523 : iniget /etc/swift/test.conf func_test auth_version 2021-04-26 08:02:34.305 | + lib/swift:configure_swift:523 : auth_vers=3 2021-04-26 08:02:34.308 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.43 2021-04-26 08:02:34.331 | + lib/swift:configure_swift:525 : [[ http == \h\t\t\p\s ]] 2021-04-26 08:02:34.334 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_port 80 2021-04-26 08:02:34.357 | + lib/swift:configure_swift:530 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.43/identity 2021-04-26 08:02:34.382 | + lib/swift:configure_swift:531 : [[ 3 == \3 ]] 2021-04-26 08:02:34.384 | + lib/swift:configure_swift:532 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2021-04-26 08:02:34.408 | + lib/swift:configure_swift:536 : is_service_enabled tls-proxy 2021-04-26 08:02:34.423 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:34.425 | + lib/swift:configure_swift:542 : local user_group 2021-04-26 08:02:34.427 | ++ lib/swift:configure_swift:543 : id -g ubuntu 2021-04-26 08:02:34.431 | + lib/swift:configure_swift:543 : user_group=1000 2021-04-26 08:02:34.434 | + lib/swift:configure_swift:544 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2021-04-26 08:02:34.445 | + lib/swift:configure_swift:546 : local swift_log_dir=/opt/stack/data/swift/logs 2021-04-26 08:02:34.447 | + lib/swift:configure_swift:547 : sudo rm -rf /opt/stack/data/swift/logs 2021-04-26 08:02:34.458 | + lib/swift:configure_swift:548 : local swift_log_group=adm 2021-04-26 08:02:34.460 | + lib/swift:configure_swift:549 : is_suse 2021-04-26 08:02:34.462 | + functions-common:is_suse:462 : is_opensuse 2021-04-26 08:02:34.464 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-04-26 08:02:34.466 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-04-26 08:02:34.468 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-04-26 08:02:34.471 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-04-26 08:02:34.473 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-04-26 08:02:34.476 | + lib/swift:configure_swift:552 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2021-04-26 08:02:34.487 | + lib/swift:configure_swift:554 : [[ False != \F\a\l\s\e ]] 2021-04-26 08:02:34.489 | + lib/swift:configure_swift:562 : '[' False == True ']' 2021-04-26 08:02:34.491 | + ./stack.sh:main:876 : is_service_enabled s3api 2021-04-26 08:02:34.506 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:34.509 | + ./stack.sh:main:882 : is_service_enabled g-api n-api 2021-04-26 08:02:34.524 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:34.527 | + ./stack.sh:main:884 : stack_install_service glance 2021-04-26 08:02:34.529 | + lib/stack:stack_install_service:20 : local service=glance 2021-04-26 08:02:34.531 | + lib/stack:stack_install_service:21 : type install_glance 2021-04-26 08:02:34.534 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-26 08:02:34.536 | + lib/stack:stack_install_service:32 : install_glance 2021-04-26 08:02:34.539 | + lib/glance:install_glance:438 : glance_store_extras=() 2021-04-26 08:02:34.541 | + lib/glance:install_glance:438 : local glance_store_extras 2021-04-26 08:02:34.543 | + lib/glance:install_glance:440 : is_service_enabled cinder 2021-04-26 08:02:34.560 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:34.562 | + lib/glance:install_glance:441 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2021-04-26 08:02:34.564 | + lib/glance:install_glance:444 : is_service_enabled swift 2021-04-26 08:02:34.581 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:34.583 | + lib/glance:install_glance:445 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2021-04-26 08:02:34.586 | + lib/glance:install_glance:450 : use_library_from_git glance_store 2021-04-26 08:02:34.588 | + inc/python:use_library_from_git:250 : local name=glance_store 2021-04-26 08:02:34.591 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:02:34.593 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:02:34.596 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,glance_store, ]] 2021-04-26 08:02:34.598 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:02:34.601 | ++ lib/glance:install_glance:456 : join_extras swift cinder 2021-04-26 08:02:34.604 | ++ inc/python:join_extras:29 : local IFS=, 2021-04-26 08:02:34.606 | ++ inc/python:join_extras:30 : echo swift,cinder 2021-04-26 08:02:34.609 | + lib/glance:install_glance:456 : pip_install_gr_extras glance-store swift,cinder 2021-04-26 08:02:34.612 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2021-04-26 08:02:34.615 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2021-04-26 08:02:34.617 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2021-04-26 08:02:34.620 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2021-04-26 08:02:34.623 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2021-04-26 08:02:34.625 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2021-04-26 08:02:34.629 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2021-04-26 08:02:34.630 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2021-04-26 08:02:34.634 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2021-04-26 08:02:34.636 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2021-04-26 08:02:34.639 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2021-04-26 08:02:34.642 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2021-04-26 08:02:34.644 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2021-04-26 08:02:34.663 | Using python 3.6 to install glance-store[swift,cinder]!=0.29.0 2021-04-26 08:02:34.665 | + 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-04-26 08:02:35.672 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:02:35.672 | from cryptography.utils import int_from_bytes 2021-04-26 08:02:35.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:02:35.672 | from cryptography.utils import int_from_bytes 2021-04-26 08:02:36.772 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:02:36.772 | 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-04-26 08:02:36.776 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:36.782 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:36.789 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:36.961 | Collecting glance-store===2.5.0 2021-04-26 08:02:36.969 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fa6/ee61a120d47ea/glance_store-2.5.0-py3-none-any.whl (216 kB) 2021-04-26 08:02:37.139 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (0.19.1) 2021-04-26 08:02:37.144 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0) 2021-04-26 08:02:37.177 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.3.1) 2021-04-26 08:02:37.436 | Collecting os-brick===4.3.1 2021-04-26 08:02:37.444 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/317/9c058262195ad/os_brick-4.3.1-py3-none-any.whl (252 kB) 2021-04-26 08:02:37.548 | 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 290)) (1.7.0) 2021-04-26 08:02:37.553 | 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 294)) (5.4.0) 2021-04-26 08:02:37.574 | Requirement already satisfied: oslo.concurrency===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-04-26 08:02:37.585 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (8.5.0) 2021-04-26 08:02:37.632 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (3.2.0) 2021-04-26 08:02:37.638 | 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 303)) (5.0.1) 2021-04-26 08:02:37.645 | 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 305)) (4.4.0) 2021-04-26 08:02:37.688 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (2.5.0) 2021-04-26 08:02:37.704 | 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 312)) (6.2.0) 2021-04-26 08:02:37.708 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.1.0) 2021-04-26 08:02:37.718 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.5.0) 2021-04-26 08:02:37.745 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.8.0) 2021-04-26 08:02:37.762 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.9) 2021-04-26 08:02:37.768 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.1) 2021-04-26 08:02:37.771 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (0.9.6) 2021-04-26 08:02:37.774 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.4.7) 2021-04-26 08:02:37.777 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (0.17.3) 2021-04-26 08:02:37.923 | Collecting python-cinderclient===7.4.0 2021-04-26 08:02:37.931 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d1/27f5b5d1795b0/python_cinderclient-7.4.0-py3-none-any.whl (278 kB) 2021-04-26 08:02:38.030 | 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 391)) (2.8.1) 2021-04-26 08:02:38.036 | 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 401)) (4.2.0) 2021-04-26 08:02:38.196 | Collecting python-swiftclient===3.11.1 2021-04-26 08:02:38.203 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eb5/3bf614eb27689/python_swiftclient-3.11.1-py2.py3-none-any.whl (86 kB) 2021-04-26 08:02:38.308 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2021.1) 2021-04-26 08:02:38.312 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (2.25.1) 2021-04-26 08:02:38.334 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2021-04-26 08:02:38.339 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (56.0.0) 2021-04-26 08:02:38.395 | Requirement already satisfied: simplejson===3.17.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 477)) (3.17.2) 2021-04-26 08:02:38.399 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (1.15.0) 2021-04-26 08:02:38.402 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (3.3.0) 2021-04-26 08:02:38.411 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (6.3.1) 2021-04-26 08:02:38.427 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (1.26.4) 2021-04-26 08:02:38.450 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 573)) (1.3.2) 2021-04-26 08:02:38.455 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2) 2021-04-26 08:02:38.466 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.10.1) 2021-04-26 08:02:38.508 | 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-04-26 08:02:38.552 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.14) 2021-04-26 08:02:38.555 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1) 2021-04-26 08:02:38.561 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0) 2021-04-26 08:02:38.569 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-04-26 08:02:38.572 | 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-04-26 08:02:38.581 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5) 2021-04-26 08:02:38.584 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.2) 2021-04-26 08:02:38.588 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.0.0) 2021-04-26 08:02:38.593 | 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-04-26 08:02:38.602 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7) 2021-04-26 08:02:38.616 | 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-04-26 08:02:38.629 | 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-04-26 08:02:38.638 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0) 2021-04-26 08:02:38.650 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9) 2021-04-26 08:02:38.653 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2021-04-26 08:02:38.656 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5) 2021-04-26 08:02:38.659 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0) 2021-04-26 08:02:38.662 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.10) 2021-04-26 08:02:38.666 | 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-04-26 08:02:38.675 | 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 544)) (3.7.4.3) 2021-04-26 08:02:38.680 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 578)) (3.4.1) 2021-04-26 08:02:38.707 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.6) 2021-04-26 08:02:38.709 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (5.1.2) 2021-04-26 08:02:38.736 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 565)) (1.12.1) 2021-04-26 08:02:38.739 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.20) 2021-04-26 08:02:38.742 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (0.7) 2021-04-26 08:02:38.750 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (2.4.0) 2021-04-26 08:02:38.770 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0) 2021-04-26 08:02:38.772 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 548)) (1.1.0) 2021-04-26 08:02:38.779 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 539)) (1.4.0) 2021-04-26 08:02:38.783 | 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 407)) (1.6.0) 2021-04-26 08:02:38.786 | 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 548)) (1.4.0) 2021-04-26 08:02:38.789 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (1.0.0) 2021-04-26 08:02:40.130 | Installing collected packages: os-brick, python-cinderclient, python-swiftclient, glance-store 2021-04-26 08:02:41.351 | Successfully installed glance-store-2.5.0 os-brick-4.3.1 python-cinderclient-7.4.0 python-swiftclient-3.11.1 2021-04-26 08:02:41.469 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:02:41.469 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:02:41.563 | + inc/python:pip_install:200 : result=0 2021-04-26 08:02:41.565 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:02:41.567 | + functions-common:time_stop:2304 : local name 2021-04-26 08:02:41.570 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:02:41.572 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:02:41.574 | + functions-common:time_stop:2307 : local total 2021-04-26 08:02:41.576 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:02:41.579 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:02:41.581 | + functions-common:time_stop:2311 : start_time=1619424154658 2021-04-26 08:02:41.583 | + functions-common:time_stop:2313 : [[ -z 1619424154658 ]] 2021-04-26 08:02:41.586 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:02:41.590 | + functions-common:time_stop:2316 : end_time=1619424161587 2021-04-26 08:02:41.592 | + functions-common:time_stop:2317 : elapsed_time=6929 2021-04-26 08:02:41.594 | + functions-common:time_stop:2318 : total=83245 2021-04-26 08:02:41.597 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:02:41.599 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=90174 2021-04-26 08:02:41.601 | + inc/python:pip_install:203 : return 0 2021-04-26 08:02:41.604 | + lib/glance:install_glance:457 : copy_rootwrap /usr/local/etc/glance 2021-04-26 08:02:41.607 | + lib/glance:copy_rootwrap:216 : local source_path=/usr/local/etc/glance 2021-04-26 08:02:41.609 | + lib/glance:copy_rootwrap:218 : sudo install -d -o ubuntu /etc/glance 2021-04-26 08:02:41.621 | + lib/glance:copy_rootwrap:219 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2021-04-26 08:02:41.626 | + lib/glance:install_glance:460 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2021-04-26 08:02:41.628 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/glance.git 2021-04-26 08:02:41.630 | + functions-common:git_clone:524 : local git_dest=/opt/stack/glance 2021-04-26 08:02:41.633 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:02:41.635 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:02:41.638 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:02:41.640 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:02:41.643 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:02:41.645 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:02:41.661 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:02:41.663 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:02:41.665 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:02:41.668 | + functions-common:git_clone:544 : echo master 2021-04-26 08:02:41.668 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:02:41.673 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/glance ]] 2021-04-26 08:02:41.676 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:02:41.678 | + functions-common:git_clone:592 : cd /opt/stack/glance 2021-04-26 08:02:41.681 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:02:41.681 | + functions-common:git_clone:593 : head -1 2021-04-26 08:02:41.683 | 1157c19a Merge "Guidelines for core reviewers" 2021-04-26 08:02:41.685 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:02:41.688 | + lib/glance:install_glance:462 : setup_develop /opt/stack/glance 2021-04-26 08:02:41.690 | + inc/python:setup_develop:338 : local bindep 2021-04-26 08:02:41.693 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2021-04-26 08:02:41.695 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2021-04-26 08:02:41.698 | + inc/python:setup_develop:344 : local extras= 2021-04-26 08:02:41.700 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2021-04-26 08:02:41.703 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-04-26 08:02:41.705 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2021-04-26 08:02:41.708 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2021-04-26 08:02:41.710 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-04-26 08:02:41.713 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-04-26 08:02:41.716 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2021-04-26 08:02:41.718 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-04-26 08:02:41.721 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2021-04-26 08:02:41.724 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-04-26 08:02:41.726 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-04-26 08:02:41.729 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2021-04-26 08:02:41.734 | + inc/python:_setup_package_with_constraints_edit:383 : name=glance 2021-04-26 08:02:41.737 | + 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-04-26 08:02:42.422 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/glance -e 2021-04-26 08:02:42.425 | + inc/python:setup_package:417 : local bindep=0 2021-04-26 08:02:42.427 | + inc/python:setup_package:418 : local bindep_flag= 2021-04-26 08:02:42.429 | + inc/python:setup_package:419 : local bindep_profiles= 2021-04-26 08:02:42.432 | + inc/python:setup_package:420 : [[ /opt/stack/glance == -bindep* ]] 2021-04-26 08:02:42.434 | + inc/python:setup_package:425 : local project_dir=/opt/stack/glance 2021-04-26 08:02:42.436 | + inc/python:setup_package:426 : local flags=-e 2021-04-26 08:02:42.438 | + inc/python:setup_package:427 : local extras= 2021-04-26 08:02:42.441 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-04-26 08:02:42.443 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-04-26 08:02:42.445 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-04-26 08:02:42.448 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-04-26 08:02:42.450 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-04-26 08:02:42.452 | + inc/python:setup_package:445 : pip_install -e /opt/stack/glance 2021-04-26 08:02:42.470 | Using python 3.6 to install /opt/stack/glance 2021-04-26 08:02:42.473 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2021-04-26 08:02:43.485 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:02:43.485 | from cryptography.utils import int_from_bytes 2021-04-26 08:02:43.485 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:02:43.485 | from cryptography.utils import int_from_bytes 2021-04-26 08:02:44.586 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:02:44.587 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2021-04-26 08:02:44.590 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:44.597 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:44.604 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:02:44.609 | Obtaining file:///opt/stack/glance 2021-04-26 08:02:45.949 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-26 08:02:47.280 | 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-04-26 08:02:47.291 | 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-04-26 08:02:47.300 | 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-04-26 08:02:47.313 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-04-26 08:02:47.473 | Collecting WSME===0.10.1 2021-04-26 08:02:47.488 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/190/5bcebe4ca6b0f/WSME-0.10.1-py3-none-any.whl (60 kB) 2021-04-26 08:02:47.588 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7) 2021-04-26 08:02:47.602 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8) 2021-04-26 08:02:47.745 | Collecting castellan===3.7.1 2021-04-26 08:02:47.752 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/897/4070b636f52c7/castellan-3.7.1-py3-none-any.whl (93 kB) 2021-04-26 08:02:47.850 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.4.7) 2021-04-26 08:02:47.978 | Collecting cursive===0.2.2 2021-04-26 08:02:47.985 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2021-04-26 08:02:48.072 | 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-04-26 08:02:48.079 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (0.7.1) 2021-04-26 08:02:48.086 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2) 2021-04-26 08:02:48.095 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2021-04-26 08:02:48.102 | Requirement already satisfied: glance-store===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (2.5.0) 2021-04-26 08:02:48.178 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.0.0) 2021-04-26 08:02:48.183 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 191)) (0.19.1) 2021-04-26 08:02:48.188 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 208)) (0.1.14) 2021-04-26 08:02:48.192 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (3.2.0) 2021-04-26 08:02:48.223 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) (4.3.1) 2021-04-26 08:02:48.289 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (9.2.0) 2021-04-26 08:02:48.347 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) (0.8.0) 2021-04-26 08:02:48.354 | 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 290)) (1.7.0) 2021-04-26 08:02:48.359 | 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 294)) (5.4.0) 2021-04-26 08:02:48.379 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (2.7.0) 2021-04-26 08:02:48.443 | Requirement already satisfied: oslo.concurrency===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-04-26 08:02:48.455 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (8.5.0) 2021-04-26 08:02:48.501 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (3.2.0) 2021-04-26 08:02:48.508 | Requirement already satisfied: oslo.db===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (8.5.0) 2021-04-26 08:02:48.561 | 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 303)) (5.0.1) 2021-04-26 08:02:48.568 | 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 305)) (4.4.0) 2021-04-26 08:02:48.612 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.7.1) 2021-04-26 08:02:48.672 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (4.2.0) 2021-04-26 08:02:48.691 | Requirement already satisfied: oslo.policy===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (3.7.0) 2021-04-26 08:02:48.709 | 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 311)) (2.2.0) 2021-04-26 08:02:48.725 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.1.0) 2021-04-26 08:02:48.734 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (2.5.0) 2021-04-26 08:02:48.760 | 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 315)) (1.3.0) 2021-04-26 08:02:48.772 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (4.8.0) 2021-04-26 08:02:48.790 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.4.0) 2021-04-26 08:02:48.841 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (20.9) 2021-04-26 08:02:48.848 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (5.5.1) 2021-04-26 08:02:48.851 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (0.7.2) 2021-04-26 08:02:48.853 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (5.8.0) 2021-04-26 08:02:48.876 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (20.0.1) 2021-04-26 08:02:48.891 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) (3.1.1) 2021-04-26 08:02:48.903 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (0.9.6) 2021-04-26 08:02:48.906 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (2.4.7) 2021-04-26 08:02:48.910 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (0.17.3) 2021-04-26 08:02:49.033 | Collecting python-barbicanclient===5.1.0 2021-04-26 08:02:49.039 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81d/325fbc7fe832a/python_barbicanclient-5.1.0-py3-none-any.whl (82 kB) 2021-04-26 08:02:49.132 | 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 391)) (2.8.1) 2021-04-26 08:02:49.137 | 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 393)) (1.0.4) 2021-04-26 08:02:49.139 | 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 401)) (4.2.0) 2021-04-26 08:02:49.160 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) (2021.1) 2021-04-26 08:02:49.164 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) (0.7) 2021-04-26 08:02:49.172 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (2.25.1) 2021-04-26 08:02:49.278 | Collecting retrying===1.3.3 2021-04-26 08:02:49.285 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2021-04-26 08:02:49.363 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2021-04-26 08:02:49.368 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (56.0.0) 2021-04-26 08:02:49.506 | Collecting simplegeneric===0.8.1 2021-04-26 08:02:49.512 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2021-04-26 08:02:50.237 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 478)) (1.15.0) 2021-04-26 08:02:50.240 | 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 504)) (0.13.0) 2021-04-26 08:02:50.252 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 505)) (0.4.1) 2021-04-26 08:02:50.255 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 507)) (3.3.0) 2021-04-26 08:02:50.257 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 509)) (3.3.0) 2021-04-26 08:02:50.435 | Collecting taskflow===4.6.0 2021-04-26 08:02:50.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/38a/894dabb73b25d/taskflow-4.6.0-py3-none-any.whl (491 kB) 2021-04-26 08:02:50.593 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 524)) (6.3.1) 2021-04-26 08:02:50.609 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (2.0.1) 2021-04-26 08:02:50.619 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (0.5.0) 2021-04-26 08:02:50.625 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (2.4.0) 2021-04-26 08:02:50.644 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (1.4.0) 2021-04-26 08:02:50.647 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 549)) (1.1.0) 2021-04-26 08:02:50.655 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 551)) (1.26.4) 2021-04-26 08:02:50.678 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 566)) (1.12.1) 2021-04-26 08:02:50.681 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 574)) (1.3.2) 2021-04-26 08:02:50.686 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-04-26 08:02:50.695 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5) 2021-04-26 08:02:50.699 | 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-04-26 08:02:50.708 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.10.1) 2021-04-26 08:02:50.749 | 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-04-26 08:02:50.794 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (5.1.2) 2021-04-26 08:02:50.822 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.2) 2021-04-26 08:02:50.828 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1) 2021-04-26 08:02:50.834 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-04-26 08:02:50.838 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (5.0.2) 2021-04-26 08:02:50.884 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (4.2.1) 2021-04-26 08:02:50.887 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6) 2021-04-26 08:02:50.892 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-04-26 08:02:50.900 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) (1.0.2) 2021-04-26 08:02:50.903 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0) 2021-04-26 08:02:50.915 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.10.9) 2021-04-26 08:02:50.918 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.7.0) 2021-04-26 08:02:50.931 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0) 2021-04-26 08:02:50.935 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5) 2021-04-26 08:02:50.937 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) (2.10) 2021-04-26 08:02:50.941 | 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-04-26 08:02:50.945 | 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-04-26 08:02:51.036 | Collecting pydot===1.4.2 2021-04-26 08:02:51.042 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2021-04-26 08:02:51.265 | Collecting automaton===2.3.0 2021-04-26 08:02:51.272 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3d6/7f720f01d51bd/automaton-2.3.0-py3-none-any.whl (22 kB) 2021-04-26 08:02:51.509 | Collecting networkx===2.5.1 2021-04-26 08:02:51.517 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/063/5858ed7e989f4/networkx-2.5.1-py3-none-any.whl (1.6 MB) 2021-04-26 08:02:51.678 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0) 2021-04-26 08:02:51.680 | 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 407)) (1.6.0) 2021-04-26 08:02:51.683 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) (1.0.0) 2021-04-26 08:02:51.685 | 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 549)) (1.4.0) 2021-04-26 08:02:51.688 | 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-04-26 08:02:51.692 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (2.20) 2021-04-26 08:02:51.695 | 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 545)) (3.7.4.3) 2021-04-26 08:02:51.700 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (3.4.1) 2021-04-26 08:02:51.726 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) (1.6) 2021-04-26 08:02:51.729 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 553)) (5.0.0) 2021-04-26 08:02:51.732 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.5.0) 2021-04-26 08:02:51.795 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (1.8.2) 2021-04-26 08:02:51.798 | 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-04-26 08:02:51.803 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (0.2.5) 2021-04-26 08:02:51.808 | Building wheels for collected packages: simplegeneric 2021-04-26 08:02:51.808 | Building wheel for simplegeneric (setup.py): started 2021-04-26 08:02:52.534 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2021-04-26 08:02:52.535 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5074 sha256=9a496f93d4e38f611cc89b6f3142337347f5936e96b2e5c6300c3393687249b3 2021-04-26 08:02:52.535 | Stored in directory: /root/.cache/pip/wheels/17/b5/18/7c8e3ef2ac5cd764f26ea6ec4bfd228353d17b72c30045fad4 2021-04-26 08:02:52.536 | Successfully built simplegeneric 2021-04-26 08:02:53.487 | Installing collected packages: pydot, automaton, networkx, taskflow, simplegeneric, WSME, retrying, python-barbicanclient, castellan, cursive, glance 2021-04-26 08:02:56.364 | Running setup.py develop for glance 2021-04-26 08:02:57.953 | Successfully installed WSME-0.10.1 automaton-2.3.0 castellan-3.7.1 cursive-0.2.2 glance networkx-2.5.1 pydot-1.4.2 python-barbicanclient-5.1.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-4.6.0 2021-04-26 08:02:58.113 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:02:58.113 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:02:58.207 | + inc/python:pip_install:200 : result=0 2021-04-26 08:02:58.210 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:02:58.212 | + functions-common:time_stop:2304 : local name 2021-04-26 08:02:58.214 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:02:58.216 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:02:58.219 | + functions-common:time_stop:2307 : local total 2021-04-26 08:02:58.221 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:02:58.223 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:02:58.225 | + functions-common:time_stop:2311 : start_time=1619424162466 2021-04-26 08:02:58.227 | + functions-common:time_stop:2313 : [[ -z 1619424162466 ]] 2021-04-26 08:02:58.230 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:02:58.234 | + functions-common:time_stop:2316 : end_time=1619424178231 2021-04-26 08:02:58.236 | + functions-common:time_stop:2317 : elapsed_time=15765 2021-04-26 08:02:58.238 | + functions-common:time_stop:2318 : total=90174 2021-04-26 08:02:58.240 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:02:58.243 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=105939 2021-04-26 08:02:58.245 | + inc/python:pip_install:203 : return 0 2021-04-26 08:02:58.247 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-04-26 08:02:58.250 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-04-26 08:02:58.253 | + functions-common:safe_chown:2205 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-04-26 08:02:58.270 | + functions-common:_safe_permission_operation:2053 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2021-04-26 08:02:58.281 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/glance 2021-04-26 08:02:58.283 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2021-04-26 08:02:58.286 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:02:58.289 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:02:58.291 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/glance, ]] 2021-04-26 08:02:58.294 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:02:58.296 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2021-04-26 08:02:58.299 | + ./stack.sh:main:885 : configure_glance 2021-04-26 08:02:58.301 | + lib/glance:configure_glance:268 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2021-04-26 08:02:58.313 | + lib/glance:configure_glance:271 : local dburl 2021-04-26 08:02:58.316 | ++ lib/glance:configure_glance:272 : database_connection_url glance 2021-04-26 08:02:58.319 | ++ lib/database:database_connection_url:132 : local db=glance 2021-04-26 08:02:58.321 | ++ lib/database:database_connection_url:133 : database_connection_url_mysql glance 2021-04-26 08:02:58.324 | ++ lib/databases/mysql:database_connection_url_mysql:202 : local db=glance 2021-04-26 08:02:58.326 | ++ lib/databases/mysql:database_connection_url_mysql:203 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-04-26 08:02:58.329 | + lib/glance:configure_glance:272 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-04-26 08:02:58.331 | + lib/glance:configure_glance:274 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2021-04-26 08:02:58.356 | + lib/glance:configure_glance:275 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2021-04-26 08:02:58.382 | + lib/glance:configure_glance:276 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2021-04-26 08:02:58.406 | + lib/glance:configure_glance:277 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-04-26 08:02:58.430 | + lib/glance:configure_glance:278 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2021-04-26 08:02:58.456 | + lib/glance:configure_glance:279 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2021-04-26 08:02:58.482 | + lib/glance:configure_glance:280 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2021-04-26 08:02:58.485 | + lib/keystone:configure_keystone_authtoken_middleware:417 : local conf_file=/etc/glance/glance-api.conf 2021-04-26 08:02:58.488 | + lib/keystone:configure_keystone_authtoken_middleware:418 : local admin_user=glance 2021-04-26 08:02:58.490 | + lib/keystone:configure_keystone_authtoken_middleware:419 : local section=keystone_authtoken 2021-04-26 08:02:58.492 | + lib/keystone:configure_keystone_authtoken_middleware:421 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2021-04-26 08:02:58.519 | + lib/keystone:configure_keystone_authtoken_middleware:422 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2021-04-26 08:02:58.543 | + lib/keystone:configure_keystone_authtoken_middleware:423 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.43/identity 2021-04-26 08:02:58.568 | + lib/keystone:configure_keystone_authtoken_middleware:424 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2021-04-26 08:02:58.592 | + lib/keystone:configure_keystone_authtoken_middleware:425 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2021-04-26 08:02:58.616 | + lib/keystone:configure_keystone_authtoken_middleware:426 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2021-04-26 08:02:58.640 | + lib/keystone:configure_keystone_authtoken_middleware:427 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2021-04-26 08:02:58.664 | + lib/keystone:configure_keystone_authtoken_middleware:428 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2021-04-26 08:02:58.690 | + lib/keystone:configure_keystone_authtoken_middleware:430 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2021-04-26 08:02:58.714 | + lib/keystone:configure_keystone_authtoken_middleware:431 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2021-04-26 08:02:58.739 | + lib/glance:configure_glance:281 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2021-04-26 08:02:58.765 | + lib/glance:configure_glance:282 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2021-04-26 08:02:58.767 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2021-04-26 08:02:58.770 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2021-04-26 08:02:58.772 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2021-04-26 08:02:58.774 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2021-04-26 08:02:58.777 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2021-04-26 08:02:58.792 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:58.795 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2021-04-26 08:02:58.798 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2021-04-26 08:02:58.801 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2021-04-26 08:02:58.816 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:58.818 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2021-04-26 08:02:58.821 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.43:5672/ 2021-04-26 08:02:58.846 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2021-04-26 08:02:58.848 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2021-04-26 08:02:58.850 | + lib/glance:configure_glance:283 : '[' libvirt = libvirt ']' 2021-04-26 08:02:58.853 | + lib/glance:configure_glance:283 : '[' kvm = parallels ']' 2021-04-26 08:02:58.855 | + lib/glance:configure_glance:288 : configure_glance_store False False 2021-04-26 08:02:58.857 | + lib/glance:configure_glance_store:229 : local use_cinder_for_glance=False 2021-04-26 08:02:58.860 | + lib/glance:configure_glance_store:230 : local glance_enable_multiple_stores=False 2021-04-26 08:02:58.862 | + lib/glance:configure_glance_store:231 : local be 2021-04-26 08:02:58.865 | + lib/glance:configure_glance_store:233 : [[ False == \F\a\l\s\e ]] 2021-04-26 08:02:58.867 | + lib/glance:configure_glance_store:235 : [[ False == \T\r\u\e ]] 2021-04-26 08:02:58.869 | + lib/glance:configure_glance_store:252 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-04-26 08:02:58.895 | + lib/glance:configure_glance:291 : '[' -n '' ']' 2021-04-26 08:02:58.898 | + lib/glance:configure_glance:294 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.43 2021-04-26 08:02:58.925 | + lib/glance:configure_glance:298 : [[ False == \F\a\l\s\e ]] 2021-04-26 08:02:58.927 | + lib/glance:configure_glance:300 : is_service_enabled s-proxy 2021-04-26 08:02:58.942 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:02:58.945 | + lib/glance:configure_glance:301 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2021-04-26 08:02:58.969 | + lib/glance:configure_glance:302 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2021-04-26 08:02:58.995 | + lib/glance:configure_glance:304 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2021-04-26 08:02:59.019 | + lib/glance:configure_glance:305 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2021-04-26 08:02:59.044 | + lib/glance:configure_glance:306 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2021-04-26 08:02:59.069 | + lib/glance:configure_glance:307 : is_service_enabled tls-proxy 2021-04-26 08:02:59.085 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:59.087 | + lib/glance:configure_glance:310 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2021-04-26 08:02:59.112 | + lib/glance:configure_glance:312 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2021-04-26 08:02:59.138 | + lib/glance:configure_glance:314 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2021-04-26 08:02:59.163 | + lib/glance:configure_glance:315 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.43/identity/v3 2021-04-26 08:02:59.187 | + lib/glance:configure_glance:316 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2021-04-26 08:02:59.211 | + lib/glance:configure_glance:322 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.43/image 2021-04-26 08:02:59.236 | + lib/glance:configure_glance:324 : is_service_enabled tls-proxy 2021-04-26 08:02:59.251 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:59.253 | + lib/glance:configure_glance:330 : setup_logging /etc/glance/glance-api.conf 2021-04-26 08:02:59.256 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2021-04-26 08:02:59.258 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2021-04-26 08:02:59.261 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2021-04-26 08:02:59.277 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2021-04-26 08:02:59.280 | + functions:setup_systemd_logging:695 : local pidstr= 2021-04-26 08:02:59.282 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2021-04-26 08:02:59.285 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2021-04-26 08:02:59.287 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2021-04-26 08:02:59.312 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2021-04-26 08:02:59.337 | + functions:setup_systemd_logging:705 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2021-04-26 08:02:59.362 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2021-04-26 08:02:59.386 | + lib/glance:configure_glance:332 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2021-04-26 08:02:59.390 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2021-04-26 08:02:59.417 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2021-04-26 08:02:59.442 | + lib/glance:configure_glance:337 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2021-04-26 08:02:59.466 | + lib/glance:configure_glance:338 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.43/identity 2021-04-26 08:02:59.490 | + lib/glance:configure_glance:339 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2021-04-26 08:02:59.514 | + lib/glance:configure_glance:340 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2021-04-26 08:02:59.539 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2021-04-26 08:02:59.563 | + lib/glance:configure_glance:344 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2021-04-26 08:02:59.590 | + lib/glance:configure_glance:347 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2021-04-26 08:02:59.616 | + lib/glance:configure_glance:348 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2021-04-26 08:02:59.644 | + lib/glance:configure_glance:349 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2021-04-26 08:02:59.669 | + lib/glance:configure_glance:351 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2021-04-26 08:02:59.673 | + lib/glance:configure_glance:353 : 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-04-26 08:02:59.679 | + lib/glance:configure_glance:355 : is_service_enabled tls-proxy 2021-04-26 08:02:59.694 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:02:59.697 | + lib/glance:configure_glance:363 : [[ False == False ]] 2021-04-26 08:02:59.699 | + lib/glance:configure_glance:364 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2021-04-26 08:02:59.701 | + lib/apache:write_local_uwsgi_http_config:322 : local file=/etc/glance/glance-uwsgi.ini 2021-04-26 08:02:59.704 | + lib/apache:write_local_uwsgi_http_config:323 : local wsgi=/usr/local/bin/glance-wsgi-api 2021-04-26 08:02:59.706 | + lib/apache:write_local_uwsgi_http_config:324 : local url=/image 2021-04-26 08:02:59.709 | ++ lib/apache:write_local_uwsgi_http_config:325 : basename /usr/local/bin/glance-wsgi-api 2021-04-26 08:02:59.712 | + lib/apache:write_local_uwsgi_http_config:325 : name=glance-wsgi-api 2021-04-26 08:02:59.714 | + lib/apache:write_local_uwsgi_http_config:331 : rm -rf /etc/glance/glance-uwsgi.ini 2021-04-26 08:02:59.718 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2021-04-26 08:02:59.742 | ++ lib/apache:write_local_uwsgi_http_config:333 : get_random_port 2021-04-26 08:02:59.745 | ++ functions:get_random_port:836 : read lower_port upper_port 2021-04-26 08:02:59.747 | ++ functions:get_random_port:837 : true 2021-04-26 08:02:59.749 | ++ functions:get_random_port:838 : (( port = upper_port )) 2021-04-26 08:02:59.752 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2021-04-26 08:02:59.754 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2021-04-26 08:02:59.809 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2021-04-26 08:02:59.811 | ++ functions:get_random_port:841 : break 2 2021-04-26 08:02:59.813 | ++ functions:get_random_port:845 : echo 60999 2021-04-26 08:02:59.817 | + lib/apache:write_local_uwsgi_http_config:333 : port=60999 2021-04-26 08:02:59.819 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2021-04-26 08:02:59.842 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2021-04-26 08:02:59.865 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2021-04-26 08:02:59.889 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2021-04-26 08:02:59.912 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2021-04-26 08:02:59.936 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2021-04-26 08:02:59.959 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2021-04-26 08:02:59.982 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2021-04-26 08:03:00.007 | + 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-04-26 08:03:00.030 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2021-04-26 08:03:00.054 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2021-04-26 08:03:00.078 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2021-04-26 08:03:00.101 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2021-04-26 08:03:00.125 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2021-04-26 08:03:00.149 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2021-04-26 08:03:00.173 | + lib/apache:write_local_uwsgi_http_config:358 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2021-04-26 08:03:00.197 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2021-04-26 08:03:00.221 | + lib/apache:write_local_uwsgi_http_config:360 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2021-04-26 08:03:00.244 | + lib/apache:write_local_uwsgi_http_config:362 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2021-04-26 08:03:00.268 | + lib/apache:write_local_uwsgi_http_config:364 : enable_apache_mod proxy 2021-04-26 08:03:00.271 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2021-04-26 08:03:00.273 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-26 08:03:00.275 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:03:00.277 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:03:00.280 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2021-04-26 08:03:00.282 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2021-04-26 08:03:00.339 | proxy (enabled by site administrator) 2021-04-26 08:03:00.342 | + lib/apache:write_local_uwsgi_http_config:365 : enable_apache_mod proxy_http 2021-04-26 08:03:00.344 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2021-04-26 08:03:00.347 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-26 08:03:00.349 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:03:00.352 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:03:00.354 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2021-04-26 08:03:00.356 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2021-04-26 08:03:00.405 | No module matches proxy_http 2021-04-26 08:03:00.408 | + lib/apache:enable_apache_mod:60 : sudo a2enmod proxy_http 2021-04-26 08:03:00.465 | Considering dependency proxy for proxy_http: 2021-04-26 08:03:00.465 | Module proxy already enabled 2021-04-26 08:03:00.465 | Enabling module proxy_http. 2021-04-26 08:03:00.469 | To activate the new configuration, you need to run: 2021-04-26 08:03:00.470 | systemctl restart apache2 2021-04-26 08:03:00.474 | + lib/apache:enable_apache_mod:61 : restart_apache_server 2021-04-26 08:03:00.476 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-04-26 08:03:00.479 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2021-04-26 08:03:00.481 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2021-04-26 08:03:00.618 | + lib/apache:write_local_uwsgi_http_config:366 : local apache_conf= 2021-04-26 08:03:00.621 | ++ lib/apache:write_local_uwsgi_http_config:367 : apache_site_config_for glance-wsgi-api 2021-04-26 08:03:00.623 | ++ lib/apache:apache_site_config_for:189 : local site=glance-wsgi-api 2021-04-26 08:03:00.626 | ++ lib/apache:apache_site_config_for:190 : is_ubuntu 2021-04-26 08:03:00.628 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:03:00.631 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:03:00.633 | ++ lib/apache:apache_site_config_for:192 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-26 08:03:00.636 | + lib/apache:write_local_uwsgi_http_config:367 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-26 08:03:00.639 | + lib/apache:write_local_uwsgi_http_config:368 : echo 'KeepAlive Off' 2021-04-26 08:03:00.639 | + lib/apache:write_local_uwsgi_http_config:368 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-26 08:03:00.647 | KeepAlive Off 2021-04-26 08:03:00.651 | + lib/apache:write_local_uwsgi_http_config:369 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-26 08:03:00.651 | + lib/apache:write_local_uwsgi_http_config:369 : echo 'SetEnv proxy-sendchunked 1' 2021-04-26 08:03:00.657 | SetEnv proxy-sendchunked 1 2021-04-26 08:03:00.662 | + lib/apache:write_local_uwsgi_http_config:370 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2021-04-26 08:03:00.662 | + lib/apache:write_local_uwsgi_http_config:370 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2021-04-26 08:03:00.669 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2021-04-26 08:03:00.672 | + lib/apache:write_local_uwsgi_http_config:371 : enable_apache_site glance-wsgi-api 2021-04-26 08:03:00.674 | + lib/apache:enable_apache_site:206 : local site=glance-wsgi-api 2021-04-26 08:03:00.677 | + lib/apache:enable_apache_site:208 : enable_apache_mod version 2021-04-26 08:03:00.680 | + lib/apache:enable_apache_mod:54 : local mod=version 2021-04-26 08:03:00.682 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2021-04-26 08:03:00.684 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:03:00.687 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:03:00.689 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2021-04-26 08:03:00.691 | + lib/apache:enable_apache_site:209 : is_ubuntu 2021-04-26 08:03:00.694 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:03:00.696 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:03:00.698 | + lib/apache:enable_apache_site:210 : sudo a2ensite glance-wsgi-api 2021-04-26 08:03:00.754 | Enabling site glance-wsgi-api. 2021-04-26 08:03:00.759 | To activate the new configuration, you need to run: 2021-04-26 08:03:00.759 | systemctl reload apache2 2021-04-26 08:03:00.763 | + lib/apache:write_local_uwsgi_http_config:372 : restart_apache_server 2021-04-26 08:03:00.765 | + lib/apache:restart_apache_server:253 : restart_service apache2 2021-04-26 08:03:00.768 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2021-04-26 08:03:00.770 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2021-04-26 08:03:00.920 | ++ lib/glance:configure_glance:367 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2021-04-26 08:03:00.925 | + lib/glance:configure_glance:367 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2021-04-26 08:03:00.952 | + ./stack.sh:main:888 : is_service_enabled cinder 2021-04-26 08:03:00.968 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:03:00.971 | + ./stack.sh:main:890 : stack_install_service cinder 2021-04-26 08:03:00.973 | + lib/stack:stack_install_service:20 : local service=cinder 2021-04-26 08:03:00.975 | + lib/stack:stack_install_service:21 : type install_cinder 2021-04-26 08:03:00.978 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2021-04-26 08:03:00.980 | + lib/stack:stack_install_service:32 : install_cinder 2021-04-26 08:03:00.983 | + lib/cinder:install_cinder:449 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2021-04-26 08:03:00.985 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/cinder.git 2021-04-26 08:03:00.987 | + functions-common:git_clone:524 : local git_dest=/opt/stack/cinder 2021-04-26 08:03:00.989 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:03:00.992 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:03:00.995 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:03:00.997 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:03:01.000 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:03:01.003 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:03:01.018 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:03:01.021 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:03:01.023 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:03:01.026 | + functions-common:git_clone:544 : echo master 2021-04-26 08:03:01.026 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:03:01.030 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/cinder ]] 2021-04-26 08:03:01.033 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:03:01.035 | + functions-common:git_clone:592 : cd /opt/stack/cinder 2021-04-26 08:03:01.038 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:03:01.039 | + functions-common:git_clone:593 : head -1 2021-04-26 08:03:01.043 | 025a67e39 Merge commit 'refs/changes/73/786873/2' of ssh://review.openstack.org:29418/openstack/cinder into HEAD 2021-04-26 08:03:01.046 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:03:01.048 | + lib/cinder:install_cinder:450 : setup_develop /opt/stack/cinder 2021-04-26 08:03:01.051 | + inc/python:setup_develop:338 : local bindep 2021-04-26 08:03:01.053 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2021-04-26 08:03:01.056 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2021-04-26 08:03:01.058 | + inc/python:setup_develop:344 : local extras= 2021-04-26 08:03:01.061 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2021-04-26 08:03:01.063 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2021-04-26 08:03:01.066 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2021-04-26 08:03:01.068 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2021-04-26 08:03:01.071 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2021-04-26 08:03:01.073 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2021-04-26 08:03:01.076 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2021-04-26 08:03:01.079 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2021-04-26 08:03:01.082 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2021-04-26 08:03:01.084 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2021-04-26 08:03:01.087 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2021-04-26 08:03:01.090 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2021-04-26 08:03:01.095 | + inc/python:_setup_package_with_constraints_edit:383 : name=cinder 2021-04-26 08:03:01.097 | + 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-04-26 08:03:01.785 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/cinder -e 2021-04-26 08:03:01.787 | + inc/python:setup_package:417 : local bindep=0 2021-04-26 08:03:01.790 | + inc/python:setup_package:418 : local bindep_flag= 2021-04-26 08:03:01.792 | + inc/python:setup_package:419 : local bindep_profiles= 2021-04-26 08:03:01.795 | + inc/python:setup_package:420 : [[ /opt/stack/cinder == -bindep* ]] 2021-04-26 08:03:01.797 | + inc/python:setup_package:425 : local project_dir=/opt/stack/cinder 2021-04-26 08:03:01.799 | + inc/python:setup_package:426 : local flags=-e 2021-04-26 08:03:01.802 | + inc/python:setup_package:427 : local extras= 2021-04-26 08:03:01.804 | + inc/python:setup_package:431 : [[ -n -e ]] 2021-04-26 08:03:01.806 | + inc/python:setup_package:431 : [[ -z '' ]] 2021-04-26 08:03:01.809 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2021-04-26 08:03:01.811 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2021-04-26 08:03:01.813 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2021-04-26 08:03:01.816 | + inc/python:setup_package:445 : pip_install -e /opt/stack/cinder 2021-04-26 08:03:01.835 | Using python 3.6 to install /opt/stack/cinder 2021-04-26 08:03:01.837 | + 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-04-26 08:03:02.923 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:03:02.923 | from cryptography.utils import int_from_bytes 2021-04-26 08:03:02.923 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-04-26 08:03:02.923 | from cryptography.utils import int_from_bytes 2021-04-26 08:03:04.030 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-04-26 08:03:04.030 | 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-04-26 08:03:04.033 | Ignoring autobahn: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:03:04.040 | Ignoring numpy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:03:04.047 | Ignoring scipy: markers 'python_version == "3.8"' don't match your environment 2021-04-26 08:03:04.051 | Obtaining file:///opt/stack/cinder 2021-04-26 08:03:06.220 | Obtaining cinder from file:///opt/stack/cinder#egg=cinder (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2021-04-26 08:03:08.393 | 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-04-26 08:03:08.402 | 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-04-26 08:03:08.412 | 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-04-26 08:03:08.424 | Requirement already satisfied: SQLAlchemy===1.3.23 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (1.3.23) 2021-04-26 08:03:08.456 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (1.8.7) 2021-04-26 08:03:09.470 | Collecting boto3===1.17.53 2021-04-26 08:03:09.479 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3bf/3305571f3c8b7/boto3-1.17.53-py2.py3-none-any.whl (131 kB) 2021-04-26 08:03:10.911 | Collecting botocore===1.20.53 2021-04-26 08:03:10.932 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d5e/70d17b91c9b58/botocore-1.20.53-py2.py3-none-any.whl (7.4 MB) 2021-04-26 08:03:11.197 | Requirement already satisfied: castellan===3.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 104)) (3.7.1) 2021-04-26 08:03:11.219 | Requirement already satisfied: cryptography===3.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 123)) (3.4.7) 2021-04-26 08:03:11.263 | 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-04-26 08:03:11.278 | 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-04-26 08:03:11.281 | Requirement already satisfied: eventlet===0.30.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 158)) (0.30.2) 2021-04-26 08:03:11.472 | Collecting google-api-python-client===2.2.0 2021-04-26 08:03:11.490 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9ed/ac3b071588e08/google_api_python_client-2.2.0-py2.py3-none-any.whl (7.0 MB) 2021-04-26 08:03:11.913 | Collecting google-auth===1.29.0 2021-04-26 08:03:11.920 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f30/a672a64d91cc2/google_auth-1.29.0-py2.py3-none-any.whl (142 kB) 2021-04-26 08:03:12.117 | Collecting google-auth-httplib2===0.1.0 2021-04-26 08:03:12.124 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2021-04-26 08:03:12.207 | Requirement already satisfied: greenlet===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) (1.0.0) 2021-04-26 08:03:12.212 | Requirement already satisfied: httplib2===0.19.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) (0.19.1) 2021-04-26 08:03:12.217 | Requirement already satisfied: importlib-metadata===3.10.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (3.10.1) 2021-04-26 08:03:12.259 | Requirement already satisfied: iso8601===0.1.14 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) (0.1.14) 2021-04-26 08:03:12.262 | Requirement already satisfied: jmespath===0.10.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 214)) (0.10.0) 2021-04-26 08:03:12.266 | Requirement already satisfied: jsonschema===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) (3.2.0) 2021-04-26 08:03:12.299 | Requirement already satisfied: keystoneauth1===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (4.3.1) 2021-04-26 08:03:12.366 | Requirement already satisfied: keystonemiddleware===9.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) (9.2.0) 2021-04-26 08:03:12.424 | Requirement already satisfied: lxml===4.6.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) (4.6.3) 2021-04-26 08:03:12.568 | Collecting oauth2client===4.1.3 2021-04-26 08:03:12.574 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2021-04-26 08:03:12.665 | Requirement already satisfied: os-brick===4.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) (4.3.1) 2021-04-26 08:03:12.689 | 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 291)) (1.7.0) 2021-04-26 08:03:12.694 | 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 295)) (5.4.0) 2021-04-26 08:03:12.714 | Requirement already satisfied: oslo.cache===2.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (2.7.0) 2021-04-26 08:03:12.754 | Requirement already satisfied: oslo.concurrency===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-04-26 08:03:12.766 | Requirement already satisfied: oslo.config===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (8.5.0) 2021-04-26 08:03:12.814 | Requirement already satisfied: oslo.context===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.2.0) 2021-04-26 08:03:12.821 | Requirement already satisfied: oslo.db===8.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (8.5.0) 2021-04-26 08:03:12.874 | 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 304)) (5.0.1) 2021-04-26 08:03:12.881 | 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 306)) (4.4.0) 2021-04-26 08:03:12.924 | Requirement already satisfied: oslo.messaging===12.7.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (12.7.1) 2021-04-26 08:03:12.985 | Requirement already satisfied: oslo.middleware===4.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (4.2.0) 2021-04-26 08:03:13.005 | Requirement already satisfied: oslo.policy===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (3.7.0) 2021-04-26 08:03:13.022 | Requirement already satisfied: oslo.privsep===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (2.5.0) 2021-04-26 08:03:13.039 | 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 312)) (2.2.0) 2021-04-26 08:03:13.054 | 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 313)) (6.2.0) 2021-04-26 08:03:13.058 | Requirement already satisfied: oslo.serialization===4.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (4.1.0) 2021-04-26 08:03:13.069 | Requirement already satisfied: oslo.service===2.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.5.0) 2021-04-26 08:03:13.095 | 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 316)) (1.3.0) 2021-04-26 08:03:13.106 | Requirement already satisfied: oslo.utils===4.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (4.8.0) 2021-04-26 08:03:13.124 | 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 318)) (2.4.0) 2021-04-26 08:03:13.321 | Collecting oslo.vmware===3.8.0 2021-04-26 08:03:13.328 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/068/0d520ba7c6651/oslo.vmware-3.8.0-py3-none-any.whl (491 kB) 2021-04-26 08:03:13.442 | Requirement already satisfied: osprofiler===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (3.4.0) 2021-04-26 08:03:13.494 | Requirement already satisfied: packaging===20.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (20.9) 2021-04-26 08:03:13.683 | Collecting paramiko===2.7.2 2021-04-26 08:03:13.689 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4f3/e316fef2ac628/paramiko-2.7.2-py2.py3-none-any.whl (206 kB) 2021-04-26 08:03:13.811 | Requirement already satisfied: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (5.5.1) 2021-04-26 08:03:13.814 | Requirement already satisfied: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 337)) (0.7.2) 2021-04-26 08:03:13.816 | Requirement already satisfied: psutil===5.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (5.8.0) 2021-04-26 08:03:14.022 | Collecting pyasn1===0.4.8 2021-04-26 08:03:14.029 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2021-04-26 08:03:14.228 | Collecting pyasn1-modules===0.2.8 2021-04-26 08:03:14.234 | 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-04-26 08:03:14.322 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) (3.1.1) 2021-04-26 08:03:14.335 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (0.9.6) 2021-04-26 08:03:14.337 | Requirement already satisfied: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) (2.4.7) 2021-04-26 08:03:14.341 | Requirement already satisfied: pyrsistent===0.17.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (0.17.3) 2021-04-26 08:03:14.346 | Requirement already satisfied: python-barbicanclient===5.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) (5.1.0) 2021-04-26 08:03:14.364 | 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 392)) (2.8.1) 2021-04-26 08:03:14.521 | Collecting python-glanceclient===3.3.0 2021-04-26 08:03:14.527 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b95/05dfbb207daea/python_glanceclient-3.3.0-py3-none-any.whl (197 kB) 2021-04-26 08:03:14.629 | 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 402)) (4.2.0) 2021-04-26 08:03:14.649 | Requirement already satisfied: python-novaclient===17.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) (17.4.0) 2021-04-26 08:03:14.667 | Requirement already satisfied: python-swiftclient===3.11.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) (3.11.1) 2021-04-26 08:03:14.696 | Requirement already satisfied: pytz===2021.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) (2021.1) 2021-04-26 08:03:14.700 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) (0.7) 2021-04-26 08:03:14.708 | Requirement already satisfied: requests===2.25.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) (2.25.1) 2021-04-26 08:03:14.730 | Requirement already satisfied: rfc3986===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 456)) (1.4.0) 2021-04-26 08:03:14.855 | Collecting rsa===4.7.2 2021-04-26 08:03:14.861 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/78f/9a9bf4e7be0c5/rsa-4.7.2-py3-none-any.whl (34 kB) 2021-04-26 08:03:15.044 | Collecting rtslib-fb===2.1.74 2021-04-26 08:03:15.050 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6f1/5bc30b55e0d35/rtslib-fb-2.1.74.tar.gz (73 kB) 2021-04-26 08:03:15.956 | Collecting s3transfer===0.3.7 2021-04-26 08:03:15.966 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/efa/5bd92a897b6a8/s3transfer-0.3.7-py2.py3-none-any.whl (73 kB) 2021-04-26 08:03:16.057 | Requirement already satisfied: setuptools===56.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 476)) (56.0.0) 2021-04-26 08:03:16.113 | Requirement already satisfied: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (1.15.0) 2021-04-26 08:03:16.117 | 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 505)) (0.13.0) 2021-04-26 08:03:16.128 | Requirement already satisfied: sqlparse===0.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 506)) (0.4.1) 2021-04-26 08:03:16.131 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 508)) (3.3.0) 2021-04-26 08:03:16.134 | Requirement already satisfied: stevedore===3.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (3.3.0) 2021-04-26 08:03:16.244 | Collecting suds-jurko===0.6 2021-04-26 08:03:16.257 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f39/8754a66f0fee9/suds_jurko-0.6-py3-none-any.whl (454 kB) 2021-04-26 08:03:16.469 | Collecting tabulate===0.8.9 2021-04-26 08:03:16.476 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d7c/013fe7abbc5e4/tabulate-0.8.9-py3-none-any.whl (25 kB) 2021-04-26 08:03:16.559 | Requirement already satisfied: taskflow===4.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (4.6.0) 2021-04-26 08:03:16.620 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 525)) (6.3.1) 2021-04-26 08:03:16.636 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 528)) (2.0.1) 2021-04-26 08:03:16.646 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 529)) (0.5.0) 2021-04-26 08:03:16.652 | Requirement already satisfied: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (2.4.0) 2021-04-26 08:03:16.672 | Requirement already satisfied: tooz===2.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 538)) (2.8.0) 2021-04-26 08:03:16.736 | Requirement already satisfied: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 541)) (1.4.0) 2021-04-26 08:03:16.740 | 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 546)) (3.7.4.3) 2021-04-26 08:03:16.745 | Requirement already satisfied: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (1.1.0) 2021-04-26 08:03:16.847 | Collecting uritemplate===3.0.1 2021-04-26 08:03:16.860 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/076/20c3f3f8eed1f/uritemplate-3.0.1-py2.py3-none-any.whl (15 kB) 2021-04-26 08:03:16.941 | Requirement already satisfied: urllib3===1.26.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 552)) (1.26.4) 2021-04-26 08:03:16.963 | Requirement already satisfied: voluptuous===0.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 558)) (0.12.1) 2021-04-26 08:03:17.064 | Collecting warlock===1.3.3 2021-04-26 08:03:17.071 | 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-04-26 08:03:17.155 | Requirement already satisfied: wrapt===1.12.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 567)) (1.12.1) 2021-04-26 08:03:17.159 | Requirement already satisfied: yappi===1.3.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (1.3.2) 2021-04-26 08:03:17.164 | Requirement already satisfied: zipp===3.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (3.4.1) 2021-04-26 08:03:17.286 | Collecting zstd===1.4.8.1 2021-04-26 08:03:17.293 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b62/b21eb850abd6b/zstd-1.4.8.1.tar.gz (506 kB) 2021-04-26 08:03:18.089 | Requirement already satisfied: cffi===1.14.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 108)) (1.14.5) 2021-04-26 08:03:18.092 | 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-04-26 08:03:18.253 | Collecting google-api-core===1.26.3 2021-04-26 08:03:18.260 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/099/762d4b4018cd5/google_api_core-1.26.3-py2.py3-none-any.whl (93 kB) 2021-04-26 08:03:18.370 | Requirement already satisfied: cachetools===4.2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) (4.2.1) 2021-04-26 08:03:18.373 | 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-04-26 08:03:18.419 | Requirement already satisfied: dogpile.cache===1.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 148)) (1.1.2) 2021-04-26 08:03:18.426 | Requirement already satisfied: fasteners===0.14.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (0.14.1) 2021-04-26 08:03:18.431 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) (0.8.0) 2021-04-26 08:03:18.438 | Requirement already satisfied: PyYAML===5.4.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-04-26 08:03:18.441 | 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-04-26 08:03:18.450 | Requirement already satisfied: alembic===1.5.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) (1.5.8) 2021-04-26 08:03:18.459 | Requirement already satisfied: kombu===5.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.2) 2021-04-26 08:03:18.506 | Requirement already satisfied: futurist===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 170)) (2.3.0) 2021-04-26 08:03:18.513 | Requirement already satisfied: amqp===5.0.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (5.0.6) 2021-04-26 08:03:18.518 | Requirement already satisfied: Jinja2===2.11.3 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) (2.11.3) 2021-04-26 08:03:18.525 | Requirement already satisfied: msgpack===1.0.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) (1.0.2) 2021-04-26 08:03:18.529 | Requirement already satisfied: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (3.0.0) 2021-04-26 08:03:18.541 | Requirement already satisfied: netifaces===0.10.9 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) (0.10.9) 2021-04-26 08:03:18.544 | Requirement already satisfied: bcrypt===3.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.2.0) 2021-04-26 08:03:18.727 | Collecting PyNaCl===1.4.0 2021-04-26 08:03:18.734 | 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-04-26 08:03:18.848 | Requirement already satisfied: cliff===3.7.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.7.0) 2021-04-26 08:03:18.862 | Requirement already satisfied: pyOpenSSL===20.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 347)) (20.0.1) 2021-04-26 08:03:18.878 | Requirement already satisfied: chardet===4.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 109)) (4.0.0) 2021-04-26 08:03:18.881 | Requirement already satisfied: idna===2.10 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.10) 2021-04-26 08:03:18.885 | Requirement already satisfied: certifi===2020.12.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (2020.12.5) 2021-04-26 08:03:18.987 | Collecting pyudev===0.22.0 2021-04-26 08:03:18.993 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/023/9b019574842a5/pyudev-0.22.0-py3-none-any.whl (63 kB) 2021-04-26 08:03:19.125 | 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-04-26 08:03:19.127 | Requirement already satisfied: automaton===2.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (2.3.0) 2021-04-26 08:03:19.134 | Requirement already satisfied: networkx===2.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) (2.5.1) 2021-04-26 08:03:19.176 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (1.4.2) 2021-04-26 08:03:19.182 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (1.0.0) 2021-04-26 08:03:19.184 | 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 408)) (1.6.0) 2021-04-26 08:03:19.187 | Requirement already satisfied: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 234)) (1.0.0) 2021-04-26 08:03:19.190 | 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 550)) (1.4.0) 2021-04-26 08:03:19.193 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) (1.32) 2021-04-26 08:03:19.198 | Requirement already satisfied: pycparser===2.20 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.20) 2021-04-26 08:03:19.311 | Collecting googleapis-common-protos===1.53.0 2021-04-26 08:03:19.318 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f6d/561ab8fb16b30/googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB) 2021-04-26 08:03:19.409 | Requirement already satisfied: protobuf===3.15.8 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (3.15.8) 2021-04-26 08:03:19.414 | Requirement already satisfied: monotonic===1.6 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) (1.6) 2021-04-26 08:03:19.417 | Requirement already satisfied: importlib-resources===5.1.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) (5.1.2) 2021-04-26 08:03:19.444 | 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 394)) (1.0.4) 2021-04-26 08:03:19.447 | Requirement already satisfied: Mako===1.1.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (1.1.4) 2021-04-26 08:03:19.456 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (5.0.0) 2021-04-26 08:03:19.459 | 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-04-26 08:03:19.462 | Requirement already satisfied: cmd2===1.5.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.5.0) 2021-04-26 08:03:19.526 | Requirement already satisfied: jsonpointer===2.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (2.1) 2021-04-26 08:03:19.529 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (0.2.5) 2021-04-26 08:03:19.536 | 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-04-26 08:03:19.541 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (1.8.2) 2021-04-26 08:03:19.544 | Building wheels for collected packages: rtslib-fb, zstd 2021-04-26 08:03:19.544 | Building wheel for rtslib-fb (setup.py): started 2021-04-26 08:03:20.327 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2021-04-26 08:03:20.328 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.74-py3-none-any.whl size=85410 sha256=3cf9325218721fe60931f580d245af179402af8829d373594ab2bd4cd458627b 2021-04-26 08:03:20.328 | Stored in directory: /root/.cache/pip/wheels/d1/ed/a4/4f0113c98639b05fa912fd390b3ffa6feb900ec306c3311edf 2021-04-26 08:03:20.330 | Building wheel for zstd (setup.py): started 2021-04-26 08:03:54.314 | Building wheel for zstd (setup.py): finished with status 'done' 2021-04-26 08:03:54.323 | Created wheel for zstd: filename=zstd-1.4.8.1-cp36-cp36m-linux_x86_64.whl size=1206074 sha256=bc2b5109f66759a319eaee713541f83593e9dea4cd30568d111a37bdaf6a0cb7 2021-04-26 08:03:54.323 | Stored in directory: /root/.cache/pip/wheels/2d/1d/e6/e2ab9e3ef13f5231c8b84de2e0f00990c07414aaf378944ac2 2021-04-26 08:03:54.324 | Successfully built rtslib-fb zstd 2021-04-26 08:03:55.374 | Installing collected packages: pyasn1, pyasn1-modules, rsa, oauth2client, PyNaCl, paramiko, warlock, python-glanceclient, pyudev, rtslib-fb, tabulate, suds-jurko, oslo.vmware, google-auth, google-auth-httplib2, googleapis-common-protos, google-api-core, uritemplate, google-api-python-client, zstd, botocore, s3transfer, boto3, cinder 2021-04-26 08:03:55.374 | Attempting uninstall: pyasn1 2021-04-26 08:03:55.377 | Found existing installation: pyasn1 0.4.2 2021-04-26 08:03:55.383 | Uninstalling pyasn1-0.4.2: 2021-04-26 08:03:55.404 | Successfully uninstalled pyasn1-0.4.2 2021-04-26 08:04:00.337 | Running setup.py develop for cinder 2021-04-26 08:04:02.746 | Successfully installed PyNaCl-1.4.0 boto3-1.17.53 botocore-1.20.53 cinder google-api-core-1.26.3 google-api-python-client-2.2.0 google-auth-1.29.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.53.0 oauth2client-4.1.3 oslo.vmware-3.8.0 paramiko-2.7.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-3.3.0 pyudev-0.22.0 rsa-4.7.2 rtslib-fb-2.1.74 s3transfer-0.3.7 suds-jurko-0.6 tabulate-0.8.9 uritemplate-3.0.1 warlock-1.3.3 zstd-1.4.8.1 2021-04-26 08:04:02.881 | WARNING: You are using pip version 20.2.4; however, version 21.1 is available. 2021-04-26 08:04:02.881 | You should consider upgrading via the '/usr/bin/python3.6 -m pip install --upgrade pip' command. 2021-04-26 08:04:03.053 | + inc/python:pip_install:200 : result=0 2021-04-26 08:04:03.055 | + inc/python:pip_install:202 : time_stop pip_install 2021-04-26 08:04:03.058 | + functions-common:time_stop:2304 : local name 2021-04-26 08:04:03.060 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:04:03.062 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:04:03.064 | + functions-common:time_stop:2307 : local total 2021-04-26 08:04:03.067 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:04:03.069 | + functions-common:time_stop:2310 : name=pip_install 2021-04-26 08:04:03.071 | + functions-common:time_stop:2311 : start_time=1619424181830 2021-04-26 08:04:03.073 | + functions-common:time_stop:2313 : [[ -z 1619424181830 ]] 2021-04-26 08:04:03.076 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:04:03.080 | + functions-common:time_stop:2316 : end_time=1619424243077 2021-04-26 08:04:03.082 | + functions-common:time_stop:2317 : elapsed_time=61247 2021-04-26 08:04:03.084 | + functions-common:time_stop:2318 : total=105939 2021-04-26 08:04:03.086 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:04:03.089 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=167186 2021-04-26 08:04:03.091 | + inc/python:pip_install:203 : return 0 2021-04-26 08:04:03.094 | + inc/python:setup_package:447 : [[ -e == \-\e ]] 2021-04-26 08:04:03.096 | + inc/python:setup_package:448 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-04-26 08:04:03.099 | + functions-common:safe_chown:2205 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-04-26 08:04:03.116 | + functions-common:_safe_permission_operation:2053 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2021-04-26 08:04:03.127 | + inc/python:_setup_package_with_constraints_edit:393 : use_library_from_git /opt/stack/cinder 2021-04-26 08:04:03.129 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2021-04-26 08:04:03.131 | + inc/python:use_library_from_git:251 : local enabled=1 2021-04-26 08:04:03.134 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-04-26 08:04:03.136 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,/opt/stack/cinder, ]] 2021-04-26 08:04:03.139 | + inc/python:use_library_from_git:253 : return 1 2021-04-26 08:04:03.142 | + lib/cinder:install_cinder:451 : [[ lioadm == \t\g\t\a\d\m ]] 2021-04-26 08:04:03.144 | + lib/cinder:install_cinder:453 : [[ lioadm == \l\i\o\a\d\m ]] 2021-04-26 08:04:03.146 | + lib/cinder:install_cinder:454 : is_ubuntu 2021-04-26 08:04:03.149 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:04:03.151 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:04:03.154 | + lib/cinder:install_cinder:456 : sudo mkdir -p /etc/target 2021-04-26 08:04:03.165 | + lib/cinder:install_cinder:458 : install_package targetcli-fb 2021-04-26 08:04:03.168 | + functions-common:install_package:1342 : update_package_repo 2021-04-26 08:04:03.170 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:04:03.172 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:04:03.175 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:04:03.177 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:04:03.180 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:04:03.182 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:04:03.184 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:04:03.187 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:04:03.190 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:04:03.192 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2021-04-26 08:04:03.194 | + functions-common:apt_get_update:1069 : return 2021-04-26 08:04:03.197 | + functions-common:install_package:1343 : real_install_package targetcli-fb 2021-04-26 08:04:03.199 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:04:03.202 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:04:03.205 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:04:03.207 | + functions-common:real_install_package:1329 : apt_get install targetcli-fb 2021-04-26 08:04:03.226 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2021-04-26 08:04:03.346 | Reading package lists... 2021-04-26 08:04:03.596 | Building dependency tree... 2021-04-26 08:04:03.597 | Reading state information... 2021-04-26 08:04:03.807 | The following packages were automatically installed and are no longer required: 2021-04-26 08:04:03.808 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:04:03.808 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:04:03.808 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-04-26 08:04:03.808 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 08:04:03.808 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 08:04:03.808 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 08:04:03.808 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:04:03.809 | The following additional packages will be installed: 2021-04-26 08:04:03.809 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2021-04-26 08:04:03.809 | python3-urwid 2021-04-26 08:04:03.810 | Suggested packages: 2021-04-26 08:04:03.810 | python-pyparsing-doc python-urwid-doc 2021-04-26 08:04:03.857 | The following NEW packages will be installed: 2021-04-26 08:04:03.858 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2021-04-26 08:04:03.858 | python3-urwid targetcli-fb 2021-04-26 08:04:03.992 | 0 upgraded, 6 newly installed, 0 to remove and 176 not upgraded. 2021-04-26 08:04:03.992 | Need to get 340 kB of archives. 2021-04-26 08:04:03.993 | After this operation, 2,200 kB of additional disk space will be used. 2021-04-26 08:04:03.993 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1~cloud0 [28.1 kB] 2021-04-26 08:04:04.119 | Get:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri/main amd64 python3-rtslib-fb all 2.1.71-0ubuntu1~cloud0 [37.3 kB] 2021-04-26 08:04:04.147 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyparsing all 2.2.0+dfsg1-2 [52.2 kB] 2021-04-26 08:04:04.554 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-urwid amd64 2.0.1-2 [158 kB] 2021-04-26 08:04:04.807 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyudev all 0.21.0-1 [36.7 kB] 2021-04-26 08:04:04.841 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 targetcli-fb all 2.1.43-1 [27.6 kB] 2021-04-26 08:04:05.402 | Fetched 340 kB in 1s (347 kB/s) 2021-04-26 08:04:05.568 | Selecting previously unselected package python3-pyparsing. 2021-04-26 08:04:05.607 | (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 ... 77378 files and directories currently installed.) 2021-04-26 08:04:05.611 | Preparing to unpack .../0-python3-pyparsing_2.2.0+dfsg1-2_all.deb ... 2021-04-26 08:04:05.665 | Unpacking python3-pyparsing (2.2.0+dfsg1-2) ... 2021-04-26 08:04:06.019 | Selecting previously unselected package python3-urwid. 2021-04-26 08:04:06.026 | Preparing to unpack .../1-python3-urwid_2.0.1-2_amd64.deb ... 2021-04-26 08:04:06.076 | Unpacking python3-urwid (2.0.1-2) ... 2021-04-26 08:04:06.430 | Selecting previously unselected package python3-configshell-fb. 2021-04-26 08:04:06.439 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1~cloud0_all.deb ... 2021-04-26 08:04:06.493 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1~cloud0) ... 2021-04-26 08:04:06.848 | Selecting previously unselected package python3-pyudev. 2021-04-26 08:04:06.855 | Preparing to unpack .../3-python3-pyudev_0.21.0-1_all.deb ... 2021-04-26 08:04:06.899 | Unpacking python3-pyudev (0.21.0-1) ... 2021-04-26 08:04:07.336 | Selecting previously unselected package python3-rtslib-fb. 2021-04-26 08:04:07.344 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1~cloud0_all.deb ... 2021-04-26 08:04:07.396 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:04:07.882 | Selecting previously unselected package targetcli-fb. 2021-04-26 08:04:07.889 | Preparing to unpack .../5-targetcli-fb_2.1.43-1_all.deb ... 2021-04-26 08:04:07.940 | Unpacking targetcli-fb (2.1.43-1) ... 2021-04-26 08:04:08.283 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:04:08.387 | Setting up python3-pyparsing (2.2.0+dfsg1-2) ... 2021-04-26 08:04:08.833 | Setting up python3-pyudev (0.21.0-1) ... 2021-04-26 08:04:09.302 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:04:09.576 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2021-04-26 08:04:09.985 | Setting up python3-urwid (2.0.1-2) ... 2021-04-26 08:04:10.587 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:04:11.558 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:04:11.558 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:04:11.559 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:04:11.565 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:04:11.565 | Loaded: error (Reason: Exec format error) 2021-04-26 08:04:11.566 | Active: inactive (dead) 2021-04-26 08:04:11.566 | 2021-04-26 08:04:11.566 | Apr 26 08:04:11 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:11.566 | Apr 26 08:04:11 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:11.566 | Apr 26 08:04:11 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:11.567 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:04:11.567 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:04:11.567 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1~cloud0) ... 2021-04-26 08:04:12.039 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:04:12.039 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:04:12.039 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:04:12.039 | 2021-04-26 08:04:12.039 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:04:12.039 | dependency problems - leaving unconfigured 2021-04-26 08:04:12.039 | Processing triggers for systemd (237-3ubuntu10.46) ... 2021-04-26 08:04:12.313 | Processing triggers for ureadahead (0.100.0-21) ... 2021-04-26 08:04:12.526 | Errors were encountered while processing: 2021-04-26 08:04:12.526 | python3-rtslib-fb 2021-04-26 08:04:12.526 | targetcli-fb 2021-04-26 08:04:14.408 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:04:14.413 | + functions-common:apt_get:1113 : result=100 2021-04-26 08:04:14.415 | + functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:04:14.418 | + functions-common:time_stop:2304 : local name 2021-04-26 08:04:14.420 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:04:14.423 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:04:14.425 | + functions-common:time_stop:2307 : local total 2021-04-26 08:04:14.428 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:04:14.430 | + functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:04:14.432 | + functions-common:time_stop:2311 : start_time=1619424243223 2021-04-26 08:04:14.435 | + functions-common:time_stop:2313 : [[ -z 1619424243223 ]] 2021-04-26 08:04:14.438 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:04:14.442 | + functions-common:time_stop:2316 : end_time=1619424254439 2021-04-26 08:04:14.444 | + functions-common:time_stop:2317 : elapsed_time=11216 2021-04-26 08:04:14.447 | + functions-common:time_stop:2318 : total=370290 2021-04-26 08:04:14.449 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:04:14.452 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=381506 2021-04-26 08:04:14.454 | + functions-common:apt_get:1117 : return 100 2021-04-26 08:04:14.457 | + functions-common:install_package:1344 : RETRY_UPDATE=True 2021-04-26 08:04:14.460 | + functions-common:install_package:1344 : update_package_repo 2021-04-26 08:04:14.462 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:04:14.465 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:04:14.467 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=True 2021-04-26 08:04:14.469 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:04:14.472 | + functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:04:14.474 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:04:14.477 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:04:14.479 | + functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:04:14.482 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:04:14.484 | + functions-common:apt_get_update:1068 : [[ True != \T\r\u\e ]] 2021-04-26 08:04:14.486 | + functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:04:14.488 | + functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:04:14.492 | ++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:04:14.495 | + functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:04:14.498 | + functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:04:14.500 | + functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:04:14.503 | + functions-common:time_start:2291 : local start_time= 2021-04-26 08:04:14.505 | + functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:04:14.508 | ++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:04:14.511 | + functions-common:time_start:2295 : _TIME_START[$name]=1619424254509 2021-04-26 08:04:14.514 | + functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:04:14.516 | + functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:04:14.519 | + functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-04-26 08:04:14.748 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:04:14.852 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:04:14.906 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 08:04:15.010 | Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 08:04:15.104 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 08:04:15.654 | Fetched 252 kB in 1s (293 kB/s) 2021-04-26 08:04:17.375 | Reading package lists... 2021-04-26 08:04:17.436 | + functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:04:17.439 | + functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:04:17.442 | + functions-common:time_stop:2304 : local name 2021-04-26 08:04:17.444 | + functions-common:time_stop:2305 : local end_time 2021-04-26 08:04:17.447 | + functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:04:17.449 | + functions-common:time_stop:2307 : local total 2021-04-26 08:04:17.451 | + functions-common:time_stop:2308 : local start_time 2021-04-26 08:04:17.454 | + functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:04:17.457 | + functions-common:time_stop:2311 : start_time=1619424254509 2021-04-26 08:04:17.459 | + functions-common:time_stop:2313 : [[ -z 1619424254509 ]] 2021-04-26 08:04:17.462 | ++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:04:17.465 | + functions-common:time_stop:2316 : end_time=1619424257463 2021-04-26 08:04:17.468 | + functions-common:time_stop:2317 : elapsed_time=2954 2021-04-26 08:04:17.470 | + functions-common:time_stop:2318 : total=5975 2021-04-26 08:04:17.472 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:04:17.475 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=8929 2021-04-26 08:04:17.477 | + functions-common:install_package:1344 : real_install_package targetcli-fb 2021-04-26 08:04:17.480 | + functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:04:17.482 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:04:17.485 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:04:17.487 | + functions-common:real_install_package:1329 : apt_get install targetcli-fb 2021-04-26 08:04:17.507 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2021-04-26 08:04:17.640 | Reading package lists... 2021-04-26 08:04:17.888 | Building dependency tree... 2021-04-26 08:04:17.889 | Reading state information... 2021-04-26 08:04:18.102 | targetcli-fb is already the newest version (2.1.43-1). 2021-04-26 08:04:18.102 | The following packages were automatically installed and are no longer required: 2021-04-26 08:04:18.102 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:04:18.102 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:04:18.102 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2021-04-26 08:04:18.102 | python3-pam python3-problem-report python3-pyasn1 2021-04-26 08:04:18.102 | python3-requests-unixsocket python3-secretstorage python3-serial 2021-04-26 08:04:18.103 | python3-twisted-bin python3-wheel python3-xdg python3-zope.interface 2021-04-26 08:04:18.103 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:04:18.517 | 0 upgraded, 0 newly installed, 0 to remove and 176 not upgraded. 2021-04-26 08:04:18.517 | 2 not fully installed or removed. 2021-04-26 08:04:18.517 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:04:18.539 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:04:19.238 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:04:19.238 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:04:19.239 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:04:19.245 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:04:19.245 | Loaded: error (Reason: Exec format error) 2021-04-26 08:04:19.245 | Active: inactive (dead) 2021-04-26 08:04:19.245 | 2021-04-26 08:04:19.246 | Apr 26 08:04:11 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:19.246 | Apr 26 08:04:11 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:19.246 | Apr 26 08:04:11 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:19.246 | Apr 26 08:04:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:19.246 | Apr 26 08:04:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:19.246 | Apr 26 08:04:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:04:19.247 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:04:19.247 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:04:19.247 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:04:19.247 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:04:19.247 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:04:19.247 | 2021-04-26 08:04:19.247 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:04:19.247 | dependency problems - leaving unconfigured 2021-04-26 08:04:19.317 | Errors were encountered while processing: 2021-04-26 08:04:19.317 | python3-rtslib-fb 2021-04-26 08:04:19.317 | targetcli-fb 2021-04-26 08:04:21.212 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:04:21.216 | + functions-common:apt_get:1 : exit_trap 2021-04-26 08:04:21.219 | + ./stack.sh:exit_trap:503 : local r=100 2021-04-26 08:04:21.222 | ++ ./stack.sh:exit_trap:504 : jobs -p 2021-04-26 08:04:21.225 | + ./stack.sh:exit_trap:504 : jobs= 2021-04-26 08:04:21.227 | + ./stack.sh:exit_trap:507 : [[ -n '' ]] 2021-04-26 08:04:21.230 | + ./stack.sh:exit_trap:513 : '[' -f '' ']' 2021-04-26 08:04:21.232 | + ./stack.sh:exit_trap:518 : kill_spinner 2021-04-26 08:04:21.234 | + ./stack.sh:kill_spinner:413 : '[' '!' -z '' ']' 2021-04-26 08:04:21.237 | + ./stack.sh:exit_trap:520 : [[ 100 -ne 0 ]] 2021-04-26 08:04:21.240 | + ./stack.sh:exit_trap:521 : echo 'Error on exit' 2021-04-26 08:04:21.240 | Error on exit 2021-04-26 08:04:21.242 | + ./stack.sh:exit_trap:523 : type -p generate-subunit 2021-04-26 08:04:21.244 | + ./stack.sh:exit_trap:524 : generate-subunit 1619423630 631 fail 2021-04-26 08:04:21.815 | + ./stack.sh:exit_trap:526 : [[ -z /opt/stack/logs ]] 2021-04-26 08:04:21.817 | + ./stack.sh:exit_trap:529 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-04-26 08:04:22.578 | + ./stack.sh:exit_trap:538 : exit 100